.mb-1 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 30px;
}

.mb-3 {
  margin-bottom: 45px;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}

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

.iframe-container--zoom {
  padding-bottom: 126.25%;
}
@media screen and (min-width: 775px) {
  .iframe-container--zoom {
    padding-bottom: 76.25%;
  }
}
@media screen and (min-width: 1155px) {
  .iframe-container--zoom {
    padding-bottom: 58.25%;
  }
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 1050px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 1050px) {
  .mobile-only {
    display: none;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.align-items-end {
  align-items: flex-end;
}

.display-none {
  display: none;
}

.flex-end {
  justify-content: flex-end;
}

.align-end {
  align-items: flex-end;
}

.col--grey-dark {
  color: #919191;
}

.col--black {
  color: black;
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 15px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 15px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 30px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 30px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 50px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 50px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 60px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 60px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 100px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 100px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 145px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 145px;
}

@media (min-width: 600px) {
  .col-ss {
    flex: 1 0 0%;
  }

  .row-cols-ss-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-ss-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-ss-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-ss-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-ss-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-ss-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-ss-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-ss-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-ss-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-ss-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-ss-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-ss-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-ss-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-ss-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-ss-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-ss-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-ss-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-ss-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-ss-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-ss-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-ss-0 {
    margin-left: 0;
  }

  .offset-ss-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ss-2 {
    margin-left: 16.6666666667%;
  }

  .offset-ss-3 {
    margin-left: 25%;
  }

  .offset-ss-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ss-5 {
    margin-left: 41.6666666667%;
  }

  .offset-ss-6 {
    margin-left: 50%;
  }

  .offset-ss-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ss-8 {
    margin-left: 66.6666666667%;
  }

  .offset-ss-9 {
    margin-left: 75%;
  }

  .offset-ss-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ss-11 {
    margin-left: 91.6666666667%;
  }

  .g-ss-0,
.gx-ss-0 {
    --bs-gutter-x: 0;
  }

  .g-ss-0,
.gy-ss-0 {
    --bs-gutter-y: 0;
  }

  .g-ss-1,
.gx-ss-1 {
    --bs-gutter-x: 15px;
  }

  .g-ss-1,
.gy-ss-1 {
    --bs-gutter-y: 15px;
  }

  .g-ss-2,
.gx-ss-2 {
    --bs-gutter-x: 30px;
  }

  .g-ss-2,
.gy-ss-2 {
    --bs-gutter-y: 30px;
  }

  .g-ss-3,
.gx-ss-3 {
    --bs-gutter-x: 50px;
  }

  .g-ss-3,
.gy-ss-3 {
    --bs-gutter-y: 50px;
  }

  .g-ss-4,
.gx-ss-4 {
    --bs-gutter-x: 60px;
  }

  .g-ss-4,
.gy-ss-4 {
    --bs-gutter-y: 60px;
  }

  .g-ss-5,
.gx-ss-5 {
    --bs-gutter-x: 100px;
  }

  .g-ss-5,
.gy-ss-5 {
    --bs-gutter-y: 100px;
  }

  .g-ss-6,
.gx-ss-6 {
    --bs-gutter-x: 145px;
  }

  .g-ss-6,
.gy-ss-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 700px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 15px;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 15px;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 30px;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 30px;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 50px;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 50px;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 60px;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 60px;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 100px;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 100px;
  }

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 145px;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1050px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 15px;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 15px;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 30px;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 30px;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 50px;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 50px;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 60px;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 60px;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 100px;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 100px;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 145px;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1350px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 15px;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 15px;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 30px;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 30px;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 50px;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 50px;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 60px;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 60px;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 100px;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 100px;
  }

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 145px;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 15px;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 15px;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 30px;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 30px;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 50px;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 50px;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 100px;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 100px;
  }

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 145px;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 145px;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 15px;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 15px;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 30px;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 30px;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 50px;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 50px;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 100px;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 100px;
  }

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 145px;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 145px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  background-color: currentColor;
  border: 0;
}

hr:not([size]) {
  height: 1px;
}

h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-family: "Glacial-Indifference-Bold", sans-serif;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -1.3rem;
}

