@import url(//hello.myfonts.net/count/3a9511);

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.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;
    -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-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.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 .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    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: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
    opacity: 0
}

.tippy-iOS {
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent
}

.tippy-popper {
    pointer-events: none;
    max-width: calc(100vw - 10px);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-property: transform
}

.tippy-tooltip {
    position: relative;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #333;
    transition-property: visibility, opacity, transform;
    outline: 0
}

.tippy-tooltip[data-placement^=top]>.tippy-arrow {
    border-width: 8px 8px 0;
    border-top-color: #333;
    margin: 0 3px;
    transform-origin: 50% 0;
    bottom: -7px
}

.tippy-tooltip[data-placement^=bottom]>.tippy-arrow {
    border-width: 0 8px 8px;
    border-bottom-color: #333;
    margin: 0 3px;
    transform-origin: 50% 7px;
    top: -7px
}

.tippy-tooltip[data-placement^=left]>.tippy-arrow {
    border-width: 8px 0 8px 8px;
    border-left-color: #333;
    margin: 3px 0;
    transform-origin: 0 50%;
    right: -7px
}

.tippy-tooltip[data-placement^=right]>.tippy-arrow {
    border-width: 8px 8px 8px 0;
    border-right-color: #333;
    margin: 3px 0;
    transform-origin: 7px 50%;
    left: -7px
}

.tippy-tooltip[data-interactive][data-state=visible] {
    pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    padding: 5px 9px
}

.tippy-tooltip[data-placement^=top]>.tippy-svg-arrow {
    transform-origin: 50% 0;
    margin: 0 3px;
    bottom: -6.5px
}

.tippy-tooltip[data-placement^=top]>.tippy-svg-arrow svg {
    transform: rotate(180deg)
}

.tippy-tooltip[data-placement^=bottom]>.tippy-svg-arrow {
    transform-origin: 50% 7px;
    margin: 0 3px;
    top: -7px
}

.tippy-tooltip[data-placement^=left]>.tippy-svg-arrow {
    transform-origin: 33.33333333% 50%;
    margin: 3px 0;
    right: -12px
}

.tippy-tooltip[data-placement^=left]>.tippy-svg-arrow svg {
    transform: rotate(90deg)
}

.tippy-tooltip[data-placement^=right]>.tippy-svg-arrow {
    transform-origin: 66.66666666% 50%;
    margin: 3px 0;
    left: -12px
}

.tippy-tooltip[data-placement^=right]>.tippy-svg-arrow svg {
    transform: rotate(-90deg)
}

.tippy-tooltip[data-interactive]>.tippy-svg-arrow path {
    pointer-events: auto
}

.tippy-svg-arrow {
    position: absolute;
    width: 18px;
    height: 7px;
    fill: #333;
    pointer-events: none
}

.tippy-svg-arrow svg {
    position: absolute;
    left: 0
}

.tippy-tooltip[data-animation=shift-away][data-placement^=top][data-state=hidden] {
    transform: translateY(10px)
}

.tippy-tooltip[data-animation=shift-away][data-placement^=bottom][data-state=hidden] {
    transform: translateY(-10px)
}

.tippy-tooltip[data-animation=shift-away][data-placement^=left][data-state=hidden] {
    transform: translateX(10px)
}

.tippy-tooltip[data-animation=shift-away][data-placement^=right][data-state=hidden] {
    transform: translateX(-10px)
}

.tippy-tooltip[data-animation=shift-away][data-state=hidden] {
    opacity: 0
}

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:1000px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

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

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

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

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1000px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1280px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1000px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1280px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1000px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1280px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:1000px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1280px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

/*!
 * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

@font-face {
    font-family: CocogoosePro-Regular;
    src: url(../fonts/3A9511_0_0.eot);
    src: url(../fonts/3A9511_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3A9511_0_0.woff2) format("woff2"), url(../fonts/3A9511_0_0.woff) format("woff"), url(../fonts/3A9511_0_0.ttf) format("truetype")
}

.heading--xl {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1.06;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .heading--xl {
        font-size: 40px
    }
}

@media (min-width:1000px) {
    .heading--xl {
        font-size: 64px;
        margin-bottom: 35px
    }
}

.heading--lg {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 1.07;
    margin-bottom: 25px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .heading--lg {
        font-size: 45px;
        line-height: 1.08;
        margin-bottom: 30px
    }
}

@media (min-width:1000px) {
    .heading--lg {
        font-size: 60px;
        margin-bottom: 35px
    }
}

.heading--md {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 1.26;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .heading--md {
        font-size: 40px;
        margin-bottom: 30px
    }
}

@media (min-width:1000px) {
    .heading--md {
        font-size: 54px;
        margin-bottom: 35px
    }
}

.heading--sm {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1.06;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .heading--sm {
        font-size: 36px;
        line-height: 1.08;
        margin-bottom: 20px
    }
}

@media (min-width:1000px) {
    .heading--sm {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 25px
    }
}

.heading--h3 {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 5px
}

@media (min-width:768px) {
    .heading--h3 {
        font-size: 24px
    }
}

@media (min-width:1000px) {
    .heading--h3 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

.heading--h4 {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.43;
    margin: 0
}

@media (min-width:768px) {
    .heading--h4 {
        font-size: 17px
    }
}

@media (min-width:1000px) {
    .heading--h4 {
        font-size: 18px;
        line-height: 1.63
    }
}

.text-xl {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .text-xl {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media (min-width:1000px) {
    .text-xl {
        font-size: 26px;
        margin-bottom: 25px
    }
}

.text-lg {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.43
}

@media (min-width:768px) {
    .text-lg {
        font-size: 16px
    }
}

@media (min-width:1000px) {
    .text-lg {
        font-size: 18px
    }
}

.text-md {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.63
}

@media (min-width:1000px) {
    .text-md {
        font-size: 16px
    }
}

.text-sm {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .text-sm {
        font-size: 12px;
        line-height: 1.67
    }
}

p a,
p a:active,
p a:focus,
p a:hover {
    color: #ff000f;
    text-decoration: underline
}

.caption {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 15px
}

.caption--video {
    display: none
}

@media (min-width:576px) {
    .caption--video {
        display: block
    }
}

@media (min-width:576px) {
    .caption--noshow-desktop {
        display: none
    }
}

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

#tinymce .text-md,
#tinymce p,
.wysiwyg .text-md,
.wysiwyg p {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.63
}

@media (min-width:768px) {

    #tinymce .text-md,
    #tinymce p,
    .wysiwyg .text-md,
    .wysiwyg p {
        font-size: 16px
    }
}

#tinymce strong,
.wysiwyg strong {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal
}

html {
    -webkit-font-smoothing: antialiased
}

.preload :not(.mix) {
    transition: none !important
}

body {
    overflow-x: hidden;
    color: #000;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #d8e2e9;
    transition: background .5s linear 0s
}

body.body--red,
body.error404 {
    background: #ff000f
}

body.body--white {
    background: #fff
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    line-height: normal
}

.color-grey-dark {
    color: #050505
}

.color-red {
    color: #ff000f
}

.color-yellow {
    color: #ffe411
}

.section {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width:1000px) {
    .section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

.section--red {
    background: #ff000f
}

.section--campaign+.section--carousel-shows,
.section--grey {
    background: #d8e2e9
}

.section--black {
    background: #000;
    color: #fff
}

.section--white {
    background: #fff
}

.section--nopadding-top {
    padding-top: 0
}

.section--nopadding-bottom {
    padding-bottom: 0
}

.section--red+.section--white {
    margin-top: 0;
    z-index: 5;
    transition: background .5s linear 0s;
    background: #d8e2e9
}

@media (min-width:1000px) {
    .section--red+.section--white {
        margin-top: -300px
    }
}

.body--red .section--red+.section--white {
    background: #ff000f
}

.section--red+.section--white:before {
    display: none !important
}

.section--red+.section--white:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, #fff 70%, hsla(0, 0%, 100%, 0)) !important;
    z-index: -1 !important;
    transition: opacity .5s linear 0s
}

.body--red .section--red+.section--white:after {
    opacity: 0
}

.section--campaign+.section--carousel-shows+.section--white,
.section--grey+.section--white,
.show-header+.show-footer {
    position: relative
}

.section--campaign+.section--carousel-shows+.section--white:before,
.section--grey+.section--white:before,
.show-header+.show-footer:before {
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    max-height: 100%;
    position: absolute;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #d8e2e9);
    transition: opacity .5s linear 0s
}

@media (min-width:1000px) {

    .section--campaign+.section--carousel-shows+.section--white:before,
    .section--grey+.section--white:before,
    .show-header+.show-footer:before {
        height: 300px
    }
}

.section--campaign.section--white+.section--carousel-shows,
.section--campaign.show-footer+.section--carousel-shows,
.section--white+.section--grey,
.show-footer+.section--grey {
    position: relative
}

.section--campaign.section--white+.section--carousel-shows:before,
.section--campaign.show-footer+.section--carousel-shows:before,
.section--white+.section--grey:before,
.show-footer+.section--grey:before {
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    max-height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #d8e2e9, #fff);
    transition: background .5s linear 0s
}

@media (min-width:1000px) {

    .section--campaign.section--white+.section--carousel-shows:before,
    .section--campaign.show-footer+.section--carousel-shows:before,
    .section--white+.section--grey:before,
    .show-footer+.section--grey:before {
        height: 300px
    }
}

.section--campaign+.section--black.section--carousel-shows,
.section--grey.section--black {
    position: relative
}

.section--campaign+.section--black.section--carousel-shows:before,
.section--grey.section--black:before {
    display: none
}

.section--campaign+.section--carousel-shows {
    position: relative
}

.section--campaign+.section--carousel-shows:before {
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    max-height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #d8e2e9, #707e89);
    transition: background .5s linear 0s
}

@media (min-width:1000px) {
    .section--campaign+.section--carousel-shows:before {
        height: 450px
    }
}

.header+.section--white {
    padding-top: 100px;
    margin-top: -75px
}

@media (min-width:1000px) {
    .header+.section--white {
        padding-top: 125px;
        padding-top: 160px;
        margin-top: -95px
    }
}

.section--header-image+.section--introduction {
    padding-top: 25px
}

@media (min-width:768px) {
    .section--header-image+.section--introduction {
        padding-top: 56px
    }
}

@media (min-width:768px) {

    .section--latest-news+.section--newsletter,
    .section--share+.section--carousel-shows,
    .section--share+.section--newsletter {
        padding-top: 40px
    }
}

.section--carousel-shows+.section--latest-news,
.section--carousel-shows+.section--newsletter,
.section--program+.section--newsletter {
    padding-top: 0
}

.section__container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 520px;
    position: relative
}

@media (min-width:576px) {
    .section__container {
        max-width: 520px
    }
}

@media (min-width:768px) {
    .section__container {
        max-width: 720px
    }
}

@media (min-width:1000px) {
    .section__container {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    .section__container {
        max-width: 1240px
    }
}

@media (max-width:575.98px) {
    .section__container {
        padding-left: 24px;
        padding-right: 24px
    }
}

.section__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.section__column {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1000px) {
    .section__column--half {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 25px
    }
}

@media (min-width:1000px) {
    .section__column--half+.section__column--half {
        padding-left: 25px;
        padding-right: 12px
    }
}

@media (min-width:768px) {
    .section__column--7 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        margin-left: 16.66666667%
    }
}

@media (min-width:1000px) {
    .section__column--7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        margin-left: 20.83333333%
    }
}

@media (min-width:768px) {
    .section__column--8 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        margin-left: 8.33333333%
    }
}

@media (min-width:1000px) {
    .section__column--8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        margin-left: 16.66666667%
    }
}

@media (min-width:768px) {
    .section__column--9 {
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

@media (min-width:768px) {
    .section__column--10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) {
    .section__column--11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        margin-left: 4.16666667%
    }
}

.section--backto {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width:1000px) {
    .section--backto {
        padding-top: 55px;
        padding-bottom: 75px
    }
}

@media (min-width:1000px) {
    .section--backtoprogram {
        padding-bottom: 35px
    }
}

.div-empty {
    height: 45px;
    width: 100%
}

@media (min-width:768px) {
    .div-empty {
        height: 75px
    }
}

@media (min-width:1000px) {
    .div-empty {
        height: 100px
    }
}

.item-title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff000f;
    text-transform: uppercase;
    line-height: 1.05;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-line-clamp: 3
}

@media (min-width:768px) {
    .item-title {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media (min-width:1000px) {
    .item-title {
        font-size: 26px;
        margin-bottom: 25px
    }
}

@media (min-width:1280px) {
    .item-title {
        font-size: 28px
    }
}

.item-tag {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 7px;
    font-size: 7px;
    border-radius: 4px
}

.item-tag .icon {
    display: none
}

.item-tag:last-child {
    margin-right: 0
}

@media (min-width:768px) {
    .item-tag {
        padding: 5px 8px;
        font-size: 9px;
        border-radius: 6px
    }

    .item-tag .icon {
        margin-right: 5px;
        display: inline;
        transform: translateY(-1px);
        min-width: 10px
    }
}

.item-tag:nth-child(2) {
    page-break-after: always;
    -moz-column-break-after: always;
    break-after: always
}

.item-date {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #000;
    margin-bottom: 0
}

@media (min-width:768px) {
    .item-date {
        font-family: objektiv-mk1, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 14px
    }
}

@media (min-width:768px) {
    .section--donate .section__column {
        text-align: center
    }
}

.btn {
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all .1s ease;
    position: relative;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn:active,
.btn:focus,
.btn:hover {
    text-decoration: none;
    outline: 0
}

.btn .btn__text {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn--transparent {
    height: 32px
}

.btn--transparent .btn__text {
    padding: 0
}

.btn--transparent:active .btn__text--black,
.btn--transparent:focus .btn__text--black,
.btn--transparent:hover .btn__text--black {
    color: #ff000f
}

.btn--transparent:active .btn__text--yellow,
.btn--transparent:focus .btn__text--yellow,
.btn--transparent:hover .btn__text--yellow {
    color: #000
}

.btn--block {
    display: flex
}

.btn--arrow .icon {
    display: flex;
    margin-left: 10px;
    width: 24px
}

.btn--arrow .icon.prev {
    margin-left: 0px;
    margin-right: 10px;
}

.btn--arrow-back .btn__text .icon {
    display: flex;
    margin-right: 10px;
    width: 18px;
    height: 14px;
    position: relative;
    top: -2px
}

.btn__text {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 0 25px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: row
}

.btn__text--yellow {
    color: #ffe411
}

.btn__text--donate {
    padding: 0;
    font-size: 14px
}

.btn--yellow {
    background-color: #ffe411
}

.btn--yellow:active,
.btn--yellow:focus,
.btn--yellow:hover {
    background-color: #ffef75
}

.btn--yellow:disabled {
    border: none;
    width: 100%;
    background: #ececec;
    cursor: not-allowed
}

.btn--donate {
    border: 0;
    outline: 0;
    height: 79px;
    padding: 0 25px
}

.btn--donate svg {
    width: 45px;
    height: 45px;
    margin-right: 15px
}

@media (max-width:767.98px) {
    .btn--donate {
        width: 100%
    }
}

.btn--red {
    background-color: #ff000f;
    height: 50px
}

.btn--red:active,
.btn--red:focus,
.btn--red:hover {
    background-color: #ff1f2c
}

.btn--red .btn__text {
    color: #fff
}

.btn--black {
    background-color: #000;
    height: 50px
}

.btn--black .btn__text {
    color: #fff
}

.btn--black:active,
.btn--black:focus,
.btn--black:hover {
    background-color: #2c2c2c
}

.btn--filter-summary {
    background: #ff000f;
    border-radius: 8px;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 36px;
    padding: 10px 15px;
    transition: box-shadow .2s ease;
    border: none;
    color: #fff;
    text-transform: capitalize;
    margin-right: 10px;
    margin-bottom: 10px
}

.btn--filter-summary svg {
    fill: #fff;
    font-size: 10px;
    margin-left: 10px
}

.btn--filter-summary+.btn--filter-reset {
    margin-left: 20px;
    margin-right: 0
}

.btn--filter-summary-reset {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    height: 36px
}

.gform_wrapper fieldset,
.gform_wrapper legend {
    background: none;
    padding: 0
}

.gform_wrapper fieldset {
    border: none;
    display: block;
    margin: 0
}

.gform_wrapper legend {
    margin-left: 0;
    margin-right: 0
}

.gform_wrapper .gform-ul-reset {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.gform_wrapper .gform-text-input-reset,
.gform_wrapper input.gform-text-input-reset,
body[class*=avada] .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    padding: inherit
}

.gfield textarea {
    width: 100%
}

.gfield textarea.small {
    height: 96px
}

.gfield textarea.medium {
    height: 192px
}

.gfield textarea.large {
    height: 288px
}

.gfield input,
.gfield select {
    max-width: 100%
}

.gfield input.small,
.gfield select.small {
    width: calc(25% - 12px)
}

.gfield input.medium,
.gfield select.medium {
    width: calc(50% - 8px)
}

.gfield input.large,
.gfield select.large {
    width: 100%
}

.gform_fields {
    display: grid;
    grid-column-gap: 2%;
    grid-row-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%
}

.gfield {
    grid-column: 1/-1;
    min-width: 0
}

.gfield.gfield--width-full {
    grid-column: span 12;
    -ms-grid-column-span: 12
}

.gfield.gfield--width-eleven-twelfths {
    grid-column: span 11;
    -ms-grid-column-span: 11
}

.gfield.gfield--width-five-sixths {
    grid-column: span 10;
    -ms-grid-column-span: 10
}

.gfield.gfield--width-three-quarter {
    grid-column: span 9;
    -ms-grid-column-span: 9
}

.gfield.gfield--width-two-thirds {
    grid-column: span 8;
    -ms-grid-column-span: 8
}

.gfield.gfield--width-seven-twelfths {
    grid-column: span 7;
    -ms-grid-column-span: 7
}

.gfield.gfield--width-half {
    grid-column: span 6;
    -ms-grid-column-span: 6
}

.gfield.gfield--width-five-twelfths {
    grid-column: span 5;
    -ms-grid-column-span: 5
}

.gfield.gfield--width-third {
    grid-column: span 4;
    -ms-grid-column-span: 4
}

.gfield.gfield--width-quarter {
    grid-column: span 3;
    -ms-grid-column-span: 3
}

.gfield.gfield--width-one-sixth {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.gfield.gfield--width-one-twelfth {
    -ms-grid-column-span: 1;
    grid-column: span 1
}

@media (max-width:640px) {
    .gform_fields {
        grid-column-gap: 0
    }

    .gfield:not(.gfield--width-full) {
        grid-column: 1/-1
    }
}

.gform_footer .gform-button--width-full.gfield--width-full {
    width: 100%
}

.gform_footer .gform-button--width-full.gfield--width-eleven-twelfths {
    width: 91.6666%
}

.gform_footer .gform-button--width-full.gfield--width-five-sixths {
    width: 83.3333%
}

.gform_footer .gform-button--width-full.gfield--width-three-quarter {
    width: 75%
}

.gform_footer .gform-button--width-full.gfield--width-two-thirds {
    width: 66.6666%
}

.gform_footer .gform-button--width-full.gfield--width-seven-twelfths {
    width: 58.3333%
}

.gform_footer .gform-button--width-full.gfield--width-half {
    width: 50%
}

.gform_footer .gform-button--width-full.gfield--width-five-twelfths {
    width: 41.6666%
}

.gform_footer .gform-button--width-full.gfield--width-third {
    width: 33.3333%
}

.gform_footer .gform-button--width-full.gfield--width-quarter {
    width: 25%
}

.gform_footer .gform-button--width-full.gfield--width-one-sixth {
    width: 16.6666%
}

.gform_footer .gform-button--width-full.gfield--width-one-twelfth {
    width: 8.3333%
}

.gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper .gform_fields .gfield.gform_validation_container,
.gform_wrapper .gform_validation_container {
    display: none !important;
    left: -9000px;
    position: absolute !important
}

#gform_wrapper_1 {
    position: relative;
    margin: 0
}

#gform_wrapper_1 .ginput_container input {
    width: 100%;
    border-radius: 8px;
    height: 50px;
    border: 1px solid #ededed;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    display: flex;
    font-size: 16px;
    line-height: 1
}

#gform_wrapper_1 .ginput_container input:focus {
    outline: 1px solid #ffe411
}

@media (min-width:768px) {
    #gform_wrapper_1 .ginput_container input {
        height: 60px;
        border: none;
        padding-left: 25px;
        padding-right: 160px;
        font-size: 16px
    }

    #gform_wrapper_1 .ginput_container input:focus {
        outline: 0
    }
}

#gform_wrapper_1 .ginput_container input::-webkit-input-placeholder {
    color: #000;
    opacity: .4;
    font-size: 16px;
    line-height: normal
}

@media (min-width:768px) {
    #gform_wrapper_1 .ginput_container input::-webkit-input-placeholder {
        font-size: 16px
    }
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: normal
}

#gform_wrapper_1 ul.gform_fields li.gfield {
    padding: 0;
    margin: 0
}

#gform_wrapper_1 .gform_footer {
    margin: 0;
    padding: 0;
    width: auto
}

@media (min-width:768px) {
    #gform_wrapper_1 .gform_footer {
        position: absolute;
        top: 0;
        right: 0
    }
}

.gform_footer input[type=submit] {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .1s ease;
    color: #000;
    background-color: #ffe411;
    padding: 17px 0;
    border: 0;
    border-radius: 8px;
    width: 100%;
    text-align: center
}

.gform_footer input[type=submit]:active,
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:hover {
    text-decoration: none;
    outline: 0;
    background-color: #ffef75
}

@media (min-width:768px) {
    .gform_footer input[type=submit] {
        width: auto;
        padding: 14px 25px
    }
}

#gform_wrapper_1 .gform_footer input[type=submit] {
    margin: 15px 0 0
}

@media (min-width:768px) {
    #gform_wrapper_1 .gform_footer input[type=submit] {
        margin: 10px;
        width: auto
    }
}

body .validation_error {
    display: none
}

body .gform_wrapper.gf_browser_chrome .gfield_error input[type=text] {
    margin-bottom: 0
}

body .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100%
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

.gfield_label {
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-weight: 700;
    font-size: inherit
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0
}

img.gform_ajax_spinner {
    display: none
}

body .gform_wrapper .validation_message {
    color: #ff000f;
    padding-right: 0
}

.gfield_required {
    display: none
}

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

.gform_legacy_markup_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%
}

.gform_validation_container {
    display: none !important;
    left: -9000px;
    position: absolute !important
}

#gform_wrapper_2 .ginput_container input {
    width: 100%;
    border-radius: 8px;
    height: 50px;
    border: 1px solid #ededed;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    display: flex;
    font-size: 16px;
    line-height: 1
}

#gform_wrapper_2 .ginput_container input:focus {
    outline: 1px solid #ffe411
}

@media (min-width:768px) {
    #gform_wrapper_2 .ginput_container input {
        height: 60px;
        border: none;
        padding-left: 25px;
        padding-right: 160px;
        font-size: 16px
    }

    #gform_wrapper_2 .ginput_container input:focus {
        outline: 0
    }
}

#gform_wrapper_2 .gform_footer {
    display: flex;
    justify-content: center
}

@media (max-width:767.98px) {
    #gform_wrapper_2 .gform_footer {
        margin: 0
    }
}

.ginput_complex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px
}

.ginput_complex .gform-grid-col {
    flex: 1
}

.hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.gform_legacy_markup_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto
}

.gfield--type-checkbox .gfield_label {
    display: none
}

.gfield--type-checkbox .gform-field-label {
    margin: 0
}

.gchoice {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
    position: relative
}

.gchoice input {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0
}

.gchoice input:focus-visible+label:before {
    border: 1px solid #000
}

.gchoice input:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16'%3E%3Cpath d='M17.2 0L7 10.3 2.8 6.1 0 8.9 7 16 20 2.9z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000
}

.gchoice label {
    display: flex;
    align-items: center;
    gap: 12px
}

.gchoice label:before {
    content: "";
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff
}

.gfield_checkbox {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.gform_footer {
    margin-top: 32px
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.img-objectfit {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover;";
    border: 0
}

.img-objectfit--contain {
    -o-object-fit: contain;
    object-fit: contain
}

#svgContainer {
    position: relative;
    width: 600px;
    height: 400px;
    display: block;
    background: #d8e2e9
}

.icon-spacer_wiggle-red {
    width: 66px;
    height: 8px
}

@media (min-width:768px) {
    .icon-spacer_wiggle-red {
        width: 89px;
        height: 11px
    }
}

.header {
    position: relative;
/*	position: fixed;*/
    z-index: 100;
    width: 100%;
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 75px;
}

