@charset "UTF-8";
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

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

    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:60em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

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

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:83.125em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

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

    .xlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #666;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}


fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 0;
    border: none
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill:rgb%28102,102,102%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out, background-color .1s ease, border-color .1s ease
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #004388;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    transition: box-shadow .5s, border-color .25s ease-in-out, background-color .1s ease, border-color .1s ease
}

select:disabled {
    background-color: #f2f2f3;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #db0202;
    background-color: #fbe6e6
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #db0202
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #db0202
}

.is-invalid-input:not(:focus)::placeholder {
    color: #db0202
}

.is-invalid-label {
    color: #db0202
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #db0202
}

.form-error.is-visible {
    display: block
}

.accordion {
    margin-left: 0;
    background: 0 0;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: .25rem .25rem 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 .25rem .25rem
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 0;
    border-bottom: 0;
    font-size: 1.25rem;
    line-height: 1;
    color: #004388
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0;
    border-radius: 0 0 .25rem .25rem
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #fff
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '+'
}

.is-active>.accordion-title::before {
    content: '\2013'
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 0;
    border-bottom: 0;
    background-color: #fff;
    color: #333
}

:last-child>.accordion-content:last-child {
    border-bottom: 0
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 0
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
    left: auto;
    right: 1rem
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 60px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1.5rem;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #333
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #c7e3ff;
    color: #333
}

.callout.secondary {
    background-color: #f7f7f7;
    color: #333
}

.callout.tertiary {
    background-color: #d4f4ff;
    color: #333
}

.callout.success {
    background-color: #dff6e1;
    color: #333
}

.callout.warning {
    background-color: #fff2d8;
    color: #333
}

.callout.alert {
    background-color: #ffd4d4;
    color: #333
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    overflow: hidden;
    color: #333
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: 0 0
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.close-button {
    position: absolute;
    color: #666;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #000
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: 0 0
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: 0 0;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
    background-color: #fff;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    visibility: visible;
    display: block
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004388 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

.dropdown.menu a {
    padding: 0
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu .is-active>a {
    background: 0 0;
    color: #004388
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004388 transparent transparent
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004388
}

@media print,
screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #004388 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #004388 transparent transparent
    }

    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #004388
    }
}

@media print,
screen and (min-width:60em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #004388 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical>li.opens-left>a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #004388 transparent transparent
    }

    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #004388
    }
}

@media screen and (min-width:83.125em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #004388 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xlarge-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #004388 transparent transparent
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #004388
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 225px;
    border: 0;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004388 transparent transparent
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004388
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

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

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(255, 255, 255, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #004388
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 35
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #004388
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 35
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media print,
screen and (min-width:40em) {
    .position-left {
        width: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.position-left.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media print,
screen and (min-width:40em) {
    .position-right {
        width: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.position-right.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.position-top.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 100%
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 100%
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 100%
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 100%
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 100%
    }

    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 100%
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 100%
    }

    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 100%
    }
}

@media print,
screen and (min-width:60em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 100%
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 100%
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 100%
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 100%
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 100%
    }

    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 100%
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 100%
    }

    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 100%
    }
}

@media screen and (min-width:83.125em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 100%
    }

    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 100%
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 100%
    }

    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 100%
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 100%
    }

    .position-top.reveal-for-xlarge~.off-canvas-content {
        margin-top: 100%
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 34;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 100%
    }

    .position-bottom.reveal-for-xlarge~.off-canvas-content {
        margin-bottom: 100%
    }
}

@media print,
screen and (min-width:40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }

    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width:60em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }

    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width:83.125em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }

    .off-canvas.in-canvas-for-xlarge.position-bottom,
    .off-canvas.in-canvas-for-xlarge.position-left,
    .off-canvas.in-canvas-for-xlarge.position-right,
    .off-canvas.in-canvas-for-xlarge.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none
    }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .375rem;
    border-radius: .25rem;
    font-size: .875rem;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media print,
screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .375rem .75rem;
    border-radius: .25rem;
    color: #000
}

.pagination a:hover,
.pagination button:hover {
    background: 0 0
}

.pagination .current {
    padding: .375rem .75rem;
    background: 0 0;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .375rem .75rem;
    color: #ccc;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    padding: .375rem .75rem;
    content: '\2026';
    color: #000
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: '\00bb'
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: .25rem;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 83.125rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 83.125rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 83.125rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 83.125rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}



caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #333
}

tfoot {
    background: #f2f2f2;
    color: #333
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

table.unstriped tbody {
    background-color: #fff
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

@media screen and (max-width:59.9375em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    border: 1px solid #f2f2f3;
    background: #fff;
    list-style-type: none
}

.tabs::after,
.tabs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #004388
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #004c9b
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #004388
}

.tabs-title>a:hover {
    background: #fff;
    color: #003a75
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #f2f2f3;
    color: #004388
}

.tabs-content {
    border: 1px solid #f2f2f3;
    border-top: 0;
    background: #fff;
    color: #333;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #f2f2f3;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:40em) and (max-width:59.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:60em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:59.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:60em) and (max-width:83.0625em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:59.9375em),
screen and (min-width:83.125em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:83.125em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:83.0625em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:83.125em) and (max-width:89.9375em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:83.0625em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-right.vertical.menu>li>a {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:60em) {
    .large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:83.125em) {
    .xlarge-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:60em) {
    .large-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:83.125em) {
    .xlarge-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight {
    height: auto
}

.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    font-family: "object-fit:contain"
}

.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    font-family: "object-fit:contain"
}

.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    font-family: "object-fit:contain"
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active {
    pointer-events: auto;
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-next {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide-shadow-bottom {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide-shadow-left {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-flip .swiper-slide-shadow-bottom {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-flip .swiper-slide-shadow-left {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-container-android .swiper-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.experts-knowledge-card-area>.swiper-pagination-bullets {
    bottom: -25px;
    left: 0;
    width: 100%
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

a.plyr__control {
    text-decoration: none
}

a.plyr__control::after,
a.plyr__control::before {
    display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr--video .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15))
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr__control--overlaid {
    background: rgba(26, 175, 255, .8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #1aafff
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0
}

.plyr__controls:empty {
    display: none
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4f5b5f;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #1aafff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #1aafff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    -ms-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    -ms-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    -ms-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    -ms-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, .66)
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, .66)
}

.plyr__volume {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr__volume {
        max-width: 90px
    }
}

@media (min-width:768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios .plyr__volume {
    display: none !important
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none !important
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: rgba(47, 52, 61, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads::after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(0, 10px) scale(.8);
    -ms-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #b7c5cd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.plyr__video-wrapper {
    background: #fff
}

@-webkit-keyframes lum-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes lum-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes lum-fadeZoom {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes lum-fadeZoom {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes lum-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes lum-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes lum-loader-before {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }

    75% {
        -webkit-transform: scale(.7) translateX(8px);
        transform: scale(.7) translateX(8px)
    }

    90% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lum-loader-before {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }

    75% {
        -webkit-transform: scale(.7) translateX(8px);
        transform: scale(.7) translateX(8px)
    }

    90% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lum-loader-after {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }

    75% {
        -webkit-transform: scale(.7) translateX(-8px);
        transform: scale(.7) translateX(-8px)
    }

    90% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lum-loader-after {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }

    75% {
        -webkit-transform: scale(.7) translateX(-8px);
        transform: scale(.7) translateX(-8px)
    }

    90% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.lum-lightbox {
    background: rgba(0, 0, 0, .6)
}

.lum-lightbox-inner {
    top: 2.5%;
    right: 2.5%;
    bottom: 2.5%;
    left: 2.5%
}

.lum-lightbox-inner img {
    position: relative
}

.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto;
    color: #fff;
    max-width: 700px;
    text-align: center
}

.lum-loading .lum-lightbox-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    -webkit-animation: lum-loader-rotate 1.8s infinite linear;
    animation: lum-loader-rotate 1.8s infinite linear
}

.lum-lightbox-loader:after,
.lum-lightbox-loader:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9)
}

.lum-lightbox-loader:before {
    left: 0;
    -webkit-animation: lum-loader-before 1.8s infinite linear;
    animation: lum-loader-before 1.8s infinite linear
}

.lum-lightbox-loader:after {
    right: 0;
    -webkit-animation: lum-loader-after 1.8s infinite linear;
    animation: lum-loader-after 1.8s infinite linear;
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.lum-lightbox.lum-opening {
    -webkit-animation: lum-fade 180ms ease-out;
    animation: lum-fade 180ms ease-out
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
    -webkit-animation: lum-fadeZoom 180ms ease-out;
    animation: lum-fadeZoom 180ms ease-out
}

.lum-lightbox.lum-closing {
    -webkit-animation: lum-fade .3s ease-in;
    animation: lum-fade .3s ease-in;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
    -webkit-animation: lum-fadeZoom .3s ease-in;
    animation: lum-fadeZoom .3s ease-in;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.lum-img {
    transition: opacity 120ms ease-out
}

.lum-loading .lum-img {
    opacity: 0
}

.lum-gallery-button {
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100px;
    max-height: 100%;
    width: 60px;
    cursor: pointer
}

.lum-close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: .3
}

.lum-close-button:hover {
    opacity: 1
}

.lum-close-button:after,
.lum-close-button:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #fff
}

.lum-close-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lum-close-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lum-previous-button {
    left: 12px
}

.lum-next-button {
    right: 12px
}

.lum-gallery-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-top: 4px solid rgba(255, 255, 255, .8)
}

.lum-previous-button:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-left: 4px solid rgba(255, 255, 255, .8);
    box-shadow: -2px 0 rgba(0, 0, 0, .2);
    left: 12%;
    border-radius: 3px 0 0 0
}

.lum-next-button:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 4px solid rgba(255, 255, 255, .8);
    box-shadow: 2px 0 rgba(0, 0, 0, .2);
    right: 12%;
    border-radius: 0 3px 0 0
}

@media (max-width:460px) {
    .lum-lightbox-image-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .lum-lightbox-caption {
        width: 100%;
        position: absolute;
        bottom: 0
    }

    .lum-lightbox-position-helper {
        margin: auto
    }

    .lum-lightbox-inner img {
        max-width: none;
        max-height: none
    }
}

.lum-lightbox.lum-open {
    z-index: 20
}

.lum-lightbox-inner img {
    padding: 1.25rem;
    background: #fff
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/choices/cross-inverse.svg);
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #000 transparent;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/choices/cross.svg);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: .25rem;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: .25rem .25rem 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 .25rem .25rem
}

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

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: .25rem;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width:640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: 0
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

.choices {
    margin-bottom: 10px
}

@media print,
screen and (min-width:60em) {
    .choices {
        margin-bottom: 0
    }
}

.choices:last-child {
    margin-bottom: 10px
}

@media print,
screen and (min-width:60em) {
    .choices:last-child {
        margin-bottom: 0
    }
}

.choices__inner {
    padding: 5px;
    min-height: 25px;
    box-shadow: inset 1px 1px 2px 0 rgba(30, 30, 30, .15)
}

.choices[data-type*=select-one] .choices__inner {
    padding: 5px
}

.choices__list--dropdown .choices__item--selectable {
    color: #007ec0;
    word-break: keep-all
}

@media (min-width:640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: #000
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: #000;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -1px
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #ddd
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    /*background: url(/typo3conf/ext/fft_site/Resources/Public/Images/default-skin.png) 0 0 no-repeat;*/
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        /*background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/default-skin.svg)*/
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(/typo3conf/ext/fft_site/Resources/Public/Images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-color: #fff
}

.pswp__caption,
.pswp__top-bar {
    background-color: #fff
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: #fff
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    color: #004388
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    color: #333
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block
}

.color-white,
.color-white a {
    color: #fff
}

.color-blue,
.color-blue a,
.color-medium-blue,
.color-medium-blue a {
    color: #00a6e2
}

.color-grey,
.color-grey a,
.color-medium-gray,
.color-medium-gray a {
    color: #ccc
}

.text-uppercase {
    text-transform: uppercase
}

.w-100 {
    width: 100%
}

.corona-popup .content-element.textmedia li a:not(.button),
.corona-popup .content-element.textmedia p a:not(.button),
.corona-popup .content-element.textmedia span a:not(.button),
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2) a:not(.button),
main .content-element.textmedia li a:not(.button),
main .content-element.textmedia p a:not(.button),
main .content-element.textmedia span a:not(.button),
main .content-element.textmedia table:not(.layout-1):not(.layout-2) a:not(.button) {
    color: #333;
    text-decoration: underline
}

.corona-popup .content-element.textmedia li a:not(.button):hover,
.corona-popup .content-element.textmedia p a:not(.button):hover,
.corona-popup .content-element.textmedia span a:not(.button):hover,
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2) a:not(.button):hover,
main .content-element.textmedia li a:not(.button):hover,
main .content-element.textmedia p a:not(.button):hover,
main .content-element.textmedia span a:not(.button):hover,
main .content-element.textmedia table:not(.layout-1):not(.layout-2) a:not(.button):hover {
    color: #004388;
    text-decoration: underline
}

.corona-popup .content-element.textmedia li.color-blue a:not(.button),
.corona-popup .content-element.textmedia li.color-grey a:not(.button),
.corona-popup .content-element.textmedia li.color-medium-blue a:not(.button),
.corona-popup .content-element.textmedia li.color-medium-gray a:not(.button),
.corona-popup .content-element.textmedia li.color-white a:not(.button),
.corona-popup .content-element.textmedia p.color-blue a:not(.button),
.corona-popup .content-element.textmedia p.color-grey a:not(.button),
.corona-popup .content-element.textmedia p.color-medium-blue a:not(.button),
.corona-popup .content-element.textmedia p.color-medium-gray a:not(.button),
.corona-popup .content-element.textmedia p.color-white a:not(.button),
.corona-popup .content-element.textmedia span.color-blue a:not(.button),
.corona-popup .content-element.textmedia span.color-grey a:not(.button),
.corona-popup .content-element.textmedia span.color-medium-blue a:not(.button),
.corona-popup .content-element.textmedia span.color-medium-gray a:not(.button),
.corona-popup .content-element.textmedia span.color-white a:not(.button),
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-blue a:not(.button),
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-grey a:not(.button),
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-blue a:not(.button),
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-gray a:not(.button),
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-white a:not(.button),
main .content-element.textmedia li.color-blue a:not(.button),
main .content-element.textmedia li.color-grey a:not(.button),
main .content-element.textmedia li.color-medium-blue a:not(.button),
main .content-element.textmedia li.color-medium-gray a:not(.button),
main .content-element.textmedia li.color-white a:not(.button),
main .content-element.textmedia p.color-blue a:not(.button),
main .content-element.textmedia p.color-grey a:not(.button),
main .content-element.textmedia p.color-medium-blue a:not(.button),
main .content-element.textmedia p.color-medium-gray a:not(.button),
main .content-element.textmedia p.color-white a:not(.button),
main .content-element.textmedia span.color-blue a:not(.button),
main .content-element.textmedia span.color-grey a:not(.button),
main .content-element.textmedia span.color-medium-blue a:not(.button),
main .content-element.textmedia span.color-medium-gray a:not(.button),
main .content-element.textmedia span.color-white a:not(.button),
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-blue a:not(.button),
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-grey a:not(.button),
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-blue a:not(.button),
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-gray a:not(.button),
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-white a:not(.button) {
    color: inherit;
    text-decoration: underline
}

.corona-popup .content-element.textmedia li.color-blue a:not(.button):hover,
.corona-popup .content-element.textmedia li.color-grey a:not(.button):hover,
.corona-popup .content-element.textmedia li.color-medium-blue a:not(.button):hover,
.corona-popup .content-element.textmedia li.color-medium-gray a:not(.button):hover,
.corona-popup .content-element.textmedia li.color-white a:not(.button):hover,
.corona-popup .content-element.textmedia p.color-blue a:not(.button):hover,
.corona-popup .content-element.textmedia p.color-grey a:not(.button):hover,
.corona-popup .content-element.textmedia p.color-medium-blue a:not(.button):hover,
.corona-popup .content-element.textmedia p.color-medium-gray a:not(.button):hover,
.corona-popup .content-element.textmedia p.color-white a:not(.button):hover,
.corona-popup .content-element.textmedia span.color-blue a:not(.button):hover,
.corona-popup .content-element.textmedia span.color-grey a:not(.button):hover,
.corona-popup .content-element.textmedia span.color-medium-blue a:not(.button):hover,
.corona-popup .content-element.textmedia span.color-medium-gray a:not(.button):hover,
.corona-popup .content-element.textmedia span.color-white a:not(.button):hover,
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-blue a:not(.button):hover,
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-grey a:not(.button):hover,
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-blue a:not(.button):hover,
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-gray a:not(.button):hover,
.corona-popup .content-element.textmedia table:not(.layout-1):not(.layout-2).color-white a:not(.button):hover,
main .content-element.textmedia li.color-blue a:not(.button):hover,
main .content-element.textmedia li.color-grey a:not(.button):hover,
main .content-element.textmedia li.color-medium-blue a:not(.button):hover,
main .content-element.textmedia li.color-medium-gray a:not(.button):hover,
main .content-element.textmedia li.color-white a:not(.button):hover,
main .content-element.textmedia p.color-blue a:not(.button):hover,
main .content-element.textmedia p.color-grey a:not(.button):hover,
main .content-element.textmedia p.color-medium-blue a:not(.button):hover,
main .content-element.textmedia p.color-medium-gray a:not(.button):hover,
main .content-element.textmedia p.color-white a:not(.button):hover,
main .content-element.textmedia span.color-blue a:not(.button):hover,
main .content-element.textmedia span.color-grey a:not(.button):hover,
main .content-element.textmedia span.color-medium-blue a:not(.button):hover,
main .content-element.textmedia span.color-medium-gray a:not(.button):hover,
main .content-element.textmedia span.color-white a:not(.button):hover,
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-blue a:not(.button):hover,
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-grey a:not(.button):hover,
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-blue a:not(.button):hover,
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-medium-gray a:not(.button):hover,
main .content-element.textmedia table:not(.layout-1):not(.layout-2).color-white a:not(.button):hover {
    color: inherit;
    opacity: .7;
    text-decoration: underline
}

small {
    line-height: 21px;
    font-size: .9rem
}

.frame-space-before-nospace {
    padding-top: 0 !important
}

.frame-space-after-nospace {
    padding-bottom: 0 !important
}

@media screen and (max-width:39.9375em) {
    .align-center-small {
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }
}

@media screen and (min-width:40em) and (max-width:59.9375em) {
    .align-center-medium {
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }
}

@media screen and (min-width:60em) and (max-width:83.0625em) {
    .align-center-large {
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }
}

.column.hide-for-small,
.hide-for-small.columns {
    display: none !important
}

.order-1 {
    width: 100%
}

@media screen and (min-width:40em) {
    .order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.flex-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.icon-color-currentcolor,
.icon-color-default {
    fill: currentColor
}

.icon-color-blue {
    fill: #004388
}

.icon-color-medium-blue {
    fill: #007ec0
}

.icon-color-light-blue {
    fill: #00a6e2
}

.icon-color-red {
    fill: #db0202
}

.icon-color-green {
    fill: #33be40
}

.icon-color-yellow {
    fill: #f4d319
}

.icon-color-orange {
    fill: #f8a800
}

.icon-color-light-gray {
    fill: #f2f2f3
}

.icon-color-medium-gray {
    fill: #ccc
}

.icon-color-dark-gray {
    fill: #666
}

.icon-color-anthrazit {
    fill: #3c3c3c
}

.icon-color-white {
    fill: #fff
}

.icon-color-black {
    fill: #3c3c3c
}

.lp-container {
    color: #000
}

.lp-container .lp-white {
    background-color: #f5f8fa
}

.lp-container .lp-blue {
    background-color: #edf2f7
}

.lp-container .lp-gray {
    background-color: #e8e8e8
}

.lp-container p {
    font-size: 16px;
    line-height: 20px;
    color: #666
}

.lp-container a {
    font-size: 20px;
    color: #00a6e2
}

.lp-container a:hover {
    text-decoration: underline
}

.lp-special {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 100px;
    background-color: #ccd9e7
}

.lp-special .lp-headline {
    font-size: 26px;
    line-height: 32px;
    color: #004388
}

.lp-special .lp-white {
    margin-bottom: 30px
}

.lp-special .lp-white:first-child {
    padding-top: 17px;
    padding-right: 10px;
    padding-bottom: 17px;
    padding-left: 10px;
    text-align: center
}

.lp-special .lp-pie {
    position: relative;
    padding-right: 250px;
    margin-bottom: 104px
}

.lp-special .lp-pie>img {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    /*content: url(/typo3conf/ext/fft_site/Resources/Public/Images/landingpages/white-arrow-down.png)*/
}

.lp-special .lp-pie-graph {
    display: block;
    float: right;
    width: 389px;
    max-width: 389px;
    height: 389px;
    max-height: 389px;
    margin-top: 50px;
    margin-bottom: 10px
}

.lp-special .lp-pie-graph .is-active {
    fill: #f7a601;
    transition: all .2s
}

.lp-special .lp-pie-boxes {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 240px
}

.lp-special .lp-pie-box {
    position: relative;
    float: right;
    width: 80%;
    height: 65px;
    margin-bottom: 6px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center right 10px;
    border: 2px solid #ccd9e7;
    border-radius: 3px;
    transition: all .2s
}

.lp-special .lp-pie-box.is-active {
    width: 100%;
    border-color: #f7a601
}

.lp-special .lp-pie-box.is-active:after {
    opacity: 0
}

.lp-special .lp-pie-box:after {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -9px;
    /*content: url(/typo3conf/ext/fft_site/Resources/Public/Images/landingpages/piebox-arrow-left.png);*/
    opacity: 1;
    transition: all .2s
}

.lp-special .lp-pie-box-content {
    position: absolute;
    top: 10px;
    right: 70px;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #004388;
    opacity: 0;
    transition: all .2s
}

.lp-special .lp-dblue {
    position: relative;
    min-height: 82px;
    padding-top: 17px;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #005c9f;
    background: linear-gradient(to bottom, #005c9f 0, #004787 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#005c9f', endcolorstr='#004787', gradienttype=0)
}

.lp-special .lp-dblue span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lp-special .lp-dblue>img {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    /*content: url(/typo3conf/ext/fft_site/Resources/Public/Images/landingpages/blue-arrow-down.png)*/
}

.lp-special .is-active .lp-pie-box-content {
    opacity: 1
}

.lp-special .lp-foot .lp-white {
    padding-top: 31px;
    padding-right: 10px;
    padding-bottom: 31px;
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
    color: #004388;
    text-align: center;
    vertical-align: middle
}

.lp-special .lp-foot .lp-white span {
    padding-right: 10px;
    font-size: 80px;
    color: #004388;
    vertical-align: middle
}

#Pfad_2-2 {
    box-shadow: 0 0 5px 0 #000
}

#Ellipse_5-2 {
    box-shadow: 0 0 5px 0 #000
}

#Ellipse_6-2 {
    box-shadow: 0 0 5px 0 #000
}

.lp-cf:after {
    display: table;
    clear: both;
    content: ""
}

@media screen and (max-width:39.9375em) {
    .lp-special .lp-pie-boxes {
        margin-left: 0
    }
}

@media screen and (max-width:59.9375em) {
    .lp-special {
        margin-right: -15px;
        margin-left: -15px
    }

    .lp-special .lp-foot .lp-white {
        font-size: 22px
    }

    .lp-special .lp-foot .lp-white span {
        font-size: 60px
    }

    .lp-special .lp-pie-boxes {
        margin-top: 0
    }

    .lp-special .lp-pie-boxes {
        float: none;
        width: 220px;
        margin-right: auto;
        margin-left: -35px
    }

    .lp-special .lp-pie-graph {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 20px
    }

    .lp-special .lp-pie-box-content {
        font-size: 14px
    }

    .lp-special .lp-headline {
        font-size: 23px;
        line-height: 27px
    }
}

@media screen and (max-width:83.0625em) {
    .lp-special .lp-dblue {
        font-size: 17px;
        line-height: 20px
    }

    .lp-special .lp-dblue:last-child {
        margin-bottom: 100px
    }

    .lp-special .lp-pie-boxes {
        margin-top: 15px;
        margin-right: 15px;
        margin-left: auto
    }

    .lp-special .lp-pie-graph {
        float: left;
        min-width: 1px;
        min-height: 1px;
        margin-top: 50px
    }
}

@media screen and (max-width:83.0625em) {
    .lp-special .lp-pie-boxes {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin-left: -40px
    }

    .lp-special .lp-pie-graph {
        display: inline-block;
        float: none;
        margin: 15px auto 0;
        margin-top: 15px
    }

    .lp-special .lp-pie {
        padding-right: 0;
        text-align: center
    }
}

#Ellipse_5-2,
#Ellipse_6-2 {
    box-shadow: 0 0 5px 0 #000
}

.lp-split .lp-blue,
.lp-split .lp-gray {
    position: relative;
    padding: 8px 30px;
    margin: 15px 0;
    overflow: hidden
}

.lp-split .lp-gray .lp-headline,
.lp-split .lp-gray p {
    color: #666
}

.lp-split .lp-blue .lp-headline,
.lp-split .lp-blue p {
    color: #004388
}

.lp-split .lp-headline,
.lp-split .lp-headline>* {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase
}

.lp-split .lp-headline {
    margin-bottom: 30px;
    border-bottom: 1px solid #666
}

.lp-split h3 {
    margin-top: 30px
}

.lp-split .lp-description {
    padding: 7px 10px;
    margin-top: 30px;
    border-top: 1px solid #004388;
    transition: all .5s
}

.lp-split .lp-intro {
    position: relative;
    padding-top: 15px;
    padding-left: 40px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 26px;
    color: #004388;
    transition: all .5s
}

.lp-split .lp-intro .icon-ico-contact {
    position: absolute;
    top: 16px;
    left: 0;
    -webkit-animation: point 1.5s ease-in-out infinite;
    animation: point 1.5s ease-in-out infinite
}

.lp-split .lp-description p {
    font-size: 17px;
    line-height: 20px;
    padding-left: 40px;
    color: #004388
}

@media print,
screen and (min-width:40em) {
    .lp-split .lp-description p {
        font-size: 20px;
        line-height: 26px
    }
}

.lp-split svg {
    display: block;
    width: 100%;
    height: auto
}

.lp-split svg #Gruppe_17656000,
.lp-split svg #Gruppe_1765601 {
    transition: opacity .5s
}