a {
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  cursor: pointer;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  line-height: inherit;
  white-space: normal;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

iframe {
  width: 100%;
  margin-bottom: 9rem;
}

body {
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
}

body::after {
  content: "";
  background-image: url("/_assets/img/body_bg.png");
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

strong {
  font-weight: 600;
}

iframe {
  margin-bottom: 0;
}

.header {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 100;
  margin-bottom: 3rem;
}

.header__logo {
  height: 292px;
  padding: 25px 20px 0 25px;
}
@media screen and (min-width: 800px) {
  .header__logo {
    padding: 50px 20px 110px 50px;
    flex: 0 0 532px;
    background-image: url("/_assets/img/header_bg.svg");
    background-position: top left;
    background-repeat: no-repeat;
  }
}

.header__logo__container {
  display: flex;
  align-items: center;
}
.header__logo__container a {
  flex: 0 0 146px;
}
.header__logo__container img {
  width: 146px;
}
.header__logo__container div {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  padding-right: 60px;
}
@media screen and (min-width: 800px) {
  .header__logo__container div {
    color: rgba(255, 255, 255, 0.5);
    font-size: 4rem;
    line-height: 4rem;
  }
}

.header__navigation {
  flex: 0 0 96px;
  position: relative;
  margin-left: auto;
}

.header__button {
  position: relative;
  z-index: 110;
  margin: 25px 25px 0 0;
}
@media screen and (min-width: 800px) {
  .header__button {
    margin: 25px 60px 0 80px;
  }
}
.header__button svg {
  width: 84px;
  height: 65px;
}
.header__button svg:last-child {
  display: none;
}
.header__button.open svg:first-child {
  display: none;
}
.header__button.open svg:last-child {
  display: block;
}

.header__title {
  flex: 1;
  display: none;
  align-items: flex-start;
  margin-left: auto;
  padding: 30px 0 0 100px;
}
@media screen and (min-width: 1230px) {
  .header__title {
    display: flex;
    justify-content: flex-end;
  }
}

.header__title__text {
  text-align: right;
  padding-top: 40px;
  color: #919191;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.header__title__text h1 {
  color: #00766F;
  text-transform: uppercase;
  font-size: 4.2rem;
  margin-bottom: 1rem;
  line-height: 4.8rem;
}

.header__title__image {
  flex: 0 0 285px;
  margin-left: 50px;
  display: none;
}
@media screen and (min-width: 1570px) {
  .header__title__image {
    display: block;
  }
}

.welcome {
  position: relative;
  background-image: url("/_assets/img/map_bg.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.welcome__background {
  filter: blur(30px);
  padding-top: 100px;
}
@media screen and (min-width: 1050px) {
  .welcome__background {
    padding-left: 500px;
    padding-top: 0;
  }
}

.welcome__sidebar {
  background-color: #DAD024;
  padding: 50px 15px;
}
@media screen and (min-width: 1050px) {
  .welcome__sidebar {
    background-color: transparent;
    width: 532px;
    position: absolute;
    padding: 185px 70px 105px 70px;
    background-image: url("/_assets/img/welcome_bg.svg");
    background-position: top left;
    background-repeat: no-repeat;
    top: 152px;
    left: 0;
    z-index: 10;
    background-size: cover;
  }
}

.welcome__intro {
  margin-bottom: 4rem;
}

.welcome__text h1, .welcome__text h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  text-transform: uppercase;
}
.welcome__text h1 {
  border-bottom: 2px dashed black;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1050px) {
  .welcome__text h1 {
    width: 245px;
  }
}
.welcome__text h2 {
  color: #00766F;
}

.welcome__bubbles {
  position: absolute;
  bottom: 117px;
  right: 160px;
  display: none;
}
@media screen and (min-width: 1050px) {
  .welcome__bubbles {
    display: block;
  }
}

.welcome__surprise {
  right: 85px;
  width: 245px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 15px;
  color: white;
  position: absolute;
  bottom: 100px;
  display: none;
}
@media screen and (min-width: 1050px) {
  .welcome__surprise {
    display: block;
  }
}

.welcome__registration {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 1050px) {
  .welcome__registration {
    transform: translate(0);
    bottom: 400px;
    left: 730px;
  }
}

.countdown {
  background-position: top left;
  background-repeat: no-repeat;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
  background-color: #DEA7B6;
}
@media screen and (min-width: 700px) {
  .countdown {
    padding: 35px 48px 35px 48px;
    background-color: transparent;
    background-image: url("/_assets/img/countdown_bg.svg");
    width: 640px;
    height: 180px;
    transform: translateX(-50px);
  }
}

.countdown__slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.countdown__digit {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 700px) {
  .countdown__digit {
    margin-bottom: 0.5rem;
    font-size: 8rem;
    line-height: 8rem;
  }
}

.countdown__label {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1050px) {
  .countdown__label {
    font-size: 2rem;
  }
}

.countdown__seperator {
  color: white;
  font-size: 4rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1050px) {
  .countdown__seperator {
    margin-top: 2rem;
    font-size: 6rem;
  }
}

.map {
  width: 1060px;
  height: 595px;
  background-image: url("/_assets/img/map_blurred.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: move;
  position: relative;
}
@media screen and (min-width: 1070px) {
  .map {
    width: 1460px;
    height: 818px;
  }
}

.map__container {
  padding-top: 258px;
  background-image: url("/_assets/img/map_bg.jpg");
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 1050px) {
  .map__container {
    padding-left: 500px;
  }
}

.agenda {
  background-color: white;
  padding: 35px 0 105px 0;
  position: relative;
  z-index: 10;
}
.agenda::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  background-image: url("/_assets/img/agenda_border_top.svg");
  background-position: left top;
  background-repeat: repeat-x;
  height: 20px;
}

.agenda__content {
  background-color: white;
  padding: 35px 0 105px 0;
}

.storytile-sites-agenda-pixel-per-minute {
  width: 4px;
}

.storytile-sites-agenda-small {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}

.storytile-sites-agenda-small * {
  box-sizing: border-box;
  user-select: none;
}

.storytile-sites-agenda-day-selector-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.storytile-sites-agenda-day-select {
  margin-bottom: 20px;
}

.storytile-sites-agenda-day-selector {
  background-color: transparent;
  color: black;
  font-size: 1.8rem;
  margin-right: 2px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px dashed transparent;
  margin: 0 10px;
}

.storytile-sites-agenda-day-selector-selected {
  margin-top: 0;
  padding-top: 9px;
  color: #DEA7B6;
  font-size: 2.6rem;
  border-bottom: 2px dashed #DEA7B6;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  color: black;
  width: 100%;
  text-align: left;
  --storytile-sites-agenda-time-progress: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day:not([data-visible]) {
  display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
  position: absolute;
  height: 100%;
  min-width: 100%;
  width: auto;
  left: 0;
  white-space: nowrap;
}
.storytile-sites-agenda-small .storytile-sites-agenda-slots.active .storytile-sites-agenda-sessionslot {
  background-color: white;
  color: black;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--storytile-sites-agenda-time-progress);
  pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  text-align: left;
  color: #DEA7B6;
  font-size: 1.8rem;
  height: 100%;
  border-left: 1px solid #DEA7B6;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child,
.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots {
  --storytile-sites-agenda-stage-height: 2rem;
  overflow: hidden;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slotbox {
  height: 40px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
  position: relative;
  grid-area: stage;
  overflow: hidden;
  text-align: right;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  font-weight: 600;
  align-items: center;
  font-size: 2rem;
}
.storytile-sites-agenda-small .storytile-sites-agenda-stagename svg {
  margin-right: 5px;
}
.storytile-sites-agenda-small .storytile-sites-agenda-stagename span {
  display: flex;
  align-items: center;
}
.storytile-sites-agenda-stage:nth-child(2) .storytile-sites-agenda-stagename {
  background-color: #CAC6BF;
  color: #485949;
}
.storytile-sites-agenda-stage:nth-child(2) .storytile-sites-agenda-stagename svg {
  width: 10px;
  height: 15px;
  fill: #485949;
}

.storytile-sites-agenda-stage:nth-child(3) .storytile-sites-agenda-stagename {
  background-color: #D3CDB3;
  color: #7A851D;
}
.storytile-sites-agenda-stage:nth-child(3) .storytile-sites-agenda-stagename svg {
  width: 14px;
  height: 19px;
  fill: #7A851D;
}
.storytile-sites-agenda-stage:nth-child(3) .storytile-sites-agenda-sessionslot {
  background-color: #79890D;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2rem;
  grid-template-rows: minmax(2rem, auto);
  grid-template-areas: "slots arrow";
  align-items: center;
  justify-items: stretch;
  --storytile-sites-agenda-stage-height: 3rem;
}
.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
  position: absolute;
  display: block;
  padding: 30px 15px;
  text-align: left;
  line-height: 2rem;
  background: #DAD024;
  color: black;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
  position: relative;
  justify-self: center;
  align-self: center;
  line-height: 0;
  color: black;
  height: 100%;
  display: flex;
  align-items: center;
}
.storytile-sites-agenda-small .storytile-sites-agenda-arrow svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox {
  position: relative;
  grid-area: slots;
  overflow: hidden;
  height: 90px;
  border-left: 1px solid #DEA7B6;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
  opacity: 0.1;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot[onclick] {
  cursor: pointer;
}

.storytile-sites-agenda-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1rem;
  background-color: black;
  color: white;
  font-size: 1.8rem;
  z-index: 10;
  /*
      use the transform to change position of the
      tooltip relative to the mouse pointer
  */
  transform: translateX(calc(-25% - 0.5rem)) translateY(1.5rem);
}

.storytile-sites-agenda-tooltip::before {
  position: absolute;
  display: block;
  content: "";
  background-color: inherit;
  width: 1.4rem;
  height: 1.4rem;
  transform: rotate(45deg);
  left: 25%;
  top: -0.7rem;
}

.storytile-sites-agenda-tooltip-title {
  position: relative;
  font-weight: bold;
}

.storytile-sites-agenda-tooltip-time {
  position: relative;
  font-weight: lighter;
  font-style: italic;
  margin: 0.5rem 0;
}

.storytile-sites-agenda-tooltip-body {
  position: relative;
}

.red-slot {
  background: #f00 !important;
}

.storytile-sites-agenda-timezone-info {
  display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
  border-right: 1px solid red;
}

.footer {
  position: relative;
  z-index: 20;
  background-color: #C6C6C6;
  padding: 35px 60px 40px 60px;
  text-align: center;
}

.footer__sponsors__headline {
  margin-bottom: 30px;
  color: white;
}

.footer__sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer__sponsors__item {
  flex-basis: 200px;
  margin: 0 15px;
}

.footer__sponsors__item--small {
  flex-basis: 100px;
}

.nav--top {
  padding: 20px 0 20px 21px;
  background-position: top left;
  background-repeat: no-repeat;
  top: 35px;
  z-index: 100;
  right: -30px;
  right: 0;
  min-height: 980px;
  display: none;
  background-color: white;
  position: absolute;
}
@media screen and (min-width: 700px) {
  .nav--top {
    padding: 20px 50px 20px 21px;
    width: 545px;
    background-color: transparent;
    background-image: url("/_assets/img/nav_bg.svg");
  }
}
.nav--top.open {
  display: block;
}

.nav__container {
  background-color: white;
  padding: 40px 30px;
}

.nav__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.nav__list--light {
  margin-bottom: 55px;
}
.nav__list--light .nav__link {
  color: #DEA7B6;
}

.nav__link {
  font-size: 2.4rem;
  line-height: 1;
  color: #00766F;
  font-weight: bold;
  border-bottom: 2px dashed rgba(145, 145, 145, 0.3);
  padding-bottom: 14px;
  margin-bottom: 12px;
  display: block;
}
.nav__link:hover {
  text-decoration: none;
}

.nav__footer {
  text-transform: uppercase;
}
.nav__footer a {
  color: black;
  margin: 0 4px;
}
.nav__footer a:hover {
  text-decoration: none;
}

.nav__help {
  width: 132px;
  height: 62px;
  background-image: url("/_assets/img/help_button_bg.svg");
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: -10px;
  right: 102px;
}
@media screen and (min-width: 800px) {
  .nav__help {
    top: -10px;
    right: 127px;
  }
}
.nav__help:hover {
  text-decoration: none;
}

.nav__logout a {
  color: #919191;
}

.main__media {
  padding-bottom: 10rem;
}

.main__media__bg--panels {
  background-image: url("/_assets/img/bg_main_panels.svg");
  background-position: left 50px;
  background-repeat: no-repeat;
  min-height: 845px;
}

.main__media__bg--workshops {
  background-image: url("/_assets/img/bg_main_workshops.svg");
  background-position: right 110%;
  background-repeat: no-repeat;
}

.main__media__bg--messe {
  background-image: url("/_assets/img/bg_main_messe.svg");
  background-position: right 120%;
  background-repeat: no-repeat;
}

.main__media__bg--erzaehlcafe {
  background-image: url("/_assets/img/bg_main_erzaehlcafe.svg");
  background-position: right 120%;
  background-repeat: no-repeat;
}

.main__media__bg--dialoginsel {
  background-image: url("/_assets/img/bg_main_dialoginsel.svg");
  background-position: right 120%;
  background-repeat: no-repeat;
}

.main__media__bg--gathering {
  background-image: url("/_assets/img/bg_main_gathering.svg");
  background-position: right 150%;
  background-repeat: no-repeat;
}

.main__media__bg--journalismus {
  background-image: url("/_assets/img/bg_main_journalismus.svg");
  background-position: right 120%;
  background-repeat: no-repeat;
}

.main__media__bg--art-zone {
  background-image: url("/_assets/img/bg_main_art-zone.svg");
  background-position: right 120%;
  background-repeat: no-repeat;
}

.main__content {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: white;
  position: relative;
  z-index: 10;
}
.overlay .main__content {
  z-index: 100;
}
.main__content a {
  color: #919191;
}

.main__content__header {
  margin-bottom: 7rem;
}
.main__content__header h2 {
  font-size: 4.2rem;
  line-height: 5.8rem;
  color: #00766F;
  text-transform: uppercase;
  margin-bottom: 0;
}

.main__yellow {
  background-color: #DAD024;
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  z-index: -1;
}

.ctr {
  max-width: 1610px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 700px) {
  .ctr {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.ctr--small {
  max-width: 1170px;
}

.livestream {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1350px) {
  .livestream {
    flex-direction: row;
  }
}

.livestream__video {
  background-color: black;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
}
.livestream__video .iframe-container {
  border-radius: 10px;
}

.livestream__video--art-zone {
  height: auto;
}

.livestream__chat {
  background-color: white;
  border-radius: 5px;
  position: relative;
  border-radius: 10px;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #E6E6E6;
}

.livestream__tabs {
  margin-bottom: 20px;
}
@media screen and (min-width: 1350px) {
  .livestream__tabs {
    text-align: right;
  }
}
.livestream__tabs span {
  display: none;
}
@media screen and (min-width: 700px) {
  .livestream__tabs span {
    display: inline;
  }
}

.livestream__aside {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.livestream__aside.justify-end {
  justify-content: flex-end;
}

.livestream__aside__text {
  flex: 1;
}

.livestream__video__description {
  display: flex;
  margin-top: 2rem;
}
.livestream__video__description h3 {
  color: black;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
.livestream__video__description svg {
  width: 19px;
  height: 17px;
  fill: black;
  margin-right: 18px;
}

.btn {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}
.btn:hover {
  text-decoration: none;
}

.btn--light span {
  border-bottom: 2px dashed #00766F;
  padding-bottom: 8px;
  font-size: 2.6rem;
  font-weight: bold;
}

.btn--green {
  color: #00766F;
}
.btn--green span {
  border-color: #00766F;
}
.btn--green svg {
  fill: #00766F;
}

.btn--white {
  color: white;
}
.btn--white span {
  border-color: white;
}
.btn--white svg {
  fill: white;
}

.btn--blue {
  color: #59A8C1;
}
.btn--blue span {
  border-color: #59A8C1;
}
.btn--blue svg {
  fill: #59A8C1;
}

.btn--can {
  color: #DEA7B6;
}
.btn--can span {
  border-color: #DEA7B6;
}
.btn--can svg {
  fill: #DEA7B6;
}

.btn--icon {
  display: inline-flex;
  align-items: center;
}
.btn--icon svg {
  width: 19px;
  height: 17px;
  margin-right: 15px;
}

.btn--registration svg {
  width: 33px;
  height: 30px;
  fill: white;
  margin-right: 50px;
}
.btn--registration span {
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
  font-size: 4.2rem;
  line-height: 4.5rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 290px;
  padding: 12px 0;
  color: white;
}

.btn--icon-invers svg {
  transform: rotate(180deg);
}

.btn--bold {
  background-image: url("/_assets/img/bg_button.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  width: 317px;
  height: 82px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.btn--panel {
  background-color: white;
  padding: 10px 20px;
  border-radius: 5px;
  color: #59A8C1;
}

.tabs {
  font-size: 2.6rem;
  color: #00766F;
  margin-bottom: 20px;
}
.tabs span:last-child {
  display: none;
}
@media screen and (min-width: 1350px) {
  .tabs {
    text-align: right;
    margin-top: 30px;
  }
}
.tabs span {
  display: none;
}
@media screen and (min-width: 700px) {
  .tabs span {
    display: inline;
  }
}

.tab {
  text-transform: uppercase;
  color: #00766F;
  border: none;
  background: none;
  display: block;
  position: relative;
  font-weight: bold;
  padding-left: 30px;
}
@media screen and (min-width: 700px) {
  .tab {
    padding-left: 0;
  }
}
.tab:hover {
  text-decoration: none;
}
.tab.active {
  color: #DAD024;
}
.tab.active::before {
  content: url("/_assets/img/icon_tab_active.svg");
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 700px) {
  .tab.active::before {
    transform: translateX(-50%) rotate(0);
    top: -30px;
    left: 50%;
  }
}
@media screen and (min-width: 700px) {
  .tab {
    display: inline;
    margin: 0 10px;
  }
  .tab:first-child {
    margin-left: 0;
  }
  .tab:last-child {
    margin-right: 0;
  }
}

.tabs--can .tab.active {
  color: #DEA7B6;
}
.tabs--can .tab.active::before {
  content: url("/_assets/img/icon_tab_active_can.svg");
}

.tab__content {
  display: none;
}
.tab__content.show {
  display: block;
}

.page--index .header__title {
  display: none;
}
.page--index .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0;
  height: 292px;
}

.page--legal .panel a {
  color: #DEA7B6;
  border-bottom: 2px dashed #DEA7B6;
}
.page--legal .panel a:hover {
  text-decoration: none;
}
.page--legal h2 {
  color: #00766F;
  font-size: 4.2rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.page--legal h3 {
  color: #00766F;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: bold;
  margin-top: 4rem;
}

.page--profile h3 {
  color: #00766F;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
.page--profile h3 span {
  color: #DEA7B6;
}

.page--no-header-image .header__title__image {
  display: none;
}

.page--admin {
  padding-bottom: 5rem;
}

.index-user-logged-in .welcome__sidebar {
  display: none;
}
.index-user-logged-in .map__container {
  padding-left: 0;
}
.index-user-logged-in .map {
  margin: 0 auto;
}

.chat__header {
  display: flex;
  color: #00766F;
  font-weight: bold;
  font-size: 2.6rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
  margin-bottom: 15px;
}

.chat__header__image {
  margin-left: 15px;
}

.storytile-sites-public-chat-messages {
  padding: 0 25px 30px 35px;
  font-size: 1.6rem;
  line-height: 2.1rem;
  height: 373px;
  overflow-y: auto;
}

.storytile-sites-public-chat-message {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 118, 111, 0.3);
}
.storytile-sites-public-chat-message:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.storytile-sites-public-chat-message-time,
.storytile-sites-public-chat-message-user {
  font-weight: bold;
}

.storytile-sites-public-chat-inputs {
  border-top: 2px dashed #00766F;
  padding: 25px 30px;
}
.storytile-sites-public-chat-inputs form {
  display: flex;
  align-items: center;
  position: relative;
}
.storytile-sites-public-chat-inputs textarea {
  resize: none;
  flex: 1;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
  overflow: auto;
  line-height: 50px;
  padding: 0;
  height: 50px;
  vertical-align: middle;
  font-size: 1.8rem;
  border: none;
}
.storytile-sites-public-chat-inputs button {
  border: none;
  background: none;
}

.storytile-sites-emoji-menu {
  position: absolute;
  top: 15px;
  right: 70px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
}

.storytile-sites-emoji-menu[data-open] {
  overflow: visible;
}

.storytile-sites-emoji-menu-list {
  position: absolute;
  bottom: 25px;
  right: 0;
  background: #fff;
  width: 200px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.storytile-sites-emoji-menu-list > span {
  position: relative;
  padding: 0.25em;
  background: transparent;
}

.storytile-sites-emoji-proposal {
  position: absolute;
  bottom: 25px;
  left: 0;
  box-sizing: border-box;
  background-color: #e0e0e0;
  border: 1px solid #ddd;
  padding: 0.5em;
}

.storytile-sites-emoji-proposal > span {
  position: relative;
  padding: 0.25em;
  background: transparent;
}

.storytile-sites-emoji-proposal > span.storytile-sites-emoji-proposal-selected {
  background: #0F9FDF;
}

.main__content__header .speakers__headline {
  margin-bottom: 4rem;
}

.speakers__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
}

.speakers__item {
  background: none;
  border: none;
  padding: 0;
}
.speakers__item figure {
  position: relative;
  margin: 0;
}
.speakers__item img {
  border-radius: 10px;
  width: 100%;
}
.speakers__item figcaption {
  color: white;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px black;
}

.checkbox {
  cursor: pointer;
  font-size: 1.6rem;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkbox__checkmark::after {
  display: block;
}
.checkbox__checkmark {
  position: relative;
  margin-right: 10px;
  height: 35px;
  width: 35px;
  background-color: white;
  border: 1px solid #DAD024;
  flex: 0 0 35px;
}
.checkbox__checkmark::after {
  content: url("../img/icon_checkmark.svg");
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
  width: 25px;
  height: 25px;
}

.checkbox__group .checkbox {
  margin-bottom: 1.7rem;
}

input[type=text],
input[type=email],
textarea {
  border: 1px solid #DAD024;
  font-size: 1.8rem;
  padding: 10px 15px;
  width: 100%;
}

textarea {
  resize: none;
  max-width: 655px;
}

.textarea__container label {
  display: block;
}

.select {
  appearance: none;
  width: 100%;
  border: 1px solid #DAD024;
  font-size: 1.8rem;
  padding: 8px 15px;
}

.select__container {
  position: relative;
  width: 100%;
}
.select__container::after {
  content: url("../img/icon_select.svg");
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 14px;
  height: 12px;
}

fieldset {
  border-bottom: 2px dashed rgba(145, 145, 145, 0.3);
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

.form--search {
  border: 2px solid #DAD024;
  border-radius: 10px;
  display: flex;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
}
.form--search input {
  border: none;
  border-radius: 10px 0 0 10px;
  font-size: 1.4rem;
  padding: 20px 25px;
}
.form--search span {
  background-color: white;
  padding: 20px;
  border-radius: 0 10px 10px 0;
}
.form--search svg {
  width: 44px;
  height: 44px;
}

.gatheringzone {
  background-image: url("/_assets/img/bg_main_gathering_info.svg");
  background-position: left 0;
  background-repeat: no-repeat;
  min-height: 645px;
  padding-top: 110px;
}
.gatheringzone h2 {
  color: #fff;
  font-size: 4.2rem;
  line-height: 5.8rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.gatheringzone__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1050px) {
  .gatheringzone__info {
    flex-direction: row;
  }
}
.gatheringzone__info img {
  margin: 100px 60px 0 0;
  display: none;
}
@media screen and (min-width: 1050px) {
  .gatheringzone__info img {
    display: block;
  }
}

.gathering__illu--top {
  margin: 0 0 2rem auto;
  display: block;
}

.gathering_zone_social_wall h2 {
  color: green;
}

.card {
  border-radius: 5px;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  background-color: #E1EBEB;
  padding: 30px 25px;
  color: #00766F;
}

.card--done {
  background-color: #F7F7F7;
  color: #919191;
}
.card--done .card__footer__status {
  font-size: 1.4rem;
}

.card--active {
  background-color: #DAD024;
  position: relative;
}
.card--active .card__footer__status {
  color: white;
}
.card--active .card__label {
  color: black;
}
.card--active::before {
  content: url("/_assets/img/icon_active_marker.svg");
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.card__footer {
  border-top: 2px dashed #00766F;
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.card__footer__info {
  border: none;
  background: none;
  padding: 0;
  margin-right: 10px;
}
.card__footer__info svg {
  width: 37px;
  height: 37px;
}

.card__footer__status {
  margin-left: auto;
  font-weight: bold;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  color: #00766F;
}
.card__footer__status svg {
  width: 19px;
  height: 17px;
  fill: #00766F;
  margin-right: 10px;
}

.card__body {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.2rem;
  padding-bottom: 15px;
  word-break: break-word;
}

.card__label {
  color: #DEA7B6;
  font-weight: bold;
}

.insightmediamesse_stream {
  background-image: url("/_assets/img/bg_insightmediamesse_stream.svg");
  background-position: right 0 top 120px;
  background-repeat: no-repeat;
  min-height: 845px;
}

.gathering_zone_info {
  background-image: url("/_assets/img/bg_gathering_info.svg");
  background-position: left 0;
  background-repeat: no-repeat;
  min-height: 645px;
  padding-top: 80px;
}
.gathering_zone_info .info__container {
  margin-left: 200px;
}
.gathering_zone_info .info__container h2 {
  color: #fff;
}

.gathering_zone_social_wall h2 {
  color: green;
}

.media {
  display: flex;
  border-bottom: 2px dashed #00766F;
  padding-bottom: 40px;
}

.media__image {
  flex: 0 0 110px;
  margin-right: 30px;
}

.media__headline {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 1.3rem;
  color: #00766F;
}

.modal__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(30px);
  background-color: transparent;
  z-index: 1000;
  display: none;
  padding: 25px;
}
@media screen and (min-width: 1050px) {
  .modal__background {
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}
.modal__background.open {
  display: flex;
}
.modal {
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 25px;
  position: relative;
  display: none;
  width: 100%;
  z-index: 100;
}
#system-messages .modal {
  padding: 0;
  height: 491px;
}
#system-messages .modal h3 {
  padding: 30px 30px 0 30px;
}
@media screen and (min-width: 1050px) {
  .modal {
    height: 60vh;
    max-height: 600px;
    width: 876px;
    padding: 190px 80px 80px 80px;
  }
}
.modal.open {
  display: block;
}

.modal--workshops {
  padding: 80px;
}

.modal--gallery {
  height: auto;
}
@media screen and (min-width: 1050px) {
  .modal--gallery {
    height: 90vh;
    width: 80%;
    padding: 90px 100px 90px 100px;
    max-height: none;
  }
}
.modal--gallery .modal__image {
  position: relative;
  transform: translateX(0);
  top: 0;
  left: 0;
  width: 100%;
}
.modal--gallery .modal--gallery__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F1F1F1;
}

.modal__media {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1050px) {
  .modal__media {
    flex-direction: row;
  }
}

.modal__image {
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1050px) {
  .modal__image {
    margin-bottom: 0;
    top: -120px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

.modal__headline {
  color: #00766F;
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.modal__subline {
  color: #DEA7B6;
  font-size: 2.1rem;
  line-height: 2.9rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.modal__close {
  position: absolute;
  border: none;
  background: none;
  top: 35px;
  right: 30px;
}
.modal__close svg {
  width: 35px;
  height: 35px;
}

.modal__content {
  overflow-y: auto;
  height: 50%;
}
@media screen and (min-width: 1050px) {
  .modal__content {
    height: 100%;
  }
}

.modal__text__overflow {
  overflow-y: auto;
}

.poll__container {
  background-color: #DEA7B6;
  position: relative;
  padding-top: 50px;
}
.poll__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("/_assets/img/poll_border_inverse.svg");
  background-position: left top;
  background-repeat: repeat-x;
}

.panel {
  padding: 70px 60px;
  border-radius: 10px;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 11.5rem;
}

.panel--white {
  background-color: white;
}

.panel--yellow {
  background-color: #DAD024;
}

.participants__item {
  border-bottom: 2px dashed #919191;
}

.participants__header {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .participants__header {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 1550px) {
  .participants__header {
    flex-wrap: no-wrap;
    align-items: center;
    flex-direction: row;
  }
}
.participants__header span {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1550px) {
  .participants__header span {
    margin-bottom: 0;
  }
}
.participants__header span::last-child {
  margin-bottom: 0;
}

.participants__name {
  color: #00766F;
  font-size: 2.4rem;
  font-weight: bold;
  flex: 0 0 100%;
}
@media screen and (min-width: 1550px) {
  .participants__name {
    flex: 0 0 400px;
    padding-right: 20px;
  }
}

.participants__organization {
  flex: 1;
}

@media screen and (min-width: 1200px) {
  .participants__chat {
    text-align: right;
    margin-left: auto;
    flex: 0 0 60px;
  }
}
.participants__chat svg {
  width: 45px;
  height: 33px;
}

@media screen and (min-width: 1200px) {
  .participants__toggle {
    flex: 0 0 80px;
    margin-left: auto;
    text-align: right;
  }
}
.participants__toggle svg {
  width: 12px;
  height: 11px;
}

.participants__toggle__button {
  display: flex;
  align-items: center;
  color: #919191;
}
@media screen and (min-width: 1200px) {
  .participants__toggle__button {
    margin-left: auto;
  }
}
.participants__toggle__button svg {
  margin-left: 10px;
  fill: #919191;
}

.participants__content__container {
  padding-bottom: 40px;
}

.participants__position {
  color: #00766F;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.participants__content__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1550px) {
  .participants__content__row {
    flex-direction: row;
  }
}

.participants__content--social {
  color: #DEA7B6;
  padding-right: 20px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1550px) {
  .participants__content--social {
    margin-bottom: 0;
    flex: 0 0 400px;
  }
}

.participants__contact__list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}

.participants__contact__item {
  margin-bottom: 1rem;
}
.participants__contact__item:last-child {
  margin-bottom: 0;
}
.participants__contact__item svg {
  width: 45px;
  height: 33px;
  margin-right: 15px;
}
.participants__contact__item a {
  color: #DEA7B6;
}

.participants__directchat {
  width: 317px;
  height: 82px;
  background: url("/_assets/img/icon_directchat_bg.svg");
  border: none;
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
}
.participants__directchat img {
  margin-right: 10px;
}

.acc__item.open .acc__container {
  max-height: 900px;
}

.acc__container {
  max-height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.carousel {
  color: white;
}

.carousel__headline {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.6rem;
  border-bottom: 2px dashed white;
  padding-bottom: 2.5rem;
  margin-bottom: 3.8rem;
  text-transform: uppercase;
}

.carousel__item {
  background-color: white;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
  padding: 19px 15px;
  color: black;
  position: relative;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.carousel__item .carousel__item__play {
  width: 19px;
  height: 18px;
  fill: white;
  left: -23px;
  top: 50%;
  position: absolute;
  transform: translateY(-9px);
}
.carousel__item .carousel__item__chat {
  right: -29px;
  top: 13px;
  position: absolute;
}
.carousel__item .carousel__item__chat svg {
  width: 57px;
  height: 42px;
}

.carousel__item__name {
  color: #00766F;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
}

.helpdesk .panel {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1050px) {
  .helpdesk .panel {
    margin-bottom: 0;
  }
}
.helpdesk .panel--yellow .btn img {
  margin-right: 10px;
}
@media screen and (min-width: 1050px) {
  .helpdesk {
    background-image: url("/_assets/img/illu_helpdesk.svg");
    background-size: 50% 100%;
    background-repeat: no-repeat;
  }
}

.art-blog__item {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
}
.art-blog__item h2 {
  text-transform: uppercase;
  color: #00766F;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1050px) {
  .art-blog__item h2 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 700px) {
  .art-blog__item {
    flex-direction: row;
  }
}

.art-blog__text {
  margin-right: 50px;
  order: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  .art-blog__text {
    margin-bottom: 0;
  }
}

.art-blog__image {
  flex: 0 0 30%;
  order: 2;
}

@media screen and (min-width: 1050px) {
  .art-blog__item--image-first .art-blog__image {
    order: 1;
    margin-right: 50px;
  }
  .art-blog__item--image-first .art-blog__text {
    order: 2;
    margin-right: 0;
  }
}

.art-blog__section {
  border-bottom: 2px dashed #00766F;
  margin-bottom: 5rem;
}
.art-blog__section:last-child {
  border-bottom: none;
}

.art__video__aside {
  padding-top: 5.5rem;
  color: #DEA7B6;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 1050px) {
  .art__video__aside {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.art__video__aside h2 {
  text-transform: uppercase;
  font-size: 4.2rem;
  margin-bottom: 3.8rem;
  line-height: 4.8rem;
}

.art__video__list {
  list-style: none;
  padding: 0;
}

.art__video__item {
  display: flex;
  margin-bottom: 2rem;
  font-weight: bold;
}
.art__video__item .btn {
  margin-right: 10px;
}

.art__image__aside {
  color: #919191;
}

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

.art__gallery__item {
  margin: 10px;
  background: none;
  border: none;
  padding: 0;
  height: 100%;
}
.art__gallery__item img {
  width: 100%;
}

.art__gallery__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .art__gallery__row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}

.art__gallery__col {
  height: 100%;
}
.art__gallery__col img {
  height: 100%;
}

@media screen and (min-width: 700px) {
  .art__gallery__spacer {
    flex: 0 0 var(--flex-basis);
  }
}

.storytile-sites-private-chat-anchor {
  position: fixed;
  bottom: 50px;
  right: 50px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}

.storytile-sites-private-chat-indicator {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 60px;
  height: 60px;
  background-color: #EC694A;
  line-height: 57px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.storytile-sites-private-chat-indicator.storytile-sites-private-chat-indicator-unread-messages {
  background-color: #EC694A;
  color: white;
  font-weight: bold;
}

.storytile-sites-private-chat-messenger {
  position: absolute;
  bottom: 50px;
  max-width: 600px;
  height: 500px;
  left: 30px;
  right: 30px;
  background-color: #00766F;
  z-index: 999;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

@media screen and (min-width: 1050px) {
  .storytile-sites-private-chat-messenger {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 445px 55px;
    width: 100%;
    right: 50px;
    left: auto;
    bottom: 0;
  }
}
.storytile-sites-private-chat-close-messenger {
  position: absolute;
  display: grid;
  place-items: center;
  top: -1em;
  left: -1em;
  background-color: #EC694A;
  border-radius: 50%;
  color: #fff;
  z-index: 110;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.storytile-sites-private-chat-close-messenger::before {
  position: relative;
  display: block;
  content: "";
  background: url("../img/icon_close_white.svg") center center no-repeat;
  background-size: 20px 20px;
  color: white;
  width: 36px;
  height: 36px;
  top: 0;
}

.storytile-sites-private-chat-contacts {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 9;
  background: #00766F;
  color: white;
  height: 200px;
}

@media screen and (min-width: 1050px) {
  .storytile-sites-private-chat-contacts {
    height: 100%;
    grid-row-end: 3;
    grid-row-start: 1;
  }
}
.storytile-sites-private-chat-contact {
  position: relative;
  display: block;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}

.storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-unread-messages {
  font-weight: bold;
  color: #fff;
}

.storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-unread-messages:before {
  content: "+ ";
}

.storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-selected {
  text-decoration: underline;
}

.storytile-sites-private-chat-messages {
  overflow-x: hidden;
  overflow-y: auto;
  background: #E6E6E6;
  padding: 10px;
  box-sizing: border-box;
  height: 246px;
}
@media screen and (min-width: 1050px) {
  .storytile-sites-private-chat-messages {
    height: auto;
    border-radius: 0 5px 0 0;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.storytile-sites-private-chat-inputs {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 7px 20px;
  width: 100%;
}

.storytile-sites-private-chat-inputs .storytile-sites-emoji-menu {
  right: 125px;
  top: 15px;
  cursor: pointer;
}

.storytile-sites-private-chat-input-text {
  box-sizing: border-box;
  resize: none;
  height: 40px;
  padding: 4px 50px 4px 4px;
  flex: 1;
  border: none;
}

.storytile-sites-private-chat-input-button {
  width: 100px;
  height: 40px;
  border: none;
  background-color: #EC694A;
  padding: 5px 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: none;
}

.storytile-sites-private-chat-message {
  position: relative;
  padding: 0.5em;
}

.storytile-sites-private-chat-message.storytile-sites-private-chat-message-self {
  text-align: right;
}

.storytile-sites-private-chat-message-user {
  font-size: 1.8rem;
  line-height: 1.4;
}

.storytile-sites-private-chat-message-time {
  font-size: 1.6rem;
  line-height: 1.4;
}

.storytile-sites-private-chat-message-text {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  background: #00766F;
  padding: 5px;
  border-radius: 0px;
  max-width: 80%;
  color: white;
}

.storytile-sites-private-chat-indicator.storytile-sites-private-chat-indicator-unread-messages {
  background: #EC694A;
}

.border::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  background-position: left top;
  background-repeat: repeat-x;
}

.border--white::before {
  background-image: url("/_assets/img/border_white.svg");
}

.border--grey::before {
  background-image: url("/_assets/img/border_grey.svg");
}

.border--yellow::before {
  background-image: url("/_assets/img/border_yellow.svg");
}

.marker__container {
  position: absolute;
}

.marker {
  width: 43px;
  height: 43px;
  background-color: #D80951;
  border-radius: 50%;
  cursor: pointer;
}
.marker:before {
  content: " ";
  position: absolute;
  left: 0;
  border: 3px solid #D80951;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  opacity: 0;
  animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.marker__container--helpdesk {
  top: 22%;
  left: 12%;
}

.marker__container--panels {
  top: 10%;
  left: 42%;
}

.marker__container--art-zone {
  top: 10%;
  left: 67%;
}

.marker__container--messe {
  top: 20%;
  left: 87%;
}

.marker__container--politikorange {
  top: 73%;
  left: 11%;
}

.marker__container--workshops-sessions {
  top: 69%;
  left: 28%;
}

.marker__container--journalismus-slam {
  top: 54%;
  left: 50%;
}

.marker__container--dialog-insel {
  top: 42%;
  left: 80%;
}

.marker__container--erzaehl-cafes {
  top: 68%;
  left: 90%;
}

.marker__container--gathering-zone {
  top: 87%;
  left: 58%;
}

.login {
  background-image: url("/_assets/img/bg_login.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34px 39px 23px 35px;
  margin-bottom: 4rem;
}

.login__headline {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}

.login__form {
  display: flex;
  align-items: center;
}
.login__form input[type=text] {
  border: none;
  border-radius: 10px 0 0 10px;
  height: 76px;
}

.login__button {
  border-radius: 0 10px 10px 0;
  color: white;
  font-weight: bold;
  background-color: #59A8C1;
  flex: 0 0 79px;
  height: 76px;
}

.login__registration {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.login__registration a {
  color: white;
  border-bottom: 2px dashed white;
}

.tooltip {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 200px;
  box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  transform: translate(0, -50%);
  border-radius: 10px;
}
@media screen and (min-width: 1050px) {
  .tooltip {
    width: 400px;
  }
}
.tooltip.animate {
  transition: all 0.3s ease-out;
}
.tooltip.show {
  opacity: 1;
  z-index: 100;
}
.tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  transform: translateY(-20px);
}
.tooltip__button {
  text-align: right;
}

.tooltip--right {
  left: 51.5px;
  top: 21.5px;
}
.tooltip--right::before {
  border-width: 20px 25px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -25px;
}

.tooltip--left {
  right: 51.5px;
  top: 21.5px;
}
.tooltip--left::before {
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #ffffff;
  right: -25px;
}

.tooltip__close {
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.tooltip__close svg {
  width: 20px;
  height: 20px;
}

.tooltip__headline {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

#system-chat {
  border-radius: 10px;
  background: white;
  padding: 30px;
}
#system-chat .storytile-sites-public-chat-messages,
#system-chat .storytile-sites-public-chat-inputs {
  padding: 0;
}
#system-chat form {
  margin-top: 2rem;
  border: 1px solid #DAD024;
  border-radius: 5px;
}
#system-chat form textarea {
  max-width: none;
  padding-left: 10px;
}
#system-chat form button {
  background-color: #DAD024;
  border-radius: 0 5px 5px 0;
  height: 50px;
  padding: 0 5px;
}
#system-chat form .storytile-sites-emoji-menu {
  right: 80px;
  top: 13px;
}
#system-chat .storytile-sites-public-chat-input-text {
  border-radius: 5px 0 0 5px;
  margin-right: 48px;
}

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