@media (max-width:999.98px) {
    .header .section__row {
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap
    }

    .header:after {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, rgba(216, 226, 233, 0), #d8e2e9 40%, #d8e2e9);
        transition: opacity .5s linear 0s;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 1;
        opacity: 0
    }
}

@media (min-width:1000px) {
    .header {
        padding-top: 25px;
        padding-bottom: 25px;
        height: 95px
    }

    .header .section__row {
        justify-content: space-between;
        align-items: center
    }
}

@media (max-width:999.98px) {
    .header--open:after {
        opacity: 1;
        transition: opacity .3s linear 1s
    }

    .header--open .header__menu {
        pointer-events: auto
    }

    .header--open .header__innermenu {
        transform: translateX(-100%);
        transition: transform .3s linear 0s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.header__menu {
    display: flex;
    align-items: center;
    align-content: center
}

@media (max-width:999.98px) {
    .header__menu {
        top: 0;
        left: 0;
        position: fixed;
        width: 100vw;
        height: 100%;
        pointer-events: none
    }

    .header__menu,
    .header__menu .section__container {
        overflow: hidden
    }

    .header__menu .menuwrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (min-width:1000px) {
    .header__menu {
        top: 0;
        position: absolute;
        width: 100%;
        left: 0;
        height: 95px
    }

    .header__menu .menuwrapper {
        position: relative;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        margin-left: 12.5%
    }
}

.header__innermenu {
    display: flex;
    align-items: center;
    align-content: center
}

@media (max-width:999.98px) {
    .header__innermenu {
        align-items: flex-start;
        padding-top: 100px;
        left: 100%;
        position: absolute;
        max-width: 100%;
        top: 0;
        width: 100vw;
        height: 100%;
        transition: transform .2s linear 0s;
        background: #d8e2e9
    }
}

@media (min-width:1000px) {
    .header__innermenu {
        top: 0;
        position: absolute;
        width: 100%;
        left: 0;
        height: 95px
    }
}

.header__logo {
    flex: 0 0 100px;
    height: 45px;
    z-index: 10
}

@media (min-width:1000px) {
    .header__logo {
        height: 50px
    }
}

.header__logo a {
    display: block;
    width: 100%;
    height: auto;
    margin-left: -4px
}

@media (min-width:1000px) {
    .header__logo a {
        padding-right: 24px;
        margin-left: 0;
        height: 100%;
        width: auto
    }
}

.header__logo img {
    width: 100%;
    height: auto
}

@media (min-width:1000px) {
    .header__logo img {
        height: 100%;
        width: auto
    }
}

.body--red .header__logo img {
    filter: brightness(0);
    transition: filter .5s linear 0s
}

.header--open .header__logo img {
    filter: none !important
}

@media (min-width:1000px) {
    .header__logo {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.header__date {
    z-index: 11;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    flex-grow: 1
}

@media (min-width:1000px) {
    .header__date {
        display: none
    }
}

.footer__menu ul,
.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header__langswitcher {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    z-index: 12
}

@media (min-width:1000px) {
    .header__langswitcher {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.menu-item a {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 12px;
    line-height: 1.83;
    text-transform: uppercase
}

.menu-item a:active,
.menu-item a:focus,
.menu-item a:hover {
    text-decoration: none
}

.footer__menu li.menu-item {
    margin-bottom: 10px;
    display: inline-block
}

.footer__menu li.menu-item a {
    display: block;
    font-size: 10px;
    line-height: 2.2
}

.footer__menu li.menu-item a:active,
.footer__menu li.menu-item a:focus,
.footer__menu li.menu-item a:hover {
    color: #ff000f
}

@media (min-width:1000px) {
    .footer__menu li.menu-item {
        display: block
    }

    .footer__menu li.menu-item a {
        font-size: 12px;
        line-height: 1.83
    }
}

.menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 100px !important
}

@media (min-width:1000px) {
    .menu-list {
        flex-direction: row;
        margin-bottom: 0 !important
    }
}

.menu-list .menu-item {
    position: relative;
    padding: 0;
    display: block;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 25px
}

@media (min-width:1000px) {
    .menu-list .menu-item {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0
    }

    .menu-list .menu-item:first-child {
        margin-left: 0
    }
}

.menu-list .menu-item a {
    position: relative;
    display: inline-block
}

.menu-list .menu-item a:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 2px;
    background-color: #fff;
    z-index: -1
}

.body--red .menu-list .menu-item a:before {
    background-color: none
}

.body--white .menu-list .menu-item a:before {
    background-color: #d8e2e9
}

@media (max-width:999.98px) {
    .menu-list .menu-item a:after {
        content: "";
        position: absolute;
        top: -25%;
        left: 0;
        width: 500px;
        height: 150%
    }
}

.menu-list .active a:before,
.menu-list .menu-item a:focus:before,
.menu-list .menu-item a:hover:before,
.menu-list .submenu-active a:before {
    display: block
}

.sub-menu .menu-item a:before {
    display: none !important
}

.sub-menu .active a {
    color: #ff000f
}

.body--red .sub-menu .active a {
    color: #fff;
    transition: color .5s linear 0s
}

.header__menu .menu-item-has-children:after {
    pointer-events: none;
    content: url(../images/icon_arrow-down.svg);
    transition: transform .25s ease-in-out 0s
}

@media (max-width:999.98px) {
    .header__menu .menu-item-has-children:after {
        position: absolute;
        right: 0;
        top: -2px
    }
}

@media (min-width:1000px) {
    .header__menu .menu-item-has-children:after {
        position: relative;
        display: inline-block;
        margin-left: 9px
    }
}

@media (min-width:1000px) {
    .header__menu .menu-item-has-children a {
        cursor: default
    }

    .header__menu .menu-item-has-children .menu-item a {
        cursor: pointer
    }
}

@media (max-width:999.98px) {
    .header__menu .submenu-active:after {
        transform: rotate(180deg) translateY(-2px)
    }
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px !important
}

@media (max-width:999.98px) {
    .sub-menu {
        display: none
    }
}

@media (min-width:1000px) {
    .sub-menu {
        padding-top: 30px !important;
        padding-bottom: 35px !important;
        position: absolute;
        width: 222px;
        top: 21px;
        left: 0;
        text-align: left;
        background-color: transparent;
        margin: 0;
        padding-top: 10px;
        pointer-events: none
    }

    .sub-menu:after {
        content: "";
        position: absolute;
        width: calc(100% + 40px);
        height: calc(100% + 80px);
        top: -60px;
        left: -20px;
        z-index: -1
    }

    .sub-menu:before {
        z-index: -2;
        content: "";
        position: absolute;
        width: 2000px;
        height: 100%;
        top: 0;
/*        left: -1000px;*/
        left: -960px;
        pointer-events: none;
        background: #d8e2e9;
        transition: background .5s linear 0s;
        opacity: 0
    }

    .body--red .sub-menu:before {
        background: #ff000f !important
    }

    .body--white .sub-menu:before {
        background: #fff
    }

    .sub-menu li {
        opacity: 0
    }
}

@media (max-width:999.98px) {
    .submenu-active .sub-menu {
        display: block
    }
}

@media (min-width:1000px) {
    .submenu-active .sub-menu {
        pointer-events: auto
    }

    .submenu-active .sub-menu:before {
        opacity: 1;
        transition: background .5s linear 0s
    }

    .submenu-active .sub-menu li {
        opacity: 1
    }
}

.sub-menu .menu-item {
    display: block;
    text-transform: none;
    margin: 0;
    border-bottom: 1px solid #000
}

.sub-menu .menu-item:last-child {
    border-bottom: 0
}

.sub-menu .menu-item a {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 11px;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px
}

.sub-menu .menu-item a:focus,
.sub-menu .menu-item a:hover {
    color: #ff000f
}

.body--red .sub-menu .menu-item a:focus,
.body--red .sub-menu .menu-item a:hover {
    color: #fff
}

.sub-menu .menu-item a:focus:before,
.sub-menu .menu-item a:hover:before {
    display: none
}

.menu__button {
    background: none;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    top: 0;
    width: 45px;
    height: 45px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100
}

@media (min-width:1000px) {
    .menu__button {
        display: none
    }
}

.menu__button:active,
.menu__button:focus,
.menu__button:hover {
    outline: 0
}

.menu--footer-menu-1 {
    display: none
}

@media (min-width:768px) {
    .menu--footer-menu-1 {
        display: block
    }
}

.menu--footer-menu-2 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.menu--footer-menu-2 .menu-item a {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: underline
}

@media (min-width:768px) {
    .menu--footer-menu-2 {
        display: block
    }

    .menu--footer-menu-2 .menu-item a {
        text-decoration: none
    }
}

.header__langswitcher {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 2px
}

.language-switch {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.language-switch span {
    transform: translateY(1px)
}

@media (min-width:1000px) {
    .language-switch span {
        transform: translateY(2px)
    }
}

.language-switch--current {
    background: #000;
    color: #fff
}

.language-switch--current:active,
.language-switch--current:focus,
.language-switch--current:hover {
    outline: 0
}

@media (max-width:999.98px) {
    .language-switch--current {
        order: 2
    }
}

.language-switch--link {
    color: #000
}

.language-switch--link:active,
.language-switch--link:focus,
.language-switch--link:hover {
    color: #ff000f;
    text-decoration: none;
    opacity: .9;
    outline: 0
}

.body--red .language-switch--link:active,
.body--red .language-switch--link:focus,
.body--red .language-switch--link:hover {
    color: #fff
}

@media (max-width:999.98px) {
    .language-switch--link {
        display: none
    }

    .header--open .language-switch--link {
        display: inline-flex
    }
}

.footer {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: #d8e2e9;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center
}

@media (min-width:768px) {
    .footer {
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: initial
    }
}

@media (min-width:1000px) {
    .footer {
        padding-top: 125px;
        padding-bottom: 125px
    }
}

.error404 .footer,
.error404 .section--newsletter,
.error404 .section--partners-footer,
.page-template-template-partners .section--newsletter,
.page-template-template-partners .section--partners-footer {
    display: none
}

.section--wiggle .heading--xl,
.section--wiggle .text-lg {
    margin-bottom: 25px
}

.section--wiggle .icon-spacer_wiggle-red {
    margin: 0 auto 45px;
    display: block
}

@media (min-width:768px) {

    .section--wiggle .heading--xl,
    .section--wiggle .text-lg {
        text-align: center
    }

    .section--wiggle .icon-spacer_wiggle-red {
        margin: 0 auto 80px;
        text-align: center
    }
}

@media (min-width:1000px) {

    .section--wiggle .heading--xl,
    .section--wiggle .text-lg {
        margin-bottom: 35px
    }

    .section--wiggle .icon-spacer_wiggle-red {
        margin: 0 auto 125px
    }
}

.section--newsletter {
    padding-top: 45px
}

@media (min-width:768px) {
    .section--newsletter {
        padding-top: 60px;
        padding-bottom: 50px
    }
}

@media (min-width:1000px) {
    .section--newsletter {
        padding-top: 125px;
        padding-bottom: 158px
    }
}

.newsletter-text {
    margin-top: 15px
}

.newsletter-text p {
    margin: 0;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    line-height: 1.4
}

@media (min-width:768px) {
    .newsletter-text {
        text-align: center;
        margin-top: 18px
    }

    .newsletter-text p {
        font-size: 12px;
        line-height: 1.67
    }
}

.section--partners-footer {
    padding-top: 45px;
    padding-bottom: 45px
}

.section--partners-footer .partners .partner {
    display: none
}

.section--partners-footer .partners .partner:nth-child(-n+4) {
    display: flex
}

@media (min-width:768px) {
    .section--partners-footer {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section--partners-footer .partners .partner {
        display: flex
    }
}

@media (min-width:1000px) {
    .section--partners-footer {
        padding-top: 140px;
        padding-bottom: 125px
    }
}

.link-partners-wrapper {
    text-align: center
}

.footer__tagline {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    margin-left: 8.33333333%
}

.footer__tagline a {
    display: block
}

.footer__tagline a img {
    width: 110px;
    height: 66.3px
}

.footer__tagline .text-sm {
    margin-top: 25px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .footer__tagline {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        margin-left: 0
    }

    .footer__tagline a img {
        width: 189px;
        height: 114px
    }
}

.footer__menu {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    margin-left: 4.16666667%
}

.footer__menu .slaicos__ul {
    margin-top: 35px;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .footer__menu {
        flex: 0 0 25%;
        max-width: 25%
    }

    .footer__menu .slaicos__ul {
        display: none
    }
}

.footer__logos {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    margin-left: 8.33333333%
}

.footer__logos .slaicos__ul {
    display: none
}

.footer__logos .icon-spacer_wiggle-red {
    margin-top: 45px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .footer__logos {
        flex: 0 0 25%;
        max-width: 25%
    }

    .footer__logos .icon-spacer_wiggle-red {
        display: none
    }

    .footer__logos .slaicos__ul {
        display: block
    }
}

.madebys {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.madeby {
    margin-top: 15px;
    width: 45%
}

.madeby img {
    max-width: 100%
}

.madeby .logo-sep-desk {
    display: none
}

@media (min-width:768px) {
    .madeby .logo-sep-desk {
        display: block
    }
}

.madeby .logo-sep-mob {
    display: block
}

@media (min-width:768px) {
    .madeby .logo-sep-mob {
        display: none
    }
}

.madeby .september-logo {
    width: 100px;
    height: auto
}

.madeby .september-logo path {
    fill: #000
}

@media (min-width:768px) {
    .madeby {
        width: 100%
    }

    .madeby:first-child {
        margin-top: 26px
    }

    .madeby .september-logo {
        width: 160px
    }
}

.section-locations {
    background: #000;
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
    display: none;
}

@media (min-width:768px) {
    .section-locations {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (min-width:1000px) {
    .section-locations {
        padding-top: 125px;
        padding-bottom: 125px
    }
}

.section-locations__tagline {
    display: flex;
    align-items: center;
    margin: 0
}

@media (min-width:768px) {
    .section-locations__tagline {
        flex: 0 0 54.16666667%;
        max-width: 54.16666667%
    }
}

.section-locations__locations {
    color: #ffe411;
    margin-top: 45px
}

@media (min-width:768px) {
    .section-locations__locations {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        margin-left: 12.5%;
        text-align: center;
        margin-top: 0
    }
}

.locations-tagline {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 24px;
    line-height: 1.25
}

@media (min-width:768px) {
    .locations-tagline {
        font-size: 38px;
        line-height: 1.23
    }
}

@media (min-width:1000px) {
    .locations-tagline {
        font-size: 48px;
        line-height: 1.21
    }
}

.location-link {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffe411;
    font-size: 36px;
    line-height: 1.28;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}

.location-link span {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    display: block;
    margin-bottom: 10px
}

.location-link .icon-icon_arrow-next {
    display: inline-block;
    margin-left: 10px;
    fill: #ffe411;
    width: 37px;
    height: 21px
}

.location-link:active,
.location-link:focus,
.location-link:hover {
    color: #ffe411;
    text-decoration: none
}

@media (min-width:768px) {
    .location-link {
        font-size: 32px;
        line-height: 1.24;
        text-align: center;
        margin-bottom: 30px
    }

    .location-link .icon-icon_arrow-next {
        display: block;
        margin: 15px auto 0
    }
}

@media (min-width:1000px) {
    .location-link {
        font-size: 46px;
        line-height: 1.22;
        margin-bottom: 50px
    }
}

.section-tweetkat {
    padding-top: 100px;
    padding-bottom: 25px;
    margin-top: -75px;
    transition: background .5s linear 0s
}

@media (min-width:1000px) {
    .section-tweetkat {
        padding-top: 145px;
        padding-bottom: 350px;
        margin-top: -95px
    }
}

.body--red .section-tweetkat {
    background: #ff000f
}

.section-tweetkat__cta {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal
}

.section-tweetkat__cta .btn {
    margin-top: 30px
}

@media (min-width:1000px) {
    .section-tweetkat__cta {
        flex: 0 0 29.16666667%;
        max-width: 29.16666667%
    }
}

.cta-blur {
    transition: opacity .5s linear 0s
}

@media (min-width:1000px) {
    .cta-blur {
        opacity: 0;
        pointer-events: none;
        filter: blur(10px);
        transition: filter .3s linear 0s, opacity .3s linear 0s
    }

    .body--red .cta-blur {
        opacity: .35;
        pointer-events: auto
    }

    .cta-blur:hover {
        filter: blur(0);
        opacity: 1
    }
}

.section-tweetkat__cta--left {
    text-align: center
}

.section-tweetkat__cta--left .btn {
    display: none
}

@media (min-width:1000px) {
    .section-tweetkat__cta--left {
        text-align: right;
        padding-top: 50px
    }

    .section-tweetkat__cta--left .btn {
        display: flex
    }
}

@media (min-width:1280px) {
    .section-tweetkat__cta--left {
        padding-left: 50px
    }
}

.section-tweetkat__cta--right {
    order: 3
}

@media (max-width:999.98px) {
    .section-tweetkat__cta--right .btn--tweetkat {
        width: 100%;
        color: #fff;
        background: #000;
        margin-bottom: 10px
    }

    .section-tweetkat__cta--right .btn--tweetkat span {
        color: #fff
    }

    .section-tweetkat__cta--right .btn--program {
        margin-top: 0;
        width: 100%
    }
}

@media (min-width:1000px) {
    .section-tweetkat__cta--right {
        padding-top: 50px
    }

    .section-tweetkat__cta--right .btn--tweetkat {
        display: none
    }
}

@media (min-width:1280px) {
    .section-tweetkat__cta--right {
        padding-right: 50px
    }
}

.section-tweetkat__tweetkat {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (max-width:999.98px) {
    .section-tweetkat__tweetkat {
        margin-bottom: 25px
    }
}

@media (min-width:1000px) {
    .section-tweetkat__tweetkat {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        order: 2
    }
}

.tweetcat-img-text {
    width: 229px;
    height: 38.6px;
    margin-top: 5px;
    margin-bottom: 11px
}

@media (min-width:1000px) {
    .tweetcat-img-text {
        width: 279px;
        height: 47px
    }
}

.tweetkat-text-1 {
    display: block;
    font-size: 18px
}

@media (min-width:1000px) {
    .tweetkat-text-1 {
        font-size: 24px
    }
}

.tweetkat-text-2 {
    display: block;
    font-size: 14px
}

@media (min-width:1000px) {
    .tweetkat-text-2 {
        font-size: 16px
    }
}

.tweetkat-text-3 {
    display: none;
    font-size: 30px;
    line-height: 1.13
}

@media (min-width:1000px) {
    .tweetkat-text-3 {
        display: block
    }
}

.cat {
    max-width: 100%
}

@media (min-width:1000px) {
    .section__column--events {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        margin-left: 8.33333333%
    }
}

@media (min-width:1280px) {
    .section__column--events {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        margin-left: 16.66666667%
    }
}

.event-card {
    width: 100%;
    min-height: 100px;
    margin-bottom: 25px;
    position: relative
}

@media (min-width:768px) {
    .event-card {
        min-height: 220px;
        margin-bottom: 40px
    }
}

.event-card__inner {
    min-height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff
}

@media (min-width:768px) {
    .event-card__inner {
        min-height: 220px
    }
}

.event-card__inner:active,
.event-card__inner:focus,
.event-card__inner:hover {
    color: inherit;
    text-decoration: none
}

@media (min-width:768px) {

    .event-card__inner:active .event-card__title .title__underline,
    .event-card__inner:focus .event-card__title .title__underline,
    .event-card__inner:hover .event-card__title .title__underline {
        background-size: 100% 100%;
        transition: background-size .3s ease-in-out 0s
    }
}

.event-card__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-basis: calc(100% - 220px);
    max-width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex: 1;
    padding-left: 115px
}

@media (min-width:768px) {
    .event-card__content {
        padding-left: 270px
    }
}

.event-card__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%
}

.event-card__button {
    display: flex;
    align-items: flex-end;
    padding-left: 10px;
    display: none
}

@media (min-width:768px) {
    .event-card__button {
        display: flex
    }

    .event-card__button .btn__text {
        white-space: nowrap
    }
}

.event-card__title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff000f;
    text-transform: uppercase;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 3px;
    -webkit-line-clamp: 2
}

@media (min-width:768px) {
    .event-card__title {
        font-size: 30px;
        margin-bottom: 10px;
        -webkit-line-clamp: 3
    }
}

.event-card__title .title__clamp {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:768px) {
    .event-card__title .title__underline {
        background-size: 0 100%;
        background-repeat: no-repeat;
        transition: background-size .3s ease-in-out 0s;
        line-height: 38px
    }
}

@media (min-width:768px) {

    .event-card__title .title__underline,
    .section--campaign+.section--carousel-shows .event-card__title .title__underline,
    .section--grey .event-card__title .title__underline {
        width: 100%;
        background-image: linear-gradient(transparent calc(100% - 10px), #fff 10px)
    }
}

.event-card__performer {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

@media (min-width:768px) {
    .event-card__performer {
        font-size: 14px;
        padding-right: 15px;
        margin-bottom: 12px
    }
}

.event-card__tags {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #fff
}

.event-card__tag {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: inherit;
    text-decoration: none;
    list-style: none;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 5px;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 7px;
    font-size: 7px;
    border-radius: 4px
}

.event-card__tag .icon {
    margin-right: 5px;
    display: inline;
    min-width: 10px
}

.event-card__tag span {
    color: #fff
}

@media (min-width:768px) {
    .event-card__tag {
        padding: 5px 10px;
        font-size: 9px;
        border-radius: 6px
    }

    .event-card__tag .icon {
        transform: translateY(-1px)
    }
}

.event-card__tag:nth-child(2) {
    page-break-after: always;
    -moz-column-break-after: always;
    break-after: always
}

.event-card__tag--performer {
    display: none
}

.event-card__tag--date .icon {
    font-size: 7px;
    transform: scale(1.3)
}

@media (min-width:768px) {
    .event-card__tag--date .icon {
        transform: translateY(-1.5px) scale(1.3)
    }
}

@media (min-width:768px) {
    .event-card__tag--date .date--mobile {
        display: none
    }
}

.event-card__tag--date .date--desktop {
    display: none
}

@media (min-width:768px) {
    .event-card__tag--date .date--desktop {
        display: inline
    }
}

.event-card__tag--location .icon {
    font-size: 6px;
    transform: translateY(-1.5px) scale(1.6)
}

.event-card__tag--break {
    flex-basis: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden
}

@media (max-width:767.98px) {
    .event-card__tag--break {
        display: none
    }
}

.event-card__excerpt {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .event-card__excerpt {
        display: none
    }
}

.event-thumb {
    background: #050505;
    position: absolute;
    width: 100%;
    height: 100%
}

.event-card .event-thumb {
    width: 100px;
    height: 100px
}

@media (min-width:768px) {
    .event-card .event-thumb {
        width: 220px;
        height: 220px
    }
}

.thumb-labels--program {
    padding-top: 20px;
    padding-left: 0
}

.thumb-labels--program .thumb-label--top {
    display: flex
}

@media (min-width:768px) {
    .thumb-labels--program {
        padding-top: 30px;
        padding-left: 30px
    }

    .thumb-labels--program .thumb-label--left {
        display: flex
    }
}

.thumb-labels--header {
    padding-top: 30px;
    padding-right: 30px
}

@media (min-width:1000px) {
    .thumb-labels--header {
        padding-top: 50px;
        padding-right: 50px
    }
}

.thumb-labels--header .thumb-label--right,
.thumb-labels--header .thumb-label--top {
    display: flex
}

@media (min-width:768px) {
    .single .thumb-labels--header {
        padding-top: 50px;
        padding-right: 50px
    }
}

.thumb-labels--carousel {
    padding: 30px
}

.thumb-labels--carousel .thumb-label--bottom,
.thumb-labels--carousel .thumb-label--left,
.thumb-labels--carousel .thumb-label--right,
.thumb-labels--carousel .thumb-label--top {
    display: flex
}

.event-thumb__square {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.event-thumb__square img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.event-thumb__square img,
.thumb-label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.thumb-label {
    display: none
}

.thumb-label--top {
    transform: rotate(0)
}

.thumb-label--left {
    transform: rotate(-90deg)
}

.thumb-label--right {
    transform: rotate(90deg)
}

.thumb-label--bottom {
    transform: rotate(180deg)
}

.thumb-label__bar {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    display: flex;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    height: 20px;
    font-size: 8px;
    text-transform: lowercase;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:768px) {
    .thumb-label__bar {
        height: 30px;
        font-size: 12px
    }
}

.thumb-labels--program .thumb-label__bar {
    text-transform: uppercase
}

@media (min-width:768px) {
    .thumb-labels--program .thumb-label__bar {
        text-transform: lowercase
    }
}

.thumb-labels--header .thumb-label__bar {
    height: 30px;
    font-size: 13px
}

@media (min-width:768px) {
    .thumb-labels--header .thumb-label__bar {
        height: 50px;
        font-size: 24px
    }
}

@media (max-width:999.98px) {
    .thumb-labels--carousel .thumb-label__bar {
        height: 30px;
        font-size: 13px
    }
}

.slaicos__ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center
}

.slaicos__ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

.slaicos__ul li:last-child {
    margin-right: 0
}

.slaicos__ul li:active svg,
.slaicos__ul li:focus svg,
.slaicos__ul li:hover svg {
    fill: #ff000f
}

.slaicos__ul a {
    display: block
}

.slaicos__ul svg {
    width: 32px;
    height: 32px;
    fill: #000
}

@media (min-width:768px) {
    .slaicos__ul li {
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 10px
    }
}

.section--share {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .section--share {
        padding-top: 75px;
        padding-bottom: 85px
    }
}

.share-title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.27
}

.section--partners {
    padding-top: 50px
}

@media (min-width:1000px) {
    .section--partners {
        padding-top: 100px
    }
}

.partners {
    flex-wrap: wrap
}

.partner,
.partners {
    display: flex;
    justify-content: center
}

.partner {
    width: 42%;
    align-items: center;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 40px
}

.partner img {
    max-width: 100%
}

@media (min-width:768px) {
    .partner {
        width: 21%;
        margin-left: 2%;
        margin-right: 2%
    }
}

.page-template-template-partners .section--newsletter,
.page-template-template-partners .section--partners-footer {
    display: none
}

.partner-categories .heading--xl {
    margin-bottom: 35px
}

@media (min-width:768px) {
    .partner-categories .heading--xl {
        margin-bottom: 55px
    }
}

@media (min-width:1000px) {
    .partner-categories .heading--xl {
        margin-bottom: 75px
    }
}

.partner-categories__category {
    text-align: center;
    margin-bottom: 65px
}

.partner-categories__category .icon-spacer_wiggle-red {
    margin-top: 45px
}

.partner-categories__category:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .partner-categories__category {
        margin-bottom: 85px
    }

    .partner-categories__category .icon-spacer_wiggle-red {
        margin-top: 60px
    }
}

@media (min-width:1000px) {
    .partner-categories__category {
        margin-bottom: 125px
    }

    .partner-categories__category .icon-spacer_wiggle-red {
        margin-top: 85px
    }
}

.filter-select {
    position: relative
}

.filter-select .icon {
    pointer-events: none;
    position: absolute;
    font-size: 8px;
    top: 0;
    height: 100%;
    right: 15px
}

@media (min-width:768px) {
    .filter-select .icon {
        right: 20px
    }
}

.filter-select__select {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, .4);
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff
}

@media (min-width:768px) {
    .filter-select__select {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 20px
    }
}

.filter-select__select:active,
.filter-select__select:focus,
.filter-select__select:hover {
    outline: none
}

.filter-select--selected {
    color: #000
}

.filter-select__select::-ms-expand {
    display: none
}

.filter-select--selected .filter-select__select {
    color: #000
}

.filter-checkboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width:767.98px) {
    .filter-checkboxes {
        justify-content: space-between
    }
}

@media (max-width:767.98px) {

    .filter--location .filter-checkbox:first-child,
    .filter--location .filter-checkbox:nth-child(2) {
        flex-basis: calc(50% - 5px)
    }

    .filter--location .filter-checkbox:nth-child(3) {
        flex-basis: 100%
    }
}

@media (min-width:1280px) {
    .filter--location .filter-checkbox:nth-child(2) .filter-checkbox__label {
/*        margin-right: 0*/
    }
}

@media (max-width:767.98px) {
    .filter--category .filter-checkbox {
        flex-basis: calc(25% - 7px)
    }
}

@media (max-width:767.98px) {
    .filter--lnp .filter-checkbox {
        flex-basis: 100%
    }
}

.filter-checkbox:last-child .filter-checkbox__label {
    margin: 0
}

.filter-checkbox__input {
    display: none
}

.filter-checkbox__label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border-radius: 8px;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
    height: 42px;
    padding: 10px;
    transition: box-shadow .2s ease
}

.filter-checkbox__label:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
    .filter-checkbox__label {
        height: 50px;
        padding: 10px 14px;
        margin-right: 10px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .filter-checkbox__label .label--mobile {
        display: none
    }
}

@media (max-width:767.98px) {
    .filter-checkbox__label .label--desktop {
        display: none
    }
}

.filter-checkbox__input:checked+.filter-checkbox__label {
    background: #ff000f;
    color: #fff
}

.filter-checkbox__input[disabled]+.filter-checkbox__label {
    color: #bfbfbf;
    cursor: default;
    text-decoration: line-through
}

.filter-checkbox__input[disabled]+.filter-checkbox__label:hover {
    box-shadow: none
}

.filter-checkbox--flexbreak {
    flex-basis: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden
}

.filter--lnp .filter__legend {
    display: none
}

.i-btn {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: #fff;
    color: #fff;
    border-radius: 100%;
    display: inline;
    align-items: center;
    justify-content: center;
    outline: none !important;
    margin-left: 3px;
    position: relative;
    z-index: 0
}

.i-btn .icon {
    color: #000;
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 16px;
    height: 16px
}

.i-btn__content {
    display: none
}

.i-btn-theme {
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300
}

.i-btn-theme .tippy-content {
    padding: 10px 15px
}

.i-btn-theme p:last-child {
    margin: 0
}

.tippy-tooltip {
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    text-align: center
}

.tippy-svg-arrow {
    fill: #000
}

.tippy-tooltip[data-placement^=bottom] .tippy-arrow {
    border-bottom-color: #000
}

.tippy-content {
    padding: 15px 10px
}

.tippy-content a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 10px;
    opacity: 1;
    transition: opacity .3s ease
}

.tippy-content a:focus,
.tippy-content a:hover {
    opacity: .8;
    transition: opacity .3s ease
}

.tippy-content a .icon {
    width: 100%;
    height: 100%
}

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

.usp {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.33;
    text-transform: lowercase;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.usp:first-child {
    padding-top: 0
}

.usp:last-child {
    border: 0
}

.usp span {
    text-transform: none;
    width: 100%
}

.usp span a {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 2
}

.usp span a,
.usp span a:active,
.usp span a:focus,
.usp span a:hover {
    color: #ff000f;
    text-decoration: underline
}

@media (min-width:768px) {
    .usp {
        font-size: 20px;
        line-height: 1.3;
        padding-bottom: 12px;
        padding-top: 12px;
        flex-wrap: nowrap
    }

    .usp span {
        text-align: right;
        text-transform: none;
        width: auto
    }
}

@media (min-width:1000px) {
    .usp {
        font-size: 22px;
        line-height: 1.27
    }
}

.section--carousel-shows {
    overflow: hidden;
    padding-top: 49px;
    padding-bottom: 45px
}

@media (min-width:768px) {
    .section--carousel-shows {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

@media (min-width:1000px) {
    .section--carousel-shows {
        padding-top: 125px;
        padding-bottom: 125px
    }
}

.section--carousel-shows .flickity-viewport {
    overflow: visible
}

.section--carousel-shows .section__container {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width:768px) {
    .section--carousel-shows .section__container {
        padding: 0
    }
}

.section--carousel-shows .section__row {
    display: block
}

.section--carousel-shows .section__column {
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:767.98px) {
    .section--carousel-shows .section__column {
        padding-right: 36px
    }
}

@media (min-width:768px) {
    .section--carousel-shows .section__column {
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: 12.5%;
        padding: 0
    }
}

.section--carousel-shows .show-slide {
    opacity: .1;
    pointer-events: none;
    transition: opacity .5s ease-in-out 0s;
    overflow: hidden
}

.section--carousel-shows .is-selected {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .5s ease-in-out 0s
}

@media (min-width:768px) {
    .section--carousel-shows .is-selected+.show-slide {
        opacity: 1;
        pointer-events: auto
    }
}

@media (min-width:1000px) {
    .section--carousel-shows .is-selected+.show-slide+.show-slide {
        opacity: 1;
        pointer-events: auto
    }
}

.section--carousel-shows .carousel-btns {
    display: none
}

@media (min-width:768px) {
    .section--carousel-shows .carousel-btns {
        display: flex;
        height: 250px
    }
}

@media (min-width:1000px) {
    .section--carousel-shows .carousel-btns {
        height: 250px
    }
}

.section--carousel-shows .carousel-btns svg {
    fill: #000
}

.section--carousel-shows .carousel-btns .btn-flickity {
    background: none;
    border: 0;
    outline: 0;
    padding: 10px
}

.section--carousel-shows .carousel-btns .btn-flickity .icon {
    transition: transform .3s ease 0s
}

.section--carousel-shows .carousel-btns .btn-flickity:disabled,
.section--carousel-shows .carousel-btns .btn-flickity[disabled] {
    pointer-events: none;
    opacity: 0
}

.section--carousel-shows .carousel-btns .button--prev {
    margin-left: -113px
}

.section--carousel-shows .carousel-btns .button--prev:hover .icon {
    transform: translateX(-5px)
}

.section--carousel-shows .carousel-btns .button--next {
    margin-right: -113px
}

.section--carousel-shows .carousel-btns .button--next:hover .icon {
    transform: translateX(5px)
}

.section--carousel-shows .heading--xl {
    text-transform: lowercase
}

.section--carousel-shows.section--featured-pages .event-card__title {
    font-size: 28px
}

@media (min-width:768px) {
    .carousel-shows {
        margin-top: 80px
    }
}

@media (min-width:768px) {
    .carousel-shows--disabled {
        pointer-events: none
    }
}

.show-slide {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    position: relative
}

@media (min-width:768px) {
    .show-slide {
        width: 50%;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width:1000px) {
    .show-slide {
        width: 33.3333%
    }
}

.show-slide .event-card__title {
    font-size: 24px;
    margin-bottom: 5px
}

@media (min-width:1280px) {
    .show-slide .event-card__title {
        font-size: 30px;
        margin-bottom: 10px
    }
}

.show-slide .event-card__performer {
    font-size: 14px;
    margin-bottom: 10px
}

.show-slide__inner {
    display: flex;
    flex-direction: column;
    color: #fff
}

.show-slide__inner:active,
.show-slide__inner:focus,
.show-slide__inner:hover {
    color: inherit;
    text-decoration: none
}

@media (min-width:768px) {

    .show-slide__inner:active .event-card__title span,
    .show-slide__inner:focus .event-card__title span,
    .show-slide__inner:hover .event-card__title span {
        background-size: 100% 100%;
        transition: background-size .3s ease-in-out 0s
    }
}

.show-slide__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .show-slide__image {
        margin-bottom: 35px
    }
}

.show-slide--lastslide .show-slide__image {
    background: #ff000f
}

.show-slide--lastslide .show-slide__image .iconwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.show-slide--lastslide .show-slide__image .icon {
    position: absolute;
    color: #fff;
    font-size: 70px
}

.show-slide__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.section--header-image {
    padding-bottom: 0
}

.section--header-image .caption {
    margin-bottom: 0
}

@media (min-width:1000px) {
    .section--header-image {
        padding-top: 50px
    }
}

.background-image-video {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 77%
}

.background-image-video img,
.background-image-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.background-image-video video {
    display: none
}

@media (min-width:576px) {
    .background-image-video video {
        display: block
    }
}

@media (min-width:576px) {
    .background-image-video--video img {
        display: none
    }
}

.background-image-video--image video {
    display: none
}

.cube {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px
}

.cube:last-child {
    margin-bottom: 0
}

@media (min-width:576px) {
    .cube {
        flex: 0 0 50%;
        max-width: 50%;
        display: inline-block;
        margin-bottom: 24px
    }

    .cube:nth-last-child(-n+2):nth-child(odd),
    .cube:nth-last-child(-n+2):nth-child(odd)~.cube {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .cube {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .cube:nth-last-child(-n+3):nth-child(3n+1),
    .cube:nth-last-child(-n+3):nth-child(3n+1)~.cube {
        margin-bottom: 0
    }
}

.cube-inner {
    position: relative;
    border-radius: 8px;
    display: block;
    overflow: hidden
}

@media (min-width:576px) {
    .cube-inner {
        position: relative;
        padding-bottom: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.cube-content {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffe411;
    display: block;
    font-size: 26px;
    line-height: 1.15;
    color: #000;
    text-transform: uppercase;
    padding: 25px;
    width: 100%;
    height: 100%;
    margin: 0
}

.cube-content .icon-icon_arrow-next {
    display: block;
    margin-top: 15px;
    width: 37px;
    height: 21px;
    fill: #000
}

.cube-content:active,
.cube-content:focus,
.cube-content:hover {
    color: #000;
    background-color: #ffef75;
    text-decoration: none
}

@media (min-width:576px) {
    .cube-content {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 19px
    }

    .cube-content .icon-icon_arrow-next {
        position: absolute;
        bottom: 25px;
        right: 25px
    }
}

@media (min-width:1280px) {
    .cube-content {
        font-size: 26px
    }
}

.section--carousel-images {
    padding-top: 45px;
    padding-bottom: 45px
}

@media (min-width:768px) {
    .section--carousel-images {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.section--carousel-images .carousel-cell {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
    width: 100%;
    transition: opacity .3s ease;
    opacity: 1;
    margin-right: 20px
}

@media (min-width:768px) {
    .section--carousel-images .carousel-cell {
        flex: 0 0 54.16666667%;
        max-width: 54.16666667%;
        margin-right: 100px
    }
}

.section--carousel-images .carousel-cell:not(.is-selected) {
    opacity: .2
}

.section--carousel-images .carousel-cell__inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 62.5%
}

.section--carousel-images .carousel-cell__inner img,
.section--carousel-images .carousel-cell__inner video {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .section--carousel-images .carousel-cell__inner {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.section--carousel-images .icon-icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
    width: 61px;
    height: 71px
}

@media (min-width:1000px) {
    .section--carousel-images .icon-icon_play {
        width: 103.4px;
        height: 120.7px
    }
}

.section--carousel-images .carousel-images__caption-wrapper {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
    text-align: center;
    transition: all .2s ease
}

.section--carousel-images .carousel-images__caption-wrapper.visible {
    opacity: 1
}

@media (min-width:768px) {
    .section--carousel-images .carousel-images__caption-wrapper {
        flex: 0 0 54.16666667%;
        max-width: 54.16666667%;
        bottom: 60px
    }
}

.section--carousel-images .carousel-images__caption {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin: 0
}

@media (min-width:768px) {
    .section--carousel-images .carousel-images__caption {
        font-size: 14px
    }
}

.section--carousel-images .carousel-btns {
    width: 58%;
    height: 100%;
    left: 21%
}

.carousel-btns {
    position: absolute;
    justify-content: space-between;
    top: 0;
    width: 100%;
    display: none;
    pointer-events: none
}

@media (min-width:768px) {
    .carousel-btns {
        display: flex;
        align-items: center
    }
}

.btn-flickity {
    cursor: pointer;
    pointer-events: auto
}

.btn-flickity svg {
    fill: #ffe411;
    width: 37px;
    height: 21px
}

.section--text+.section--text {
    padding-top: 0
}

.section--text {
    padding-bottom: 0
}

.section--text+.section:not(.section--text, .section--carousel-images, .section-form) {
    padding-top: 25px
}

@media (min-width:768px) {
    .section--text+.section:not(.section--text, .section--carousel-images, .section-form) {
        padding-top: 40px
    }
}

@media (min-width:1000px) {
    .section--text+.section:not(.section--text, .section--carousel-images, .section-form) {
        padding-top: 75px
    }
}

.section--text+.section:not(.section--text).section--link-cubes {
    padding-top: 40px
}

@media (min-width:1000px) {
    .section--text+.section:not(.section--text).section--link-cubes {
        padding-top: 75px
    }
}

@media (min-width:768px) {
    .section--text+.section:not(.section--text).section--newsletter {
        padding-top: 60px
    }
}

@media (min-width:1000px) {
    .section--text+.section:not(.section--text).section--newsletter {
        padding-top: 125px
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0;
    display: block;
    cursor: pointer;
    height: 14px;
    transition-property: opacity, filter;
    transition-duration: .2s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    width: 20px;
    height: 14px;
    display: block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -6px
}

.hamburger-inner:after {
    bottom: -6px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.gdpr-cookie-notice {
    position: fixed;
    background: #333;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 1s ease;
    transform: translateY(100%);
    z-index: 1000
}

@media (max-width:768px) {
    .gdpr-cookie-notice {
        flex-direction: column
    }
}

.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
    transform: translateY(0)
}

.gdpr-cookie-notice-description {
    margin: 0;
    padding: 0 16px 0 0;
    color: hsla(0, 0%, 100%, .75);
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

@media (max-width:768px) {
    .gdpr-cookie-notice-description {
        padding: 0;
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 18px
    }
}

.gdpr-cookie-notice-nav {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    background: none;
    width: auto;
    height: auto;
    padding: 0
}

.gdpr-cookie-notice-nav-item {
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600
}

.gdpr-cookie-notice-nav-item:hover {
    text-decoration: none
}

.gdpr-cookie-notice-nav-item-btn {
    background: #1ad56c;
    border-radius: 3px
}

.gdpr-cookie-notice-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="rgb(26, 213, 108)"/></svg>');
    z-index: 1001;
    background: rgba(0, 0, 0, .4);
    overflow: auto;
    align-items: center;
    padding: 20px 10px;
    display: none
}

.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
    display: flex
}

.gdpr-cookie-notice-modal-content {
    width: 470px;
    border-radius: 6px;
    background: #fff;
    margin: auto
}

.gdpr-cookie-notice-modal-header {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #f4f5f7
}

.gdpr-cookie-notice-modal-title {
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0
}

.gdpr-cookie-notice-modal-close {
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    position: relative;
    transform: rotate(45deg)
}

.gdpr-cookie-notice-modal-close:after,
.gdpr-cookie-notice-modal-close:before {
    width: 18px;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #bdbdbd
}

.gdpr-cookie-notice-modal-close:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.gdpr-cookie-notice-modal-close:hover {
    transform: rotate(45deg);
    opacity: 1
}

.gdpr-cookie-notice-modal-cookie,
.gdpr-cookie-notice-modal-cookies {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.gdpr-cookie-notice-modal-cookie {
    border-bottom: 1px solid #f4f5f7
}

.gdpr-cookie-notice-modal-cookie-row {
    display: flex;
    align-items: center;
    padding: 12px 16px
}

.gdpr-cookie-notice-modal-cookie-title {
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, .8);
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative
}

.gdpr-cookie-notice-modal-cookie-title:after {
    width: 0;
    height: 0;
    border-color: #bdbdbd transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    display: block;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -2px;
    transition: all .3s ease
}

.open .gdpr-cookie-notice-modal-cookie-title:after {
    transform: rotate(180deg)
}

.gdpr-cookie-notice-modal-cookie-state {
    color: #1ad56c;
    margin-left: auto;
    font-size: 15px
}

.gdpr-cookie-notice-modal-cookie-input {
    opacity: 0
}

.gdpr-cookie-notice-modal-cookie-input:checked+.gdpr-cookie-notice-modal-cookie-input-switch {
    background: #1ad56c;
    box-shadow: inset 0 0 0 1px #1ad56c
}

.gdpr-cookie-notice-modal-cookie-input-switch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #bdbdbd;
    margin: 0 0 0 auto;
    position: relative;
    transition: all .3s ease;
    cursor: pointer
}

.gdpr-cookie-notice-modal-cookie-input-switch:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center 7px;
    content: "";
    display: block
}

.gdpr-cookie-notice-modal-cookie-info {
    margin: 0;
    padding: 0 16px 12px;
    font-size: 13px;
    color: rgba(0, 0, 0, .5);
    line-height: 16px;
    display: none
}

.open .gdpr-cookie-notice-modal-cookie-info {
    display: block
}

.gdpr-cookie-notice-modal-footer {
    background: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px 16px;
    border-radius: 0 0 6px 6px;
    flex-wrap: wrap
}

.gdpr-cookie-notice-modal-footer-item {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #1ad56c;
    position: relative
}

.gdpr-cookie-notice-modal-footer-item:after {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -5px;
    background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="rgb(26, 213, 108)"/></svg>') no-repeat 0;
    height: 12px;
    width: 8px;
    content: "";
    display: block
}

.gdpr-cookie-notice-modal-footer-item-btn {
    padding: 0 16px;
    color: #fff;
    background: #1ad56c;
    border-radius: 3px;
    position: relative
}

.gdpr-cookie-notice-modal-footer-item-btn span {
    transition: all .3s ease
}

.gdpr-cookie-notice-modal-footer-item-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    content: "";
    opacity: 0;
    transition: all .3s ease;
    display: block;
    background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat 50%
}

.gdpr-cookie-notice-modal-footer-item-btn.saved span {
    opacity: 0
}

.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
    opacity: 1
}

.gdpr-cookie-notice-modal-footer-item:hover {
    text-decoration: none;
    opacity: 1
}

.wiggle {
    left: 50%;
    top: 50%;
    position: absolute;
    width: 450px;
    height: 80px;
    background: #000;
    overflow: hidden;
    transform: scale(1) rotate(-15deg) translate(-50%, -50%)
}

@media (min-width:1000px) {
    .wiggle {
        transform: scale(2) rotate(-15deg) translate(-25%, -50%)
    }
}

.wiggle .wiggle__circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 5
}

.wiggle .wiggle__circle--left {
    top: 0;
    left: 0;
    -webkit-animation-name: wiggle-circle-left;
    animation-name: wiggle-circle-left;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.wiggle .wiggle__circle--left:before {
    content: "";
    z-index: 0;
    transform-origin: center right;
    position: absolute;
    width: 60px;
    height: 100px;
    top: -35px;
    left: -45px;
    background: #000;
    -webkit-animation-name: wiggle-circle-left-before;
    animation-name: wiggle-circle-left-before;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.wiggle .wiggle__circle--left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ff000f
}

.wiggle .wiggle__circle--right {
    right: 0;
    bottom: 0;
    -webkit-animation-name: wiggle-circle-right;
    animation-name: wiggle-circle-right;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.wiggle .wiggle__circle--right:before {
    content: "";
    z-index: 0;
    transform-origin: center left;
    position: absolute;
    width: 60px;
    height: 100px;
    top: -35px;
    right: -45px;
    background: #000;
    -webkit-animation-name: wiggle-circle-right-before;
    animation-name: wiggle-circle-right-before;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.wiggle .wiggle__circle--right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ff000f
}

.wiggle .wiggle__line {
    background: #000;
    left: 15px
}

.wiggle .wiggle__line,
.wiggle img {
    position: absolute;
    top: 0;
    width: 600px;
    height: 80px
}

.wiggle img {
    left: 0;
    transform: scaleX(.8);
    -webkit-animation-name: wiggle-line;
    animation-name: wiggle-line;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform-origin: left
}

@-webkit-keyframes wiggle-line {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-120px)
    }
}

@keyframes wiggle-line {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-120px)
    }
}

@-webkit-keyframes wiggle-circle-left {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(50px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes wiggle-circle-left {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(50px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes wiggle-circle-right {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes wiggle-circle-right {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes wiggle-circle-left-before {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(56deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-56deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes wiggle-circle-left-before {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(56deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-56deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes wiggle-circle-right-before {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-56deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(56deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes wiggle-circle-right-before {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-56deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(56deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.section--video {
    padding-top: 0;
    padding-bottom: 0
}

.section--video video {
    width: 100%
}

@media only screen and (min-width:1500px) {
    .section--video {
        padding-left: 8%;
        padding-right: 8%
    }
}

.section--video__video-wrapper {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.section--video__video-text {
    display: none
}

@media (min-width:768px) {
    .section--video__video-text {
        display: block;
        font-family: CocogoosePro-Regular, sans-serif;
        font-weight: 400;
        font-style: normal;
        position: absolute;
        z-index: 1;
        color: #fff;
        font-size: 24px;
        line-height: 1.21;
        margin: 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, .3)
    }
}

.section--campaign {
    position: relative;
    padding: 0
}

@media (min-width:768px) {
    .section--campaign {
        margin: 0
    }
}

.section--campaign__img-wrapper {
/*    height: 600px*/
}

@media (min-width:768px) {
    .section--campaign__img-wrapper {
        height: auto
    }
}

@media (min-width:768px) {
    .section--campaign__img--mobile {
        display: none
    }
}

.section--campaign__img--desktop {
    display: none
}

@media (min-width:768px) {
    .section--campaign__img--desktop {
        display: block
    }
}

.section--campaign__img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%
}

.section--campaign__content-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    align-items: flex-end;
    padding-top: 35px;
    padding-bottom: 40px
}

@media (min-width:768px) {
    .section--campaign__content-wrapper {
        align-items: center;
        padding-top: 0;
        padding-bottom: 100px
    }
}

.section--campaign__content {
    color: #ffe411;
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal
}

.section--campaign__content .btn {
    margin-top: 10px
}

@media (min-width:768px) {
    .section--campaign__content .btn {
        margin-top: 30px
    }
}

.section--campaign__content--left {
    display: none !important;
}

@media (min-width:768px) {
    .section--campaign__content--left {
        display: block;
        grid-column: 3/8;
        text-align: right
    }
}

.section--campaign__content--right {
    display: none
}

@media (min-width:768px) {
    .section--campaign__content--right {
        display: block;
        grid-column: 14/19
    }
}

@media (min-width:1280px) {
    .section--campaign__content--right {
        grid-column: 14/18
    }
}

.section--campaign__content--mobile {
    grid-column: 2/20;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (min-width:768px) {
    .section--campaign__content--mobile {
        display: none
    }
}

.section--campaign__video-text {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.25;
    z-index: 1;
    position: absolute;
    top: -70px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .section--campaign__video-text {
        display: none
    }
}

.tweetakt-svg {
    width: 229px;
    height: 38.6px;
    margin-top: 5px;
    margin-bottom: 11px
}

@media (min-width:1280px) {
    .tweetakt-svg {
        width: 279px;
        height: 47px
    }
}

.section--campaign__text-1 {
    display: block;
    font-size: 18px
}

@media (min-width:1280px) {
    .section--campaign__text-1 {
        font-size: 24px
    }
}

.section--campaign__text-2 {
    display: block;
    font-size: 14px
}

@media (min-width:1280px) {
    .section--campaign__text-2 {
        font-size: 16px
    }
}

.section--campaign__text-3 {
    display: none
}

@media (min-width:768px) {
    .section--campaign__text-3 {
        display: block;
        font-size: 24px;
        line-height: 1.13
    }
}

@media (min-width:1280px) {
    .section--campaign__text-3 {
        font-size: 30px
    }
}

.section--campaign__text-1,
.section--campaign__text-2,
.section--campaign__text-3,
.tweetakt-svg {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .6))
}

.section--latest-news .heading--xl {
    text-transform: lowercase
}

@media (min-width:768px) {
    .latest-news-items {
        margin-top: 80px
    }
}

.section-form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 120px 0
}

@media (min-width:768px) {
    .section-form {
        padding: 160px 0 60px
    }
}

.section-form img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.section-form__formbox {
    padding: 40px 24px;
    background: #d8e2e9;
    border-radius: 8px
}

@media (min-width:768px) {
    .section-form__formbox {
        padding: 40px 120px
    }
}

.section-form input[type=email],
.section-form input[type=text] {
    width: 100%;
    border-radius: 8px;
    height: 50px;
    border: 1px solid #ededed;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    display: flex;
    font-size: 16px;
    line-height: 1
}

.section-form input[type=email]:focus-visible,
.section-form input[type=text]:focus-visible {
    outline: 1px solid #ffe411
}

@media (min-width:768px) {

    .section-form input[type=email],
    .section-form input[type=text] {
        height: 60px;
        border: none;
        padding-left: 25px;
        padding-right: 16px;
        font-size: 16px
    }
}

.section-form .gform_heading {
    text-align: center;
    margin-bottom: 40px
}

.section-form .gform_heading .gform_title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 32px
}

.section-form .gform_heading .gform-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%
}

.section--news {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:768px) {
    .section--news {
        padding-top: 35px
    }
}

.section__column--news-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px
}

.section__column--news-item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .section__column--news-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 55px
    }
}

@media (min-width:1000px) {
    .section__column--news-item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        margin-bottom: 75px
    }
}

@media (min-width:768px) {

    .section__column--news-item:nth-last-child(-n+2):nth-child(odd),
    .section__column--news-item:nth-last-child(-n+2):nth-child(odd)~.section__column--news-item {
        margin-bottom: 0
    }
}

@media (min-width:1000px) {

    .section__column--news-item:nth-last-child(-n+3):nth-child(3n+1),
    .section__column--news-item:nth-last-child(-n+3):nth-child(3n+1)~.section__column--news-item {
        margin-bottom: 0
    }
}

.section__column--news-item-first {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1000px) {
    .section__column--news-item-first .item-title {
        -webkit-line-clamp: 4
    }
}

.news-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-item .item-tag {
    margin-bottom: 10px
}

.news-item:active,
.news-item:focus,
.news-item:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .news-item {
        flex-wrap: wrap
    }

    .news-item .item-tag {
        margin-bottom: 15px
    }

    .news-item .item-title span {
        width: 100%;
        background-image: linear-gradient(transparent calc(100% - 10px), #d8e2e9 10px);
        background-size: 0 100%;
        background-repeat: no-repeat;
        transition: background-size .3s ease-in-out 0s
    }

    .news-item:active .item-title span,
    .news-item:focus .item-title span,
    .news-item:hover .item-title span {
        background-size: 100% 100%;
        transition: background-size .3s ease-in-out 0s
    }
}

@media (min-width:1000px) {
    .news-item .item-title {
        -webkit-line-clamp: initial;
        margin-bottom: 15px
    }
}

.section--campaign+.section--carousel-shows .news-item .item-title span,
.section--grey .news-item .item-title span {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 10px), #fff 10px)
}

@media (min-width:768px) {
    .news-item--first .news-item__img-wrapper {
        width: calc(50% - 12px);
        padding-bottom: calc(50% - 12px)
    }

    .news-item--first .news-item__text {
        width: calc(50% - 12px)
    }
}

@media (min-width:1000px) {
    .news-item--first .news-item__img-wrapper {
        width: calc(50% - 24px);
        padding-bottom: calc(50% - 24px)
    }

    .news-item--first .news-item__text {
        width: calc(50% - 24px)
    }
}

.news-item__img-wrapper {
    background-color: #000;
    position: relative;
    align-self: start;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    padding-bottom: 110px
}

.news-item__img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) {
    .news-item__img-wrapper {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-bottom: 100%
    }
}

.news-item__text {
    width: calc(100% - 125px)
}

@media (min-width:768px) {
    .news-item__text {
        width: 100%;
        margin-top: 15px
    }
}

@media (min-width:1000px) {
    .news-item__text {
        margin-top: 25px
    }
}

.news-item__introduction {
    display: none;
    color: #000
}

@media (min-width:768px) {
    .news-item__introduction {
        display: block;
        margin-bottom: 15px
    }
}

@media (min-width:1000px) {
    .news-item__introduction {
        margin-bottom: 35px
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%
}

@media (min-width:768px) {
    .pagination {
        margin-top: 100px
    }
}

.nav-links {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    display: flex
}

.page-numbers {
    color: #050505;
    width: 41px;
    height: 41px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px
}

.page-numbers:active,
.page-numbers:focus,
.page-numbers:hover {
    color: #050505;
    text-decoration: none
}

.page-numbers.current {
    color: #fff;
    background-color: #000
}

.next.page-numbers {
    position: relative
}

.next.page-numbers:after {
    content: url(../../dist/images/icon_arrow-next-black.svg);
    display: inline-block;
    width: 37px;
    height: auto;
    vertical-align: middle
}

.prev.page-numbers {
    position: relative
}

.prev.page-numbers:after {
    content: url(../../dist/images/icon_arrow-prev-black.svg);
    display: inline-block;
    width: 37px;
    height: auto;
    vertical-align: middle
}

.section--news-single {
    padding-top: 0;
    padding-bottom: 45px
}

.section--news-single .introduction {
    margin-bottom: 25px
}

.section--news-single .wysiwyg {
    margin-top: 25px
}

.section--news-single .wysiwyg a {
    color: #ff000f
}

.section--news-single .wysiwyg iframe,
.section--news-single .wysiwyg img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 50px 0
}

.section--news-single .wysiwyg iframe {
    aspect-ratio: 16/9
}

@media (min-width:768px) {
    .section--news-single {
        padding-bottom: 75px
    }

    .section--news-single .introduction {
        margin-bottom: 50px
    }

    .section--news-single .wysiwyg {
        margin-top: 50px
    }
}

@media (min-width:1000px) {
    .section--news-single {
        padding-bottom: 125px
    }
}

.news-single__meta {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .news-single__meta {
        margin-bottom: 25px
    }
}

.news-single__img-wrapper img {
    max-width: 100%
}

.section--featured-news {
    padding-bottom: 25px
}

.section--featured-news .icon-spacer_wiggle-red {
    margin: 0 auto 45px;
    display: block
}

@media (min-width:768px) {
    .section--featured-news {
        padding-bottom: 40px
    }

    .section--featured-news .icon-spacer_wiggle-red {
        margin: 0 auto 85px
    }
}

@media (min-width:1000px) {
    .section--featured-news .icon-spacer_wiggle-red {
        margin: 0 auto 125px
    }
}

.news-single__meta .item-date {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: inline-block
}

.section--programfilter {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .section--programfilter {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

@media (min-width:1000px) {
    .section--programfilter {
        padding-top: 90px
    }
}

.section--program {
    padding-top: 0;
    position: relative
}

.section--program .section__column--events {
    position: relative;
    z-index: 1;
    min-height: 600px;
    row-gap: 40px
}

@media (max-width:767.98px) {
    .section--program .section__column--events {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        -moz-column-gap: 18px;
        column-gap: 18px;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .section--program .section__column--events {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 40px;
        column-gap: 40px;
        max-width: 100%;
        margin-left: 0;
        flex: 0 0 100%
    }
}

@media (min-width:1280px) {
    .section--program .section__column--events {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767.98px) {
    .section--program .section__column--events .event-card {
        width: calc(50% - 18px)
    }
}

.section--program .section__column--events .event-card__inner {
    flex-direction: column;
    align-items: start;
    row-gap: 20px
}

.section--program .section__column--events .event-card__content {
    padding-left: 0
}

.section--program .section__column--events .event-thumb {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:767.98px) {
    .section--program .section__column--events .event-thumb {
        min-width: 145px;
        min-height: 145px
    }
}

@media (min-width:768px) {
    .section--program .section__column--events .event-thumb {
        min-width: 291px;
        min-height: 291px
    }
}

.section--program .section__column--events .event-thumb__square {
    padding-bottom: 100%
}

@media (min-width:768px) {
    .section--program .section__column--events .event-card__title {
        font-size: 22px
    }
}

@media (min-width:768px) {
    .section--programoverview {
        display: flex;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media (max-width:999.98px) {
    .section__column--filters--wrapper {
        display: none
    }
}

@media (min-width:1000px) {
    .section__column--filters--wrapper {
        display: block;
        width: 20%
    }
}

@media (max-width:767.98px) {
    .section__column--events--wrapper {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:999.98px) {
    .section__column--events--wrapper {
        flex-grow: 1;
        width: 100%
    }
}

@media (min-width:1000px) {
    .section__column--events--wrapper {
        width: 80%;
        justify-content: center
    }
}

.program-header {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    align-items: center
}

@media (min-width:768px) {
    .program-header {
        margin-bottom: 50px
    }

    .sticky .program-header {
        margin-bottom: 30px
    }
}

.program-header__title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin: 0;
    font-size: 24px;
    line-height: 1.42;
    text-transform: lowercase
}

.program-header__title span {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px
}

@media (min-width:768px) {
    .program-header__title {
        font-size: 40px;
        line-height: 1
    }

    .program-header__title span {
        font-size: 30px
    }

    .sticky .program-header__title {
        padding-top: 20px
    }
}

@media (min-width:1000px) {
    .program-header__title {
        font-size: 64px
    }

    .program-header__title span {
        font-size: 46px
    }

    .sticky .program-header__title {
        font-size: 40px;
        line-height: 1
    }

    .sticky .program-header__title span {
        font-size: 30px
    }
}

.btn-open-filters {
    border: 0;
    box-shadow: none;
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 10px
}

.btn-open-filters:active,
.btn-open-filters:focus,
.btn-open-filters:hover {
    background: #000;
    color: #fff;
    outline: 0
}

@media (min-width:1000px) {
    .btn-open-filters {
        display: none
    }
}

.btn-open-filters span {
    color: #ff000f;
    font-size: 10px
}

.btn-open-filters span,
.btn-reset-filters {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 700;
    font-style: normal
}

.btn-reset-filters {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    text-decoration: underline;
    height: 40px;
    padding: 0 10px
}

.btn-reset-filters:active,
.btn-reset-filters:focus,
.btn-reset-filters:hover {
    outline: none
}

.btn-close-filters {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 13px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-close-filters:active,
.btn-close-filters:focus,
.btn-close-filters:hover {
    outline: none
}

.btn-show-events {
    border: 0;
    box-shadow: none;
    font-family: CocogoosePro-Regular, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 8px;
    width: 100%
}

.btn-show-events,
.btn-show-events span {
    font-weight: 400;
    font-style: normal;
    line-height: 16px
}

.btn-show-events span {
    font-family: objektiv-mk1, sans-serif;
    font-size: 13px;
    margin-left: 5px
}

.btn-show-events:active,
.btn-show-events:focus,
.btn-show-events:hover {
    background: #fff;
    color: #000;
    outline: none
}

.btn-show-events[disabled] {
    cursor: default;
    background: grey;
    color: #fff
}

.btn-show-events[disabled]:active,
.btn-show-events[disabled]:focus,
.btn-show-events[disabled]:hover {
    background: grey;
    color: #fff;
    outline: none
}

.program-filters {
    display: flex;
    row-gap: 30px
}

@media (max-width:999.98px) {
    .program-filters {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #d8e2e9;
        padding: 24px 12px;
        z-index: 99999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: none
    }
}

@media (min-width:1000px) {
    .program-filters {
        flex-direction: column
    }
}

@media (min-width:1280px) {
    .program-filters {
        flex-wrap: nowrap
    }
}

@media (max-width:999.98px) {
    .program-filters--open {
        display: block
    }
}

.program-filters__header {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px
}

@media (min-width:1000px) {
    .program-filters__header {
        display: none
    }
}

.program-filters__header h4 {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    text-transform: lowercase;
    flex-grow: 1
}

.filter {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px
}

@media (max-width:767.98px) {
    .filter {
        position: relative;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .filter {
        margin-bottom: 15px
    }
}

.filter__legend {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .filter__legend {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .filter__legend .i-btn {
        transform: translateY(2px)
    }
}

@media (max-width:767.98px) {
    .filter__legend .i-btn {
        display: none
    }
}

.filter-search {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 25px
}

@media (min-width:576px) {
    .filter-search {
        padding-top: 25px
    }
}

.filter-search input {
    border: 0;
    box-shadow: none;
    position: relative;
    width: 100%;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    display: flex;
    background: #000;
    color: #fff;
    border-radius: 8px;
    flex-grow: 1;
    font-size: 14px;
    height: 50px;
    padding-left: 50px;
    padding-right: 10px
}

@media (min-width:768px) {
    .filter-search input {
        font-size: 16px;
        height: 60px;
        padding-left: 80px;
        padding-top: 0
    }
}

.filter-search ::-moz-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.filter-search :-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.filter-search ::placeholder {
    color: hsla(0, 0%, 100%, .75)
}

@media (max-width:999.98px) {
    .filter-search ::-moz-placeholder {
        fonts-size: 14px !important
    }

    .filter-search :-ms-input-placeholder {
        fonts-size: 14px !important
    }

    .filter-search ::placeholder {
        fonts-size: 14px !important
    }
}

.filter-search .icon--search {
    position: absolute;
    height: 50px;
    left: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 10
}

@media (min-width:768px) {
    .filter-search .icon--search {
        height: 60px;
        left: 35px;
        font-size: 19px
    }
}

.filter-search .icon--clearsearch {
    font-size: 13px;
    height: 50px
}

@media (min-width:768px) {
    .filter-search .icon--clearsearch {
        height: 60px;
        font-size: 16px
    }
}

.filter-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 15
}

.filter-search--active input {
    background: #fff;
    color: #000;
    padding-right: 40px;
    font-size: 16px;
    outline: 0
}

.filter-search--active .btn-clear-search {
    display: flex;
    pointer-events: auto
}

.filter-search--active .icon--search {
    color: #000
}

.filter-search--active:after {
    display: none
}

.btn-clear-search {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    display: none;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    z-index: 20;
    right: 0;
    width: 50px;
    height: 50px
}

@media (min-width:768px) {
    .btn-clear-search {
        right: 15px;
        width: 50px;
        height: 60px
    }
}

.btn-clear-search:active,
.btn-clear-search:focus,
.btn-clear-search:hover {
    outline: 0
}

.date-bar {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: lowercase;
    color: #000;
    font-size: 15px;
    line-height: 1.35;
    height: 50px;
    padding-top: 15px;
    border-bottom: 2px solid #000;
    margin: 0 0 25px;
    position: relative
}

@media (min-width:768px) {
    .date-bar {
        font-size: 30px;
        line-height: 1.35;
        height: 100px;
        padding-top: 50px;
        margin-bottom: 40px
    }
}

.view-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #fff;
    border-radius: 8px;
    width: 70px
}

.view-buttons,
.view-buttons li {
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center
}

.view-buttons li {
    position: relative
}

.view-buttons li:first-child:after {
    content: "";
    width: 1px;
    height: 25px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    top: 5px
}

.btn-view {
    font-size: 11px;
    width: 35px;
    height: 35px;
    border: 0;
    background: none
}

.btn-view svg path {
    fill: rgba(0, 0, 0, .1)
}

.btn-view--active svg path {
    fill: #ff000f
}

.btn-normalview {
    border-right: 1px solid grey
}

@media (min-width:768px) {
    .fail-message {
        grid-column: 1/4;
        margin-right: 5vw;
        margin-left: 5vw
    }
}

.fail-message h2 {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: lowercase;
    color: #000;
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .fail-message h2 {
        font-size: 44px;
        padding-bottom: 50px;
        text-align: center
    }
}

@media (min-width:1000px) {
    .filter-wrapper.sticky {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        background: #d8e2e9
    }

    .filter-wrapper.sticky .filter-wrapper__toggle {
        display: inline-flex;
        transform: rotate(180deg) translateY(-5px);
        width: 40px
    }

    .filter-wrapper.sticky .filter-wrapper__filters {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: auto;
        margin-left: auto;
        max-width: 520px;
        position: relative
    }
}

@media (min-width:1000px) and (min-width:576px) {
    .filter-wrapper.sticky .filter-wrapper__filters {
        max-width: 520px
    }
}

@media (min-width:1000px) and (min-width:768px) {
    .filter-wrapper.sticky .filter-wrapper__filters {
        max-width: 720px
    }
}

@media (min-width:1000px) and (min-width:1000px) {
    .filter-wrapper.sticky .filter-wrapper__filters {
        max-width: 960px
    }
}

@media (min-width:1000px) and (min-width:1280px) {
    .filter-wrapper.sticky .filter-wrapper__filters {
        max-width: 1240px
    }
}

@media (min-width:1000px) and (max-width:575.98px) {
    .filter-wrapper.sticky .filter-wrapper__filters {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width:1000px) {
    .filter-wrapper.sticky.collapsed .filter-wrapper__filters {
        display: none
    }

    .filter-wrapper.sticky.collapsed .filter-wrapper__summary {
        display: block
    }

    .filter-wrapper.sticky.collapsed .filter-wrapper__toggle {
        transform: rotate(0)
    }
}

.filter-wrapper__summary {
    display: none
}

.filter-wrapper__bar {
    display: flex;
/*    min-height: 66px;*/
    min-height: 90px;
    align-items: center;
    justify-content: space-between
}

.filter-wrapper__filters {
    display: block
}

.filter-wrapper__toggle {
    display: none;
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 0;
    position: relative;
    height: 42px;
    align-items: center;
    justify-content: center
}

.filter-wrapper__toggle:active,
.filter-wrapper__toggle:focus,
.filter-wrapper__toggle:hover {
    text-decoration: none;
    outline: 0
}

.filter-wrapper__summary .filter-wrapper__toggle {
    height: 100%;
    width: 40px
}

.filter-wrapper__filter-summary {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px
}

.program--listview .event-card__button {
    align-items: center
}

.program--listview .event-card__button .btn--arrow .icon {
    margin: 0;
    width: 20px
}

.program--listview .event-card__button .btn--arrow .btn__text {
    padding: 0 20px
}

.program--listview .event-card__button .btn--arrow .btn__text__text,
.program--listview .event-card__button .btn--arrow:disabled {
    display: none
}

.program--listview .event-card {
    min-height: 0;
    border-bottom: 1px solid #f5e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px
}

@media (min-width:768px) {
    .program--listview .event-card {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.program--listview .event-card .event-thumb {
    display: none
}

.program--listview .event-card .event-card__inner {
    min-height: 0
}

.program--listview .event-card .event-card__content {
    padding-left: 0
}

.program--listview .event-card .event-card__tag--break {
    display: none
}

.program--listview .event-card .event-card__info {
    flex-direction: row;
    flex-wrap: wrap
}

.program--listview .event-card .event-card__title {
    width: 100%;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .program--listview .event-card .event-card__title {
        font-size: 24px
    }
}

.program--listview .event-card .event-card__performer {
    display: none
}

.program--listview .event-card .event-card__tags {
    font-size: 10px;
    line-height: 1.4;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .program--listview .event-card .event-card__tags {
        font-size: 12px;
        align-self: flex-start
    }
}

.program--listview .event-card .event-card__tag {
    padding: 0;
    background: none;
    color: #000 !important;
    text-transform: none;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 0 5px
}

@media (min-width:768px) {
    .program--listview .event-card .event-card__tag {
        font-size: 12px
    }
}

.program--listview .event-card .event-card__tag span {
    color: #000 !important;
    font-size: 10px;
    line-height: 1.4
}

@media (min-width:768px) {
    .program--listview .event-card .event-card__tag span {
        font-size: 12px
    }
}

.program--listview .event-card .event-card__tag .icon {
    display: none
}

@media (min-width:768px) {
    .program--listview .event-card .event-card__tag {
        margin-left: 10px
    }
}

.program--listview .event-card .event-card__tag:before {
    content: "|";
    margin-right: 5px
}

@media (min-width:768px) {
    .program--listview .event-card .event-card__tag:before {
        margin-right: 10px
    }
}

.program--listview .event-card .event-card__tag:first-child {
    margin-left: 0
}

.program--listview .event-card .event-card__tag:first-child:before {
    display: none
}

.program--listview .event-card .event-card__tag--performer {
    display: list-item;
    white-space: normal !important
}

.wysiwyg--location {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .wysiwyg--location {
        margin-bottom: 75px
    }
}

.section__column--half .wysiwyg--location {
    margin-bottom: 25px
}

@media (min-width:1000px) {
    .section__column--half .wysiwyg--location {
        margin-bottom: 0
    }
}

.btn--location {
    margin-top: 25px
}

@media (min-width:768px) {
    .btn--location {
        margin-top: 50px
    }
}

@media (max-width:767.98px) {

    .single-event .header,
    .single-show .header {
        background: #fff
    }
}

@media (min-width:768px) {
    .section--show .section__column--main {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0;
        padding-right: 0;
        z-index: 1
    }

    .section--show .section__column--main .show-notice {
        display: none
    }
}

@media (min-width:1000px) {
    .section--show .section__column--main {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        margin-left: 12.5%
    }
}

@media (min-width:1000px) and (min-width:768px) {
    .section--show .section__column--main .show-credits {
        display: none
    }
}

@media (min-width:768px) {
    .section--show .section__column--side {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: -50px;
        padding: 0
    }
}

@media (min-width:1000px) {
    .section--show .section__column--side {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
}

@media (max-width:767.98px) {
    .section--backtoprogram {
        background: #fff;
        padding-bottom: 25px
    }
}

.show-header {
    padding-top: 0
}

@media (min-width:768px) {
    .show-header .section__column--main {
        z-index: 20
    }

    .show-header .section__column--main .show-info {
        display: none
    }
}

.show-header .section__column--side .show-credits,
.show-header .section__column--side .show-info,
.show-header .section__column--side .show-info .show-ticketbutton,
.show-header .section__column--side .show-prices {
    display: none
}

@media (min-width:768px) {

    .show-header .section__column--side .show-credits,
    .show-header .section__column--side .show-info,
    .show-header .section__column--side .show-prices {
        display: block
    }
}

@media (max-width:767.98px) {
    .show-header {
        background: linear-gradient(0deg, #d8e2e9, #fff 75%)
    }
}

.show-notice {
    margin-bottom: 35px
}

@media (max-width:767.98px) {
    .show-notice {
        margin-top: 35px
    }
}

.show-notice h4 {
    font-size: 16px;
    margin: 0 0 4px
}

.show-notice p {
    margin: 0;
    font-size: 14px
}

.show-header__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

.show-header__caption {
    font-size: 10px;
    line-height: 2
}

.show-header__introduction {
    margin-top: 25px
}

@media (min-width:768px) and (max-width:999.98px) {
    .show-header__introduction {
        font-size: 20px
    }
}

@media (min-width:768px) {
    .show-header__introduction {
        margin-top: 50px
    }
}

@media (min-width:768px) {
    .show-header__text {
        margin-bottom: 100px
    }
}

.show-footer {
    display: flex;
    flex-direction: column
}

@media (max-width:767.98px) {
    .show-footer .section--calendar {
        order: 1
    }
}

.read-more__link-wrap {
    display: flex;
    justify-content: center
}

@media (min-width:768px) {
    .read-more__link-wrap {
        display: none
    }
}

.read-more__link {
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    cursor: pointer
}

.read-more__link:hover {
    color: #000
}

.read-more.is-inline,
.read-more.is-inline+span,
.read-more.is-inline p {
    display: inline
}

.read-more.is-inline+span {
    margin-left: .25em
}

.show-trailer {
    display: none
}

@media (min-width:768px) {
    .show-trailer {
        display: block;
        padding-bottom: 50px;
        padding-left: 100px;
        padding-right: 25px;
        background-color: #fff
    }
}

@media (min-width:1000px) {
    .show-trailer {
        padding-right: 50px
    }
}

.show-trailer__thumb {
    display: block;
    width: 100%;
    height: 198px;
    background-color: #ffefd5;
    position: relative
}

.show-trailer__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.show-trailer__thumb svg {
    width: 55px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

.show-trailer--archive {
    background: linear-gradient(0deg, #fff, #d8e2e9)
}

.show-credits {
    padding-bottom: 25px;
    padding-top: 25px
}

@media (min-width:768px) {
    .show-credits {
        padding: 0 25px 50px 100px;
        background-color: #fff
    }
}

@media (min-width:1000px) {
    .show-credits {
        padding-right: 50px
    }
}

.show-credits__text p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400
}

@media (min-width:768px) {
    .show-credits--archive {
        background: linear-gradient(0deg, #fff, #d8e2e9)
    }

    .show-trailer--archive+.show-credits--archive {
        background: #fff
    }
}

.section--prices {
    background: #fff;
    padding-bottom: 0
}

.section--prices .show-prices {
    padding-bottom: 10px
}

@media (min-width:768px) {
    .section--prices {
        display: none
    }
}

@media (max-width:767.98px) {
    .show-footer__credits .section__column--main {
        padding-top: 75px
    }

    .show-footer__credits .wysiwyg p {
        font-size: 12px !important;
        line-height: 1.7
    }
}

@media (min-width:768px) {
    .show-footer__credits .wysiwyg p {
        font-size: 14px !important;
        line-height: 1.7
    }
}

@media (max-width:767.98px) {
    .show-footer__calendar {
        order: 1
    }
}

@media (min-width:768px) {
    .show-footer__calendar {
        position: relative
    }
}

.section--calendar {
    background: #fff
}

@media (max-width:767.98px) {
    .section--calendar {
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .section--calendar {
        padding-top: 110px
    }
}

@media (min-width:768px) {
    .section--credits+.section--calendar {
        padding-top: 60px
    }
}

.show-calendar {
    margin: 0;
    padding: 0
}

.show-calendar a {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.show-calendar li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 35px
}

.show-calendar li .show-info__date {
    margin-bottom: 10px
}

.show-calendar li:last-child {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .show-calendar .btn {
        display: none
    }

    .show-calendar .calendar__info {
        display: flex;
        flex-direction: column
    }

    .show-calendar .calendar__info .show-info__date {
        font-size: 13px;
        text-decoration: underline
    }
}

.show-footer__title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0 0 15px
}

@media (min-width:768px) {
    .show-footer__title {
        font-size: 44px;
        margin-bottom: 25px
    }
}

@media (min-width:1000px) {
    .show-footer__title {
        font-size: 44px;
        margin-bottom: 35px
    }
}

@media (min-width:768px) {
    .show-info {
        padding-left: 100px;
        padding-right: 25px
    }
}

@media (min-width:1000px) {
    .show-info {
        padding-right: 50px
    }
}

@media (min-width:768px) {
    .show-info--archive {
        padding-bottom: 50px
    }
}

.show-info--margintop {
    margin-top: 25px
}

.section__column--main .show-ticketbutton {
    margin-top: 25px;
    margin-bottom: 25px
}

.show-info__date {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .show-info__date {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.show-info__title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff000f;
    text-transform: uppercase;
    line-height: 1;
    font-size: 32px;
    margin-bottom: 5px
}

@media (min-width:768px) and (max-width:999.98px) {
    .show-info__title {
        font-size: 32px !important
    }
}

@media (min-width:768px) {
    .show-info__title {
        font-size: 44px;
        margin-bottom: 20px
    }
}

.show-info__performer {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .show-info__performer {
        font-size: 19px
    }
}

.show-info__tags {
    margin-bottom: 25px
}

.show-info__tags .event-card__tags {
    padding: 5px 10px;
    font-size: 9px
}

.show-info__location {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .show-info__location {
        font-size: 14px
    }
}

.show-info__location .icon {
    margin-right: 10px;
    width: 14px;
    transform: translateY(-2px)
}

.show-info__time {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    font-size: 13px
}

@media (min-width:768px) {
    .show-info__time {
        font-size: 14px
    }
}

.show-info__time .icon {
    margin-right: 10px;
    width: 14px;
    transform: translateY(-2px)
}

.show-prices {
    padding-bottom: 50px
}

@media (min-width:768px) {
    .show-prices {
        padding-top: 50px;
        padding-left: 100px;
        padding-right: 25px;
        background: linear-gradient(0deg, #fff, #d8e2e9)
    }
}

@media (min-width:1000px) {
    .show-prices {
        padding-right: 50px
    }
}

.show-prices .btn {
    margin-top: 10px
}

.show-prices .btn .btn__text {
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(1px)
}

.show-credits__title,
.show-prices__title,
.show-trailer__title {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px
}

@media (max-width:767.98px) {
    .show-credits__title {
        font-size: 18px
    }
}

.show-prices__list {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    padding: 0;
    margin: 0 0 35px
}

.show-prices__list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.show-prices__list li span {
    font-family: objektiv-mk1, sans-serif;
    font-weight: 500;
    font-style: normal;
    align-self: flex-end
}

.show-prices__list li:last-child {
    margin-bottom: 0
}

.show-media {
    display: flex;
    flex-direction: column;
    row-gap: 40px
}

@media (min-width:768px) {
    .show-media {
        margin-left: 0
    }
}

@media (min-width:1000px) {
    .show-media {
        margin-left: 12.5%
    }
}

.show-media .show-media__spotify iframe,
.show-media .show-media__youtube--1 iframe,
.show-media .show-media__youtube--2 iframe {
    width: 100%
}

@media (min-width:768px) {

    .show-media .show-media__spotify iframe,
    .show-media .show-media__youtube--1 iframe,
    .show-media .show-media__youtube--2 iframe {
        max-width: 586px
    }
}

.artists {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 10px
}

.artists li {
    width: 100%;
    border-bottom: 2px solid #000
}

@media (min-width:768px) {
    .artists li {
        width: calc(50% - 15px)
    }

    .artists li:nth-child(odd) {
        margin-right: 15px
    }

    .artists li:nth-child(2n) {
        margin-left: 15px
    }
}

.artists li a {
    color: #ff000f;
    display: block
}

.artists li:last-child {
    border: 0
}

@media (min-width:768px) {
    .artists li:nth-last-child(-n+2) {
        border: 0
    }
}

.artist {
    padding: 10px 0
}

.artist__name {
    font-family: CocogoosePro-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff000f;
    text-transform: lowercase;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 3px;
    -webkit-line-clamp: 2
}

@media (min-width:768px) {
    .artist__name {
        font-size: 22px;
        margin-bottom: 5px;
        -webkit-line-clamp: 3
    }
}

.artist__name .title__clamp {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:768px) {
    .artist__name .title__underline {
        width: 100%;
        background-image: linear-gradient(transparent calc(100% - 10px), #c8d6e0 10px);
        background-size: 0 100%;
        background-repeat: no-repeat;
        transition: background-size .3s ease-in-out 0s;
        line-height: 28px
    }
}

@media (min-width:768px) {

    .artist__name:active,
    .artist__name:focus,
    .artist__name:hover {
        text-decoration: none
    }

    .artist__name:active .title__underline,
    .artist__name:focus .title__underline,
    .artist__name:hover .title__underline {
        background-size: 100% 100%;
        transition: background-size .3s ease-in-out 0s
    }
}

.artist__title {
    font-size: 12px;
    font-weight: 700
}

.artist__category {
    font-size: 12px;
    font-style: italic
}

.error404 .footer,
.error404 .section--newsletter,
.error404 .section--partners-footer {
    display: none
}

.section--404 {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 50px;
    height: calc(100vh - 75px);
    position: relative
}

@media (min-width:1000px) {
    .section--404 {
        height: calc(100vh - 95px);
        padding-top: 200px;
        padding-bottom: 100px
    }
}

.section--404 .heading--xl {
    margin-bottom: 50px
}

.section--404:before {
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    max-height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #d8e2e9, #fff);
    transition: background .5s linear 0s
}

@media (min-width:1000px) {
    .section--404:before {
        height: 300px
    }
}



/****************/
/*              */
/*    2025      */
/*              */
/****************/

@media (min-width:1000px) {

    .header {
        position: fixed;
        top: 0px;
        background-color: #d8e2e9;  
    }

    .header.shadow {
        box-shadow: 0px 8px 8px -8px rgba(80, 63, 62, 0.4);         
    }

    .page-template-template-program .header,
    .page-template-template-archive .header {
        position: relative;
        background-color: none;
        box-shadow: none;
    }

    .header + .section {
        margin-top: 95px !important;
        padding-top: 50px !important;
    }

    .home .header + .section {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .body--white .header {
        background-color: #FFFFFF;
    }

    .home .header { /* addded 2025 */
    	position: fixed;
    	background-color: rgba(30, 30, 30, 0.3);
        transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        box-shadow: none;
    }

    .home .header.hovered {
        background-color: rgba(30, 30, 30, 0.7);
    }

    .home .header.scrolled {
        background-color: #d8e2e9;
        box-shadow: 0px 8px 8px -8px rgba(80, 63, 62, 0.4);
    }

    .home .header .menu-item a { /* addded 2025 */
    	color: #FFFFFF;
    }

    .home .header__menu .menu-item-has-children::after {
        filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(66deg) brightness(106%) contrast(101%);
    }

    .home .header.scrolled .menu-item a { /* addded 2025 */
        color: #000000;
    }

    .home .header.scrolled .header__menu .menu-item-has-children::after {
        filter: none;
    }

    .sub-menu:before {
        box-shadow: 0px 8px 8px -8px rgba(80, 63, 62, 0.4);    
    }

    .home .sub-menu:before {
    	background-color: rgba(30, 30, 30, 0.7);
    	top: 39.5px;
    	height: calc(100% - 40px);
    }

    .home .header.scrolled .sub-menu:before {
        background-color: #d8e2e9;
    }

    .home .sub-menu .menu-item {
    	border-bottom: 1px solid #ABABAB;
    }

    .home .menu-list .menu-item a:before {
    	background-color: #ff000f;
    }

    .section--campaign__img-wrapper {
        background-position: center;
        background-size: 100%;
    }

    .section--campaign__img {
        position: relative;
        z-index: 20;
        pointer-events: none;
    }

    .filter--location .filter-checkboxes .filter-checkbox.hidden {
        display: none;
    }

    .time-div {
        display: none !important;
    }

    .time-div.visible {
        display: block !important;
    }

    .event-card {
        overflow: hidden;
    }

    .show-prices__list {
        margin: 0 0 15px;
    }

    .show-prices__list li span {
        text-align: right;
    }

    .show-prices__list li.extra-info {
        font-weight: 500;
        padding-top: 10px;
        text-align: left;
        color: #ff000f;
    }

    .show-prices .btn {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .show-prices__devider {
        width: 100%;
        height: 1px;
        display: block;
        background-color: #ccc;
        margin-bottom: 20px;
    }

    .show-prices__devider:has(+.alltickets) {
        display: none;
    }

    #canvas {
  /*      width: 100%;
        height: 100%;
  */      position: absolute;
        z-index: 10;
    }

    .program-header {
        flex: 1 1;
    }

}

@media(max-width:999.99px) {

    .header {
        position: fixed;
        top: 0px;
        background-color: #d8e2e9;        
    }

    .body--white .header {
        background-color: #FFFFFF;
    }

    .header.shadow {
        box-shadow: 0px 0px 6px 1px rgba(80, 63, 62, 0.4);         
    }

    .header + .section {
        margin-top: 75px;
        padding-top: 30px;
    }

    .home .header.scrolled {
        box-shadow: 0px 0px 6px 1px rgba(80, 63, 62, 0.4);        
    }

    .home .header + .section {
        padding-top: 0px;
    }

    canvas#canvas {
        display: none;
    }

    .time-div {
        display: none !important;
    }

    .time-div.visible {
        display: block;
    }

    .section--campaign__img-wrapper {
        background-position: center;
        background-size: 100%;
    }

    .show-prices__list {
        margin: 0 0 15px;
    }

    .show-prices .btn {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .show-prices__devider {
        width: 100%;
        height: 1px;
        display: block;
        background-color: #ccc;
        margin-bottom: 20px;
    }

    .show-prices__devider:has(+.alltickets) {
        display: none;
    }

    .show-ticketbutton.alltickets.second {
        display: none;
    }

}

/**********************/
/*                    */
/*                    */
/*     timetable      */
/*                    */
/*                    */
/**********************/

.noscroll {
  overflow: hidden;
}

#timetable-outside-container {
    position: fixed;
    top: 0px;
    left: 100%;
    overflow: auto;
    bottom: 0px;
    right: 0px;
/*        background-color: #d8e2e9;*/
    background: linear-gradient(0deg, #d8e2e9, #fff);
    z-index: 3000;
    transition: all 0.3s ease;
}

#timetable-outside-container.visible {
    left: 0;
}

#timetable-outside-container .timetable-container {
    position: relative;
    overflow: auto;
} 

#timetable-outside-container .logo {
    position: absolute;
    top: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#timetable-outside-container .close-button {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    position: absolute;
    left: 2.5%;
    top: 2.5vw;
}

.timetable-info {
    width: 70%;
    margin-left: 2.5%;
    font-size: 0.9em;
    margin-bottom: 20px;
    transition: 0.5s opacity ease-out ;
}

.timetable-info.weekend {
    opacity: 0;
}

.weekend-visible .timetable-info.weekend {
    opacity: 1;
}

.timetable-info:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FF000F;
    border-radius: 50%;
    margin-right: 8px; /* space between circle and text */
    vertical-align: super;
}

.timetable-info.art-second:before {
    background-color: rgba(0, 123, 255, 0.3);
}

.timetable-info.no-dot:before {
    content: none;
}

#ec {
    width: 95%;
    margin-top: 150px;
    margin-left: 2.5%;
    margin-bottom: 60px;
}

.ec-toolbar {
    margin-bottom: 0px;
    justify-content: center;
    gap: 30px;
    padding: 25px 0;
    background-color: #000000;
    color: #FFFFFF;
}

.ec-toolbar .ec-center {
    min-width: 300px;
    text-align: center;
}

.ec-button {
    border: none;
    margin-bottom: 0px;
    background-color: #000000;
    transition: all 0.5s;
}

.ec-icon.ec-next::after, .ec-icon.ec-prev::after {
    border-right: 3px solid;
    border-top: 3px solid;
    height: .7em;
    width: .7em;
}

.ec-button.ec-active, .ec-button:not(:disabled):hover {
    background-color: #333333;
}

.ec-container {
    /*background-color: #FFE411;*/
    background-color: #EFEFEF;
}

.ec-timeline .ec-sidebar {
    border-top-color: #000000;
    border-left: 1px #AAAAAA dashed;
    border-bottom: 1px #AAAAAA dashed;
    border-right: transparent;
}

.ec-timeline .ec-sidebar .ec-resource:not(:last-child) {
    border-bottom: 1px #AAAAAA dashed;
}

.ec-sidebar-title {
    background-color: #000000;
    border-color: #000000;
    border-bottom: none !important;
}

.ec-day-head  {
    display: none;
}

.ec-all-day, .ec-body, .ec-day, .ec-day-head, .ec-days, .ec-header {
    border-bottom: 1px #AAAAAA dashed;
}

.ec-days {
/*        border-style: none none dashed;*/
/*        border: none;;        */
}

.ec-timeline .ec-body {
    border-left: transparent;
    border-right: 1px dashed #AAAAAA;;
}

.ec-timeline .ec-line:not(:first-child)::after {
    border-left: 1px #AAAAAA dashed;        
}

.ec-resource .location-theater-kikker:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 123, 255, 0.3);
    border-radius: 50%;
    margin-left: 8px; /* space between circle and text */
    vertical-align: super;
}

.ec-event-body {
    padding-left: 5px;
}

.ec-event-time {
    display: none;
}

.ec-timeline .ec-header {
    background-color: #000000;
    color: #FFFFFF;
/*        border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: none;
    border-bottom: none;*/
    border-color: #000000;
    border-bottom: none;
}

.ec-timeline .ec-times {
    border-top: 0px;
}

.ec-timeline .ec-sidebar .ec-content {
    font-size: 0.9em;
    font-weight: 900;
    border-right: 1px dashed #AAAAAA;
}

.ec-timeline .ec-time, 
.ec-timeline .ec-line {
  width: 6.2vw;  /* same value in calender.js */
  background-color: #000000;
  color: #FFFFFF;
  text-align: left;
  font-weight: 900;
  border-color: #000000;
  font-size: 0.9em;
}

.ec-timeline .ec-body .ec-days,
.ec-timeline .ec-sidebar .ec-resource {
/*        flex-basis: 52px !important;*/
}

.ec-timeline .ec-event {
    height: 24px;
    cursor: pointer;
}

.ec-timeline .ec-event-title {
    white-space: nowrap;
}

.popover {
    width: 220px;
    word-wrap: break-word;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 3300;
    min-height: 300px;
    border: .7px solid #CCCCCC;
}

.popover-image {
    width: 200px;
    height: 200px;
}

.popover-title {
    text-transform: uppercase;
    color: #ff000f;
    font-family: CocogoosePro-Regular, sans-serif;
    margin-top: 10px;
}

.popover-performer {
    font-size: 0.9em;
    margin-bottom: 8px;
}

.popover img {
    width: 100%;
}

.popover-age,
.popover-category,
.popover-lnp {
    display: inline-block;
}

.popover-moreinfo {
    margin-top: 20px;
}

#exportButton {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    right: 50px;
    /*bottom: 50px;*/
}


.rotate-device-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  z-index: 4000;
  text-align: center;
  font-size: 1.2rem;
}

.rotate-device-overlay.visible {
  display: flex;
}

.timetable-button {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    align-self: center;
    margin-right: 12px;
    margin-top: -50px; 
    display: flex;
/*    display: none !important;    */
}

.home .timetable-button-container {
    position: absolute;
    top: 145px;
    z-index: 1500;
    display: flex;
/*    display: none;*/
    right: 100px;
    justify-content: end;
}

/*.device-tablet.portrait .timetable-button,*/
/*.device-smartphone .timetable-button,*/
.home.device-tablet .timetable-button-container,
.home.device-smartphone .timetable-button-container {
    display: none;
}

.device-tablet .ec-timeline .ec-sidebar .ec-content,
.device-tablet .ec-timeline .ec-time, .ec-timeline .ec-line,
.device-smartphone .ec-timeline .ec-sidebar .ec-content,
.device-smartphone .ec-timeline .ec-time, .ec-timeline .ec-line  {
    font-size: 0.7em;
}

.device-tablet .ec-timeline .ec-event-title {
    font-size: 0.9em;
}

.device-smartphone .ec-timeline .ec-event-title {
    font-size: 0.8em;
}

.device-tablet .ec-title {
    font-size: 1.2em;
}

.device-smartphone .ec-title {
    font-size: 1em;
}

.device-tablet .popover,
.device-smartphone .popover {
    width: 170px;
}

.device-tablet .popover-image,
.device-smartphone .popover-image {
    width: 150px;
    height: 150px;
}