.lp-split svg #Gruppe_1765601 {
    opacity: 0
}

.lp-split svg .is-active #Gruppe_1765601 {
    opacity: 1
}

.lp-split svg .is-active #Gruppe_17656000 {
    opacity: 0
}

.lp-split .lp-blue svg #Gruppe_176490,
.lp-split .lp-blue svg #Gruppe_176560 {
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite
}

.lp-split svg text {
    font-size: 19px
}

.lp-split svg #_2 text {
    font-size: 22px
}

.lp-split .lp-ehedg {
    position: absolute;
    top: 80px;
    left: 30px;
    max-width: 270px;
    padding-right: 150px;
    font-size: 14px;
    line-height: 19px;
    color: #004388
}

@media print,
screen and (min-width:40em) {
    .lp-split .lp-ehedg {
        max-width: 270px;
        padding-right: 60px;
        font-size: 16px;
        line-height: 19px;
        /*background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/landingpages/logo-ehedg@2x.png);*/
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        background-size: 60px
    }
}

@media screen and (min-width:83.125em) {
    .lp-split .lp-ehedg {
        max-width: 340px;
        padding-right: 110px;
        font-size: 18px;
        line-height: 24px;
        background-position: top right;
        background-size: 92px
    }
}

.lp-split .lp-ehedg i {
    color: #e73c2e
}

@-webkit-keyframes point {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes point {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes pulse {
    from {
        opacity: 1
    }

    50% {
        opacity: .85
    }

    to {
        opacity: 1
    }
}

@keyframes pulse {
    from {
        opacity: 1
    }

    50% {
        opacity: .85
    }

    to {
        opacity: 1
    }
}

.svg-container {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 77%;
    vertical-align: middle
}

.svg-container svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.skeleton .toggle-layout-mode {
    position: fixed;
    z-index: 5;
    bottom: 1.25rem;
    left: 1.25rem
}

.skeleton.layout-mode * {
    outline: 1px solid #db0202
}

.skeleton.layout-mode * .site {
    background: #0ff
}

.skeleton .show-mq {
    position: fixed;
    z-index: 5;
    bottom: 1.25rem;
    right: 1.25rem
}

.skeleton .show-mq:before {
    content: 'small';
    display: inline
}

@media print,
screen and (min-width:40em) {
    .skeleton .show-mq:before {
        content: 'medium'
    }
}

@media print,
screen and (min-width:60em) {
    .skeleton .show-mq:before {
        content: 'large'
    }
}

@media screen and (min-width:83.125em) {
    .skeleton .show-mq:before {
        content: 'xlarge'
    }
}

.site {
    max-width: 100rem;
    margin: 0 auto
}

header.header-area {
    min-height: 4.6875rem;
    background-color: #fff;
    transition: opacity .5s ease
}

@media print,
screen and (min-width:40em) {
    header.header-area {
        min-height: 10rem
    }
}

header.header-area .content-element.fftsite_bluebox,
header.header-area .content-element.panel-ce,
header.header-area .content-element.swiper-ce {
    padding: 0
}

header.header-area .panel-ce {
    margin-top: 3.75rem
}

@media print,
screen and (min-width:40em) {
    header.header-area .panel-ce {
        margin-top: 0
    }
}

header.header-area header.header-bar.is-sticky+.panel-ce {
    margin-top: 3.75rem
}

@media print,
screen and (min-width:60em) {
    header.header-area header.header-bar.is-sticky+.panel-ce {
        margin-top: 0
    }
}

header.header-area .callout {
    margin: 0
}

header.header-area .swiper-ce {
    position: relative
}

header.header-area .swiper-ce .swiper-wrapper .window-right {
    position: relative
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel>.panel-background,
header.header-area .swiper-ce .swiper-wrapper .window-right .panel>picture {
    position: relative
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel>.panel-background::after,
header.header-area .swiper-ce .swiper-wrapper .window-right .panel>picture::after {
    content: "";
    position: absolute;
    left: -1px;
    max-width: 101%;
    width: 101%;
    bottom: -1px;
    display: block;
    background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/wave-1600.svg);
    background-size: 100%;
    top: 0;
    background-position: bottom;
    background-repeat: no-repeat
}

@media print,
screen and (min-width:40em) {

    header.header-area .swiper-ce .swiper-wrapper .window-right .panel>.panel-background::after,
    header.header-area .swiper-ce .swiper-wrapper .window-right .panel>picture::after {
        bottom: -3px
    }
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground {
    opacity: 1;
    height: auto;
    z-index: 300;
    padding: 50px 30px 60px 30px;
    width: 100%;
    position: relative;
    background: #fff 0 0 no-repeat padding-box;
    min-height: 250px;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground br {
    display: none
}

@media print,
screen and (min-width:40em) {
    header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground {
        padding: 25px 30px 60px 30px;
        min-height: unset;
        box-shadow: 0 3px 6px #00000029;
        max-width: 420px;
        position: absolute;
        right: 15px;
        bottom: 5px;
        top: auto;
        left: auto
    }
}

@media screen and (min-width:83.125em) {
    header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground {
        right: 150px
    }
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground .h1,
header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground .h2,
header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground h1,
header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground h2 {
    font-size: 30px;
    color: #004388;
    text-shadow: none;
    margin-bottom: 10px
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground .h4,
header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground h4 {
    font-size: 16px;
    color: #333;
    text-shadow: none;
    margin-bottom: 10px
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground .button.cta-gradient {
    margin-top: 10px
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground .content-element {
    max-width: 100%;
    width: 100%;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground .ce-headline-center,
header.header-area .swiper-ce .swiper-wrapper .window-right .panel .panel-foreground .text-center {
    text-align: left
}

header.header-area .swiper-ce .swiper-pagination {
    background: #fff;
    position: absolute;
    top: 450px;
    padding: 0
}

@media print,
screen and (min-width:40em) {
    header.header-area .swiper-ce .swiper-pagination {
        width: 420px;
        right: 15px;
        bottom: 25px;
        top: auto
    }
}

@media screen and (min-width:83.125em) {
    header.header-area .swiper-ce .swiper-pagination {
        right: 150px
    }
}

header.header-area .swiper-ce .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 8px
}

header h2.smaller {
    font-size: 1.375rem !important;
    line-height: 1.25
}

@media print,
screen and (min-width:40em) {
    header h2.smaller {
        font-size: 1.625rem !important
    }
}

@media print,
screen and (min-width:60em) {
    header h2.smaller {
        font-size: 3.125rem !important
    }
}

header h2.smaller.color-white {
    text-shadow: 0 0 .625rem #000
}

header.header-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3.75rem;
    padding: .625rem 1.25rem;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 12;
    border-bottom: 1px solid #ccc
}

@media print,
screen and (min-width:40em) {
    header.header-bar {
        position: relative;
        border-bottom: none
    }
}

@media print,
screen and (min-width:60em) {
    header.header-bar {
        width: calc(100% - 30px);
        position: absolute;
        padding: 0 1.875rem;
        height: 6.25rem;
        top: 4.375rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 81.25rem
    }
}

@media screen and (min-width:83.125em) {
    header.header-bar {
        width: 100%
    }
}

header.header-bar.is-sticky {
    border-bottom: 1px solid #ccc
}

@media print,
screen and (min-width:40em) {
    header.header-bar.is-sticky {
        position: fixed;
        top: 0
    }
}

@media print,
screen and (min-width:60em) {
    header.header-bar.is-sticky {
        width: 100%;
        max-width: 100%;
        padding: 0 .9375rem;
        border-radius: 0;
        height: 4rem
    }
}

header.header-bar.is-sticky .show-for-top {
    display: none
}

header.header-bar.is-sticky .show-for-sticky {
    display: block
}

@media screen and (min-width:83.125em) {
    header.header-bar.is-sticky .header-bar-inner {
        max-width: 81.25rem
    }
}

header.header-bar .show-for-top {
    display: block
}

header.header-bar .show-for-sticky {
    display: none
}

header.header-bar .header-bar-inner {
    width: 100%
}

.title-container {
    display: none;
    text-transform: uppercase;
    min-height: 2.5rem
}

.title-container * {
    font-weight: 600;
    color: #999
}

.title-container .h1,
.title-container small {
    font-size: 1.25rem;
    line-height: 32px;
    margin: 0
}

@media screen and (min-width:60em) {

    .title-container .h1,
    .title-container small {
        font-size: 1.5625rem;
        line-height: 37px
    }
}

@media screen and (min-width:83.125em) {

    .title-container .h1,
    .title-container small {
        font-size: 1.875rem;
        line-height: 42px
    }
}

.title-container .h1 {
    margin: 0 .9375rem 0 .9375rem
}

.title-container .is-small-country .h1 {
    font-size: 1.625rem;
    line-height: 26px
}

@media screen and (min-width:83.125em) {
    .title-container .is-small-country .h1 {
        font-size: 1.75rem;
        line-height: 28px
    }
}

.title-container .is-small-country small {
    font-size: 1.375rem;
    line-height: 22px;
    margin-left: .9375rem
}

@media screen and (min-width:83.125em) {
    .title-container .is-small-country small {
        font-size: 1.5rem;
        line-height: 24px
    }
}

.title-container .is-small-country.cn .h1,
.title-container .is-small-country.cn small {
    font-size: 1.25rem;
    line-height: 20px
}

@media screen and (min-width:83.125em) {

    .title-container .is-small-country.cn .h1,
    .title-container .is-small-country.cn small {
        font-size: 1.5rem;
        line-height: 24px
    }
}

.title-container .is-small-country.cn small {
    font-weight: 300
}

@media print,
screen and (min-width:60em) {
    .title-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

header.header-bar.is-sticky .title-container .h1,
header.header-bar.is-sticky .title-container small {
    font-size: 1.375rem;
    line-height: 42px
}

header.header-bar.is-sticky .title-container .is-small-country .h1,
header.header-bar.is-sticky .title-container .is-small-country small {
    font-size: 1.125rem;
    line-height: 18px;
    margin-left: .9375rem
}

.logo-container img {
    max-width: 15.625rem;
    max-height: 2rem
}

@media print,
screen and (min-width:60em) {
    .logo-container img {
        max-width: 21.25rem;
        max-height: 2.625rem
    }
}

.contact-button-container {
    margin: 0 .125rem 0 .625rem
}

@media screen and (min-width:83.125em) {
    .contact-button-container a {
        padding: .5em 2em
    }
}

.menu-toggle-container button.clear {
    padding-right: 0
}

.menu-toggle-container button.clear svg#ico-menu {
    width: 28px;
    height: 24px;
    fill: #004388;
    margin-right: 0
}

@media screen and (max-width:39.9375em) {
    .menu-toggle-container button.clear svg#ico-menu {
        width: 18px;
        height: 16px;
        fill: #fff
    }
}

.menu-toggle-container button.clear svg {
    margin-right: 0
}

@media screen and (max-width:39.9375em) {
    .menu-toggle-container button.clear {
        fill: #fff;
        padding: .625rem
    }
}

@media screen and (min-width:40em) {
    .menu-toggle-container button.clear svg#ico-menu {
        margin-right: .625rem
    }

    .menu-toggle-container button.clear:hover svg#ico-menu {
        fill: #004388
    }
}

.header-bar .products-container {
    margin: 0 .625rem 0 .625rem
}

@media screen and (min-width:83.125em) {
    .header-bar .products-container button {
        padding: .5em 2em
    }
}

.header-bar .products-navigation.dropdown-pane {
    width: 100%;
    padding: 30px;
    border-radius: 0;
    border-width: 1px 0 0 0;
    border-color: #f2f2f3;
    box-shadow: 0 2px 5px #00000019;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding-bottom: 0
}

.header-bar .products-navigation.dropdown-pane>div {
    max-width: 83.125rem;
    margin: 0 auto
}

.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.column,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.columns,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.column,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.columns {
    padding-left: 15px;
    padding-right: 15px
}

.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.column>.row,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.columns>.row,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.column>.row,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.columns>.row {
    margin: 0
}

.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.column>.row>.column,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.column>.row>.columns,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.columns>.row>.column,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.column>.row>.columns>.row>.columns,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.column>.row>.column,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.column>.row>.columns,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.columns>.row>.column,
.header-bar .products-navigation.dropdown-pane>div>.three-card-ce>.columns>.row>.columns>.row>.columns {
    padding-left: 0;
    padding-right: 0
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce {
    padding: 0;
    width: auto
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns {
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 30px
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column:after,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background-color: #004388;
    z-index: -1
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column .content-element.textmedia>*,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns .content-element.textmedia>* {
    padding: 7px 7px 1px 7px
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header {
    position: relative;
    padding: 0 !important;
    margin-bottom: 18px
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header:after,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 0;
    height: 1px;
    background-color: #fff
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header:hover:before,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header:hover:before {
    background-color: #00a6e2
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header:before,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent
}

@media screen and (min-width:60em) {

    .header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header:before,
    .header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header:before {
        left: 0;
        right: 0
    }
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header h2,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header h2 {
    margin-bottom: 0
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header a,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header a {
    padding: 11px 20px 10px 20px;
    font-size: 22px;
    line-height: 26px;
    position: relative;
    display: block;
    text-transform: uppercase
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column header a:after,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns header a:after {
    border: solid #fff;
    border-width: 0 .15rem .15rem 0;
    display: inline-block;
    padding: .25rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    width: 0;
    height: 0;
    content: '';
    left: auto;
    margin-top: -5px;
    position: absolute;
    top: 50%
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column a,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns a {
    color: #fff;
    display: block
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column a:hover,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns a:hover {
    font-weight: 700
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.column p,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded)>div.columns p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0 20px 0 20px !important
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded) .two-card-ce {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded) .two-card-ce .column,
.header-bar .products-navigation.dropdown-pane .row.three-card-ce .row:not(.two-card-ce):not(.expanded) .two-card-ce .columns {
    margin-bottom: 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.header-bar.is-sticky {
    z-index: 16
}

.header-bar.is-sticky .products-navigation.dropdown-pane>div {
    max-width: 81.4rem
}

.breadcrumb-sticky-wrapper {
    display: none;
    margin-bottom: 24px;
    height: 45px
}

@media print,
screen and (min-width:60em) {
    .breadcrumb-sticky-wrapper {
        display: block
    }
}

nav.breadcrumb {
    background-color: #004388;
    height: 45px;
    overflow: hidden
}

@media screen and (min-width:60em) and (max-width:83.0625em) {
    nav.breadcrumb {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

nav.breadcrumb.is-sticky {
    position: fixed;
    top: 3.75rem;
    z-index: 15;
    max-width: 100%;
    width: 100%;
    left: 0
}

@media screen and (min-width:60em) and (max-width:83.0625em) {
    nav.breadcrumb.is-sticky {
        padding-left: 0;
        padding-right: 0
    }
}

nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

nav.breadcrumb li {
    display: none
}

nav.breadcrumb li:first-child {
    display: inline-block
}

nav.breadcrumb li:first-child a {
    padding: .625rem 1.25rem .625rem 0;
    transition: padding .3s ease
}

nav.breadcrumb li:first-child a:hover {
    padding: .625rem 1.25rem .625rem 1.375rem
}

nav.breadcrumb li:last-child {
    display: inline-block
}

nav.breadcrumb li.dots:not(:nth-child(2)) {
    display: inline-block
}

nav.breadcrumb li.dots:first-child {
    display: none
}

@media print,
screen and (min-width:40em) {
    nav.breadcrumb li {
        display: inline-block
    }

    nav.breadcrumb li.dots,
    nav.breadcrumb li.dots:not(:nth-child(2)) {
        display: none
    }
}

nav.breadcrumb a {
    display: inline-block;
    padding: .625rem 1.25rem .625rem 1.875rem;
    color: #fff;
    position: relative
}

nav.breadcrumb a:after {
    content: '';
    position: absolute;
    top: .6875rem;
    right: -.75rem;
    z-index: 1;
    background-color: #004388;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
    -ms-transform: rotate(45deg) skew(20deg, 20deg);
    transform: rotate(45deg) skew(20deg, 20deg);
    border-right: 1px solid;
    border-top: 1px solid
}

nav.breadcrumb a.current,
nav.breadcrumb a:hover {
    background-color: #00a6e2
}

nav.breadcrumb a:hover:after {
    background-color: #00a6e2
}

nav.breadcrumb a.current:after {
    background-color: #00a6e2;
    border: 0
}

nav.breadcrumb span:not([itemprop=name]) {
    display: inline-block;
    padding: .625rem 1.25rem .625rem 1.875rem;
    color: #fff;
    position: relative
}

nav.breadcrumb span:not([itemprop=name]):after {
    content: '';
    position: absolute;
    top: .6875rem;
    right: -.75rem;
    z-index: 1;
    background-color: #004388;
    width: 1.4375rem;
    height: 1.4375rem;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
    -ms-transform: rotate(45deg) skew(20deg, 20deg);
    transform: rotate(45deg) skew(20deg, 20deg);
    border-right: 1px solid;
    border-top: 1px solid
}

.tx-om-cookie-consent .om-cookie-panel {
    z-index: 1005;
    border: 2px solid #004388;
    width: 100vw;
    max-width: 933px;
    max-height: 100vh;
    overflow: auto
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel {
        background-color: rgba(0, 0, 0, .5);
        border: none;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .tx-om-cookie-consent .om-cookie-panel.active {
        top: 0
    }

    .tx-om-cookie-consent .om-cookie-panel a:not(.button) {
        color: #333;
        text-decoration: underline
    }

    .tx-om-cookie-consent .om-cookie-panel a:not(.button):hover {
        color: #004388;
        text-decoration: underline
    }

    .tx-om-cookie-consent .om-cookie-panel .cookie-inner {
        padding: 25px;
        background-color: #fff;
        position: fixed;
        min-height: 70%;
        max-height: 90%;
        overflow: auto;
        width: 90%;
        left: 50%;
        top: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:90em) {
    .tx-om-cookie-consent .om-cookie-panel.active {
        top: 50%;
        width: 48vw;
        bottom: auto;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}

@media screen and (max-width:59.9375em) {
    .tx-om-cookie-consent .om-cookie-panel p {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel p {
        font-size: .875em;
        line-height: normal
    }
}

.tx-om-cookie-consent .om-cookie-panel h3 {
    margin: 0;
    padding: 0
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel h3 {
        font-size: 1.875rem
    }
}

.tx-om-cookie-consent .om-cookie-panel form input[type=checkbox] {
    margin: .25rem .5rem .25rem 0
}

.tx-om-cookie-consent .om-cookie-panel .no-padding {
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel .no-padding {
        margin-left: auto;
        margin-right: auto
    }
}

.tx-om-cookie-consent .om-cookie-panel .cookies {
    text-align: left;
    margin: 5px 0
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel .cookies {
        padding: 0;
        margin: 0
    }
}

.tx-om-cookie-consent .om-cookie-panel .cookies .fieldset {
    margin: 0
}

.tx-om-cookie-consent .om-cookie-panel .buttons {
    margin-top: 0;
    text-align: right;
    margin-right: -10px
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel .buttons {
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }
}

.tx-om-cookie-consent .om-cookie-panel .buttons .link {
    width: auto;
    line-height: 21px;
    padding: .5em 1em;
    display: block;
    float: right;
    white-space: nowrap;
    margin: 10px
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel .buttons .link {
        float: none;
        white-space: normal;
        text-align: center
    }
}

.tx-om-cookie-consent .om-cookie-panel .buttons button {
    margin-bottom: 5px;
    width: 100%;
    margin-bottom: 0
}

.tx-om-cookie-consent .om-cookie-panel hr {
    margin-top: 5px
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel hr {
        display: none
    }
}

.tx-om-cookie-consent .om-cookie-panel .link-btn {
    border: 1px solid #666;
    border-radius: 5px;
    color: #666
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel .link-btn {
        border-radius: 0;
        border: none;
        color: #00a6e2;
        margin: 0 !important;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.tx-om-cookie-consent .om-cookie-panel .button {
    float: right;
    display: block;
    white-space: nowrap;
    margin: 10px
}

@media screen and (max-width:39.9375em) {
    .tx-om-cookie-consent .om-cookie-panel .button {
        border-radius: 0;
        margin: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

#menuOffCanvas {
    max-width: 23.75rem;
    background: linear-gradient(135deg, #00a6e2 0, #004388 100%);
    overflow-x: hidden
}

#menuOffCanvas :focus {
    outline: 0
}

#menuOffCanvas .drilldown-control {
    height: 3rem;
    border-bottom: .0625rem solid rgba(255, 255, 255, .3);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#menuOffCanvas .drilldown-control>.back-icon,
#menuOffCanvas .drilldown-control>.closing-area {
    height: 2.9375rem;
    position: relative
}

#menuOffCanvas .drilldown-control>.back-icon {
    width: 3rem;
    border: none;
    opacity: 1;
    transition: opacity 250ms ease
}

#menuOffCanvas .drilldown-control>.back-icon a {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    position: relative;
    background-color: rgba(255, 255, 255, .1)
}

#menuOffCanvas .drilldown-control>.back-icon a:hover {
    background: #0294d2
}

#menuOffCanvas .drilldown-control.menu-is-root>.back-icon {
    opacity: 0;
    pointer-events: none
}

#menuOffCanvas .menu-center-icon>.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#menuOffCanvas .drilldown-menu,
#menuOffCanvas .drilldown-submenu {
    margin: 0;
    padding: 0;
    height: calc(100% - 3rem);
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: opacity 750ms ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity 750ms ease;
    transition: transform .5s ease, opacity 750ms ease, -webkit-transform .5s ease;
    overflow-y: auto
}

#menuOffCanvas .drilldown-menu>li,
#menuOffCanvas .drilldown-submenu>li {
    text-overflow: ellipsis;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #fff;
    border-bottom: .0625rem solid rgba(255, 255, 255, .3)
}

#menuOffCanvas .drilldown-menu>li.sub,
#menuOffCanvas .drilldown-submenu>li.sub {
    position: relative
}

#menuOffCanvas .drilldown-menu>li.drilldown-back,
#menuOffCanvas .drilldown-submenu>li.drilldown-back {
    width: 3rem;
    border: none
}

#menuOffCanvas .drilldown-menu>li.drilldown-back a,
#menuOffCanvas .drilldown-submenu>li.drilldown-back a {
    padding: 0;
    width: 100%;
    position: relative;
    color: #fff
}

#menuOffCanvas .drilldown-menu>li.drilldown-back a:hover,
#menuOffCanvas .drilldown-submenu>li.drilldown-back a:hover {
    background: #00a6e2
}

#menuOffCanvas .drilldown-menu>li>a,
#menuOffCanvas .drilldown-submenu>li>a {
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: .7rem 1rem
}

#menuOffCanvas .drilldown-menu>li>a:hover,
#menuOffCanvas .drilldown-submenu>li>a:hover {
    background: #00a6e2
}

#menuOffCanvas .drilldown-menu>li>a:first-of-type,
#menuOffCanvas .drilldown-submenu>li>a:first-of-type {
    padding-right: 3.5rem
}

#menuOffCanvas .drilldown-menu>li>.icon-container,
#menuOffCanvas .drilldown-submenu>li>.icon-container {
    color: #fff;
    width: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    background-color: rgba(255, 255, 255, .1)
}

#menuOffCanvas .drilldown-menu>li>.icon-container:hover,
#menuOffCanvas .drilldown-submenu>li>.icon-container:hover {
    background: #00a6e2
}

#menuOffCanvas .drilldown-menu .drilldown-current-menu-highlighted>*,
#menuOffCanvas .drilldown-submenu .drilldown-current-menu-highlighted>* {
    background: #00a6e2
}

#menuOffCanvas .drilldown-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

#menuOffCanvas .drilldown-menu.has-open-submenu {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

#menuOffCanvas .drilldown-menu .drilldown-annotation {
    border-top: none
}

#menuOffCanvas .drilldown-menu .menu-input {
    position: relative;
    border-top: none
}

@media print,
screen and (min-width:60em) {
    #menuOffCanvas .drilldown-menu .menu-input {
        display: none
    }
}

#menuOffCanvas .drilldown-menu .menu-input form {
    width: 100%
}

#menuOffCanvas .drilldown-menu .menu-input input[type=text] {
    border-radius: 0;
    margin: 0;
    height: 100%;
    border: none;
    background: rgba(255, 255, 255, .2);
    box-shadow: none;
    color: #fff;
    padding: .7rem 1rem;
    padding-right: 3rem;
    font-size: .875rem
}

#menuOffCanvas .drilldown-menu .menu-input .menu-search-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

#menuOffCanvas .drilldown-submenu {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

#menuOffCanvas .drilldown-submenu.submenu-is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

#menuOffCanvas .drilldown-submenu.has-open-submenu {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

#menuOffCanvas .drilldown-submenu>li:first-of-type {
    border-top: none
}

#menuOffCanvas .closing-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    cursor: pointer;
    color: #fff
}

#menuOffCanvas .closing-area:hover {
    background: #00a6e2
}

#menuOffCanvas .drilldown-menu>li:not(.drilldown-annotation) {
    text-transform: uppercase
}

#menuOffCanvas .drilldown-annotation>*,
#menuOffCanvas .drilldown-subheader>* {
    width: 100%;
    padding: .7rem 1rem;
    margin: 0
}

#menuOffCanvas .drilldown-annotation>* {
    text-align: left
}

#menuOffCanvas .drilldown-subheader>* {
    background: #00a6e2;
    text-transform: uppercase
}

#menuOffCanvas .drilldown-nested-accordion {
    height: auto !important
}

@media print,
screen and (min-width:40em) {
    #menuOffCanvas .drilldown-nested-accordion {
        display: none !important
    }
}

#menuOffCanvas .drilldown-nested-accordion-wrapper {
    width: 100%
}

#menuOffCanvas .accordion-title {
    border-radius: 0
}

#menuOffCanvas .accordion .accordion-item {
    min-height: 3rem;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#menuOffCanvas .accordion .accordion-item:not(:last-child) {
    border-bottom: .0625rem solid rgba(255, 255, 255, .3)
}

#menuOffCanvas .accordion .accordion-item>a {
    display: block;
    color: #fff;
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    height: 3rem;
    line-height: 1.5625rem;
    font-size: .875rem
}

#menuOffCanvas .accordion .accordion-item>a:hover {
    background: #00a6e2
}

#menuOffCanvas .accordion .accordion-item .menu-secondary {
    color: #ccc;
    margin-right: .375rem
}

#menuOffCanvas .accordion .accordion-content-item {
    margin: 0;
    padding: 0
}

#menuOffCanvas .accordion .accordion-content-item>* {
    display: block
}

#menuOffCanvas .accordion .accordion-content-item>* a {
    display: block;
    color: #fff;
    text-transform: none;
    padding: .7rem 1rem;
    line-height: 1.5625rem
}

#menuOffCanvas .accordion .accordion-content-item>* a:hover {
    background: #00a6e2
}

#menuOffCanvas .accordion .accordion-content {
    padding: 0
}

#menuOffCanvas .accordion-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    height: 3rem;
    width: 3rem;
    pointer-events: none
}

#menuOffCanvas .accordion-icon .icon {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

#menuOffCanvas .accordion-item.is-active .accordion-icon .icon {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg)
}

#menuOffCanvas .accordion .accordion-content {
    background: 0 0
}

.meta-bar {
    max-height: 2.5rem;
    transition: opacity .5s ease-in;
    margin-left: .9375rem;
    margin-right: .9375rem
}

@media screen and (min-width:83.125em) {
    .meta-bar {
        margin-left: 0;
        margin-right: 0
    }
}

.meta-bar>.row {
    position: relative;
    padding: 0 .9375rem
}

.meta-bar label {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    line-height: 1.6875rem
}

.meta-bar ul {
    margin: 0;
    padding: 0 0 0 .625rem;
    list-style: none
}

.meta-bar>ul.dropdown.menu>li {
    border-bottom: .125rem solid #fff
}

.meta-bar ul.dropdown.menu>li.is-dropdown-submenu-parent>a,
.meta-language-international {
    display: inline-block;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600
}

.meta-bar>ul.dropdown.menu>li.is-active {
    border-color: #00a6e2
}

.meta-bar>ul.dropdown.menu>li.is-active>a {
    color: #00a6e2
}

.meta-bar ul.dropdown.menu ul.is-dropdown-submenu {
    padding: .625rem;
    background: linear-gradient(135deg, #005c9f 0, #004787 100%);
    z-index: 15
}

.meta-bar ul.dropdown.menu ul.is-dropdown-submenu li {
    border-bottom: .0625rem solid #ccc;
    position: relative
}

.meta-bar ul.dropdown.menu ul.is-dropdown-submenu li:last-child {
    border-bottom: 0
}

.meta-bar ul.dropdown.menu ul.is-dropdown-submenu li:hover {
    background: #00a6e2
}

.meta-bar ul.dropdown ul.is-dropdown-submenu a {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem .5rem .5rem;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.125rem
}

.meta-bar ul.is-dropdown-submenu a span.menu-subtitle {
    display: block
}

.meta-bar ul.dropdown ul.is-dropdown-submenu a:after {
    content: '';
    display: block;
    height: .5rem;
    width: .5rem;
    right: .75rem;
    border: solid #ccc;
    border-width: 0 .0625rem .0625rem 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.meta-bar ul.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    border: solid #004388;
    border-width: 0 .0625rem .0625rem 0;
    display: inline-block;
    padding: .125rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: .625rem
}

.meta-group-selector-container,
.meta-lang,
.meta-language-international,
.meta-language-selector-container,
.meta-search-container,
.meta-site-selector-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: .4375rem 0
}

.meta-group-selector-container {
    padding-right: 0
}

.meta-group-selector-container ul {
    padding: 0
}

.meta-search-container form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.meta-search-container input {
    max-width: 8.125rem;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
    padding: 0 .3125rem;
    height: 1.25rem;
    font-size: .9375rem;
    color: #999;
    transition: border .5s ease;
    line-height: normal
}

.meta-search-container input:focus {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #999;
    border-radius: 0
}

.meta-language-international {
    display: block;
    position: relative;
    top: .0625rem
}

.meta-lang {
    margin: 0;
    height: 41px;
    line-height: 41px;
    background-color: #f2f2f3
}

@media screen and (min-width:40em) and (max-width:59.9375em) {
    .meta-lang.have-button-on-right .dropdown-pane.is-open {
        left: 1.14px !important
    }
}

.meta-lang #languageSwitcherButton {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px 0 5px;
    position: relative
}

.meta-lang #languageSwitcherButton>img {
    width: 18px
}

.meta-lang #languageSwitcherButton span {
    margin: 0 .25rem
}

.meta-lang #languageSwitcherButton::after {
    border: solid #004388;
    border-width: 0 .0625rem .0625rem 0;
    display: inline-block;
    padding: .125rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    width: 0;
    height: 0;
    content: '';
    left: auto;
    margin-top: -3px;
    position: absolute;
    top: 50%
}

.meta-lang #languageSwitcherButton img {
    margin-right: 5px;
    margin-top: -4px
}

.meta-lang #mega-menu {
    width: 100%;
    z-index: 13;
    background-color: #f2f2f3;
    border: 1px solid #f2f2f3;
    border-radius: 0;
    padding: 30px
}

.meta-lang #mega-menu h4 {
    color: #004388
}

.meta-lang #mega-menu .row {
    margin: 0
}

@media screen and (min-width:40em) and (max-width:59.9375em) {
    .meta-lang #mega-menu .row>.large-8 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 2rem
    }
}

@media screen and (min-width:60em) {
    .meta-lang #mega-menu .row>.large-8 {
        border-right: 1px solid #ccc
    }
}

@media screen and (min-width:40em) and (max-width:59.9375em) {
    .meta-lang #mega-menu .row .medium-7 {
        padding-top: 1.25rem
    }
}

.meta-lang #mega-menu h3 {
    text-transform: uppercase
}

.meta-lang #mega-menu h3:first-of-type {
    margin-bottom: 0
}

.meta-lang #mega-menu h3>span {
    margin-right: .5rem
}

.meta-lang #mega-menu h3>span>img {
    max-width: 18px;
    margin-bottom: 5px
}

.meta-lang #mega-menu div.language-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.meta-lang #mega-menu div.language-buttons a.button {
    padding: .5rem .5rem;
    background: linear-gradient(135deg, #005c9f 0, #004787 100%);
    margin-top: 0;
    text-transform: uppercase !important;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.meta-lang #mega-menu div.language-buttons a.button:first-of-type {
    margin-right: 1rem
}

.meta-lang #mega-menu div.language-buttons a.button.disabled {
    opacity: 1;
    background: #666 !important
}

.meta-lang #mega-menu ul.menu:not(.submenu) {
    padding: 0
}

.meta-lang #mega-menu ul.menu:not(.submenu)>li {
    background-color: #fff;
    padding: .5rem;
    border: 1px solid #e4e4e4;
    position: relative
}

.meta-lang #mega-menu ul.menu:not(.submenu)>li span {
    width: 100%;
    display: block
}

.meta-lang #mega-menu ul.menu:not(.submenu)>li span span {
    position: absolute;
    right: 1rem;
    top: 10px;
    width: auto;
    display: inline;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.meta-lang #mega-menu ul.menu>li>ul {
    background: #f2f2f3;
    border: 1px solid #ccc;
    width: auto;
    left: -1px;
    right: -1px
}

.meta-lang #mega-menu ul.menu>li>ul li {
    border-bottom: none
}

.meta-lang #mega-menu ul.menu>li>ul li:hover {
    background: 0 0
}

.meta-lang #mega-menu ul.menu>li>ul li:first-of-type span {
    padding: .5rem 1.5rem .5rem .5rem
}

.meta-lang #mega-menu ul.menu>li>ul li a {
    color: #333
}

.meta-lang #mega-menu ul.menu>li>ul li a:after {
    content: none
}

.meta-lang #mega-menu ul.menu>li>ul li a.page-active {
    color: #004388;
    cursor: not-allowed
}

.meta-lang #mega-menu ul.menu+div {
    margin-top: .5rem;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 1px
}

.accordion.select-lang .accordion-icon {
    background-color: #1a5694
}

.accordion.select-lang h4 {
    color: #fff;
    font-weight: 300;
    text-transform: none
}

.accordion.select-lang li span.menu-secondary {
    color: #fff !important;
    font-size: 1.0625rem
}

.accordion.select-lang li span.menu-secondary>img {
    max-width: 18px;
    margin-right: .25rem
}

.accordion.select-lang li div.accordion-content-item .language-buttons {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5rem !important;
    margin-bottom: 1rem !important
}

.accordion.select-lang li div.accordion-content-item .language-buttons a {
    text-transform: uppercase !important;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    background: linear-gradient(135deg, #005c9f 0, #004787 100%) !important;
    padding: .5rem 3rem !important;
    font-size: .875rem !important
}

.accordion.select-lang li div.accordion-content-item .language-buttons a.disabled {
    cursor: pointer
}

.accordion.select-lang div.accordion-content {
    padding: 1rem !important
}

.accordion.select-lang div.accordion-content h3 {
    color: #fff !important;
    font-size: 1.0625rem
}

.accordion.select-lang .accordion.location li:first-of-type>a {
    background-color: #fff;
    padding: .5rem;
    border: 1px solid #e4e4e4
}

.accordion.select-lang .accordion.location li:first-of-type>a:hover {
    background: #fff !important
}

.accordion.select-lang .accordion.location li:first-of-type>a span {
    color: #333;
    text-transform: none
}

.accordion.select-lang .accordion.location li:first-of-type>a+div {
    color: #333 !important;
    background: 0 0
}

.accordion.select-lang .accordion.location li:first-of-type>a+div>.icon {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(90deg) !important;
    transform: translate(-50%, -50%) rotate(90deg) !important
}

.accordion.select-lang .accordion.location li:first-of-type.is-active>a+div>.icon {
    -webkit-transform: translate(-50%, -50%) rotate(270deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(270deg) !important;
    transform: translate(-50%, -50%) rotate(270deg) !important
}

.accordion.select-lang .accordion.location li:first-of-type ul.accordion-content {
    background-color: #fff !important;
    padding: 1rem !important;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-left: 0
}

.accordion.select-lang .accordion.location li:first-of-type ul.accordion-content a {
    display: block;
    color: #333;
    font-weight: 300;
    text-transform: none;
    border: none;
    padding: .5rem 0
}

.accordion.select-lang .accordion.location li:first-of-type ul.accordion-content a.page-active {
    color: #004388;
    cursor: not-allowed
}

.pre-footer-area * {
    color: #004388
}

.pre-footer-area small {
    line-height: 1.125rem;
    font-size: 1rem;
    display: block
}

@media print,
screen and (min-width:60em) {
    .pre-footer-area small {
        font-size: 1.125rem
    }
}

.pre-footer-anchor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 15.625rem;
    max-width: 17.5rem;
    margin: .625rem auto;
    padding: 1.25rem .625rem;
    height: 3.75rem;
    background-color: #fff;
    border-radius: .25rem
}

@media print,
screen and (min-width:60em) {
    .pre-footer-anchor {
        min-width: 13.75rem;
        min-height: 4.6875rem
    }
}

@media print,
screen and (min-width:60em) {
    .pre-footer-anchor {
        width: auto
    }
}

.pre-footer-anchor>* {
    margin: .625rem
}

.pre-footer-anchor-info {
    font-size: 1.125rem;
    line-height: 1.2
}

.pre-footer-anchor-image {
    line-height: 0;
    width: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footerWrapper {
    background-color: #004388;
    color: #fff
}

.footerWrapper .h4,
.footerWrapper .h5,
.footerWrapper .h6,
.footerWrapper h4,
.footerWrapper h5,
.footerWrapper h6 {
    color: #fff
}

.footerWrapper footer.main-footer a {
    color: #fff
}

.footerWrapper .footer-nav-headline {
    text-transform: uppercase;
    font-size: .875rem
}

.footerWrapper .main-footer {
    margin-top: 30px
}

.footerWrapper .main-footer .h5,
.footerWrapper .main-footer .h6,
.footerWrapper .main-footer h5,
.footerWrapper .main-footer h6 {
    text-align: center
}

@media print,
screen and (min-width:40em) {

    .footerWrapper .main-footer .h5,
    .footerWrapper .main-footer .h6,
    .footerWrapper .main-footer h5,
    .footerWrapper .main-footer h6 {
        text-align: left
    }
}

.footerWrapper .main-footer ul {
    list-style: none;
    margin: 0;
    text-align: center
}

@media print,
screen and (min-width:40em) {
    .footerWrapper .main-footer ul {
        text-align: left
    }
}

.footerWrapper nav.footer-navigation {
    display: none
}

@media print,
screen and (min-width:40em) {
    .footerWrapper nav.footer-navigation {
        display: block
    }
}

.footerWrapper nav.footer-navigation .content-element {
    padding: 0
}

.footerWrapper nav.footer-navigation .content-element li {
    line-height: 17px;
    margin-bottom: 7px
}

.footerWrapper .legal-container {
    padding: 1.5625rem 0 1.5625rem 0;
    color: #fff
}

.footerWrapper .legal-container>.row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:83.125em) {
    .footerWrapper .legal-container>.row {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footerWrapper .legal-container a {
    color: #fff
}

.footerWrapper .copyright-notice {
    display: inline-block;
    font-size: .875rem;
    padding: .625rem 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px
}

@media print,
screen and (min-width:40em) {
    .footerWrapper .copyright-notice {
        font-size: 1.0625rem;
        text-align: left
    }
}

@media screen and (min-width:83.125em) {
    .footerWrapper .copyright-notice {
        margin-bottom: 30px
    }
}

.footerWrapper nav.legal-navigation {
    text-align: right;
    margin-top: 30px
}

@media print,
screen and (min-width:40em) {
    .footerWrapper nav.legal-navigation {
        margin-top: 0
    }
}

.footerWrapper nav.legal-navigation .legal-nav-item {
    display: inline-block;
    padding: 0 .3125rem
}

.footerWrapper nav.legal-navigation .legal-nav-item a {
    color: #fff
}

.main-footer .footerWrapper nav.legal-navigation .legal-nav-item a {
    line-height: 1.375rem;
    font-size: 1.0625rem
}

.footerWrapper .social-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
}

.footerWrapper .social-container>span {
    font-size: 1rem;
    line-height: 1.6875rem;
    margin-right: .5rem
}

.footerWrapper .social-container>a {
    line-height: 1rem;
    margin-left: 1.25rem
}

.footerWrapper .social-container>a:first-child {
    margin-left: 0
}

.footerWrapper .social-container>a>svg {
    color: #004388
}

.footerWrapper .social-container>a>svg:hover {
    color: #005cbb
}

.footerWrapper .chinese-wechat {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

@media screen and (max-width:39.9375em) {
    .footerWrapper .chinese-wechat {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: .625rem
    }
}

@media screen and (min-width:83.125em) {
    .footerWrapper .chinese-wechat {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (min-width:83.125em) {
    .footerWrapper .chinese-wechat .social-container {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.scrolltop {
    border: 1px solid #fff;
    position: fixed;
    right: 10px;
    bottom: -65px;
    z-index: 1001;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #004388;
    border-radius: 0;
    opacity: .5;
    transition: all .4s
}

@media screen and (min-width:83.125em) {
    .scrolltop {
        line-height: 60px;
        width: 60px;
        height: 60px;
        right: 15px
    }
}

.scrolltop.is-active {
    bottom: 5px
}

@media screen and (min-width:83.125em) {
    .scrolltop.is-active {
        bottom: 25px
    }
}

.scrolltop:hover {
    opacity: 1
}

.scrolltop img {
    width: 30px
}

@media screen and (min-width:83.125em) {
    .scrolltop img {
        width: 40px
    }
}

.panel.partner-login {
    margin-top: 3.75rem
}

.panel.partner-login+.panel-ce {
    margin-top: 0
}

.panel.partner-login+.swiper-ce .panel-ce {
    margin-top: 0
}

@media screen and (min-width:40em) {
    .panel.partner-login {
        display: none
    }
}

.panel.partner-login .callout {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.panel.partner-login .custom-logout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 83.125rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0
}

.panel.partner-login .custom-logout.partner-page {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:40em) {
    .panel.partner-login .custom-logout.partner-page {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.panel.partner-login a.partner-portal {
    position: relative;
    font-size: 17px;
    line-height: 42px;
    font-weight: 600;
    padding-left: 2rem
}

@media screen and (min-width:40em) {
    .panel.partner-login a.partner-portal {
        font-size: 21px
    }
}

.panel.partner-login a.partner-portal:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/partner-link.svg');
    background-size: contain;
    width: 19px;
    height: 15px;
    background-repeat: no-repeat
}

.panel.partner-login a.logout {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 2rem;
    padding-top: 0;
    line-height: 42px;
    text-align: right
}

.panel.partner-login a.logout:after {
    content: "";
    position: absolute;
    right: 0;
    top: 13px;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/sign-out-alt-solid.svg');
    background-size: contain;
    width: 19px;
    height: 15px;
    background-repeat: no-repeat
}

.meta-bar .sales-portal {
    margin: 0;
    background-color: #004388
}

.meta-bar .sales-portal ul li.is-dropdown-submenu-parent {
    height: 41px
}

.meta-bar .sales-portal ul li.is-dropdown-submenu-parent>a {
    color: #fff;
    line-height: 41px;
    padding-right: 1.75rem
}

.meta-bar .sales-portal ul li.is-dropdown-submenu-parent>a:after {
    border-color: #fff !important;
    right: 12px !important
}

.meta-bar .sales-portal ul li a.partner-portal:after {
    border: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    right: 8px !important;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/home-solid.svg');
    background-size: contain;
    width: 19px !important;
    height: 15px !important;
    background-repeat: no-repeat
}

.meta-bar .sales-portal ul li a.logout:after {
    border: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    right: 8px !important;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/sign-out-alt-solid-white.svg');
    background-size: contain;
    width: 19px !important;
    height: 15px !important;
    background-repeat: no-repeat
}

.meta-bar .sales-portal ul.is-dropdown-submenu {
    top: 33px !important
}

@media screen and (min-width:83.125em) {
    .meta-bar .sales-portal ul.is-dropdown-submenu {
        left: -15px !important
    }
}

@media screen and (min-width:83.125em) and (max-width:1436px) and (min-width:1330px) {
    .meta-bar .sales-portal ul.is-dropdown-submenu {
        left: -55px !important
    }
}

.meta-bar .sales-portal>a.logout {
    color: #fff;
    line-height: 41px;
    padding-right: 1.75rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.meta-bar .sales-portal>a.logout:after {
    content: "";
    display: inline-block;
    margin-left: 1rem;
    border: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    right: 8px !important;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/sign-out-alt-solid-white.svg');
    background-size: contain;
    width: 19px !important;
    height: 15px !important;
    background-repeat: no-repeat;
    vertical-align: middle
}

@media screen and (max-width:59.9375em) {
    .dealer-access header.header-area {
        min-height: 0
    }
}

.dealer-access .panel.panel-eigth-by-five .panel-background {
    height: 35.75rem
}

.dealer-access .panel.panel-eigth-by-five .panel-foreground {
    height: 100%
}

.dealer-access main div.panel-ce:first-of-type {
    padding-bottom: .5rem
}

.dealer-access main div.panel-ce:first-of-type div.panel:not(.panel-eigth-by-five) {
    margin-top: 0
}

.dealer-access main div.panel-ce:first-of-type div.panel:not(.panel-eigth-by-five) .callout {
    margin: 0;
    padding: 1rem 0 .5rem
}

.dealer-access main div.panel-ce:first-of-type div.panel:not(.panel-eigth-by-five) .callout .two-card-ce {
    width: 100%
}

.dealer-access main div.panel-ce:first-of-type div.panel:not(.panel-eigth-by-five) .callout h2 {
    margin-bottom: 0
}

.dealer-access .two-card-ce {
    padding-bottom: 0;
    padding-top: 3rem
}

.dealer-access .two-card-ce .column-block {
    margin-bottom: 0
}

.dealer-access .two-card-ce .column-block .content-element.list {
    padding-top: 0
}

.dealer-access .two-card-ce .column-block .content-element .button {
    margin-bottom: 0
}

.dealer-access .column-block {
    margin-bottom: 0
}

.dealer-access .breadcrumb-sticky-wrapper {
    margin-bottom: 0
}

.dealer-access .panel .column-block {
    margin-bottom: .875rem
}

.dealer-access .content-element.textmedia {
    padding-top: 1.5rem
}

.dealer-access .content-element.textmedia .column-block {
    margin-bottom: 1rem
}

.dealer-access .content-element.textmedia .image-container {
    margin-bottom: 1.875rem
}

.dealer-access .content-element.textmedia .blue-image-text-box .column-block {
    margin-bottom: 0
}

.dealer-access .content-element.textmedia .blue-image-text-box .image-container {
    margin-bottom: 0
}

.dealer-access .content-element.two-card-ce h2 {
    margin-bottom: 1.5rem
}

@media screen and (max-width:59.9375em) {
    .dealer-access .content-element.two-card-ce h2 {
        margin-top: 1rem
    }
}

.dealer-access .content-element.two-card-ce .textmedia {
    padding-top: 0
}

.dealer-access .content-element.list {
    padding-top: 1rem;
    padding-bottom: 0
}

.dealer-access .custom-logout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 81.35rem !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.dealer-access .custom-logout.partner-page {
    padding-right: 0;
    padding-left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:40em) {
    .dealer-access .custom-logout.partner-page {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.dealer-access .custom-logout a.partner-portal {
    position: relative;
    font-size: 17px;
    line-height: 42px;
    font-weight: 600;
    padding-left: 2rem
}

@media screen and (min-width:40em) {
    .dealer-access .custom-logout a.partner-portal {
        font-size: 21px
    }
}

.dealer-access .custom-logout a.partner-portal:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/partner-link.svg');
    background-size: contain;
    width: 19px;
    height: 15px;
    background-repeat: no-repeat
}

.dealer-access .custom-logout a.logout {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 2rem;
    padding-top: 2px;
    line-height: 42px;
    text-align: right
}

.dealer-access .custom-logout a.logout:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/sign-out-alt-solid.svg');
    background-size: contain;
    width: 19px;
    height: 15px;
    background-repeat: no-repeat
}

.dealer-access main .small-11 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.dealer-access main>div.content-element:first-of-type {
    padding-top: 0
}

.dealer-access main div.content-element.textmedia>.column:first-of-type,
.dealer-access main div.content-element.textmedia>.columns:first-of-type {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width:60em) {
    .dealer-access main div.content-element.textmedia .large-10 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .dealer-access main div.content-element.textmedia .blue-image-text-box header h2 {
        font-size: 1.5rem;
        margin-bottom: .25rem
    }

    .dealer-access main div.content-element.textmedia .blue-image-text-box .text p {
        margin-bottom: .5rem
    }

    .dealer-access main div.content-element.textmedia .blue-image-text-box .text p:last-of-type {
        margin-bottom: 0
    }

    .dealer-access main div.content-element.textmedia .blue-image-text-box .text p:last-of-type a.button:last-of-type {
        margin-bottom: 0
    }
}

@media screen and (min-width:83.125em) {
    .dealer-access main div.content-element.textmedia .xlarge-8 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.dealer-access main div.content-element.textmedia .image-container img {
    border-radius: 0
}

.dealer-access main .tx-felogin-pi1 .callout.secondary {
    background-color: #fff;
    padding: 2.5rem
}

.dealer-access main .tx-felogin-pi1 .callout.secondary.login p.text-only {
    margin-bottom: 0
}

.dealer-access main .tx-felogin-pi1 .floated-label-wrapper.input-wrapper input {
    border-radius: 0;
    height: 60px
}

.dealer-access main .tx-felogin-pi1 .floated-label-wrapper.input-wrapper input.contains-text+label,
.dealer-access main .tx-felogin-pi1 .floated-label-wrapper.input-wrapper input:focus+label {
    -webkit-transform: translateY(-2rem) scale(.9) !important;
    -ms-transform: translateY(-2rem) scale(.9) !important;
    transform: translateY(-2rem) scale(.9) !important;
    top: 0
}

.dealer-access main .tx-felogin-pi1 .floated-label-wrapper.input-wrapper label.input-floating-label {
    top: .9rem;
    font-size: 18px;
    font-weight: 600
}

.dealer-access main .tx-felogin-pi1 input.button {
    display: block;
    margin-left: auto;
    padding: 1em 4.2em;
    font-size: 17px
}

.dealer-access main .tx-felogin-pi1 .callout.secondary.logout {
    padding: 0;
    background: 0 0
}

.dealer-access main .tx-felogin-pi1 .callout.secondary.logout .row.align-middle .column:first-of-type,
.dealer-access main .tx-felogin-pi1 .callout.secondary.logout .row.align-middle .columns:first-of-type {
    display: none
}

.dealer-access main .tx-felogin-pi1 .callout.secondary.logout .row.align-middle .column:last-of-type,
.dealer-access main .tx-felogin-pi1 .callout.secondary.logout .row.align-middle .columns:last-of-type {
    position: relative;
    margin-left: auto
}

.dealer-access main .tx-felogin-pi1 .callout.secondary.logout .row.align-middle .column:last-of-type:after,
.dealer-access main .tx-felogin-pi1 .callout.secondary.logout .row.align-middle .columns:last-of-type:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url('../../../../typo3conf/ext/fft_site/Resources/Public/Images/sign-out-alt-solid.svg');
    background-size: contain;
    width: 19px;
    height: 15px;
    background-repeat: no-repeat
}

.dealer-access main .tx-felogin-pi1 .callout.secondary.logout .row.align-middle .button {
    background: 0 0;
    text-transform: uppercase;
    color: #004388;
    padding: 0;
    margin-right: 1rem
}

.dealer-access .address-list {
    padding-right: .625rem;
    padding-left: .625rem
}

@media screen and (min-width:60em) {
    .dealer-access .address-list {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.dealer-access .address-list .col3-contact,
.dealer-access .address-list .col3-countrytemplate {
    max-width: 81.125rem;
    margin: 0 auto;
    background-color: #f2f2f3
}

.dealer-access .address-list .col3-contact .callout.secondary,
.dealer-access .address-list .col3-countrytemplate .callout.secondary {
    background-color: transparent
}

.dealer-access .address-list a {
    color: #333;
    text-decoration: underline
}

.dealer-access .address-list a:hover {
    color: #004388
}

.dealer-access .address-list>.col3-country {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 81.125rem;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f2f2f3
}

.dealer-access .address-list>.col3-country .address-container {
    max-width: 100%;
    margin: 0
}

@media print,
screen and (min-width:40em) {
    .dealer-access .address-list>.col3-country .address-container {
        max-width: 50%
    }
}

@media print,
screen and (min-width:60em) {
    .dealer-access .address-list>.col3-country .address-container {
        max-width: 33.33%
    }
}

.dealer-access .address-list>.col3-country .callout {
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.dealer-access .address-list>.col3-country .callout .contact-button {
    margin-top: auto
}

.dealer-access .address-item .contact-button {
    padding-top: 1.5rem
}

.dealer-access .address-item .phone .tel a {
    text-decoration: none
}

@media screen and (min-width:40em) {
    .dealer-access .address-item .callout.secondary {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 1rem)
    }

    .dealer-access .address-item .callout.secondary .contact-button {
        margin-top: auto
    }
}

.dealer-access .bluebox-container {
    background: #004388
}

.dealer-access .no-events-available {
    margin-bottom: 1.875rem
}

.dealer-access .no-events-available header h2 {
    font-size: 1.5rem;
    margin-bottom: .35rem !important
}

.dealer-access .no-events-available .text p {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1rem
}

.dealer-access .no-events-available .text p:last-of-type {
    margin-bottom: 0
}

.dealer-access .no-events-available .text p:last-of-type a.button:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:39.9375em) {

    .panel-ce .content-element.textmedia .column,
    .panel-ce .content-element.textmedia .columns {
        padding: 1.25rem 0;
        margin: 0
    }
}

.panel-ce .content-element.textmedia .column-block {
    margin: 0
}

.panel-ce.frame-space-before-contactlisttitel {
    margin-top: -23px !important;
    padding-top: 0 !important
}

.panel-ce.frame-space-before-contactlisttitel .callout {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 0
}

.panel-ce.frame-space-before-contactlisttitel .callout .content-element {
    width: 100%
}

.panel-ce.frame-space-before-contactlisttitel+.content-element.list {
    padding-top: 0
}

.panel-ce.frame-space-before-contactlisttitel+.content-element.list>div.fft-default-blue {
    background-color: #004388;
    padding: 0 1.5rem 3rem 1.5rem
}

@media screen and (min-width:60em) {
    .panel-ce.frame-space-before-contactlisttitel+.content-element.list>div.fft-default-blue {
        padding: 0 2.5rem 3rem 2.5rem
    }
}

.panel-ce.frame-space-before-contactlisttitel+.content-element.list>div.fft-default-blue .choices__inner {
    border-radius: 0
}

.panel-ce.frame-space-before-contactlisttitel+.content-element.list>div.fft-default-blue h3 {
    color: #fff;
    font-size: 1.3125rem;
    line-height: 1.875rem
}

.panel {
    position: relative
}

.panel picture {
    display: block
}

.panel-background {
    width: 100%;
    height: 23.75rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    object-fit: cover;
    object-position: top center;
    font-family: "object-fit:cover;object-position:top center"
}

@media print,
screen and (min-width:60em) {
    .panel-background {
        height: 34.6875rem
    }
}

.panel-mobile-stacked .panel-background {
    height: 12.5rem
}

@media print,
screen and (min-width:40em) {
    .panel-mobile-stacked .panel-background {
        height: 18.75rem
    }
}

@media print,
screen and (min-width:60em) {
    .panel-mobile-stacked .panel-background {
        height: 37.5rem
    }
}

.panel.panel-four-by-one .panel-background {
    height: 12.5rem
}

@media print,
screen and (min-width:40em) {
    .panel.panel-four-by-one .panel-background {
        height: 18.75rem
    }
}

@media print,
screen and (min-width:60em) {
    .panel.panel-four-by-one .panel-background {
        height: 25rem
    }
}

.panel-background video {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit:cover"
}

.panel-background.fft-dull-blue {
    background-color: #8aa9c9
}

.panel-background.fft-dark-blue {
    background-color: #004388
}

.panel-background.fft-light-blue {
    background-color: #00a6e2
}

.panel-background.fft-light-gray {
    background-color: #f2f2f3
}

.panel-background.is-parallax {
    background-attachment: fixed
}

.panel-foreground {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 23.75rem;
    padding: 10px
}

@media print,
screen and (min-width:60em) {
    .panel-foreground {
        height: 34.6875rem;
        padding: 0
    }
}

.panel-foreground.fft-light-blue {
    background-color: #00a6e2
}

.panel-foreground.fft-light-gray {
    background-color: #f2f2f3
}

.panel-foreground.fft-dull-blue {
    background-color: #8aa9c9
}

.panel.panel-four-by-one .panel-foreground {
    height: 12.5rem
}

@media print,
screen and (min-width:40em) {
    .panel.panel-four-by-one .panel-foreground {
        height: 18.75rem
    }
}

@media print,
screen and (min-width:60em) {
    .panel.panel-four-by-one .panel-foreground {
        height: 25rem
    }
}

.panel-mobile-stacked .panel-foreground {
    height: auto;
    position: relative
}

@media screen and (max-width:59.9375em) {
    .panel-mobile-stacked .panel-foreground {
        height: auto !important
    }
}

@media print,
screen and (min-width:60em) {
    .panel-mobile-stacked .panel-foreground {
        position: absolute;
        height: 34.6875rem
    }
}

.panel-foreground.vertical-align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content-element .panel-foreground>.content-element.fftsite_bluebox {
    padding: 0
}

.content-element .panel-foreground>.content-element.textmedia {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .content-element .panel-foreground>.content-element.textmedia {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media print,
screen and (min-width:60em) {
    .content-element .panel-foreground>.content-element.textmedia {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

main .panel-ce .callout {
    padding: 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print,
screen and (min-width:60em) {
    main .panel-ce .callout {
        padding: 5rem 2.5rem 2.5rem 2.5rem
    }

    main .panel-ce .callout.flashMessages {
        padding: 2.5rem 2.5rem 2.5rem 2.5rem;
        text-align: center
    }
}

main .panel-ce .callout>.content-element.headline,
main .panel-ce .callout>.content-element.textmedia {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {

    main .panel-ce .callout>.content-element.headline,
    main .panel-ce .callout>.content-element.textmedia {
        max-width: 55rem
    }
}

@media print,
screen and (min-width:60em) {

    main .panel-ce .callout>.content-element.headline,
    main .panel-ce .callout>.content-element.textmedia {
        max-width: 55rem
    }
}

main .panel-ce .callout>.content-element.list>.content-element.headline {
    margin: 0 auto 1.5rem auto
}

@media print,
screen and (min-width:60em) {
    main .panel-ce .callout>.content-element.list>.content-element.headline {
        margin: 0 auto 2.1875rem auto
    }
}

main .content-element.list>.content-element.headline {
    margin: 0 auto 1.5rem auto
}

@media print,
screen and (min-width:60em) {
    main .content-element.list>.content-element.headline {
        margin: 0 auto 4rem auto
    }
}

header.header-area .panel-ce header .h1,
header.header-area .panel-ce header .h2,
header.header-area .panel-ce header h1,
header.header-area .panel-ce header h2 {
    font-size: 1.625rem
}

@media print,
screen and (min-width:40em) {

    header.header-area .panel-ce header .h1,
    header.header-area .panel-ce header .h2,
    header.header-area .panel-ce header h1,
    header.header-area .panel-ce header h2 {
        font-size: 1.875rem
    }
}

@media print,
screen and (min-width:60em) {

    header.header-area .panel-ce header .h1,
    header.header-area .panel-ce header .h2,
    header.header-area .panel-ce header h1,
    header.header-area .panel-ce header h2 {
        font-size: 3.875rem
    }
}

header.header-area .panel-ce header .h1.color-white,
header.header-area .panel-ce header .h2.color-white,
header.header-area .panel-ce header h1.color-white,
header.header-area .panel-ce header h2.color-white {
    text-shadow: 0 0 .625rem #000
}

header.header-area .panel-ce header .h3,
header.header-area .panel-ce header .h4,
header.header-area .panel-ce header .h5,
header.header-area .panel-ce header .h6,
header.header-area .panel-ce header h3,
header.header-area .panel-ce header h4,
header.header-area .panel-ce header h5,
header.header-area .panel-ce header h6 {
    font-size: 1.125rem;
    margin-bottom: 3.75rem
}

@media print,
screen and (min-width:60em) {

    header.header-area .panel-ce header .h3,
    header.header-area .panel-ce header .h4,
    header.header-area .panel-ce header .h5,
    header.header-area .panel-ce header .h6,
    header.header-area .panel-ce header h3,
    header.header-area .panel-ce header h4,
    header.header-area .panel-ce header h5,
    header.header-area .panel-ce header h6 {
        font-size: 1.5rem;
        margin-bottom: 1.5625rem
    }
}

header.header-area .panel-ce header .h3.color-white,
header.header-area .panel-ce header .h4.color-white,
header.header-area .panel-ce header .h5.color-white,
header.header-area .panel-ce header .h6.color-white,
header.header-area .panel-ce header h3.color-white,
header.header-area .panel-ce header h4.color-white,
header.header-area .panel-ce header h5.color-white,
header.header-area .panel-ce header h6.color-white {
    text-shadow: 0 0 .625rem #000
}

main .panel .content-element.two-card-ce {
    width: 85%;
    height: 100%
}

main .panel .content-element.textmedia {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

main .swiper-ce .swiper-wrapper {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

main .swiper-ce .panel .callout {
    padding: 0;
    margin: 0;
    height: 23.75rem
}

@media print,
screen and (min-width:60em) {
    main .swiper-ce .panel .callout {
        height: 34.6875rem
    }
}

main .panel .textmedia .h3,
main .panel .textmedia .h4,
main .panel .textmedia h3,
main .panel .textmedia h4 {
    margin-bottom: 1.25rem
}

main .panel .textmedia p {
    display: none
}

@media print,
screen and (min-width:60em) {
    main .panel .textmedia p {
        display: block
    }
}

main .panel .textmedia p.has-button {
    display: block
}

main .panel .textmedia p.has-span {
    display: block;
    margin: 0
}

main .panel .four-card-ce .textmedia p {
    display: block
}

.text-absolute {
    position: absolute;
    top: 3.125rem;
    left: 0;
    right: 0
}

.content-element {
    padding: 1.25rem 0;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .content-element {
        padding: 2.5rem 0
    }
}

.content-element .content-element {
    padding: 0
}

.content-element.header,
.content-element.jump-navigation,
.content-element.textmedia {
    padding-bottom: 0
}

.content-element .row {
    min-height: 1px
}

.content-element.news-picture-swiper img,
.content-element.text-pic img,
.content-element.textmedia img,
.content-element.three-card-ce img,
.content-element.tt_address img,
.content-element.two-card-ce img {
    border-radius: .25rem;
    min-height: .0625rem
}

.image-caption {
    display: block;
    padding: .625rem 0 .3125rem 0;
    max-width: 100%
}

.image-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content-element.jumpnav+.content-element.header,
.content-element.jumpnav+.content-element.textmedia {
    padding-top: 1.25rem
}

.content-element.header+.content-element.two-card-ce {
    padding-top: 15px
}

@media screen and (min-width:83.125em) {
    .content-element .xlarge-8 .ce-headline-center {
        margin-left: -3.125rem;
        margin-right: -3.125rem
    }
}

.content-element.textmedia a.lightbox {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.content-element.textmedia a.lightbox::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: .25rem;
    background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/ico-search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .15)
}

main>.content-element:last-child {
    margin-bottom: 1.5rem
}

@media print,
screen and (min-width:40em) {
    main>.content-element:last-child {
        margin-bottom: 2.5rem
    }
}

@media print,
screen and (min-width:60em) {
    main>.content-element:last-child {
        margin-bottom: 4rem
    }
}

.ce-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.ce-image>img {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media print,
screen and (min-width:40em) {
    .ce-image {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .ce-image.ce-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .ce-image.ce-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .ce-image.ce-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.four-card-ce.padding-bottom-0 {
    padding-bottom: 0
}

.four-card-ce.no-space,
.three-card-ce.no-space,
.two-card-ce.no-space {
    padding-top: 0;
    padding-bottom: 0
}

.four-card-ce.no-space.row .row,
.three-card-ce.no-space.row .row,
.two-card-ce.no-space.row .row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.four-card-ce.no-space.row .row .column,
.four-card-ce.no-space.row .row .columns,
.three-card-ce.no-space.row .row .column,
.three-card-ce.no-space.row .row .columns,
.two-card-ce.no-space.row .row .column,
.two-card-ce.no-space.row .row .columns {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0
}

.accordion-item {
    margin-bottom: .125rem
}

.accordion-item a.accordion-title {
    background-color: #f2f2f3;
    font-weight: 700
}

.accordion-item a.accordion-title:hover {
    color: #00a6e2
}

.accordion-item .content-element:first-child {
    padding-top: 0
}

.is-active>a.accordion-title {
    color: #333;
    background-color: #fff
}

.accordion-title {
    padding: 1.25rem 4.5rem 1.25rem 1rem;
    line-height: 1.4
}

.accordion-title:before {
    content: '';
    text-decoration: none;
    width: 12px;
    height: 12px;
    border: solid #004388;
    border-width: 0 .125rem .125rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1.875rem;
    top: 50%
}

.is-active>.accordion-title:before {
    content: '';
    border-width: .125rem 0 0 .125rem;
    top: calc(50% + 3px)
}



.content-element.textmedia .button {
    margin-right: 1rem;
    margin-bottom: 1rem
}

.panel .content-element.textmedia .button {
    margin: 0
}

button img,
button svg {
    vertical-align: middle
}

.content-element.jumpnav {
    padding: 0;
    height: 45px
}

@media print,
screen and (min-width:60em) {
    .content-element.jumpnav {
        height: 65px
    }
}

nav.jump-navigation {
    background-color: #fff;
    z-index: 12;
    height: 45px
}

@media print,
screen and (min-width:60em) {
    nav.jump-navigation {
        height: 65px
    }
}

nav.jump-navigation.is-sticky {
    position: fixed;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 60px
}

.breadcrumb-sticky-wrapper+main nav.jump-navigation.is-sticky {
    top: 60px
}

@media print,
screen and (min-width:60em) {
    .breadcrumb-sticky-wrapper+main nav.jump-navigation.is-sticky {
        top: 105px
    }
}

ul.jump-navigation-list {
    list-style: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

li.jump-navigation-item {
    display: inline-block;
    margin-bottom: .625rem
}

li.jump-navigation-item a {
    display: inline-block;
    padding: .125rem .625rem;
    font-size: .875rem;
    position: relative;
    border-bottom: 4px solid transparent;
    font-weight: 700
}

@media print,
screen and (min-width:60em) {
    li.jump-navigation-item a {
        padding: .625rem .625rem .3125rem .625rem;
        margin: 0 0 .3125rem 0;
        font-size: 1rem;
        line-height: 1.875rem
    }
}

.temp-active {
    transition: all 1s ease-in-out
}

html:not(.whatinput-types-touch) li.jump-navigation-item:hover a,
li.jump-navigation-item a.active,
li.jump-navigation-item a.temp-active {
    border-bottom: 4px solid #00a6e2;
    color: #00a6e2
}

html:not(.whatinput-types-touch) li.jump-navigation-item a:hover:after,
li.jump-navigation-item a.active:after,
li.jump-navigation-item a.temp-active:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    top: 100%;
    left: 50%;
    margin-left: -.375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75rem .5rem 0 .5rem;
    border-color: #00a6e2 transparent transparent transparent
}

.list-inlined ol,
.list-inlined ul {
    display: block;
    margin: 0
}

.list-inlined li {
    display: inline-block
}

.plus-list ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-left: 0;
    font-size: 1.15rem
}

.plus-list ul li {
    position: relative;
    padding-left: 1.15rem
}

.plus-list ul li:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0
}

.content-element.textmedia ul li p:last-of-type {
    margin-bottom: 0
}

blockquote {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem
}

@media print,
screen and (min-width:40em) {
    blockquote {
        font-size: 1.5rem;
        line-height: 2.125rem
    }
}

cite {
    font-weight: 400;
    font-style: normal;
    margin-top: .625rem;
    font-size: .9375rem
}



.card.expert-card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border: 1px solid #eee;
    border-radius: .25rem;
    background-color: #fff;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    min-height: 20rem
}

.card.expert-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.card.expert-card .card-divider {
    display: block;
    min-height: 1.9375rem;
    background: linear-gradient(135deg, #f9b833 0, #f7a600 100%);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .3125rem 0
}

.card.expert-card img.card-image {
    width: 100%;
    height: 11.5625rem;
    object-fit: cover;
    object-position: top;
    font-family: "object-fit:cover;object-position:top"
}

.card.expert-card .card-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem
}

.card.expert-card .card-item-checkbox {
    opacity: 0;
    position: absolute
}

.card.expert-card .card-item-checkbox~.button.remove {
    display: none
}

.card.expert-card .card-item-checkbox~.button.add {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.card.expert-card .card-item-checkbox:checked~.button.remove {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.card.expert-card .card-item-checkbox:checked~.button.add {
    display: none
}

.card.expert-card p {
    font-size: 1rem
}

.card h5.image-caption {
    color: #00a6e2;
    padding: 25px 0 0 0;
    margin-bottom: 0;
    font-weight: 400
}

.card .card-section h3 {
    margin-bottom: 10px
}

.experts-knowledge-card-area {
    position: relative
}

@media screen and (max-width:39.9375em) {

    .experts-knowledge-card-area .swiper-button-next,
    .experts-knowledge-card-area .swiper-button-prev {
        display: none
    }
}

.experts-knowledge-form-area {
    display: none;
    opacity: 0;
    margin-top: 1rem
}

.save-input-wrapper {
    display: block;
    position: relative;
    background-image: linear-gradient(to right, rgba(30, 87, 153, 0) 0, #f5fcff 50%, rgba(125, 185, 232, 0) 100%);
    padding: 1.5rem 1rem 1.7rem 6rem
}

.save-input-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/comfort-download.svg);*/
    background-position: 0 1rem;
    background-repeat: no-repeat;
    pointer-events: none
}

.save-input-wrapper--before {
    display: block;
    width: 100%;
    height: 10px;
    /*background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/shadow-top.png);*/
    background-repeat: no-repeat;
    background-position: bottom center
}

.save-input-wrapper--after {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 2rem;
    /*background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/shadow-bottom.png);*/
    background-repeat: no-repeat;
    background-position: top center
}

.save-input-wrapper p {
    line-height: 1.5rem;
    font-size: .9375rem;
    margin-bottom: 0
}

.save-input-wrapper .fieldset {
    margin: .625rem 0
}

.save-input-wrapper .form-flex-label {
    font-weight: 700;
    font-size: .9375rem
}

.save-input-hotspot {
    font-size: .875rem
}

.save-input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 15px;
    background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/ico-checkbox.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    position: relative
}

.save-input-checkbox:checked {
    background-image: url(/typo3conf/ext/fft_site/Resources/Public/Images/ico-checkbox-checked.svg)
}

@media screen and (max-width:39.9375em) {
    .callout.large {
        padding: 1.5rem
    }
}

.callout.fft-light-blue {
    background-color: #00a6e2
}

.callout.fft-light-gray {
    background-color: #f2f2f3
}

.callout.fft-dull-blue {
    background-color: #8aa9c9
}

.callout.fft-lighter-blue {
    background-color: #ccd9e7;
    padding: 0
}

@media screen and (min-width:60em) {
    .callout.fft-lighter-blue {
        min-height: 10rem
    }
}

.callout.fft-default-blue {
    background-color: #004388
}

.industry-element {
    position: relative;
    overflow: hidden;
    border-radius: .25rem;
    margin-bottom: 1rem
}

.industry-element-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 22.5rem;
    border-radius: .25rem;
    background-size: cover;
    background-position: center center
}

.industry-element-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #004388;
    text-align: center;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    transition: all .3s ease-in-out
}

.industry-element.has-content .industry-element-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: initial;
    -ms-flex-line-pack: initial;
    align-content: initial;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.industry-element:hover .industry-element-container {
    background-color: #00a6e2;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.industry-element-headline {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
    padding: .9375rem 0
}

.industry-element-headline>a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%
}

.industry-element-headline>span {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%
}

@media all and (-ms-high-contrast:none) {
    .industry-element-headline {
        display: table;
        width: 100%
    }
}

.industry-element-content {
    max-height: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.25rem 0 1.25rem
}

.industry-element-content ul {
    list-style: none;
    margin: 0
}

.industry-element-content li {
    line-height: 1.25rem;
    width: 100%;
    max-width: 17.1875rem;
    padding: .25rem 0
}

.industry-element-content li:first-child {
    padding: 0 0 .25rem 0
}

.industry-element-content a {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.industry-element-content a:hover {
    background-color: #57b7e8
}

.industry-element-content p {
    color: #fff;
    font-size: 1.125rem
}

.industry-element-content span {
    display: block;
    color: #fff;
    line-height: 2.375rem
}

.industry-element:hover .industry-element-content {
    max-height: 22.5rem;
    padding: 0 1.25rem 1.25rem 1.25rem
}

.product-cards {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print,
screen and (min-width:60em) {
    .product-cards {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.product-cards .product-card-row {
    max-width: 83.125rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media print,
screen and (min-width:60em) {
    .product-cards .product-card-row.align-children-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-card-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .4375rem;
    padding-left: .4375rem
}

@media print,
screen and (min-width:40em) {
    .product-card-column {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

@media print,
screen and (min-width:60em) {
    .product-card-column {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

@media screen and (min-width:83.125em) {
    .product-card-column {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

.product-card {
    margin-bottom: 1rem;
    position: relative
}

.product-card .close-button {
    display: none;
    width: 1em;
    height: 1em;
    right: .5rem;
    top: .5rem;
    font-size: 1.3em;
    line-height: .75em;
    font-weight: 700;
    background-color: #efefef;
    border-radius: 7em
}

.product-card.flipped .close-button {
    display: block
}

.product-card-face {
    background-color: #fafafa;
    border-radius: .25rem;
    padding: 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s
}

.product-card-face:hover {
    box-shadow: 0 0 .625rem .125rem #dedede
}

.product-card-face.front {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-card.flipped .product-card-face.front {
    display: none
}

.product-card-face.back {
    display: none
}

.product-card.flipped .product-card-face.back {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0 .625rem .125rem #dedede
}

.product-card-face .accordion-title,
.product-card-face p {
    max-width: 15.3125rem;
    font-size: 1rem
}

.product-card-face img {
    max-width: 15.3125rem;
    margin-bottom: 1rem;
    width: 100%
}

.product-card-face h4 {
    max-width: 15.3125rem;
    color: #004388;
    line-height: 1.5rem
}

.product-card-face .accordion .accordion-title {
    padding: 0;
    background-color: transparent
}

.product-card-row.dropdown-cards .product-card-column .card-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin: 0;
    text-align: center;
    max-width: 100%
}

.product-card-row.dropdown-cards .product-card-column .card-top header h4>a:hover {
    text-decoration: underline
}

.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button {
    color: #333;
    display: inline-block;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    max-width: 15.3125rem
}

.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button:hover {
    text-decoration: none
}

.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button span {
    white-space: nowrap
}

.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button span:before {
    content: " ";
    font-size: 1px
}

.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button .icon-color-currentcolor,
.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button .icon-color-default {
    fill: #333;
    margin-left: .5rem;
    margin-right: 0;
    transition: all .3s linear;
    width: 12px !important
}

.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button[aria-expanded=true] .icon-color-currentcolor,
.product-card-row.dropdown-cards .product-card-column .card-top .button.dropdown-products-button[aria-expanded=true] .icon-color-default {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.product-card-row.dropdown-cards .product-card-column .card-bottom .dropdown-pane {
    position: relative;
    width: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    max-height: 0;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
    left: 0 !important;
    top: 0 !important;
    overflow: hidden;
    display: block;
    visibility: visible
}

.product-card-row.dropdown-cards .product-card-column .card-bottom .dropdown-pane.is-open {
    max-height: 500px;
    transition: max-height 1s ease-out
}

.solution-selector-mobile .accordion-item {
    background: linear-gradient(135deg, #005c9f 0, #004787 100%);
    border-radius: .25rem;
    margin-bottom: .5rem
}

.solution-selector-mobile .accordion-item a.accordion-title {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase
}

.solution-selector-mobile .accordion-item a.accordion-title:before {
    border: solid #fff;
    border-width: 0 .125rem .125rem 0
}

.solution-selector-mobile .accordion-item a.accordion-title:hover {
    color: #fff
}

.solution-selector-mobile .solution-selector-mobile-link {
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 1.25rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    background: linear-gradient(135deg, #005c9f 0, #004787 100%);
    border-radius: .25rem;
    color: #fff;
    text-transform: uppercase
}

.solution-selector-mobile .accordion-item.is-active {
    background: linear-gradient(135deg, #00a6e2 0, #004388 100%)
}

.solution-selector-mobile .is-active>a.accordion-title {
    color: #fff;
    background-color: transparent
}

.solution-selector-mobile .is-active>a.accordion-title:before {
    border: solid #fff;
    border-width: .125rem 0 0 .125rem
}

.solution-selector-mobile .accordion-content {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    line-height: 1.25rem;
    padding-top: 0
}

.solution-selector-mobile .accordion-content ul {
    list-style: none;
    margin: 0
}

.solution-selector-mobile .accordion-content a {
    color: #fff
}

.solution-selector-desktop .button-area a,
.solution-selector-desktop .button-area button {
    font-size: 1.5rem;
    padding: 1.5625rem 0;
    text-transform: uppercase
}

.solution-selector-desktop .button-area a svg.icon,
.solution-selector-desktop .button-area button svg.icon {
    float: right;
    margin-left: -3.125rem;
    margin-right: 1.25rem;
    margin-top: .25rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.solution-selector-desktop .button-area a.active svg.icon,
.solution-selector-desktop .button-area button.active svg.icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.solution-area {
    margin-top: 1.25rem;
    position: relative;
    overflow: hidden;
    display: none
}

.solution-area .solution {
    opacity: 0;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #00a6e2 0, #004388 100%);
    border-radius: .25rem;
    color: #fff;
    margin: 1.25rem 0;
    transition: opacity .5s ease-in-out
}

.solution-area .solution.active {
    opacity: 1;
    z-index: 5
}

.solution-area .solution ul {
    list-style: none;
    margin: 0;
    padding-bottom: .9375rem
}

.solution-area .solution li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1.5rem
}

.solution-area .solution li a svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.solution-area .solution li a:hover {
    background-color: #00a6e2
}

.solution-area .solution li:first-child a {
    background-color: #00a6e2;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 1.5rem;
    padding: 1.25rem;
    text-transform: uppercase
}

.solution-area .solution a {
    color: #fff;
    font-weight: 600
}

.solution-area .solution-images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.solution-area .solution-images img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    font-family: "object-fit:cover";
    opacity: 0;
    transition: opacity .5s ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.solution-area .solution-images img.active {
    z-index: 3;
    opacity: 1
}

.fft-swiper-button {
    color: #004388;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -2.25rem;
    z-index: 10;
    cursor: pointer;
    background-color: #f2f2f3;
    border-radius: .25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0
}

.fft-swiper-button:after {
    content: url(/typo3conf/ext/fft_site/Resources/Public/Images/ico-angle.svg);
    display: inline-block;
    width: .9375rem;
    height: 1.5625rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.fft-swiper-button.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.wave {
    display: none
}

.fft-swiper-pagination {
    width: 100%;
    text-align: center;
    position: relative
}

.fft-swiper-pagination span:only-child {
    display: none
}

main .fft-swiper-pagination {
    margin-top: 10px
}

.swiper-pagination-bullet {
    width: .625rem;
    height: .625rem;
    display: inline-block;
    border-radius: 100%;
    background-color: #004388;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #007ec0;
    opacity: 1
}

.swiper-slide>.content-element {
    padding: 0
}

.swiper-ce {
    position: relative
}

.fft-swiper-button.fft-swiper-button-next {
    right: 1.875rem;
    left: auto
}

.fft-swiper-button.fft-swiper-button-prev {
    left: 1.875rem;
    right: auto
}

.fft-swiper-button.fft-swiper-button-prev:after {
    -webkit-transform: rotate(180deg) scale(.8);
    -ms-transform: rotate(180deg) scale(.8);
    transform: rotate(180deg) scale(.8)
}

.swiper-ce.four-columns .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 .3125rem
}

.swiper-ce.four-columns .swiper-container .swiper-wrapper .fft-swiper-button.fft-swiper-button-next {
    right: 0
}

.swiper-ce.four-columns .swiper-container .swiper-wrapper .fft-swiper-button.fft-swiper-button-prev {
    left: 0
}

@media print,
screen and (min-width:60em) {
    .content-element.panel-ce .swiper-ce.four-columns .swiper-container {
        margin: 0 5rem
    }
}

.content-element.panel-ce .swiper-ce.four-columns .fft-swiper-button.fft-swiper-button-next {
    right: 0
}

.content-element.panel-ce .swiper-ce.four-columns .fft-swiper-button.fft-swiper-button-prev {
    left: 0
}

@media print,
screen and (min-width:60em) {
    .swiper-ce.industry-selector .swiper-container .swiper-wrapper {
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.swiper-ce.industry-selector .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .4375rem;
    padding-left: .4375rem
}

@media print,
screen and (min-width:40em) {
    .swiper-ce.industry-selector .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

@media print,
screen and (min-width:60em) {
    .swiper-ce.industry-selector .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

@media screen and (min-width:83.125em) {
    .swiper-ce.industry-selector .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

@media print,
screen and (min-width:60em) {
    .swiper-ce.industry-selector .swiper-pagination.fft-swiper-pagination {
        display: none
    }
}

.swiper-ce.industry-selector {
    max-width: calc(100% - 54px);
    margin: 0 auto
}

@media print,
screen and (min-width:40em) {
    .swiper-ce.industry-selector {
        max-width: calc(100% - 80px)
    }
}

@media print,
screen and (min-width:60em) {
    .swiper-ce.industry-selector {
        max-width: calc(100% - 14px)
    }
}

@media screen and (min-width:83.125em) {
    .swiper-ce.industry-selector {
        max-width: 1314px
    }
}

@media print,
screen and (min-width:60em) {
    .swiper-ce .align-children-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print,
screen and (min-width:60em) {
    .swiper-ce.expert-swiper .swiper-container {
        max-width: 81.25rem
    }
}

@media print,
screen and (min-width:60em) {
    .swiper-ce.expert-swiper .swiper-container .swiper-wrapper {
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.swiper-ce.expert-swiper .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .4375rem;
    padding-left: .4375rem
}

@media print,
screen and (min-width:40em) {
    .swiper-ce.expert-swiper .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

@media print,
screen and (min-width:60em) {
    .swiper-ce.expert-swiper .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

@media screen and (min-width:83.125em) {
    .swiper-ce.expert-swiper .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: .4375rem;
        padding-left: .4375rem
    }
}

main .swiper-ce .swiper-wrapper {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

main .swiper-ce .swiper-wrapper.lightbox-gallery {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.video-overlay {
    /*background-image: url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);*/
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center
}

figure.video video.video-embed-item {
    max-width: 100%
}

.fftsite_bluebox {
    display: block;
    position: relative
}

@media print,
screen and (min-width:60em) {
    .fftsite_bluebox {
        width: 83.125rem
    }
}

.fftsite_bluebox .h1,
.fftsite_bluebox .h2,
.fftsite_bluebox .h3,
.fftsite_bluebox .h4,
.fftsite_bluebox h1,
.fftsite_bluebox h2,
.fftsite_bluebox h3,
.fftsite_bluebox h4 {
    color: #fff
}

@media print,
screen and (min-width:60em) {
    .callout .fftsite_bluebox {
        margin: 0 auto
    }
}

.bluebox-container {
    display: block;
    color: #fff;
    background: linear-gradient(135deg, #00a6e2 0, #005286 100%);
    text-align: center;
    padding: 1.5625rem
}

@media print,
screen and (min-width:60em) {
    .bluebox-container {
        text-align: left;
        width: 100%;
        border-radius: .25rem;
        max-width: 31.25rem;
        margin: 9.375rem 0 3.125rem .9375rem
    }
}

@media screen and (min-width:83.125em) {
    .bluebox-container {
        margin: 9.375rem 0 3.125rem 0
    }
}

.bluebox-container.plus-list {
    margin: 0 0 1.875rem 0;
    max-width: 100%;
    border-radius: 0;
    text-align: left;
    padding: 1.5625rem 1.875rem
}

.bluebox-container.plus-list>:last-child {
    margin-bottom: 0
}

.bluebox-container.plus-list .h1,
.bluebox-container.plus-list .h2,
.bluebox-container.plus-list .h3 {
    color: #fff
}

.bluebox-container.plus-list p {
    font-size: 1.15rem
}

.blue-image-text-box {
    width: 100%
}

.blue-image-text-box .row {
    margin-right: 0;
    margin-left: 0
}

.blue-image-text-box .row>.column,
.blue-image-text-box .row>.columns {
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:59.9375em) {

    .blue-image-text-box .row>.column-block.image-container.columns,
    .blue-image-text-box .row>.column.column-block.image-container {
        margin-bottom: 0
    }
}

.blue-image-text-box .text {
    padding: 1.5625rem;
    background-color: #004388;
    color: #fff;
    height: 100%
}

.blue-image-text-box img {
    border-radius: 0 !important;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .blue-image-text-box img {
        object-fit: cover;
        object-position: center;
        height: 100%
    }
}

.blue-image-text-box.grey-look .text {
    background-color: #f2f2f3;
    color: #666
}

.blue-image-text-box.grey-look .image-container {
    background-color: #fafafa;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blue-image-text-box.grey-look .image-container img {
    height: auto
}

.hotspots-ce {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hotspots-ce img {
    max-width: 100%
}

.hotspots-ce p {
    font-size: 1rem
}

.hotspots-container {
    position: relative
}

.hotspots {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .hotspots {
        display: block
    }
}

.hotspot {
    display: inline-block;
    position: absolute
}

.hotspot-icon {
    background-color: #fff;
    border-radius: 50%;
    height: 1.375rem;
    width: 1.375rem;
    position: absolute
}

.hotspot-icon--save-input {
    margin-left: .5rem
}

.hotspot-icon>* {
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.hotspot.active .hotspot-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hotspot.active .hotspot-icon svg {
    fill: #004388
}

.hotspot.active .hotspot-icon--save-input {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.hotspot-block {
    display: none;
    position: fixed;
    z-index: 5;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: .25rem;
    line-height: 1.5em;
    padding: 1.25rem;
    box-shadow: 0 0 20px -3px #004388
}

@media print,
screen and (min-width:40em) {
    .hotspot-block {
        position: absolute;
        margin: 0;
        width: 22.5rem;
        top: auto;
        bottom: 0;
        left: -.4375rem;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.hotspot.active .hotspot-block {
    display: block
}

.hotspots-ce.left .hotspot.active .hotspot-block {
    left: -.875rem;
    right: auto
}

.hotspots-ce.right .hotspot.active .hotspot-block {
    left: auto;
    right: -2.1875rem
}

.hotspot-block-notch {
    height: 0;
    padding: 0;
    position: absolute;
    width: 0
}

.hotspot-block-notch-bottom {
    display: none;
    border-bottom: 0;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-top: .625rem solid #fff;
    bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
    .hotspot-block-notch-bottom {
        display: inline
    }
}

.hotspots-ce.left .hotspot-block-notch-bottom {
    left: 2.125rem;
    margin-left: -.9375rem
}

.hotspots-ce.right .hotspot-block-notch-bottom {
    right: 2.0625rem;
    margin-right: -.9375rem
}

.hotspot-block .close-button {
    display: block;
    text-align: center;
    width: 1em;
    height: 1em;
    right: .5rem;
    top: .5rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    background-color: #efefef;
    border-radius: 50%
}

.tpu-hotspots video {
    max-width: 100%
}

.tpu-hotspots .hotzones-ce {
    display: inline-block;
    position: relative
}

.tpu-hotspots .hotspot-text+.hotspot-text {
    margin-top: 1.5rem
}

.tpu-hotspots .color-default {
    color: #004388
}

.tpu-hotspots .hotspot-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #004388
}

.tpu-hotspots .hotspot-circle.yellow {
    background-color: #f7a600
}

.tpu-hotspots .hotspot-circle.grey {
    background-color: #4c8296
}

.tpu-hotspots .hotspot-circle.blue {
    background-color: #00a6e2
}

.pagination .button {
    background-color: transparent;
    color: #00a6e2;
    border: .0625rem solid #ccc;
    min-width: 2.1875rem
}

.pagination .button.current {
    background-color: #00a6e2;
    color: #fff;
    border-color: transparent
}

.pagination .button:not(.current).active,
.pagination .button:not(.current):hover {
    text-decoration: underline
}

.pagination .button.disabled {
    color: #ccc;
    pointer-events: none
}

.pagination span {
    display: block;
    padding: .375rem .75rem;
    border-radius: .25rem;
    color: #000
}

form .floated-label-wrapper:first-of-type {
    margin-top: 1.875rem
}

form .form-description {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 0
}

form.contact-form {
    background-color: #f2f2f3;
    padding: 2rem
}

.form-wrapper hr {
    border: none;
    border-bottom: .0625rem solid #ccc
}

.input-wrapper {
    margin: 2rem 0
}

.input-wrapper.input-wrapper-no-margin {
    margin: 0
}

.form-row+.input-wrapper,
h2+.input-wrapper,
h3+.input-wrapper {
    margin-top: 1.5rem
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.floated-label-wrapper {
    position: relative
}

.floated-label-wrapper label.input-floating-label,
.floated-label-wrapper label.input-message {
    left: 1.125rem;
    transition: all .2s ease;
    color: #333
}

.floated-label-wrapper label.input-floating-label {
    position: absolute;
    width: 70%;
    top: .375rem;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: text;
    z-index: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.floated-label-wrapper label.input-message {
    z-index: 0;
    -webkit-transform: translateY(-2.0625rem);
    -ms-transform: translateY(-2.0625rem);
    transform: translateY(-2.0625rem);
    font-size: .875rem;
    color: #333;
    opacity: 0;
    cursor: default;
    max-height: 0;
    overflow: hidden;
    line-height: .9375rem;
    padding: 0 1rem
}

.floated-label-wrapper label.input-message.is-invalid-label,
.floated-label-wrapper label.input-message.is-visible {
    padding: .5rem 1rem .25rem;
    max-height: 3.125rem;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.floated-label-wrapper label.is-invalid-label {
    color: #db0202
}

.floated-label-wrapper input[type=email],
.floated-label-wrapper input[type=password],
.floated-label-wrapper input[type=text],
.floated-label-wrapper select,
.floated-label-wrapper textarea.form-control,
.floated-label-wrapper textarea[type=text] {
    z-index: 1;
    padding: .5rem 1rem;
    position: relative;
    margin: 0
}

.floated-label-wrapper input[type=email].contains-text+label.input-floating-label,
.floated-label-wrapper input[type=email]:focus+label.input-floating-label,
.floated-label-wrapper input[type=password].contains-text+label.input-floating-label,
.floated-label-wrapper input[type=password]:focus+label.input-floating-label,
.floated-label-wrapper input[type=text].contains-text+label.input-floating-label,
.floated-label-wrapper input[type=text]:focus+label.input-floating-label,
.floated-label-wrapper select.contains-text+label.input-floating-label,
.floated-label-wrapper select:focus+label.input-floating-label,
.floated-label-wrapper textarea.form-control.contains-text+label.input-floating-label,
.floated-label-wrapper textarea.form-control:focus+label.input-floating-label,
.floated-label-wrapper textarea[type=text].contains-text+label.input-floating-label,
.floated-label-wrapper textarea[type=text]:focus+label.input-floating-label {
    -webkit-transform: translateY(-2rem) scale(.9);
    -ms-transform: translateY(-2rem) scale(.9);
    transform: translateY(-2rem) scale(.9);
    color: #333;
    cursor: default;
    width: 100%
}

.floated-label-wrapper input[type=email]:required,
.floated-label-wrapper input[type=password]:required,
.floated-label-wrapper input[type=text]:required,
.floated-label-wrapper select:required,
.floated-label-wrapper textarea.form-control:required,
.floated-label-wrapper textarea[type=text]:required {
    border-color: #004388
}

.floated-label-wrapper select {
    background-image: none;
    box-shadow: inset 1px 1px 2px 0 rgba(30, 30, 30, .15)
}

.floated-label-wrapper svg.icon {
    position: absolute;
    right: .75rem;
    top: 1rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    pointer-events: none
}

.floated-label-wrapper textarea.form-control,
.floated-label-wrapper textarea[type=text] {
    resize: vertical;
    min-height: 7.8125rem
}

.floated-label-wrapper textarea.form-control {
    margin-top: 1.5rem
}

.fieldset label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #333;
    font-size: 16px
}

.fieldset label.is-invalid-label {
    color: #db0202;
    transition: all .2s ease
}

.fieldset label input[type=checkbox] {
    position: relative;
    top: .0625rem
}

input[type=checkbox],
input[type=radio] {
    margin-top: .25rem
}

.form-flex-label {
    width: 100%;
    line-height: 1.5rem
}

.input-button-wrapper>* {
    margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
    .input-button-wrapper>* {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) {
    .input-button-wrapper {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.form-captcha {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-captcha button.g-recaptcha {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.form-captcha .uc-embed .uc-consent-info-content {
    margin: 0
}

.form-captcha .uc-embed .uc-consent-info-content input[type=checkbox].uc-form-check-input+label.uc-form-check-label {
    z-index: 10;
    margin-left: 0;
    margin-right: 0
}

.form-captcha .uc-embed .uc-consent-info-content .uc-checkbox {
    padding-right: 7px
}

.form-captcha input#captcha+div {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.form-captcha input#captcha+div .grecaptcha-badge {
    z-index: 3;
    height: auto !important;
    width: auto !important;
    box-shadow: none !important
}

.form-captcha input#captcha+div .grecaptcha-badge .grecaptcha-logo>div:first-of-type {
    height: auto !important;
    width: auto !important;
    box-shadow: grey 0 0 5px;
    padding: .5rem;
    background-color: #fff;
    border: 1px solid #db0202;
    margin-bottom: 16px
}

.form-captcha input#captcha+div .grecaptcha-badge .grecaptcha-logo>iframe {
    box-shadow: grey 0 0 5px;
    margin-bottom: 9px
}

.form-captcha .recaptcha-uc-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem
}

.form-captcha .recaptcha-uc-button .hotspot {
    position: relative;
    margin-bottom: .75rem;
    height: 1.375rem;
    width: 1.375rem
}

.form-captcha .recaptcha-uc-button .hotspot .hotspot-icon {
    margin-top: 2px;
    text-align: left;
    left: 0
}

.form-captcha .recaptcha-uc-button .hotspot .hotspot-block {
    text-align: left;
    position: absolute;
    top: -7.5rem;
    bottom: auto;
    left: -50%;
    right: auto;
    -webkit-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    transform: translateX(-65%);
    width: 18.5rem;
    margin: 0
}

@media screen and (min-width:40em) {
    .form-captcha .recaptcha-uc-button .hotspot .hotspot-block {
        top: auto;
        bottom: 20px;
        left: -.9rem;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@media screen and (min-width:40em) and (min-width:640px) and (max-width:959px) {
    .form-captcha .recaptcha-uc-button .hotspot .hotspot-block {
        left: -8rem
    }

    .form-captcha .recaptcha-uc-button .hotspot .hotspot-block .hotspot-block-notch-bottom {
        left: 8.25rem
    }
}

@media screen and (min-width:60em) {
    .form-captcha .recaptcha-uc-button .hotspot .hotspot-block {
        left: -.9rem
    }
}

.form-captcha .recaptcha-uc-button .hotspot .hotspot-block .uc-consent-info-section {
    line-height: 1.5rem;
    font-size: .9375rem;
    margin-bottom: 0
}

.form-captcha .recaptcha-uc-button .hotspot.active .hotspot-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.form-row {
    margin-right: -.625rem;
    margin-left: -.625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media print,
screen and (min-width:40em) {
    .form-row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media print,
screen and (min-width:60em) {
    .form-row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width:83.125em) {
    .form-row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.form-column {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0
}

.form-spacer {
    height: .0625rem
}

form.contact-form .form-row {
    margin-top: 2rem;
    margin-bottom: 2rem
}

form.contact-form .form-row .input-wrapper {
    margin: 0
}

form.contact-form .form-row.leading-row {
    margin-top: 0;
    margin-bottom: 0
}

form.contact-form .form-row.leading-row h3 {
    margin: 0
}

form.contact-form .form-row.leading-row p {
    margin: 0;
    font-size: .9375rem
}

form.contact-form a:not(.button) {
    color: #333;
    text-decoration: underline
}

form.contact-form a:not(.button):hover {
    color: #004388;
    text-decoration: underline
}

form.contact-form h3+.form-row {
    margin-top: 1.5rem
}

.tx-srfreecap-captcha .tx-srfreecap-image {
    display: inline-block;
    margin-bottom: 10px
}

.tx-srfreecap-captcha .tx-srfreecap-cant-read {
    width: auto;
    display: inline-block;
    margin-bottom: 10px
}

.tx-srfreecap-captcha .floated-label-wrapper {
    margin-top: 0
}

.tx-srfreecap-captcha .floated-label-wrapper .input-floating-label {
    width: auto !important
}

.tx-srfreecap-captcha .tx-srfreecap-captcha-label {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    line-height: 1.5rem
}

.tx-srfreecap-captcha .input-message.is-invalid-label {
    max-height: 4rem !important;
    width: auto !important
}

.hbspt-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px
}

.hbspt-form form {
    width: 855px;
    max-width: 100%;
    margin-bottom: 1.5rem
}

@media screen and (min-width:60em) {
    .hbspt-form form {
        margin-bottom: 3rem
    }
}

.hbspt-form form fieldset {
    max-width: 100%
}

.hbspt-form form fieldset.form-columns-0 .hs-richtext.hs-main-font-element p {
    margin-bottom: .5rem
}

.hbspt-form form fieldset.form-columns-1 .input {
    margin-right: 0
}

.hbspt-form form fieldset.form-columns-1 .hs-input {
    width: 100%
}

.hbspt-form form fieldset.form-columns-1 select {
    max-width: 100%
}

@media screen and (min-width:40em) {
    .hbspt-form form fieldset.form-columns-1 select {
        max-width: calc(50% - 10px)
    }
}

.hbspt-form form fieldset.form-columns-1 select.error {
    border-color: red
}

.hbspt-form form fieldset.form-columns-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:40em) {
    .hbspt-form form fieldset.form-columns-2 {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.hbspt-form form fieldset.form-columns-2>div:last-of-type .input {
    margin-right: 0
}

.hbspt-form form fieldset.form-columns-2>div:first-of-type {
    margin-right: 0;
    width: 100%
}

@media screen and (min-width:40em) {
    .hbspt-form form fieldset.form-columns-2>div:first-of-type {
        margin-right: 10px;
        width: 50%
    }
}

.hbspt-form form fieldset.form-columns-2>div:last-of-type {
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:40em) {
    .hbspt-form form fieldset.form-columns-2>div:last-of-type {
        margin-left: 10px;
        width: 50%
    }
}

.hbspt-form form fieldset.form-columns-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:40em) {
    .hbspt-form form fieldset.form-columns-3 {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.hbspt-form form fieldset.form-columns-3>div:last-of-type .input {
    margin-right: 0
}

.hbspt-form form fieldset.form-columns-3>div {
    margin-right: 0;
    width: 100% !important
}

@media screen and (min-width:40em) {
    .hbspt-form form fieldset.form-columns-3>div {
        margin-right: 20px;
        width: 33.33% !important
    }
}

.hbspt-form form fieldset.form-columns-3>div:first-of-type {
    margin-left: 0
}

@media screen and (min-width:40em) {
    .hbspt-form form fieldset.form-columns-3>div:first-of-type {
        margin-right: 20px
    }
}

.hbspt-form form fieldset.form-columns-3>div:last-of-type {
    margin-right: 0
}

.hbspt-form form p.first-paragraph {
    margin-bottom: 1rem !important;
    margin-top: .5rem !important
}

.hbspt-form form .legal-consent-container {
    margin-top: 1.25rem
}

.hbspt-form form .legal-consent-container .field.hs-form-field {
    margin-bottom: 0
}

.hbspt-form form .legal-consent-container .hs-richtext,
.hbspt-form form .legal-consent-container .hs-richtext>* {
    font-size: 14px;
    line-height: 20px
}

.hbspt-form form .legal-consent-container p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #909090
}

.hbspt-form form .hs-richtext p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px
}

.hbspt-form h3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.hbspt-form .hs-fieldtype-checkbox .input {
    margin-top: .7rem;
    margin-bottom: 18px
}

.hbspt-form .hs_newsletter_topic>label span {
    color: #004388;
    font-size: 1.5rem;
    line-height: 1.41667
}

.hbspt-form label {
    line-height: 20px;
    margin-bottom: 0;
    color: #333
}

.hbspt-form label.hs-form-booleancheckbox-display,
.hbspt-form label.hs-form-checkbox-display {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hbspt-form label.hs-form-booleancheckbox-display input,
.hbspt-form label.hs-form-checkbox-display input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.hbspt-form label.hs-form-booleancheckbox-display input:checked~span:before,
.hbspt-form label.hs-form-checkbox-display input:checked~span:before {
    background-color: #004388;
    border-color: #004388
}

.hbspt-form label.hs-form-booleancheckbox-display input:checked~span:after,
.hbspt-form label.hs-form-checkbox-display input:checked~span:after {
    display: block
}

.hbspt-form label.hs-form-booleancheckbox-display span:not(.hs-form-required),
.hbspt-form label.hs-form-checkbox-display span:not(.hs-form-required) {
    margin-left: 0;
    position: relative;
    display: inline-block
}

.hbspt-form label.hs-form-booleancheckbox-display span:not(.hs-form-required):before,
.hbspt-form label.hs-form-checkbox-display span:not(.hs-form-required):before {
    content: "";
    position: absolute;
    top: 2px;
    left: -26px;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc
}

.hbspt-form label.hs-form-booleancheckbox-display span:not(.hs-form-required):after,
.hbspt-form label.hs-form-checkbox-display span:not(.hs-form-required):after {
    content: "";
    position: absolute;
    display: none;
    left: -21px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hbspt-form textarea {
    border-radius: 0;
    border-color: #ccc;
    box-shadow: none;
    height: 7.4375rem !important
}

.hbspt-form textarea.error {
    border-color: red
}

.hbspt-form .hs-input,
.hbspt-form input,
.hbspt-form select {
    border-radius: 0;
    box-shadow: none;
    border-color: #ccc;
    height: 45px;
    width: 100% !important
}

.hbspt-form .input {
    margin-right: 0 !important
}

.hbspt-form ul.no-list.hs-error-msgs {
    display: none !important
}

.hbspt-form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px !important;
    height: 15px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 0;
    margin-top: 3px
}

.hbspt-form input[type=checkbox]:focus {
    outline: 0
}

.hbspt-form input[type=checkbox]:checked {
    background-color: #004388
}

.hbspt-form input.hs-input.invalid {
    border-color: #e63323
}

.hbspt-form ul.inputs-list {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-left: 0;
    margin-bottom: .5rem
}

.hbspt-form ul.inputs-list>* {
    font-size: 14px !important;
    line-height: 20px !important
}

.hbspt-form ul.inputs-list p {
    color: #333
}

.hbspt-form .hs-submit .actions .hs-button {
    background: linear-gradient(135deg, #005c9f 0, #004787 100%);
    color: #fff;
    padding: .5em 5em;
    border: 1px solid transparent;
    margin-top: 26px;
    width: auto !important;
    font-weight: 600
}

.hbspt-form a {
    color: #333;
    text-decoration: underline
}

.hbspt-form a:hover {
    color: #004388;
    text-decoration: underline
}

.hbspt-form .light-gray {
    color: #909090
}

.hbspt-form .hs-fieldtype-booleancheckbox .input+.hs-error-msgs {
    display: block !important
}

.hbspt-form .hs-fieldtype-booleancheckbox .input+.hs-error-msgs label {
    color: red
}

.hbspt-form select.error {
    border-color: red
}

.hbspt-form input::-webkit-inner-spin-button,
.hbspt-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.hbspt-form .select2-container {
    margin-bottom: 1rem
}

.hbspt-form input[type=number] {
    -moz-appearance: textfield
}

select[id*=crm_country__english_] {
    display: none
}

#search,
.select2-container {
    width: 100% !important;
    width: -moz-available !important;
    width: -webkit-fill-available !important;
    width: fill-available !important
}

.select2-selection__rendered {
    line-height: 36px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.select2-container .select2-selection--single {
    height: 45px !important;
    border-radius: 0 !important;
    border-color: #ccc !important
}

.select2-selection__arrow {
    height: 41px !important
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 41px !important
}

.content-element.contentelements_teaser {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.content-element.contentelements_teaser a,
.content-element.contentelements_teaser img {
    min-height: .0625rem
}

.content-element.contentelements_teaser .card-divider {
    padding: 1rem 0
}

.jumbo-box {
    height: 15rem;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media print,
screen and (min-width:40em) {
    .jumbo-box {
        height: 27.5rem
    }
}

@media print,
screen and (min-width:60em) {
    .jumbo-box {
        height: 40rem;
        background-attachment: fixed
    }
}

.hotzones-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%
}

svg.hotzone {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

svg.hotzone circle {
    pointer-events: none
}

svg.hotzone polygon.red {
    fill: transparent;
    cursor: pointer
}

svg.hotzone polygon.red.active,
svg.hotzone polygon.red:hover {
    fill: rgba(255, 0, 21, .35)
}

svg.hotzone path.red {
    fill: #e32332;
    pointer-events: none
}

svg.hotzone path.red.active {
    fill: #004388
}

svg.hotzone polygon.yellow {
    fill: transparent;
    cursor: pointer
}

svg.hotzone polygon.yellow.active,
svg.hotzone polygon.yellow:hover {
    fill: rgba(249, 164, 5, .35)
}

svg.hotzone path.yellow {
    fill: #f9a205;
    pointer-events: none
}

svg.hotzone path.yellow.active {
    fill: #004388
}

svg.hotzone polygon.green {
    fill: transparent;
    cursor: pointer
}

svg.hotzone polygon.green.active,
svg.hotzone polygon.green:hover {
    fill: rgba(21, 137, 92, .35)
}

svg.hotzone path.green {
    fill: #15895c;
    pointer-events: none
}

svg.hotzone path.green.active {
    fill: #004388
}

.hotzone-popup {
    position: absolute
}

.hotzone-block {
    display: none;
    position: fixed;
    z-index: 5;
    width: 80vw;
    max-height: 70vh;
    left: 50%;
    margin-left: -40vw;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    background-color: #fff;
    border-radius: .25rem;
    line-height: 1.5em;
    padding: 1.25rem;
    box-shadow: 0 0 20px -3px #004388;
    overflow: auto
}

@media print,
screen and (min-width:40em) {
    .hotzone-block {
        left: -.875rem;
        right: auto;
        position: absolute;
        margin: 0;
        width: 22.5rem;
        top: auto;
        bottom: 0;
        left: -.4375rem;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        overflow: visible
    }
}

.active .hotzone-block {
    display: block
}

@media print,
screen and (min-width:40em) {
    .hotzone-popup--left .hotzone-block {
        left: -.875rem;
        right: auto
    }
}

@media screen and (min-width:40em) and (max-width:59.9375em) {
    .hotzone-popup--right .hotzone-block {
        left: auto;
        right: -2.1875rem
    }
}

@media print,
screen and (min-width:60em) {
    .hotzone-popup--right .hotzone-block {
        left: -.875rem;
        right: auto
    }
}

.hotzone-block-notch {
    height: 0;
    padding: 0;
    position: absolute;
    width: 0
}

.hotzone-block-notch-bottom {
    display: none
}

@media print,
screen and (min-width:40em) {
    .hotzone-block-notch-bottom {
        display: inline;
        border-bottom: 0;
        border-left: .375rem solid transparent;
        border-right: .375rem solid transparent;
        border-top: .625rem solid #fff;
        bottom: -.625rem
    }
}

@media print,
screen and (min-width:40em) {
    .hotzone-popup--left .hotzone-block-notch-bottom {
        left: 2.125rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width:40em) and (max-width:59.9375em) {
    .hotzone-popup--right .hotzone-block-notch-bottom {
        right: 2.0625rem;
        margin-right: -.9375rem
    }
}

@media print,
screen and (min-width:60em) {
    .hotzone-popup--right .hotzone-block-notch-bottom {
        left: 2.125rem;
        margin-left: -.9375rem
    }
}

.hotzone-block .close-button {
    display: block;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    line-height: 22px;
    font-weight: 700;
    background-color: #efefef
}

@media print,
screen and (min-width:60em) {
    .hotzone-block .close-button {
        width: 1em;
        height: 1em;
        font-size: 1rem;
        line-height: 1rem;
        border-radius: 50%;
        right: .5rem;
        top: .5rem
    }
}

html.is-reveal-open,
html.is-reveal-open body {
    max-width: 100%
}

@media screen and (max-width:39.9375em) {
    .corona-popup {
        overflow-y: hidden;
        top: 60px !important
    }
}

.corona-popup #PopUp {
    padding: 2rem 1.5rem
}

@media screen and (max-width:39.9375em) {
    .corona-popup #PopUp {
        overflow-y: scroll;
        height: 100%;
        min-height: 100%
    }

    .corona-popup #PopUp p {
        font-size: 15px;
        line-height: 1.5
    }
}

.corona-popup #PopUp .content-element:first-of-type {
    padding-top: 0
}

@media screen and (min-width:40em) {
    .corona-popup #PopUp {
        top: 220px !important;
        padding: 2rem 2rem 1rem 2rem
    }
}

.corona-popup #PopUp .large-10,
.corona-popup #PopUp .xlarge-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.corona-popup #PopUp span.close-button {
    font-size: 1rem;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 0;
    margin-top: 3px
}

.corona-popup #PopUp span.close-button:focus,
.corona-popup #PopUp span.close-button:hover {
    color: #fff !important
}

@media screen and (max-width:39.9375em) {
    .cc-window {
        box-shadow: 0 6px 36px rgba(0, 0, 0, .3) !important;
        border-top: 1px solid #f2f2f3
    }
}

.ipcontent-wrapper {
    display: none;
    background-color: #004388
}

@media screen and (max-width:39.9375em) {
    .ipcontent-wrapper {
        margin-top: 3.75rem
    }
}

.ipcontent-wrapper .flex-container {
    max-width: 101.875rem;
    margin: 0 auto
}

@media screen and (max-width:59.9375em) {
    .ipcontent-wrapper .flex-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.ipcontent-wrapper .flex-container .ipcontent {
    width: 100%
}

.ipcontent-wrapper .flex-container .content-element {
    padding: .75rem 0
}

.ipcontent-wrapper .flex-container .row:not(.expanded) {
    max-width: 94.5rem;
    margin-left: 0
}

.ipcontent-wrapper .flex-container .column-block {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:59.9375em) {
    .ipcontent-wrapper .flex-container .column-block {
        text-align: center
    }
}

.ipcontent-wrapper .flex-container .column-block h2,
.ipcontent-wrapper .flex-container .column-block h3,
.ipcontent-wrapper .flex-container .column-block h4,
.ipcontent-wrapper .flex-container .column-block p {
    margin-bottom: 0
}

@media screen and (min-width:60em) {
    .ipcontent-wrapper .flex-container .column-block p {
        text-align: right
    }
}

.ipcontent-wrapper .flex-container .column-block a.button {
    margin-bottom: 0;
    position: relative;
    padding-left: 40px
}

.ipcontent-wrapper .flex-container .column-block a.button:after {
    position: absolute;
    content: url(/typo3conf/ext/fft_site/Resources/Public/Images/globe-solid-white.svg);
    width: 20px;
    height: 21px;
    left: 10px;
    top: 8px
}

.ipcontent-wrapper .flex-container .column-block a.button:hover:after {
    content: url(/typo3conf/ext/fft_site/Resources/Public/Images/globe-solid.svg)
}

@media screen and (max-width:59.9375em) {
    .ipcontent-wrapper .flex-container button.close-ipcontent {
        padding-top: 0;
        margin-bottom: .5rem
    }
}

.ipcontent-wrapper .flex-container button.close-ipcontent>span {
    width: 26px;
    height: 39px;
    position: relative
}

@media screen and (max-width:59.9375em) {
    .ipcontent-wrapper .flex-container button.close-ipcontent>span {
        width: 26px;
        height: 30px
    }
}

.ipcontent-wrapper .flex-container button.close-ipcontent>span span {
    height: 2px;
    width: 26px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 17px
}

.ipcontent-wrapper .flex-container button.close-ipcontent>span span:first-of-type {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg)
}

.ipcontent-wrapper .flex-container button.close-ipcontent>span span:last-of-type {
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg)
}

@media screen and (max-width:59.9375em) {
    .ipcontent-wrapper .flex-container button.close-ipcontent>span span {
        width: 30px
    }
}

#usacontentwrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0
}

#usacontentwrapper.ipcontent-wrapper {
    background-color: rgba(0, 0, 0, .2);
    z-index: 100
}

#usacontentwrapper .ipcontent {
    background-color: #fff;
    padding: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 355px
}

@media screen and (max-width:59.9375em) {
    #usacontentwrapper .ipcontent {
        padding: 30px 30px 60px
    }

    #usacontentwrapper .ipcontent p {
        font-size: 1em
    }
}

#usacontentwrapper .ipcontent .h2 {
    font-size: 1.9em;
    margin-bottom: 15px
}

@media screen and (max-width:59.9375em) {
    #usacontentwrapper .ipcontent .h2 {
        font-size: 1.4em;
        margin-bottom: 10px
    }
}

#usacontentwrapper .ipcontent .globe {
    display: inline-block;
    width: 40px;
    margin-bottom: 5px
}

#usacontentwrapper .ipcontent .button-wrapper {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
    margin-top: 30px
}

@media screen and (max-width:59.9375em) {
    #usacontentwrapper .ipcontent .button-wrapper {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 10px
    }
}

#usacontentwrapper .ipcontent .button-wrapper .close-ipcontent {
    background-color: #666
}

#usacontentwrapper .ipcontent .button-wrapper .button {
    padding: .6em 1.4em;
    font-weight: 400
}

.sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    background: 0 0;
    box-sizing: border-box;
    transition: .5s;
    z-index: 30;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar:not(.mobile) {
    display: none
}

@media screen and (min-width:83.125em) {
    .sidebar {
        top: 30%;
        bottom: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        pointer-events: none;
        left: auto
    }

    .sidebar.mobile {
        display: none
    }

    .sidebar:not(.mobile) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.sidebar .sidebar-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(calc(100% - 75px));
    -ms-transform: translateY(calc(100% - 75px));
    transform: translateY(calc(100% - 75px));
    pointer-events: all
}

.sidebar .sidebar-item:not(:last-of-type) {
    margin-bottom: 2px
}

.sidebar .sidebar-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (min-width:83.125em) {
    .sidebar .sidebar-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(calc(100% - 75px));
        -ms-transform: translateX(calc(100% - 75px));
        transform: translateX(calc(100% - 75px));
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.sidebar .toggle-sidebar {
    font-weight: 700;
    height: 48px;
    width: 48px;
    min-width: 48px;
    background: #00a6e2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-size: 12px
}

.sidebar .toggle-sidebar:not(:last-of-type) {
    border-right: 1px solid #fff
}

@media screen and (min-width:83.125em) {
    .sidebar .toggle-sidebar {
        height: 98px;
        width: 75px;
        min-width: 65px
    }

    .sidebar .toggle-sidebar:not(:last-of-type) {
        border-right: 0
    }
}

.sidebar .toggle-sidebar.button {
    padding: .5rem
}

.sidebar .toggle-sidebar.button img {
    margin-right: 0
}

.sidebar .toggle-sidebar[aria-expanded=true] {
    position: relative
}

.sidebar .toggle-sidebar[aria-expanded=true]:after {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00a6e2
}

.sidebar .dropdown-pane {
    background: #1aafe5;
    border: none;
    border-radius: 0;
    width: auto
}

.sidebar .dropdown-pane.is-open {
    top: auto !important;
    bottom: 59px
}

.sidebar .dropdown-pane .row,
.sidebar .dropdown-pane .row .row {
    margin-right: 0;
    margin-left: 0;
    display: block
}

.sidebar .dropdown-pane>div {
    padding: 0
}

.sidebar .dropdown-pane>div .column,
.sidebar .dropdown-pane>div .columns {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
}

.sidebar .dropdown-pane>div .column-block.columns,
.sidebar .dropdown-pane>div .column.column-block {
    margin-bottom: .875rem
}

.sidebar .dropdown-pane>div .column p:last-of-type,
.sidebar .dropdown-pane>div .columns p:last-of-type {
    margin-bottom: 0
}

.sidebar .dropdown-pane a,
.sidebar .dropdown-pane p {
    margin-bottom: .15rem;
    line-height: 1.2
}

.sidebar .sidebar-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1aafe5;
    min-height: 82px;
    padding: .5rem 1rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    max-width: 320px
}

.sidebar .sidebar-content .row,
.sidebar .sidebar-content .row .row {
    margin-right: 0;
    margin-left: 0;
    display: block
}

.sidebar .sidebar-content>div {
    padding: 0
}

.sidebar .sidebar-content>div .column,
.sidebar .sidebar-content>div .columns {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
}

.sidebar .sidebar-content>div .column-block.columns,
.sidebar .sidebar-content>div .column.column-block {
    margin-bottom: .875rem
}

.sidebar .sidebar-content>div .column p:last-of-type,
.sidebar .sidebar-content>div .columns p:last-of-type {
    margin-bottom: 0
}

.sidebar .sidebar-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2
}

.sidebar .sidebar-content p {
    margin-bottom: .15rem;
    line-height: 1.2
}

.address-container:not(:last-of-type) {
    margin-bottom: 2rem
}

.address-item-info {
    font-size: 1.0625rem;
    line-height: 1.6875rem
}

.address-item-info svg {
    vertical-align: middle;
    margin-right: .3125rem
}

.address-item-button {
    display: block;
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .address-item-button {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto
    }
}

#distributor-china-teaser .card {
    border: none;
    background-color: #fff;
    padding: 3rem 1.5rem 2.5rem 1.5rem
}

#distributor-china-teaser .card .card-section {
    text-align: center
}

.dropdown-country-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.dropdown-country-btn span {
    position: absolute;
    right: 0;
    top: auto
}

.address-list.accordion .accordion-item.contacts-accordion:not(:last-of-type) {
    margin-bottom: 0
}

.address-list.accordion .accordion-item.contacts-accordion a.accordion-title {
    padding: .666rem 3.5rem .25rem 1rem;
    border-bottom: 1px solid #ededed !important;
    background-color: transparent;
    border-radius: 0;
    text-decoration: none
}

.address-list.accordion .accordion-item.contacts-accordion a.accordion-title header h2 {
    margin-bottom: .25rem;
    font-size: 1.3125rem;
    line-height: 1.875rem
}

.address-list.accordion .accordion-item.contacts-accordion a.accordion-title header h2 span {
    text-transform: uppercase;
    font-weight: 600;
    padding-right: .9375rem;
    padding-left: .9375rem;
    text-decoration: none
}

.address-list.accordion .accordion-item.contacts-accordion a.accordion-title:hover {
    text-decoration: none !important;
    border-bottom-color: #ededed !important
}

.address-list.accordion .accordion-item.contacts-accordion a.accordion-title[aria-expanded=true] {
    background-color: #004388;
    border-bottom-color: #004388
}

.address-list.accordion .accordion-item.contacts-accordion a.accordion-title[aria-expanded=true]:before {
    border-color: #fff
}

.address-list.accordion .accordion-item.contacts-accordion a.accordion-title[aria-expanded=true] header h2 span {
    color: #fff
}

.address-list.accordion .accordion-content {
    padding: 0;
    background-color: #f7f7f7;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    z-index: 0
}

.address-list.accordion .accordion-content .address-item {
    height: 100%
}

.address-list.accordion .accordion-content .address-item .callout.secondary {
    background-color: #fff;
    margin-top: .9375rem;
    margin-bottom: .9375rem;
    height: calc(100% - 1.875rem)
}

.address-list.accordion .accordion-content .address-item .callout.secondary .row {
    height: 100%
}

@media screen and (min-width:60em) {
    .address-list.accordion .accordion-content .address-item .callout.secondary .row div.column-block .adr p:last-of-type {
        margin-bottom: 0
    }
}

.address-list.accordion .accordion-content .address-item .callout.secondary .address-item-info.phone svg.icon-color-currentcolor {
    fill: #004388
}

.address-list.accordion .accordion-content .address-item .callout.secondary .address-item-info a:hover {
    text-decoration: underline
}

.address-list.accordion .accordion-content .address-item .callout.secondary .address-item-info svg {
    margin-right: 10px
}

.address-list.accordion .accordion-content .address-item .callout.secondary .address-item-info svg.icon-ico-map-marker {
    margin-right: 15px
}

.address-list.accordion .accordion-content .address-item .address-item-button {
    padding-left: 0
}

.news-header h2 {
    margin-bottom: .5rem
}

.news-header h4 {
    margin-bottom: 1.5rem
}

.news-header p {
    margin-bottom: 3rem
}

.news-list-item-wrapper:last-of-type {
    margin-bottom: 1rem
}

.news-list-item {
    margin: 0 auto .5rem;
    max-width: 54.8125rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-list-header {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-list-header small {
    width: 100%
}

.news-list-header header {
    width: 100%
}

.news-rounded-corners {
    border-radius: .25rem
}

.news-contact>p {
    margin-bottom: .375rem
}

.news-contact>p:last-of-type {
    margin-bottom: 1rem
}

.news-item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .news-item-content {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media print,
screen and (min-width:40em) {
    .news-item-teaser {
        margin-right: 1.8125rem
    }
}

.news-item-image {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    max-width: 17.9375rem
}

@media print,
screen and (min-width:40em) {
    .news-item-image {
        width: 13.75rem;
        margin-left: auto
    }
}

@media print,
screen and (min-width:60em) {
    .news-item-image {
        width: 17.9375rem
    }
}

.news-item-image a {
    height: 100%;
    display: block
}

.page-navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0
}

.page-navigation ul li {
    margin-right: .375rem;
    margin-bottom: .375rem;
    border-radius: .25rem;
    min-width: 2.1875rem;
    height: 2.188rem
}

.page-navigation ul li a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    padding: 0 .75rem;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #00a6e2;
    border: .0625rem solid #ccc;
    border-radius: .25rem
}

.page-navigation ul li a:hover {
    text-decoration: underline;
    color: #00a6e2
}

.page-navigation ul li.current {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    padding: 0 .75rem;
    background-color: #00a6e2;
    color: #fff;
    border-color: transparent
}

.page-navigation ul li.next svg path,
.page-navigation ul li.previous svg path {
    fill: #00a6e2
}

.press-template .card {
    background-color: #f7f7f7
}

@media screen and (min-width:40em) {
    .press-template .card {
        height: calc(100% - 1rem)
    }
}

.press-template .card>small {
    background-color: #ccc;
    padding: .75rem 1rem;
    font-size: 15px;
    font-weight: 600;
    color: #004388
}

.press-template .card a.card-image {
    text-align: center
}

.press-template .card a.card-image img {
    min-width: 100%
}

.press-template .card a.card-image+.card-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.press-template .card .card-section {
    padding: 2rem 1.5rem 0 1.5rem
}

.press-template .card .card-divider {
    padding: 2rem 1.5rem 1.5rem 1.5rem
}

.events-container {
    padding: .625rem 1.25rem 1.25rem 1.25rem;
    border-radius: 0
}

.events-month {
    color: #666
}

.events-date,
.events-month,
.events-subheadline {
    text-align: center
}

@media print,
screen and (min-width:40em) {

    .events-date,
    .events-month,
    .events-subheadline {
        text-align: left
    }
}

.events-date,
.events-image {
    width: 100%;
    max-width: 17.5rem;
    height: 6.875rem;
    border-radius: .25rem;
    overflow: hidden;
    margin: 0 auto .75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media print,
screen and (min-width:40em) {

    .events-date,
    .events-image {
        width: 12.3125rem;
        margin: 0 1.25rem 0 0
    }
}

.events-date {
    color: #fff;
    background: linear-gradient(135deg, #20b1e6 0, #008dcb 100%);
    display: block;
    padding: 0 1rem
}

.events-date .events-date-day {
    height: 3.125rem;
    font-size: 2.75rem;
    font-weight: 600
}

.events-date .events-date-venue {
    line-height: 1;
    font-size: 1rem;
    margin: 0
}

.events-subheadline {
    color: #004388;
    margin-bottom: .25rem
}

.template-download {
    padding: 1.5625rem;
    margin-bottom: 1.875rem
}

.events-container-single {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width:40em) {
    .events-container-single {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.events-container-single:not(:last-child) {
    padding-bottom: 2.5rem
}

@media print,
screen and (min-width:40em) {
    .events-container-single:not(:last-child) {
        padding-bottom: .875rem
    }
}

.template-download .events-container-single:not(:last-child) {
    padding-bottom: 1.25rem
}

.template-download .events-container-single .events-date {
    height: 5rem
}

.template-download .events-container-single .events-date .events-date-day {
    font-size: 1.625rem;
    line-height: 1.75rem;
    height: auto;
    margin-top: .75rem;
    margin-bottom: .5rem
}

.template-download .events-container-single .events-date .events-date-day span.event-month {
    position: relative;
    display: inline-block;
    padding-top: .75rem
}

.template-download .events-container-single .events-date .events-date-day span.event-month span {
    position: absolute;
    top: -9px;
    left: 0;
    font-size: 14px
}

.template-download .events-container-single .events-date .events-date-day.us {
    margin-bottom: 0
}

.template-download .events-container-single .events-text-container {
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.template-download .events-container-single .events-text-container a.clear.button.tertiary {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .events-text-container {
        padding-top: .25rem
    }
}

.events-image {
    display: none;
    background: linear-gradient(135deg, #8aa9c9 0, #7497bb 100%)
}

@media print,
screen and (min-width:60em) {
    .events-image {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.events-image>* {
    max-width: 100%;
    height: auto
}

.events-buttons-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:40em) {
    .events-buttons-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.events-buttons-container>* {
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media print,
screen and (min-width:40em) {
    .events-buttons-container>* {
        width: auto
    }
}

@media print,
screen and (min-width:40em) {
    .events-buttons-container>:first-child {
        padding-left: 0
    }
}

.no-events {
    margin-bottom: -1.25rem
}

@media screen and (min-width:40em) {
    .no-events {
        margin-bottom: -2.5rem
    }
}

.no-events .no-news-placeholder {
    padding: 1.25rem 0
}

@media screen and (min-width:60em) {
    .no-events .no-news-placeholder {
        padding: 2.5rem 0
    }
}

.no-events .no-news-placeholder p {
    font-weight: 600;
    margin-bottom: 0
}

.search-tab-container>* {
    margin-bottom: .25rem
}

.search-tab-container>.current {
    background: linear-gradient(135deg, #20b1e6 0, #008dcb 100%)
}

.search-input-container {
    margin: 0 0 2rem
}

.search-input-container input[type=text] {
    margin-bottom: 0
}

.search-tab-container {
    margin: 2rem 0 2rem
}

.search-pagination-container {
    margin: 4rem 0 2rem
}

.search-pagination-container .pagination {
    margin: 0
}

.search-pagination-container:last-of-type {
    margin: 2rem 0 4rem
}

.search-filters {
    margin: 1rem 0;
    border-radius: 0
}

.search-filters>small {
    display: block;
    margin-bottom: .5rem
}

.search-result-item>.callout {
    margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
    .search-result-two-column-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width:40em) {
    .search-result-two-column-content .search-result-two-column-headline {
        width: 100%;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

@media print,
screen and (min-width:40em) {
    .search-result-two-column-content .search-result-two-column-text {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 60%;
        padding-right: 1rem
    }
}

.search-result-two-column-content .search-result-two-column-image {
    width: 100%;
    margin: .5rem 0 1rem
}

@media print,
screen and (min-width:40em) {
    .search-result-two-column-content .search-result-two-column-image {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 40%;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.search-result-two-column-content .search-result-two-column-image img {
    width: 100%;
    border-radius: .25rem
}

.search-result-item-buttons {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width:40em) {
    .search-result-item-buttons {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.search-result-item-buttons .button {
    width: 100%;
    text-align: center;
    display: block
}

@media print,
screen and (min-width:40em) {
    .search-result-item-buttons .button:first-of-type.clear {
        padding-left: 0
    }
}

@media print,
screen and (min-width:40em) {
    .search-result-item-buttons .button {
        width: auto;
        text-align: left
    }
}

.tx-solr-autosuggest strong {
    color: #007ec0
}

.tx-solr-autosuggest .autocomplete-selected {
    background-color: rgba(0, 67, 136, .3)
}

.search-result-infos {
    font-weight: 600
}

.search-button-column {
    padding-left: 0
}

.autocomplete-suggestions.tx-solr-autosuggest {
    width: 18.75rem !important
}

.search .search-filters .choices__list div[data-value*="/?tx_solr%5Bfilter%5D%5B0%5D=categories%3A%2F650%2F654%2F"],
.search .search-filters .choices__list div[data-value*="/?tx_solr%5Bfilter%5D%5B0%5D=categories%3A%2F650%2F666%2F"],
.search .search-filters .choices__list div[data-value*="/?tx_solr%5Bfilter%5D%5B0%5D=categories%3A%2F650%2F669%2F"],
.search .search-filters .choices__list div[data-value*="/?tx_solr%5Bfilter%5D%5B0%5D=categories%3A%2F650%2F726%2F"] {
    display: none
}

.fft_download_search {
    padding: 0 30px
}

@media screen and (min-width:83.125em) {
    .fft_download_search {
        padding: 0
    }
}

.fft_download_search .categoryImages {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px
}

.fft_download_search .categoryImages .tag {
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px
}

@media print,
screen and (min-width:40em) {
    .fft_download_search .categoryImages .tag {
        margin-bottom: 20px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media print,
screen and (min-width:60em) {
    .fft_download_search .categoryImages .tag {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        margin-bottom: 0
    }
}

.fft_download_search .categoryImages .tag:last-child {
    margin-right: 0
}

.fft_download_search .categoryImages .tag .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background-color: #004388;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer
}

@media screen and (min-width:83.125em) {
    .fft_download_search .categoryImages .tag .title {
        font-size: 20px;
        padding: 5px 20px
    }
}

.fft_download_search .categoryImages .tag .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0
}

@media print,
screen and (min-width:40em) {
    .fft_download_search .categoryImages .tag .overlay {
        opacity: .8
    }
}

.fft_download_search .categoryImages .tag img {
    display: none
}

@media print,
screen and (min-width:40em) {
    .fft_download_search .categoryImages .tag img {
        display: block
    }
}

.fft_download_search .categoryImages .tag.active .overlay {
    display: none
}

.fft_download_search .categoryImages .tag.active .title {
    position: relative;
    font-weight: 700
}

.fft_download_search .categoryImages .tag.active .title::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 6px;
    /*background-image: url('../../../typo3conf/ext/fft_site/Resources/Public/Images/check_white.png');*/
    background-size: 100%;
    height: 28px;
    width: 28px
}

.fft_download_search .categoryImages .tag.first-active .overlay {
    display: none
}

.fft_download_search .categoryImages .tag:hover .overlay {
    display: none
}

.fft_download_search .search {
    position: relative;
    margin-top: 20px;
    display: none
}

.fft_download_search .search input {
    width: 100%;
    line-height: 44px;
    height: 44px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    padding: 5px 5px 5px 43px;
    margin: 0;
    outline: 0;
    box-shadow: none
}

.fft_download_search .search input:focus+label {
    display: none
}

.fft_download_search .search svg {
    position: absolute;
    left: 15px;
    top: 8px
}

.fft_download_search .search label {
    position: absolute;
    left: 45px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 44px;
    color: #004388;
    font-size: 16px;
    font-weight: 700;
    top: 0
}

.fft_download_search .moreFilter {
    display: none;
    margin: 20px 0;
    background-color: #ebebeb;
    padding: 15px 20px 0 20px
}

.fft_download_search .moreFilter p {
    font-size: 18px;
    color: #004388
}

.fft_download_search .moreFilter .expanded {
    margin: 0 -20px
}

.fft_download_search .moreFilter .border-top {
    margin-top: 15px;
    border-top: 1px solid #ccc
}

.fft_download_search .moreFilter .border-top .reset {
    margin-top: 10px
}

.fft_download_search .moreFilter .filter-dropdown {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.fft_download_search .moreFilter .filter-dropdown::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 4px;
    height: 8px;
    font-size: 22px;
    width: 14px;
    font-weight: 700;
    color: #004388
}

.fft_download_search .moreFilter .filter-dropdown .filterCounter {
    display: none
}

.fft_download_search .moreFilter .filter-dropdown .headline {
    padding: 10px 20px;
    color: #004388;
    font-weight: 700
}

.fft_download_search .moreFilter .filter-dropdown.active {
    position: relative;
    background-color: #004388
}

.fft_download_search .moreFilter .filter-dropdown.active::after {
    content: "–";
    color: #fff
}

.fft_download_search .moreFilter .filter-dropdown.active .headline {
    color: #fff
}

.fft_download_search .moreFilter .filter-dropdown.hasSelections .filterCounter {
    position: absolute;
    right: 70px;
    top: 11px;
    display: block;
    font-weight: 700
}

.fft_download_search .moreFilter .filter-dropdown.hasSelections .filterCounter::before {
    content: "";
    /*background-image: url('../../../typo3conf/ext/fft_site/Resources/Public/Images/check.png');*/
    background-size: 100%;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    right: 20px;
    top: 3px
}

.fft_download_search .moreFilter .filter-dropdown.hasSelections.active .filterCounter {
    display: none
}

.fft_download_search .moreFilter .windows {
    padding: 0
}

.fft_download_search .moreFilter .window {
    display: none;
    overflow-y: auto;
    padding-top: 10px
}

.fft_download_search .moreFilter .window .expanded {
    margin: 0
}

.fft_download_search .moreFilter .window .tag {
    padding: 5px 15px;
    cursor: pointer;
    padding-left: 40px;
    position: relative
}

.fft_download_search .moreFilter .window .tag::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 9px;
    /*background-image: url('../../../typo3conf/ext/fft_site/Resources/Public/Images/checkbox-inactive.png');*/
    background-size: 100%;
    height: 16px;
    width: 16px
}

.fft_download_search .moreFilter .window .tag.active {
    color: #004388;
    font-weight: 700;
    position: relative
}

.fft_download_search .moreFilter .window .tag.active::after {
    /*background-image: url('../../../typo3conf/ext/fft_site/Resources/Public/Images/checkbox-active.png')*/
}

.fft_download_search .moreFilter .window .tag.disabled {
    color: #ccc;
    cursor: not-allowed;
    display: none
}

.fft_download_search .moreFilter .window .tag .curTagCount {
    display: none
}

.fft_download_search .moreFilter .window .button {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px
}

.fft_download_search .moreFilter .counter {
    padding-top: 3px
}

.fft_download_search .moreFilter .counter span {
    line-height: 36px;
    color: #004388;
    font-weight: 700
}

.fft_download_search .moreFilter .counter #dlCounter {
    font-size: 36px
}

.fft_download_search .moreFilter .datasheetsFilter.window {
    padding: 10px 0 0 0;
    overflow: auto;
    max-height: none
}

.fft_download_search .moreFilter .datasheetsFilter.window .expanded {
    margin: 0
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag {
    border-top: 0;
    padding-left: 15px
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag .flexWrapper {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag .flexWrapper img {
    margin-right: 10px
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag::after {
    display: none
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag.active {
    padding-left: 15px
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag.active::after {
    left: 80px;
    top: 50%;
    display: block;
    margin-top: -9px
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag.active img {
    margin-right: 35px
}

.fft_download_search .moreFilter .datasheetsFilter.window .tag.disabled img {
    opacity: .2
}

.fft_download_search .moreFilter .reset {
    cursor: pointer;
    color: #333;
    display: inline-block
}

.fft_download_search .moreFilter .reset svg {
    margin-right: 5px
}

.fft_download_search .moreFilter .reset svg path {
    fill: #004388
}

.fft_download_search .moreFilter .reset.disabled {
    cursor: not-allowed;
    color: #999
}

.fft_download_search .moreFilter .reset.disabled svg path {
    fill: #999
}

.fft_download_search .moreFilter .singleResetTags .resetTag {
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
    background-color: #fff;
    margin-bottom: 5px
}

.fft_download_search .moreFilter .singleResetTags .resetTag img {
    display: none
}

.fft_download_search .moreFilter .singleResetTags .resetTag svg {
    margin-left: 5px;
    cursor: pointer
}

.fft_download_search .moreFilter .singleResetTags .resetTag div {
    display: inline
}

.fft_download_search .moreFilter .singleResetTags .resetTag .curTagCount {
    display: none
}

.fft_download_search .moreFilter .singleResetTags .resetTag .flexWrapper {
    display: inline
}

.fft_download_search .datasheetsFilterSelect {
    display: none
}

.fft_download_search .results {
    display: none;
    border-top: 1px solid #f2f2f3
}

.fft_download_search .results .resultHeader {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f3;
    background-color: #004388;
    margin-bottom: 10px;
    color: #fff
}

.fft_download_search .results .resultHeader>div {
    min-height: 20px;
    line-height: 20px;
    padding: 0 15px;
    cursor: pointer
}

.fft_download_search .results .resultHeader>div .text {
    display: block;
    float: left
}

.fft_download_search .results .resultHeader>div .text:first-letter {
    text-transform: capitalize
}

.fft_download_search .results .resultHeader>div .selectAllLabel {
    min-height: 20px;
    color: #004388;
    font-weight: 700;
    cursor: pointer
}

.fft_download_search .results .resultHeader .sort .dl-sort {
    max-width: 22px;
    margin-left: 5px;
    opacity: .3
}

.fft_download_search .results .resultHeader .sort:after {
    content: "";
    position: absolute;
    /*background-image: url(/typo3conf/ext/fft_download/Resources/Public/Icons/sort.png);*/
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
    margin-left: 10px;
    background-size: 100%;
    background-position: center;
    opacity: .3
}

.fft_download_search .results .resultHeader .sort.invisible span {
    display: none
}

.fft_download_search .results .resultHeader .sort.invisible:after {
    display: none
}

.fft_download_search .results .resultHeader>div.sortActive:after {
    opacity: 1
}

.fft_download_search .results .resultHeader>div:hover:after {
    opacity: 1
}

.fft_download_search .results .page {
    display: none;
    border-top: 1px solid #f2f2f3
}

.fft_download_search .results .page:first-child {
    display: block
}

.fft_download_search .results .page>div {
    border-bottom: 1px solid #f2f2f3;
    min-height: 20px;
    line-height: 20px;
    padding: 20px 0
}

.fft_download_search .results .page>div>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:40em) {
    .fft_download_search .results .page>div>div {
        border-left: 1px solid #f2f2f3
    }
}

.fft_download_search .results .page>div>div.no-border {
    border-left: 0
}

.fft_download_search .results .page>div>div:first-child {
    border-left: 0
}

.fft_download_search .results .page>div:hover {
    background-color: #f2f2f3
}

@media print,
screen and (min-width:40em) {
    .fft_download_search .results .page>div:hover>div {
        border-right: 1px solid #fff
    }
}

.fft_download_search .results .page>div:hover>div:last-child {
    border-right: 0
}

.fft_download_search .results .page>div .tags img {
    max-width: 16px;
    height: auto;
    margin-right: 10px
}

.fft_download_search .results .page>div .title {
    margin-bottom: 10px
}

@media print,
screen and (min-width:40em) {
    .fft_download_search .results .page>div .title {
        margin-bottom: 0
    }
}

.fft_download_search .results .page>div .title p {
    margin-bottom: 0;
    font-size: 16px
}

.fft_download_search .results .page>div .title p:empty {
    display: none
}

.fft_download_search .results .page>div .filesize {
    border-right: 1px solid #f2f2f3
}

.fft_download_search .results .page>div a {
    position: static;
    font-weight: 700;
    display: block
}

.fft_download_search .results .page>div a p {
    font-weight: 400;
    color: #333
}

@media print,
screen and (min-width:60em) {
    .fft_download_search .results .page>div a {
        position: relative
    }
}

.fft_download_search .results .page>div a .thumbnail {
    display: none;
    position: absolute;
    top: 50%;
    right: -240px;
    background-color: #fff;
    border: 2px solid #00a6e2;
    z-index: 2;
    width: 210px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fft_download_search .results .checkboxColumn input[type=checkbox] {
    opacity: 0;
    position: absolute
}

.fft_download_search .results .checkboxColumn input[type=checkbox]+label {
    position: relative
}

.fft_download_search .results .checkboxColumn input[type=checkbox]:checked+label:before {
    background-image: url('../../../typo3conf/ext/fft_site/Resources/Public/Images/check-solid.svg')
}

.fft_download_search .results .checkboxColumn input[type=checkbox]+label:before {
    display: inline-block;
    text-align: center;
    line-height: 1;
    border: .0625rem solid #d2d2d2;
    width: 20px;
    height: 20px;
    font-size: .875rem;
    color: #fff;
    background: #fff
}

.fft_download_search .results .checkboxColumn input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    top: -15px;
    right: -10px;
    background-size: 100%;
    width: 20px;
    height: 20px
}

.fft_download_search .results .checkboxColumn>div {
    width: 100%
}

.fft_download_search .no-results {
    display: none;
    padding: 20px 0
}

.fft_download_search .search-pagination-container {
    display: none
}

.fft_download_search .search-pagination-container .dlZip {
    float: right
}

.fft_download_search .search-pagination-container .dlZip.load {
    cursor: not-allowed;
    opacity: .25;
    background-color: #004388;
    color: #fff
}

.fft_download_search .search-pagination-container .pagination {
    float: left
}

.fft_download_search .search-pagination-container .pagination li.hidden {
    display: none
}

.fft_download_search .search-pagination-container .pagination li.hidden.middle-left::before {
    content: "...";
    display: inline;
    margin-right: .375rem
}

.fft_download_search .search-pagination-container .pagination li.hidden.middle-right::after {
    content: "...";
    display: inline;
    margin-left: .375rem
}

.fft_download_search .search-pagination-container .pagination li.always-visible {
    display: inline-block !important
}

.fft_download_search .search-pagination-container .pagination li a {
    display: inline-block
}

.fft_download_search .loadingContainer {
    position: relative
}

.fft_download_search .loadingContainer .flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.fft_download_search .loadingContainer .loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    cursor: not-allowed;
    text-align: center
}

.reveal .experts-knowledge-form-area {
    display: block;
    opacity: 1
}

.reveal form .floated-label-wrapper:first-of-type {
    margin-top: 15px
}

.reveal .input-wrapper {
    margin: 1rem 0
}

.reveal .save-input-wrapper--after {
    margin-bottom: .5rem
}

.reveal .hidden {
    display: none
}