
.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}
.wp-block-columns {
    display: block !important;
}
.wp-block-button {
    color: #fff
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: inherit
}

.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0 !important
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px
}

.wp-block-buttons.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 30px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right], .wp-block-embed.alignleft, .wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px) / 2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px) / 3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px) / 3 - 1px)
        }
    }.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
         width: calc((100% - 48px) / 4);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px) / 4 - 1px)
        }
    }.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
         width: calc((100% - 64px) / 5);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px) / 5 - 1px)
        }
    }.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
         width: calc((100% - 80px) / 6);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px) / 6 - 1px)
        }
    }.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
         width: calc((100% - 96px) / 7);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px) / 7 - 1px)
        }
    }.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
         width: calc((100% - 112px) / 8);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px) / 8 - 1px)
        }
    }.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
         margin-right: 0
     }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns:50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0
}

@media (min-width: 600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap: wrap
    }
}

.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
}

.wp-block-navigation > ul ul li {
    margin: 0
}

.wp-block-navigation > ul li {
    z-index: 1
}

.wp-block-navigation > ul li:focus-within, .wp-block-navigation > ul li:hover {
    cursor: pointer;
    z-index: 99999
}

.wp-block-navigation > ul li:focus-within > ul, .wp-block-navigation > ul li:hover > ul, .wp-block-navigation > ul li ul:focus, .wp-block-navigation > ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation, .wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
    width: 200px
}

.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    margin: 0;
    width: auto
}

.wp-block-navigation, .wp-block-navigation > .wp-block-navigation__container {
    align-items: center;
    width: 100%
}

.wp-block-navigation > .wp-block-navigation-link, .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-navigation .wp-block-navigation-link {
    position: relative;
    margin: 0;
    min-height: 56px;
    display: flex;
    line-height: 1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin: 0
}

.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
    display: none
}

.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0
}

.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
    left: 100%;
    top: -1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color: inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top: 8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom: 8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right: 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform: rotate(0)
}

.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #111
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #333
}

.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    padding: 0
}

.wp-block-navigation > ul > li > a {
    display: flex;
    align-items: center
}

.wp-block-navigation > ul > li:first-of-type > a {
    padding-left: 0
}

.wp-block-navigation > ul > li:last-of-type > a {
    padding-right: 0
}

.wp-block-navigation.items-justified-left > ul {
    justify-content: flex-start
}

.wp-block-navigation.items-justified-center > ul {
    justify-content: center
}

.wp-block-navigation.items-justified-right > ul {
    justify-content: flex-end
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 42px
}

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

.has-text-align-left {
    text-align: left
}

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

.wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    color: #23282d;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    margin-bottom: 28px;
    color: #40464d
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none
}

.wp-block-quote {
    border-left: 4px solid #000;
    margin: 0 0 28px;
    padding-left: 1em
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: 4px solid #000;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    border-collapse: collapse
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal
}

.wp-block-table figcaption, .wp-block-video figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.blockgallery {
    list-style: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0
}

.blockgallery--item {
    list-style: none !important;
    margin: 0;
    padding: 0 !important
}

.blockgallery--item figure {
    margin: 0;
    position: relative
}

.blockgallery--item img {
    vertical-align: middle;
    opacity: 1 !important
}

.blockgallery .blockgallery--item figcaption {
    margin: 0 !important
}

.blockgallery:not(.has-padding) {
    padding: 0 !important
}

.blockgallery:not(.has-margin) .blockgallery--item {
    margin: auto !important
}

.blockgallery.is-cropped .blockgallery--item a, .blockgallery.is-cropped .blockgallery--item img, .blockgallery.is-cropped .blockgallery--item-thumbnail a, .blockgallery.is-cropped .blockgallery--item-thumbnail img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blockgallery.is-cropped .blockgallery--item a, .blockgallery.is-cropped .blockgallery--item img, .blockgallery.is-cropped .blockgallery--item-thumbnail a, .blockgallery.is-cropped .blockgallery--item-thumbnail img {
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.alignfull ul.blockgallery, .alignwide ul.blockgallery {
    max-width: 100%
}

.blockgallery--item-thumbnail {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.blockgallery--item-thumbnail figure {
    margin: 0;
    position: relative
}

.blockgallery--item-thumbnail img {
    vertical-align: middle
}

figcaption.blockgallery--primary-caption {
    font-size: 13px;
    margin-bottom: 1em;
    margin-top: 1.2em;
    text-align: center
}

figcaption.blockgallery--primary-caption:not(.has-caption-color) {
    color: #555d66
}

@media (min-width: 250px) {
    .has-grid-sml .blockgallery--item {
        width: 50%
    }
}

@media (min-width: 500px) {
    .has-grid-sml .blockgallery--item {
        width: 33.33333%
    }
}

@media (min-width: 800px) {
    .has-grid-sml .blockgallery--item {
        width: 25%
    }
}

@media (min-width: 1300px) {
    .has-grid-sml .blockgallery--item {
        width: 20%
    }
}

@media (min-width: 1700px) {
    .has-grid-sml .blockgallery--item {
        width: 16.66667%
    }
}

@media (min-width: 1900px) {
    .has-grid-sml .blockgallery--item {
        width: 14.28571%
    }
}

@media (min-width: 350px) {
    .has-grid-med .blockgallery--item {
        width: 50%
    }
}

@media (min-width: 650px) {
    .has-grid-med .blockgallery--item {
        width: 33.33333%
    }
}

@media (min-width: 1100px) {
    .has-grid-med .blockgallery--item {
        width: 25%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-med .blockgallery--item {
        width: 20%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-med .blockgallery--item {
        width: 16.66667%
    }
}

@media (min-width: 400px) {
    .has-grid-lrg .blockgallery--item {
        width: 50%
    }
}

@media (min-width: 800px) {
    .has-grid-lrg .blockgallery--item {
        width: 33.33333%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-lrg .blockgallery--item {
        width: 25%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-lrg .blockgallery--item {
        width: 20%
    }
}

@media (min-width: 400px) {
    .has-grid-xlrg .blockgallery--item {
        width: 50%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-xlrg .blockgallery--item {
        width: 33.33333%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-xlrg .blockgallery--item {
        width: 25%
    }
}

@media (min-width: 400px) {
    .has-no-alignment .has-grid-lrg .blockgallery--item {
        width: 50%
    }
}

@media (min-width: 900px) {
    .has-no-alignment .has-grid-lrg .blockgallery--item {
        width: 33.33333%
    }
}

@media screen and (min-width: 800px) {
    .has-bricks-grid-sml .blockgallery--item img {
        max-height: 250px !important
    }
}

@media screen and (min-width: 1200px) {
    .has-bricks-grid-sml .blockgallery--item img {
        max-height: 300px !important
    }
}

@media screen and (min-width: 700px) {
    .has-bricks-grid-med .blockgallery--item img {
        max-height: 250px !important
    }
}

@media screen and (min-width: 1000px) {
    .has-bricks-grid-med .blockgallery--item img {
        max-height: 300px !important
    }
}

@media screen and (min-width: 1400px) {
    .has-bricks-grid-med .blockgallery--item img {
        max-height: 400px !important
    }
}

@media screen and (min-width: 300px) {
    .has-bricks-grid-lrg .blockgallery--item img {
        max-height: 180px !important
    }
}

@media screen and (min-width: 600px) {
    .has-bricks-grid-lrg .blockgallery--item img {
        max-height: 300px !important
    }
}

@media screen and (min-width: 1000px) {
    .has-bricks-grid-lrg .blockgallery--item img {
        max-height: 350px !important
    }
}

@media screen and (min-width: 1400px) {
    .has-bricks-grid-lrg .blockgallery--item img {
        max-height: 450px !important
    }
}

@media screen and (min-width: 1900px) {
    .has-bricks-grid-lrg .blockgallery--item img {
        max-height: 550px !important
    }
}

@media screen and (min-width: 300px) {
    .has-bricks-grid-xlrg .blockgallery--item img {
        max-height: 200px !important
    }
}

@media screen and (min-width: 600px) {
    .has-bricks-grid-xlrg .blockgallery--item img {
        max-height: 350px !important
    }
}

@media screen and (min-width: 1000px) {
    .has-bricks-grid-xlrg .blockgallery--item img {
        max-height: 400px !important
    }
}

@media screen and (min-width: 1400px) {
    .has-bricks-grid-xlrg .blockgallery--item img {
        max-height: 550px !important
    }
}

@media screen and (min-width: 1900px) {
    .has-bricks-grid-xlrg .blockgallery--item img {
        max-height: 650px !important
    }
}

.blockgallery.has-gutter {
    overflow: hidden
}

.blockgallery:not(.has-gutter) {
    margin-left: auto !important;
    margin-right: auto !important
}

@media (min-width: 700px) {
    .has-gutter-5 {
        margin: -3px !important;
        max-width: calc(100% + 5px) !important
    }

    .has-gutter-10 {
        margin: -5px !important;
        max-width: calc(100% + 10px) !important
    }

    .has-gutter-15 {
        margin: -8px !important;
        max-width: calc(100% + 15px) !important
    }

    .has-gutter-20 {
        margin: -10px !important;
        max-width: calc(100% + 20px) !important
    }

    .has-gutter-25 {
        margin: -13px !important;
        max-width: calc(100% + 25px) !important
    }

    .has-gutter-30 {
        margin: -15px !important;
        max-width: calc(100% + 30px) !important
    }

    .has-gutter-35 {
        margin: -18px !important;
        max-width: calc(100% + 35px) !important
    }

    .has-gutter-40 {
        margin: -20px !important;
        max-width: calc(100% + 40px) !important
    }

    .has-gutter-45 {
        margin: -23px !important;
        max-width: calc(100% + 45px) !important
    }

    .has-gutter-50 {
        margin: -25px !important;
        max-width: calc(100% + 50px) !important
    }

    .has-gutter-5 .blockgallery--figure {
        margin: 3px
    }

    .has-gutter-10 .blockgallery--figure {
        margin: 5px
    }

    .has-gutter-15 .blockgallery--figure {
        margin: 8px
    }

    .has-gutter-20 .blockgallery--figure {
        margin: 10px
    }

    .has-gutter-25 .blockgallery--figure {
        margin: 13px
    }

    .has-gutter-30 .blockgallery--figure {
        margin: 15px
    }

    .has-gutter-35 .blockgallery--figure {
        margin: 18px
    }

    .has-gutter-40 .blockgallery--figure {
        margin: 20px
    }

    .has-gutter-45 .blockgallery--figure {
        margin: 23px
    }

    .has-gutter-50 .blockgallery--figure {
        margin: 25px
    }
}

@media (max-width: 699px) {
    .has-gutter-mobile-5 {
        margin: -3px !important;
        max-width: calc(100% + 5px) !important
    }

    .has-gutter-mobile-5 .blockgallery--figure {
        margin: 3px
    }

    .has-gutter-mobile-10 {
        margin: -5px !important;
        max-width: calc(100% + 10px) !important
    }

    .has-gutter-mobile-10 .blockgallery--figure {
        margin: 5px
    }

    .has-gutter-mobile-15 {
        margin: -8px !important;
        max-width: calc(100% + 15px) !important
    }

    .has-gutter-mobile-15 .blockgallery--figure {
        margin: 8px
    }

    .has-gutter-mobile-20 {
        margin: -10px !important;
        max-width: calc(100% + 20px) !important
    }

    .has-gutter-mobile-20 .blockgallery--figure {
        margin: 10px
    }

    .has-gutter-mobile-25 {
        margin: -13px !important;
        max-width: calc(100% + 25px) !important
    }

    .has-gutter-mobile-25 .blockgallery--figure {
        margin: 13px
    }

    .has-gutter-mobile-30 {
        margin: -15px !important;
        max-width: calc(100% + 30px) !important
    }

    .has-gutter-mobile-30 .blockgallery--figure {
        margin: 15px
    }

    .has-gutter-mobile-35 {
        margin: -18px !important;
        max-width: calc(100% + 35px) !important
    }

    .has-gutter-mobile-35 .blockgallery--figure {
        margin: 18px
    }

    .has-gutter-mobile-40 {
        margin: -20px !important;
        max-width: calc(100% + 40px) !important
    }

    .has-gutter-mobile-40 .blockgallery--figure {
        margin: 20px
    }

    .has-gutter-mobile-45 {
        margin: -23px !important;
        max-width: calc(100% + 45px) !important
    }

    .has-gutter-mobile-45 .blockgallery--figure {
        margin: 23px
    }

    .has-gutter-mobile-50 {
        margin: -25px !important;
        max-width: calc(100% + 50px) !important
    }

    .has-gutter-mobile-50 .blockgallery--figure {
        margin: 25px
    }
}

.has-horizontal-gutter {
    overflow-x: hidden
}

.wp-block-blockgallery-carousel .blockgallery--item, .wp-block-blockgallery-thumbnails .blockgallery--item {
    margin: 0 !important;
    height: 100%
}

.has-carousel-sml .blockgallery--item {
    width: 65%
}

@media (min-width: 700px) {
    .has-carousel-sml .blockgallery--item {
        width: 33.333%
    }
}

@media (min-width: 1100px) {
    .has-carousel-sml .blockgallery--item {
        width: 25%
    }
}

@media (min-width: 1600px) {
    .has-carousel-sml .blockgallery--item {
        width: 20%
    }
}

.has-carousel-med .blockgallery--item {
    width: 70%
}

@media (min-width: 700px) {
    .has-carousel-med .blockgallery--item {
        width: 33.333%
    }
}

@media (min-width: 1800px) {
    .has-carousel-med .blockgallery--item {
        width: 20%
    }
}

.has-carousel-lrg .blockgallery--item {
    width: 80%
}

@media (min-width: 600px) {
    .has-carousel-lrg .blockgallery--item {
        width: 70%
    }
}

@media (min-width: 1300px) {
    .has-carousel-lrg .blockgallery--item {
        width: 60%
    }
}

.has-carousel-xlrg .blockgallery--item {
    width: 100%
}

@media (min-width: 1200px) {
    .has-carousel-xlrg .blockgallery--item {
        width: 80%
    }
}

@media (min-width: 1800px) {
    .has-carousel-xlrg .blockgallery--item {
        width: 66.666%
    }
}

@media (min-width: 1300px) {
    .has-no-alignment .has-carousel-lrg .blockgallery--item {
        width: 70%
    }
}

.has-no-alignment .has-carousel-xlrg .blockgallery--item {
    width: 100%
}

@media (min-width: 700px) {
    .has-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .has-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .has-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .has-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .has-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .has-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .has-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .has-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .has-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .has-margin-bottom-50 {
        margin-bottom: 50px !important
    }
}

@media (max-width: 699px) {
    .has-margin-bottom-mobile-5 {
        margin-bottom: 5px !important
    }

    .has-margin-bottom-mobile-10 {
        margin-bottom: 10px !important
    }

    .has-margin-bottom-mobile-15 {
        margin-bottom: 15px !important
    }

    .has-margin-bottom-mobile-20 {
        margin-bottom: 20px !important
    }

    .has-margin-bottom-mobile-25 {
        margin-bottom: 25px !important
    }

    .has-margin-bottom-mobile-30 {
        margin-bottom: 30px !important
    }

    .has-margin-bottom-mobile-35 {
        margin-bottom: 35px !important
    }

    .has-margin-bottom-mobile-40 {
        margin-bottom: 40px !important
    }

    .has-margin-bottom-mobile-45 {
        margin-bottom: 45px !important
    }

    .has-margin-bottom-mobile-50 {
        margin-bottom: 50px !important
    }
}

@media (min-width: 700px) {
    .has-margin-top-5 {
        margin-top: 3px !important
    }

    .has-margin-top-10 {
        margin-top: 5px !important
    }

    .has-margin-top-15 {
        margin-top: 8px !important
    }

    .has-margin-top-20 {
        margin-top: 10px !important
    }

    .has-margin-top-25 {
        margin-top: 13px !important
    }

    .has-margin-top-30 {
        margin-top: 15px !important
    }

    .has-margin-top-35 {
        margin-top: 18px !important
    }

    .has-margin-top-40 {
        margin-top: 20px !important
    }

    .has-margin-top-45 {
        margin-top: 23px !important
    }

    .has-margin-top-50 {
        margin-top: 25px !important
    }
}

@media (max-width: 699px) {
    .has-margin-top-mobile-5 {
        margin-top: 3px !important
    }

    .has-margin-top-mobile-10 {
        margin-top: 5px !important
    }

    .has-margin-top-mobile-15 {
        margin-top: 8px !important
    }

    .has-margin-top-mobile-20 {
        margin-top: 10px !important
    }

    .has-margin-top-mobile-25 {
        margin-top: 13px !important
    }

    .has-margin-top-mobile-30 {
        margin-top: 15px !important
    }

    .has-margin-top-mobile-35 {
        margin-top: 18px !important
    }

    .has-margin-top-mobile-40 {
        margin-top: 20px !important
    }

    .has-margin-top-mobile-45 {
        margin-top: 23px !important
    }

    .has-margin-top-mobile-50 {
        margin-top: 25px !important
    }
}

@media (min-width: 700px) {
    .has-margin-right-5 {
        margin-right: 3px !important
    }

    .has-margin-right-10 {
        margin-right: 5px !important
    }

    .has-margin-right-15 {
        margin-right: 8px !important
    }

    .has-margin-right-20 {
        margin-right: 10px !important
    }

    .has-margin-right-25 {
        margin-right: 13px !important
    }

    .has-margin-right-30 {
        margin-right: 15px !important
    }

    .has-margin-right-35 {
        margin-right: 18px !important
    }

    .has-margin-right-40 {
        margin-right: 20px !important
    }

    .has-margin-right-45 {
        margin-right: 23px !important
    }

    .has-margin-right-50 {
        margin-right: 25px !important
    }
}

@media (max-width: 699px) {
    .has-margin-right-mobile-5 {
        margin-right: 3px !important
    }

    .has-margin-right-mobile-10 {
        margin-right: 5px !important
    }

    .has-margin-right-mobile-15 {
        margin-right: 8px !important
    }

    .has-margin-right-mobile-20 {
        margin-right: 10px !important
    }

    .has-margin-right-mobile-25 {
        margin-right: 13px !important
    }

    .has-margin-right-mobile-30 {
        margin-right: 15px !important
    }

    .has-margin-right-mobile-35 {
        margin-right: 18px !important
    }

    .has-margin-right-mobile-40 {
        margin-right: 20px !important
    }

    .has-margin-right-mobile-45 {
        margin-right: 23px !important
    }

    .has-margin-right-mobile-50 {
        margin-right: 25px !important
    }
}

@media (min-width: 700px) {
    .has-margin-left-5 {
        margin-left: 3px !important
    }

    .has-margin-left-10 {
        margin-left: 5px !important
    }

    .has-margin-left-15 {
        margin-left: 8px !important
    }

    .has-margin-left-20 {
        margin-left: 10px !important
    }

    .has-margin-left-25 {
        margin-left: 13px !important
    }

    .has-margin-left-30 {
        margin-left: 15px !important
    }

    .has-margin-left-35 {
        margin-left: 18px !important
    }

    .has-margin-left-40 {
        margin-left: 20px !important
    }

    .has-margin-left-45 {
        margin-left: 23px !important
    }

    .has-margin-left-50 {
        margin-left: 25px !important
    }
}

@media (max-width: 699px) {
    .has-margin-left-mobile-5 {
        margin-left: 3px !important
    }

    .has-margin-left-mobile-10 {
        margin-left: 5px !important
    }

    .has-margin-left-mobile-15 {
        margin-left: 8px !important
    }

    .has-margin-left-mobile-20 {
        margin-left: 10px !important
    }

    .has-margin-left-mobile-25 {
        margin-left: 13px !important
    }

    .has-margin-left-mobile-30 {
        margin-left: 15px !important
    }

    .has-margin-left-mobile-35 {
        margin-left: 18px !important
    }

    .has-margin-left-mobile-40 {
        margin-left: 20px !important
    }

    .has-margin-left-mobile-45 {
        margin-left: 23px !important
    }

    .has-margin-left-mobile-50 {
        margin-left: 25px !important
    }
}

@media (min-width: 700px) {
    .has-negative-margin-right-5 {
        margin-right: -3px !important
    }

    .has-negative-margin-right-10 {
        margin-right: -5px !important
    }

    .has-negative-margin-right-15 {
        margin-right: -8px !important
    }

    .has-negative-margin-right-20 {
        margin-right: -10px !important
    }

    .has-negative-margin-right-25 {
        margin-right: -13px !important
    }

    .has-negative-margin-right-30 {
        margin-right: -15px !important
    }

    .has-negative-margin-right-35 {
        margin-right: -18px !important
    }

    .has-negative-margin-right-40 {
        margin-right: -20px !important
    }

    .has-negative-margin-right-45 {
        margin-right: -23px !important
    }

    .has-negative-margin-right-50 {
        margin-right: -25px !important
    }
}

@media (max-width: 699px) {
    .has-negative-margin-right-mobile-5 {
        margin-right: -3px !important
    }

    .has-negative-margin-right-mobile-10 {
        margin-right: -5px !important
    }

    .has-negative-margin-right-mobile-15 {
        margin-right: -8px !important
    }

    .has-negative-margin-right-mobile-20 {
        margin-right: -10px !important
    }

    .has-negative-margin-right-mobile-25 {
        margin-right: -13px !important
    }

    .has-negative-margin-right-mobile-30 {
        margin-right: -15px !important
    }

    .has-negative-margin-right-mobile-35 {
        margin-right: -18px !important
    }

    .has-negative-margin-right-mobile-40 {
        margin-right: -20px !important
    }

    .has-negative-margin-right-mobile-45 {
        margin-right: -23px !important
    }

    .has-negative-margin-right-mobile-50 {
        margin-right: -25px !important
    }
}

@media (min-width: 700px) {
    .has-negative-margin-left-5 {
        margin-left: -3px !important
    }

    .has-negative-margin-left-10 {
        margin-left: -5px !important
    }

    .has-negative-margin-left-15 {
        margin-left: -8px !important
    }

    .has-negative-margin-left-20 {
        margin-left: -10px !important
    }

    .has-negative-margin-left-25 {
        margin-left: -13px !important
    }

    .has-negative-margin-left-30 {
        margin-left: -15px !important
    }

    .has-negative-margin-left-35 {
        margin-left: -18px !important
    }

    .has-negative-margin-left-40 {
        margin-left: -20px !important
    }

    .has-negative-margin-left-45 {
        margin-left: -23px !important
    }

    .has-negative-margin-left-50 {
        margin-left: -25px !important
    }
}

@media (max-width: 699px) {
    .has-negative-margin-left-mobile-5 {
        margin-left: -3px !important
    }

    .has-negative-margin-left-mobile-10 {
        margin-left: -5px !important
    }

    .has-negative-margin-left-mobile-15 {
        margin-left: -8px !important
    }

    .has-negative-margin-left-mobile-20 {
        margin-left: -10px !important
    }

    .has-negative-margin-left-mobile-25 {
        margin-left: -13px !important
    }

    .has-negative-margin-left-mobile-30 {
        margin-left: -15px !important
    }

    .has-negative-margin-left-mobile-35 {
        margin-left: -18px !important
    }

    .has-negative-margin-left-mobile-40 {
        margin-left: -20px !important
    }

    .has-negative-margin-left-mobile-45 {
        margin-left: -23px !important
    }

    .has-negative-margin-left-mobile-50 {
        margin-left: -25px !important
    }
}

@media (min-width: 700px) {
    .has-padding-5 {
        padding: 5px !important
    }

    .has-padding-10 {
        padding: 10px !important
    }

    .has-padding-15 {
        padding: 15px !important
    }

    .has-padding-20 {
        padding: 20px !important
    }

    .has-padding-25 {
        padding: 25px !important
    }

    .has-padding-30 {
        padding: 30px !important
    }

    .has-padding-35 {
        padding: 35px !important
    }

    .has-padding-40 {
        padding: 40px !important
    }

    .has-padding-45 {
        padding: 45px !important
    }

    .has-padding-50 {
        padding: 50px !important
    }

    .has-padding-55 {
        padding: 55px !important
    }

    .has-padding-60 {
        padding: 60px !important
    }

    .has-padding-65 {
        padding: 65px !important
    }

    .has-padding-70 {
        padding: 70px !important
    }

    .has-padding-75 {
        padding: 75px !important
    }

    .has-padding-80 {
        padding: 80px !important
    }

    .has-padding-85 {
        padding: 85px !important
    }

    .has-padding-90 {
        padding: 90px !important
    }

    .has-padding-95 {
        padding: 95px !important
    }

    .has-padding-100 {
        padding: 100px !important
    }
}

@media (max-width: 699px) {
    .has-padding-mobile-5 {
        padding: 5px !important
    }

    .has-padding-mobile-10 {
        padding: 10px !important
    }

    .has-padding-mobile-15 {
        padding: 15px !important
    }

    .has-padding-mobile-20 {
        padding: 20px !important
    }

    .has-padding-mobile-25 {
        padding: 25px !important
    }

    .has-padding-mobile-30 {
        padding: 30px !important
    }

    .has-padding-mobile-35 {
        padding: 35px !important
    }

    .has-padding-mobile-40 {
        padding: 40px !important
    }

    .has-padding-mobile-45 {
        padding: 45px !important
    }

    .has-padding-mobile-50 {
        padding: 50px !important
    }

    .has-padding-mobile-55 {
        padding: 55px !important
    }

    .has-padding-mobile-60 {
        padding: 60px !important
    }

    .has-padding-mobile-65 {
        padding: 65px !important
    }

    .has-padding-mobile-70 {
        padding: 70px !important
    }

    .has-padding-mobile-75 {
        padding: 75px !important
    }

    .has-padding-mobile-80 {
        padding: 80px !important
    }

    .has-padding-mobile-85 {
        padding: 85px !important
    }

    .has-padding-mobile-90 {
        padding: 90px !important
    }

    .has-padding-mobile-95 {
        padding: 95px !important
    }

    .has-padding-mobile-100 {
        padding: 100px !important
    }
}

.has-shadow-sml {
    -webkit-box-shadow: 0 .5vw 2vw -.25vw rgba(0, 0, 0, .2);
    box-shadow: 0 .5vw 2vw -.25vw rgba(0, 0, 0, .2)
}

.has-shadow-med {
    -webkit-box-shadow: 0 1vw 3vw -.5vw rgba(0, 0, 0, .2);
    box-shadow: 0 1vw 3vw -.5vw rgba(0, 0, 0, .2)
}

.has-shadow-lrg {
    -webkit-box-shadow: 0 1.8vw 3vw -.7vw rgba(0, 0, 0, .2);
    box-shadow: 0 1.8vw 3vw -.7vw rgba(0, 0, 0, .2)
}

.has-border-radius-2 .blockgallery--item img {
    border-radius: 2px
}

.has-border-radius-2 .blockgallery--item figcaption {
    border-radius: 0 0 2px 2px
}

.has-border-radius-3 .blockgallery--item img {
    border-radius: 3px
}

.has-border-radius-3 .blockgallery--item figcaption {
    border-radius: 0 0 3px 3px
}

.has-border-radius-4 .blockgallery--item img {
    border-radius: 4px
}

.has-border-radius-4 .blockgallery--item figcaption {
    border-radius: 0 0 4px 4px
}

.has-border-radius-5 .blockgallery--item img {
    border-radius: 5px
}

.has-border-radius-5 .blockgallery--item figcaption {
    border-radius: 0 0 5px 5px
}

.has-border-radius-6 .blockgallery--item img {
    border-radius: 6px
}

.has-border-radius-6 .blockgallery--item figcaption {
    border-radius: 0 0 6px 6px
}

.has-border-radius-7 .blockgallery--item img {
    border-radius: 7px
}

.has-border-radius-7 .blockgallery--item figcaption {
    border-radius: 0 0 7px 7px
}

.has-border-radius-8 .blockgallery--item img {
    border-radius: 8px
}

.has-border-radius-8 .blockgallery--item figcaption {
    border-radius: 0 0 8px 8px
}

.has-border-radius-9 .blockgallery--item img {
    border-radius: 9px
}

.has-border-radius-9 .blockgallery--item figcaption {
    border-radius: 0 0 9px 9px
}

.has-border-radius-10 .blockgallery--item img {
    border-radius: 10px
}

.has-border-radius-10 .blockgallery--item figcaption {
    border-radius: 0 0 10px 10px
}

.has-border-radius-11 .blockgallery--item img {
    border-radius: 11px
}

.has-border-radius-11 .blockgallery--item figcaption {
    border-radius: 0 0 11px 11px
}

.has-border-radius-12 .blockgallery--item img {
    border-radius: 12px
}

.has-border-radius-12 .blockgallery--item figcaption {
    border-radius: 0 0 12px 12px
}

.has-border-radius-13 .blockgallery--item img {
    border-radius: 13px
}

.has-border-radius-13 .blockgallery--item figcaption {
    border-radius: 0 0 13px 13px
}

.has-border-radius-14 .blockgallery--item img {
    border-radius: 14px
}

.has-border-radius-14 .blockgallery--item figcaption {
    border-radius: 0 0 14px 14px
}

.has-border-radius-15 .blockgallery--item img {
    border-radius: 15px
}

.has-border-radius-15 .blockgallery--item figcaption {
    border-radius: 0 0 15px 15px
}

.has-border-radius-16 .blockgallery--item img {
    border-radius: 16px
}

.has-border-radius-16 .blockgallery--item figcaption {
    border-radius: 0 0 16px 16px
}

.has-border-radius-17 .blockgallery--item img {
    border-radius: 17px
}

.has-border-radius-17 .blockgallery--item figcaption {
    border-radius: 0 0 17px 17px
}

.has-border-radius-18 .blockgallery--item img {
    border-radius: 18px
}

.has-border-radius-18 .blockgallery--item figcaption {
    border-radius: 0 0 18px 18px
}

.has-border-radius-19 .blockgallery--item img {
    border-radius: 19px
}

.has-border-radius-19 .blockgallery--item figcaption {
    border-radius: 0 0 19px 19px
}

.has-border-radius-20 .blockgallery--item img {
    border-radius: 20px
}

.has-border-radius-20 .blockgallery--item figcaption {
    border-radius: 0 0 20px 20px
}

.has-filter-grayscale img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.has-filter-saturation img {
    -webkit-filter: saturate(1.75);
    filter: saturate(1.75)
}

.has-filter-sepia img {
    -webkit-filter: sepia(.5);
    filter: sepia(.5)
}

.has-filter-dim img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.has-filter-vintage img {
    -webkit-filter: contrast(1.3) saturate(1.5) sepia(.6);
    filter: contrast(1.3) saturate(1.5) sepia(.6)
}

.has-caption-style-light .blockgallery--item .blockgallery--figure figcaption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6.3%, rgba(255, 255, 255, .93)), color-stop(61%, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0))) !important;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .93) 6.3%, rgba(255, 255, 255, .5) 61%, rgba(255, 255, 255, 0)) !important;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .93) 6.3%, rgba(255, 255, 255, .5) 61%, rgba(255, 255, 255, 0)) !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, .93) 6.3%, rgba(255, 255, 255, .5) 61%, rgba(255, 255, 255, 0)) !important;
    opacity: 1 !important
}

.blockgallery:not(.has-caption-color).has-caption-style-dark .blockgallery--figure figcaption {
    color: #fff
}

.blockgallery:not(.has-caption-color).has-caption-style-light .blockgallery--figure figcaption {
    color: #292929
}

.has-caption-style-none .blockgallery--item .blockgallery--figure figcaption {
    background: 0 0 !important;
    opacity: 1 !important
}

.has-background-repeat {
    background-repeat: repeat
}

.has-background-no-repeat {
    background-repeat: no-repeat
}

.has-background-repeat-x {
    background-repeat: repeat-x
}

.has-background-repeat-y {
    background-repeat: repeat-y
}

.has-background-cover {
    background-size: cover
}

.has-background-auto {
    background-size: auto
}

.has-background-contain {
    background-size: contain
}

.has-background-top-left {
    background-position: top left
}

.has-background-top-center {
    background-position: top center
}

.has-background-top-right {
    background-position: top right
}

.has-background-center-left {
    background-position: center left
}

.has-background-center-center {
    background-position: center center
}

.has-background-center-right {
    background-position: center right
}

.has-background-bottom-left {
    background-position: bottom left
}

.has-background-bottom-center {
    background-position: bottom center
}

.has-background-bottom-right {
    background-position: bottom right
}

.has-background-overlay {
    position: relative
}

.has-background-overlay:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}

.has-background-overlay-10:before {
    opacity: .1
}

.has-background-overlay-20:before {
    opacity: .2
}

.has-background-overlay-30:before {
    opacity: .3
}

.has-background-overlay-40:before {
    opacity: .4
}

.has-background-overlay-50:before {
    opacity: .5
}

.has-background-overlay-60:before {
    opacity: .6
}

.has-background-overlay-70:before {
    opacity: .7
}

.has-background-overlay-80:before {
    opacity: .8
}

.has-background-overlay-90:before {
    opacity: .9
}

.has-background-overlay:not(.has-background) {
    background-color: #000
}

.has-parallax {
    background-attachment: fixed
}

.has-background-border-radius-2 {
    border-radius: 2px
}

.has-background-border-radius-2:before {
    border-radius: 2px
}

.has-background-border-radius-3 {
    border-radius: 3px
}

.has-background-border-radius-3:before {
    border-radius: 3px
}

.has-background-border-radius-4 {
    border-radius: 4px
}

.has-background-border-radius-4:before {
    border-radius: 4px
}

.has-background-border-radius-5 {
    border-radius: 5px
}

.has-background-border-radius-5:before {
    border-radius: 5px
}

.has-background-border-radius-6 {
    border-radius: 6px
}

.has-background-border-radius-6:before {
    border-radius: 6px
}

.has-background-border-radius-7 {
    border-radius: 7px
}

.has-background-border-radius-7:before {
    border-radius: 7px
}

.has-background-border-radius-8 {
    border-radius: 8px
}

.has-background-border-radius-8:before {
    border-radius: 8px
}

.has-background-border-radius-9 {
    border-radius: 9px
}

.has-background-border-radius-9:before {
    border-radius: 9px
}

.has-background-border-radius-10 {
    border-radius: 10px
}

.has-background-border-radius-10:before {
    border-radius: 10px
}

.has-background-border-radius-11 {
    border-radius: 11px
}

.has-background-border-radius-11:before {
    border-radius: 11px
}

.has-background-border-radius-12 {
    border-radius: 12px
}

.has-background-border-radius-12:before {
    border-radius: 12px
}

.has-background-border-radius-13 {
    border-radius: 13px
}

.has-background-border-radius-13:before {
    border-radius: 13px
}

.has-background-border-radius-14 {
    border-radius: 14px
}

.has-background-border-radius-14:before {
    border-radius: 14px
}

.has-background-border-radius-15 {
    border-radius: 15px
}

.has-background-border-radius-15:before {
    border-radius: 15px
}

.has-background-border-radius-16 {
    border-radius: 16px
}

.has-background-border-radius-16:before {
    border-radius: 16px
}

.has-background-border-radius-17 {
    border-radius: 17px
}

.has-background-border-radius-17:before {
    border-radius: 17px
}

.has-background-border-radius-18 {
    border-radius: 18px
}

.has-background-border-radius-18:before {
    border-radius: 18px
}

.has-background-border-radius-19 {
    border-radius: 19px
}

.has-background-border-radius-19:before {
    border-radius: 19px
}

.has-background-border-radius-20 {
    border-radius: 20px
}

.has-background-border-radius-20:before {
    border-radius: 20px
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.is-cropped .flickity-viewport {
    height: 100% !important
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    background: rgba(255, 255, 255, .75);
    border: none;
    color: #000;
    position: absolute;
    padding: 0;
    -webkit-transition: background .1s, opacity .1s;
    -o-transition: background .1s, opacity .1s;
    transition: background .1s, opacity .1s
}

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

.flickity-button:focus {
    outline: none;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000
}

.flickity-button:active {
    border: none;
    opacity: .6
}

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

.flickity-button-icon {
    fill: #000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flickity-prev-next-button {
    top: 50%;
    width: 57px;
    height: 72px;
    border-radius: 9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.has-top-left-carousel-arrows .flickity-prev-next-button {
    top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 42px;
    height: 42px;
    border-radius: 4px
}

.has-top-left-carousel-arrows .flickity-prev-next-button.previous {
    left: 20px
}

.has-top-left-carousel-arrows .flickity-prev-next-button.next {
    left: calc(25px + 42px)
}

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

@media (min-width: 600px) {
    .flickity-prev-next-button.previous {
        left: 20px
    }
}

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

@media (min-width: 600px) {
    .flickity-prev-next-button.next {
        right: 20px
    }
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

@media (min-width: 600px) {
    .flickity-rtl .flickity-prev-next-button.previous {
        right: 20px
    }
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

@media (min-width: 600px) {
    .flickity-rtl .flickity-prev-next-button.next {
        left: 20px
    }
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 23%;
    top: 25%;
    width: 50%;
    height: 50%
}

.previous.flickity-prev-next-button .flickity-button-icon {
    left: 26%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 18px;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 6px;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    background: rgba(255, 255, 255, .75)
}

.is-twentynineteen .entry-content div[class*=wp-block-blockgallery] {
    margin-bottom: 46px;
    margin-top: 46px
}

.is-twentynineteen .entry-content div[class*=wp-block-blockgallery] .blockgallery--caption {
    font-size: .71111em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    margin: 0 0 -20px;
    padding: .5rem;
    text-align: center
}

.is-twentynineteen .wp-block-blockgallery-stacked figcaption:not([class*=font-size]) {
    font-size: .71111em
}

.is-twentyseventeen .entry-content div[class*=wp-block-blockgallery] {
    margin-top: 1.65em;
    margin-bottom: 1.75em
}

.is-twentyseventeen .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption {
    font-style: italic;
    margin-bottom: -10px;
    margin-top: 1em
}

.is-twentyseventeen .entry-content div[class*=wp-block-blockgallery]:not([class*=masonry]) .blockgallery:not(.has-caption-color) figcaption {
    color: #555d66
}

.is-twentyseventeen .wp-block-blockgallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentysixteen .entry-content div[class*=wp-block-blockgallery] {
    margin-top: 2.3em;
    margin-bottom: 2.3em
}

.is-twentysixteen .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption {
    margin-bottom: -10px;
    margin-top: .6em
}

.is-twentysixteen .wp-block-blockgallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentyfifteen .entry-content div[class*=wp-block-blockgallery] {
    margin-top: 2.2em;
    margin-bottom: 2.2em
}

.is-twentyfifteen .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption {
    margin-top: .5em;
    padding-bottom: 0;
    margin-bottom: -15px
}

.is-twentyfifteen .wp-block-blockgallery-masonry figcaption {
    font-size: 13px !important
}

.is-twentyfourteen .entry-content div[class*=wp-block-blockgallery] {
    margin-top: 30px;
    margin-bottom: 30px
}

.is-twentyfourteen .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption {
    text-align: left;
    margin-bottom: -7px
}

.is-twentythirteen .entry-content div[class*=wp-block-blockgallery] {
    margin-top: 34px;
    margin-bottom: 30px
}

.is-twentythirteen .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption {
    margin-bottom: -10px
}

.is-twentythirteen .wp-block-blockgallery-masonry figcaption {
    font-size: 13px !important
}

.is-twentytwelve .entry-content div[class*=wp-block-blockgallery] {
    margin-top: 32px;
    margin-bottom: 32px
}

.is-twentytwelve .entry-content div[class*=wp-block-blockgallery] .blockgallery:not([class*=border-radius]) img {
    border-radius: inherit
}

.is-twentytwelve .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption {
    margin-bottom: -10px
}

.is-twentytwelve .wp-block-blockgallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentyeleven .entry-content div[class*=wp-block-blockgallery] {
    margin-top: 33px;
    margin-bottom: 32px
}

.is-twentyeleven .entry-content div[class*=wp-block-blockgallery] .blockgallery img {
    border: 0;
    padding: 0;
    max-width: 100%
}

.is-twentyeleven .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption {
    margin-bottom: -15px
}

.is-twentyeleven .entry-content div[class*=wp-block-blockgallery] .blockgallery--primary-caption:before {
    color: #666;
    content: '\2014';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 0
}

.is-twentyeleven .wp-block-blockgallery-stacked figcaption {
    text-align: center !important;
    padding-left: 1em !important;
    padding-right: 1em !important
}

.is-twentyeleven .wp-block-blockgallery-stacked figcaption:before {
    display: none;
    padding-left: 0
}

.wp-block-blockgallery-carousel, .wp-block-blockgallery-carousel .blockgallery {
    height: 100%;
    position: relative
}

.wp-block-blockgallery-carousel .blockgallery--figure {
    height: 100%
}

.wp-block-blockgallery-masonry {
    position: relative
}

.wp-block-blockgallery-masonry ul {
    padding: 0 !important;
    list-style: none !important
}

.wp-block-blockgallery-masonry li {
    margin: 0 !important
}

.wp-block-blockgallery-masonry figure {
    overflow: hidden
}

.wp-block-blockgallery-masonry img {
    vertical-align: bottom
}

.wp-block-blockgallery-masonry figcaption {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    max-height: 100% !important;
    overflow: auto;
    padding: 30px 10px 10px !important;
    opacity: .9;
    text-align: center;
    font-size: 13px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(41, 41, 41, .7)), color-stop(50%, rgba(41, 41, 41, .3)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(41, 41, 41, .7) 0, rgba(41, 41, 41, .3) 50%, transparent);
    background: -o-linear-gradient(bottom, rgba(41, 41, 41, .7) 0, rgba(41, 41, 41, .3) 50%, transparent);
    background: linear-gradient(0deg, rgba(41, 41, 41, .7) 0, rgba(41, 41, 41, .3) 50%, transparent)
}

.wp-block-blockgallery-masonry figcaption img {
    display: inline
}

.wp-block-blockgallery-stacked {
    position: relative;
    text-align: center
}

.wp-block-blockgallery-stacked:not(.has-caption-color) {
    color: #333 !important
}

.wp-block-blockgallery-stacked .blockgallery--item {
    margin-left: auto;
    margin-right: auto
}

.wp-block-blockgallery-stacked .blockgallery--item:last-child {
    margin-bottom: 0
}

.wp-block-blockgallery-stacked .blockgallery--item:last-child figure {
    margin-bottom: 0 !important
}

.wp-block-blockgallery-stacked .blockgallery--item:last-child figcaption {
    padding-bottom: 0
}

.wp-block-blockgallery-stacked .blockgallery--caption {
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center
}

.wp-block-blockgallery-stacked .blockgallery--caption:not([class*=font-size]) {
    font-size: 13px
}

.is-selected .wp-block-blockgallery-stacked .blockgallery--caption, .is-typing .wp-block-blockgallery-stacked .blockgallery--caption {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-blockgallery-stacked .has-fullwidth-images img {
    width: 100%
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after {
    content: " "
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/r6+pSUlL29vXp6eouLi+jo6NDQ0IKCgrW1ta2trfDw8MfHx+Dg4J2dnaSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url(data:image/gif;base64,R0lGODlhHwAfAPUAAA0NDczMzBwcHC0tLT4+PkhISFFRUSYmJkFBQVdXVx8fHykpKUtLS1NTU0dHRzIyMhISEk1NTSsrKx4eHqKioq6uro+Pjzg4OHd3d11dXYqKig8PD319fZaWljY2NhAQEJWVlaWlpQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkEAAoAAQAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAAKAAIALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAAKAAMALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQACgAEACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkEAAoABQAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkEAAoABgAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQACgAHACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==) no-repeat center center
}

#swipebox-bottom-bar, #swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-prev, #swipebox-next, #swipebox-close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAYCAYAAAAxkDmIAAACoElEQVRoQ+2aS07DMBRFyQ7KCqAr4LMBKDAGxAJAfKYIBHMYMAYh5i2CDSAxr+gG+K2AsgLYQbmvciLX9U/xC3XSRLKiNsnzzT2x/ewkmZmSbTAYzNGtJknyHestC40NaPzk0phwBYo5Dozbhb4HobEDAw9j0wuNC9D0gjIr9jvQ+Ruqs/KAFbipXzcw7zzUPK7roXEesd4E3DQs/V4PhVxpwAa4ZGAXxm1wAQqNA53HiHGniRMMubKALXDJxy0Afg4Fw3U9tDYQ6wuF9uoWBHkEMCq6RvQzFOM4JcR0cU4T5RRGPXLdKFccB9y9SDXTGNzjhpwBhiltBD+QTB6DLMFdls6LyrAywk29FIkWK+QhYIspGWQD3FTbElrFB1cLzBunzHCLguwCTPV2UCjjpG5ZbrkyhyYA9/OC4biuCnCLgCx30QRy32D2D/6n+Zlum3gXXSW43JDVJMsGOVa4lHnSAxilvpDeyTEmX6DXvHLFH5smIagv5Im3XJE/LGL/rrlRgt7iXPZzmcl93JH3tHFvR646tfNgD8hRwJW6M9NDWVrIDri0hLnq8/DqWjB1ebaEinyNbj3X8lCWDjIXXAKljsE+cNOGU0N29Y85jnPCHQHsCGySWkPOAdF0CTfcDLAH3B71+QZhNWQGyEXAlQGb3mbQOcOEypF4UbZKD0E0W9nGZOh9hXm6hSTvhEpnfrqStYKDOkAj2bLBNBJAS5X9aOgKIRbIsb0ulD9IkG0MgquOwWol2qmQYlqwgKIfCgNkrzlk0drS+NCoa2As3qpZ9CYqpeXKJ9srNQi6xDktlBOfudh/GWWqR4FMiyJroV9KcN9TUQ2nsi/8VQAwcBv/0arXbWxwlZZMDeee6+PAqQHM3eLKEq8GXBZSOXX+AcXDbShsRHJcAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-prev.disabled, #swipebox-next.disabled {
    opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: .95
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

#wpadminbar #wp-admin-bar-translate .ab-icon {
    top: 3px;
    opacity: .6;
    filter: alpha(opacity=60)
}

[data-class=wpcf7cf_group], .wpcf7cf_remove, .wpcf7cf_add {
    display: none
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.wpcf7cf_multistep .wpcf7cf_step {
    width: 100%
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: 700
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #fff
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #fff
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #333;
    --breakpoint-xs: 0;
    --breakpoint-sm: 768px;
    --breakpoint-md: 992px;
    --breakpoint-lg: 1200px;
    --breakpoint-xl: 1440px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Visby Round CF, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent
}

a, a:hover {
    color: #000;
    text-decoration: none
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #3e3e3e
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.comment-list, .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid, .img-thumbnail, .wp-caption > img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure, .wp-caption {
    display: inline-block
}

.figure-img, .wp-caption > img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption, .wp-caption-text {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 962px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1142px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

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

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

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

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

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

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

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c6c6
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #959595
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9b9b9
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 767.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .search-form .search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .search-form .search-field {
        transition: none
    }
}

.comment-form input[type=email]::-ms-expand, .comment-form input[type=text]::-ms-expand, .comment-form input[type=url]::-ms-expand, .comment-form textarea::-ms-expand, .form-control::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0
}

.comment-form input[type=email]:focus, .comment-form input[type=text]:focus, .comment-form input[type=url]:focus, .comment-form textarea:focus, .form-control:focus, .search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::placeholder, .comment-form input[type=text]::placeholder, .comment-form input[type=url]::placeholder, .comment-form textarea::placeholder, .form-control::placeholder, .search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[readonly][type=email], .comment-form input[readonly][type=text], .comment-form input[readonly][type=url], .comment-form input[type=email]:disabled, .comment-form input[type=text]:disabled, .comment-form input[type=url]:disabled, .comment-form textarea:disabled, .comment-form textarea[readonly], .form-control:disabled, .form-control[readonly], .search-form .search-field:disabled, .search-form [readonly].search-field {
    background-color: #e9ecef;
    opacity: 1
}

.search-form select.search-field:focus::-ms-value, select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.comment-form textarea, .search-form select[multiple].search-field, .search-form select[size].search-field, .search-form textarea.search-field, select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.comment-form p, .form-group, .search-form label {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.comment-form .was-validated input[type=email]:valid, .comment-form .was-validated input[type=text]:valid, .comment-form .was-validated input[type=url]:valid, .comment-form .was-validated textarea:valid, .comment-form input.is-valid[type=email], .comment-form input.is-valid[type=text], .comment-form input.is-valid[type=url], .comment-form textarea.is-valid, .form-control.is-valid, .search-form .is-valid.search-field, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=email]:valid, .was-validated .comment-form input[type=text]:valid, .was-validated .comment-form input[type=url]:valid, .was-validated .comment-form textarea:valid, .was-validated .form-control:valid, .was-validated .search-form .search-field:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input[type=email]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus, .comment-form .was-validated input[type=url]:valid:focus, .comment-form .was-validated textarea:valid:focus, .comment-form input.is-valid[type=email]:focus, .comment-form input.is-valid[type=text]:focus, .comment-form input.is-valid[type=url]:focus, .comment-form textarea.is-valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=email]:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .was-validated .comment-form input[type=url]:valid:focus, .was-validated .comment-form textarea:valid:focus, .was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.comment-form .was-validated input[type=email]:valid ~ .valid-feedback, .comment-form .was-validated input[type=email]:valid ~ .valid-tooltip, .comment-form .was-validated input[type=text]:valid ~ .valid-feedback, .comment-form .was-validated input[type=text]:valid ~ .valid-tooltip, .comment-form .was-validated input[type=url]:valid ~ .valid-feedback, .comment-form .was-validated input[type=url]:valid ~ .valid-tooltip, .comment-form .was-validated textarea:valid ~ .valid-feedback, .comment-form .was-validated textarea:valid ~ .valid-tooltip, .comment-form input.is-valid[type=email] ~ .valid-feedback, .comment-form input.is-valid[type=email] ~ .valid-tooltip, .comment-form input.is-valid[type=text] ~ .valid-feedback, .comment-form input.is-valid[type=text] ~ .valid-tooltip, .comment-form input.is-valid[type=url] ~ .valid-feedback, .comment-form input.is-valid[type=url] ~ .valid-tooltip, .comment-form textarea.is-valid ~ .valid-feedback, .comment-form textarea.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .search-form .is-valid.search-field ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-tooltip, .search-form .was-validated .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-tooltip, .was-validated .comment-form input[type=email]:valid ~ .valid-feedback, .was-validated .comment-form input[type=email]:valid ~ .valid-tooltip, .was-validated .comment-form input[type=text]:valid ~ .valid-feedback, .was-validated .comment-form input[type=text]:valid ~ .valid-tooltip, .was-validated .comment-form input[type=url]:valid ~ .valid-feedback, .was-validated .comment-form input[type=url]:valid ~ .valid-tooltip, .was-validated .comment-form textarea:valid ~ .valid-feedback, .was-validated .comment-form textarea:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .search-form .search-field:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-tooltip {
    display: block
}

.comment-form .was-validated textarea:valid, .comment-form textarea.is-valid, .search-form .was-validated textarea.search-field:valid, .search-form textarea.is-valid.search-field, .was-validated .comment-form textarea:valid, .was-validated .search-form textarea.search-field:valid, .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.comment-form .was-validated input[type=email]:invalid, .comment-form .was-validated input[type=text]:invalid, .comment-form .was-validated input[type=url]:invalid, .comment-form .was-validated textarea:invalid, .comment-form input.is-invalid[type=email], .comment-form input.is-invalid[type=text], .comment-form input.is-invalid[type=url], .comment-form textarea.is-invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=email]:invalid, .was-validated .comment-form input[type=text]:invalid, .was-validated .comment-form input[type=url]:invalid, .was-validated .comment-form textarea:invalid, .was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.comment-form .was-validated input[type=email]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus, .comment-form .was-validated input[type=url]:invalid:focus, .comment-form .was-validated textarea:invalid:focus, .comment-form input.is-invalid[type=email]:focus, .comment-form input.is-invalid[type=text]:focus, .comment-form input.is-invalid[type=url]:focus, .comment-form textarea.is-invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=email]:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .was-validated .comment-form input[type=url]:invalid:focus, .was-validated .comment-form textarea:invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip, .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip, .comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip, .comment-form .was-validated textarea:invalid ~ .invalid-feedback, .comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .comment-form input.is-invalid[type=email] ~ .invalid-feedback, .comment-form input.is-invalid[type=email] ~ .invalid-tooltip, .comment-form input.is-invalid[type=text] ~ .invalid-feedback, .comment-form input.is-invalid[type=text] ~ .invalid-tooltip, .comment-form input.is-invalid[type=url] ~ .invalid-feedback, .comment-form input.is-invalid[type=url] ~ .invalid-tooltip, .comment-form textarea.is-invalid ~ .invalid-feedback, .comment-form textarea.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .search-form .is-invalid.search-field ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-tooltip, .search-form .was-validated .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-tooltip, .was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip, .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip, .was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip, .was-validated .comment-form textarea:invalid ~ .invalid-feedback, .was-validated .comment-form textarea:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-tooltip {
    display: block
}

.comment-form .was-validated textarea:invalid, .comment-form textarea.is-invalid, .search-form .was-validated textarea.search-field:invalid, .search-form textarea.is-invalid.search-field, .was-validated .comment-form textarea:invalid, .was-validated .search-form textarea.search-field:invalid, .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline, .search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check, .search-form .form-check {
    width: 100%
}

@media (min-width: 768px) {
    .form-inline label, .search-form label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .comment-form .form-inline p, .comment-form .search-form p, .form-inline .comment-form p, .form-inline .form-group, .form-inline .search-form label, .search-form .comment-form p, .search-form .form-group, .search-form .form-inline label, .search-form label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .comment-form .form-inline input[type=email], .comment-form .form-inline input[type=text], .comment-form .form-inline input[type=url], .comment-form .form-inline textarea, .comment-form .search-form input[type=email], .comment-form .search-form input[type=text], .comment-form .search-form input[type=url], .comment-form .search-form textarea, .form-inline .comment-form input[type=email], .form-inline .comment-form input[type=text], .form-inline .comment-form input[type=url], .form-inline .comment-form textarea, .form-inline .form-control, .search-form .comment-form input[type=email], .search-form .comment-form input[type=text], .search-form .comment-form input[type=url], .search-form .comment-form textarea, .search-form .form-control, .search-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group, .search-form .custom-select, .search-form .input-group {
        width: auto
    }

    .form-inline .form-check, .search-form .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input, .search-form .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control, .search-form .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label, .search-form .custom-control-label {
        margin-bottom: 0
    }
}

.btn, .comment-form input[type=submit], .search-form .search-submit {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn, .comment-form input[type=submit], .search-form .search-submit {
        transition: none
    }
}

.btn:hover, .comment-form input[type=submit]:hover, .search-form .search-submit:hover {
    color: #000;
    text-decoration: none
}

.btn.focus, .btn:focus, .comment-form input.focus[type=submit], .comment-form input[type=submit]:focus, .search-form .focus.search-submit, .search-form .search-submit:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled, .comment-form input.disabled[type=submit], .comment-form input[type=submit]:disabled, .search-form .disabled.search-submit, .search-form .search-submit:disabled {
    opacity: .65
}

.search-form a.disabled.search-submit, .search-form fieldset:disabled a.search-submit, a.btn.disabled, fieldset:disabled .search-form a.search-submit, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary, .comment-form input[type=submit], .search-form .search-submit {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover, .comment-form input[type=submit]:hover, .search-form .search-submit:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus, .comment-form input.focus[type=submit], .comment-form input[type=submit]:focus, .search-form .focus.search-submit, .search-form .search-submit:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled, .comment-form input.disabled[type=submit], .comment-form input[type=submit]:disabled, .search-form .disabled.search-submit, .search-form .search-submit:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .comment-form .show > input.dropdown-toggle[type=submit], .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled):active, .search-form .show > .dropdown-toggle.search-submit, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 82, 82, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 82, 82, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #333;
    border-color: #333
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-link {
    font-weight: 400
}

.btn-link, .btn-link:hover {
    color: #000;
    text-decoration: none
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg, .comment-form .btn-group-lg > input[type=submit], .search-form .btn-group-lg > .search-submit {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm, .comment-form .btn-group-sm > input[type=submit], .search-form .btn-group-sm > .search-submit {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 768px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn, .comment-form .btn-group-vertical > input[type=submit], .comment-form .btn-group > input[type=submit], .search-form .btn-group-vertical > .search-submit, .search-form .btn-group > .search-submit {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .comment-form .btn-group-vertical > input.active[type=submit], .comment-form .btn-group-vertical > input[type=submit]:active, .comment-form .btn-group-vertical > input[type=submit]:focus, .comment-form .btn-group-vertical > input[type=submit]:hover, .comment-form .btn-group > input.active[type=submit], .comment-form .btn-group > input[type=submit]:active, .comment-form .btn-group > input[type=submit]:focus, .comment-form .btn-group > input[type=submit]:hover, .search-form .btn-group-vertical > .active.search-submit, .search-form .btn-group-vertical > .search-submit:active, .search-form .btn-group-vertical > .search-submit:focus, .search-form .btn-group-vertical > .search-submit:hover, .search-form .btn-group > .active.search-submit, .search-form .btn-group > .search-submit:active, .search-form .btn-group > .search-submit:focus, .search-form .btn-group > .search-submit:hover {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit], .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .btn-group:not(:last-child) > .search-submit, .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit], .comment-form .btn-group > input[type=submit]:not(:first-child), .search-form .btn-group > .btn-group:not(:first-child) > .search-submit, .search-form .btn-group > .search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .comment-form .btn-group-vertical > input[type=submit], .search-form .btn-group-vertical > .search-submit {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit], .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit, .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit], .comment-form .btn-group-vertical > input[type=submit]:not(:first-child), .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit, .search-form .btn-group-vertical > .search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .comment-form .btn-group-toggle > .btn-group > input[type=submit], .comment-form .btn-group-toggle > input[type=submit], .search-form .btn-group-toggle > .btn-group > .search-submit, .search-form .btn-group-toggle > .search-submit {
    margin-bottom: 0
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > input[type=submit] input[type=radio], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .search-submit input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.comment-form .input-group > input[type=email], .comment-form .input-group > input[type=text], .comment-form .input-group > input[type=url], .comment-form .input-group > textarea, .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext, .search-form .input-group > .search-field {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.comment-form .input-group > .custom-file + input[type=email], .comment-form .input-group > .custom-file + input[type=text], .comment-form .input-group > .custom-file + input[type=url], .comment-form .input-group > .custom-file + textarea, .comment-form .input-group > .custom-select + input[type=email], .comment-form .input-group > .custom-select + input[type=text], .comment-form .input-group > .custom-select + input[type=url], .comment-form .input-group > .custom-select + textarea, .comment-form .input-group > .form-control + input[type=email], .comment-form .input-group > .form-control + input[type=text], .comment-form .input-group > .form-control + input[type=url], .comment-form .input-group > .form-control + textarea, .comment-form .input-group > .form-control-plaintext + input[type=email], .comment-form .input-group > .form-control-plaintext + input[type=text], .comment-form .input-group > .form-control-plaintext + input[type=url], .comment-form .input-group > .form-control-plaintext + textarea, .comment-form .input-group > input[type=email] + .custom-file, .comment-form .input-group > input[type=email] + .custom-select, .comment-form .input-group > input[type=email] + .form-control, .comment-form .input-group > input[type=email] + input[type=email], .comment-form .input-group > input[type=email] + input[type=text], .comment-form .input-group > input[type=email] + input[type=url], .comment-form .input-group > input[type=email] + textarea, .comment-form .input-group > input[type=text] + .custom-file, .comment-form .input-group > input[type=text] + .custom-select, .comment-form .input-group > input[type=text] + .form-control, .comment-form .input-group > input[type=text] + input[type=email], .comment-form .input-group > input[type=text] + input[type=text], .comment-form .input-group > input[type=text] + input[type=url], .comment-form .input-group > input[type=text] + textarea, .comment-form .input-group > input[type=url] + .custom-file, .comment-form .input-group > input[type=url] + .custom-select, .comment-form .input-group > input[type=url] + .form-control, .comment-form .input-group > input[type=url] + input[type=email], .comment-form .input-group > input[type=url] + input[type=text], .comment-form .input-group > input[type=url] + input[type=url], .comment-form .input-group > input[type=url] + textarea, .comment-form .input-group > textarea + .custom-file, .comment-form .input-group > textarea + .custom-select, .comment-form .input-group > textarea + .form-control, .comment-form .input-group > textarea + input[type=email], .comment-form .input-group > textarea + input[type=text], .comment-form .input-group > textarea + input[type=url], .comment-form .input-group > textarea + textarea, .comment-form .search-form .input-group > .search-field + input[type=email], .comment-form .search-form .input-group > .search-field + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=url], .comment-form .search-form .input-group > .search-field + textarea, .comment-form .search-form .input-group > input[type=email] + .search-field, .comment-form .search-form .input-group > input[type=text] + .search-field, .comment-form .search-form .input-group > input[type=url] + .search-field, .comment-form .search-form .input-group > textarea + .search-field, .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control, .search-form .comment-form .input-group > .search-field + input[type=email], .search-form .comment-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=url], .search-form .comment-form .input-group > .search-field + textarea, .search-form .comment-form .input-group > input[type=email] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=url] + .search-field, .search-form .comment-form .input-group > textarea + .search-field, .search-form .input-group > .custom-file + .search-field, .search-form .input-group > .custom-select + .search-field, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .form-control-plaintext + .search-field, .search-form .input-group > .search-field + .custom-file, .search-form .input-group > .search-field + .custom-select, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .search-field + .search-field {
    margin-left: -1px
}

.comment-form .input-group > input[type=email]:focus, .comment-form .input-group > input[type=text]:focus, .comment-form .input-group > input[type=url]:focus, .comment-form .input-group > textarea:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus, .search-form .input-group > .search-field:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.comment-form .input-group > input[type=email]:not(:last-child), .comment-form .input-group > input[type=text]:not(:last-child), .comment-form .input-group > input[type=url]:not(:last-child), .comment-form .input-group > textarea:not(:last-child), .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child), .search-form .input-group > .search-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.comment-form .input-group > input[type=email]:not(:first-child), .comment-form .input-group > input[type=text]:not(:first-child), .comment-form .input-group > input[type=url]:not(:first-child), .comment-form .input-group > textarea:not(:first-child), .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .search-form .input-group > .search-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.comment-form .input-group-append input[type=submit], .comment-form .input-group-prepend input[type=submit], .input-group-append .btn, .input-group-append .comment-form input[type=submit], .input-group-append .search-form .search-submit, .input-group-prepend .btn, .input-group-prepend .comment-form input[type=submit], .input-group-prepend .search-form .search-submit, .search-form .input-group-append .search-submit, .search-form .input-group-prepend .search-submit {
    position: relative;
    z-index: 2
}

.comment-form .input-group-append input[type=submit]:focus, .comment-form .input-group-prepend input[type=submit]:focus, .input-group-append .btn:focus, .input-group-append .comment-form input[type=submit]:focus, .input-group-append .search-form .search-submit:focus, .input-group-prepend .btn:focus, .input-group-prepend .comment-form input[type=submit]:focus, .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-append .search-submit:focus, .search-form .input-group-prepend .search-submit:focus {
    z-index: 3
}

.comment-form .input-group-append .btn + input[type=submit], .comment-form .input-group-append .input-group-text + input[type=submit], .comment-form .input-group-append .search-form .search-submit + input[type=submit], .comment-form .input-group-append .search-form input[type=submit] + .search-submit, .comment-form .input-group-append input[type=submit] + .btn, .comment-form .input-group-append input[type=submit] + .input-group-text, .comment-form .input-group-append input[type=submit] + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .input-group-text + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend input[type=submit] + .input-group-text, .comment-form .input-group-prepend input[type=submit] + input[type=submit], .comment-form .search-form .input-group-append .search-submit + input[type=submit], .comment-form .search-form .input-group-prepend .search-submit + input[type=submit], .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .comment-form .btn + input[type=submit], .input-group-append .comment-form .input-group-text + input[type=submit], .input-group-append .comment-form .search-form input[type=submit] + .search-submit, .input-group-append .comment-form input[type=submit] + .btn, .input-group-append .comment-form input[type=submit] + .input-group-text, .input-group-append .comment-form input[type=submit] + input[type=submit], .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-append .search-form .btn + .search-submit, .input-group-append .search-form .comment-form .search-submit + input[type=submit], .input-group-append .search-form .input-group-text + .search-submit, .input-group-append .search-form .search-submit + .btn, .input-group-append .search-form .search-submit + .input-group-text, .input-group-append .search-form .search-submit + .search-submit, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .input-group-text + input[type=submit], .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form input[type=submit] + .input-group-text, .input-group-prepend .comment-form input[type=submit] + input[type=submit], .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .search-form .btn + .search-submit, .input-group-prepend .search-form .comment-form .search-submit + input[type=submit], .input-group-prepend .search-form .input-group-text + .search-submit, .input-group-prepend .search-form .search-submit + .btn, .input-group-prepend .search-form .search-submit + .input-group-text, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .comment-form .input-group-append input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .search-form .input-group-append .btn + .search-submit, .search-form .input-group-append .comment-form .search-submit + input[type=submit], .search-form .input-group-append .comment-form input[type=submit] + .search-submit, .search-form .input-group-append .input-group-text + .search-submit, .search-form .input-group-append .search-submit + .btn, .search-form .input-group-append .search-submit + .input-group-text, .search-form .input-group-append .search-submit + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .search-form .input-group-prepend .input-group-text + .search-submit, .search-form .input-group-prepend .search-submit + .btn, .search-form .input-group-prepend .search-submit + .input-group-text, .search-form .input-group-prepend .search-submit + .search-submit {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.comment-form .input-group-lg > input[type=email]:not(textarea), .comment-form .input-group-lg > input[type=text]:not(textarea), .comment-form .input-group-lg > input[type=url]:not(textarea), .comment-form .input-group-lg > textarea:not(textarea), .input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea), .search-form .input-group-lg > .search-field:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.comment-form .input-group-lg > .input-group-append > input[type=submit], .comment-form .input-group-lg > .input-group-prepend > input[type=submit], .comment-form .input-group-lg > input[type=email], .comment-form .input-group-lg > input[type=text], .comment-form .input-group-lg > input[type=url], .comment-form .input-group-lg > textarea, .input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, .search-form .input-group-lg > .input-group-append > .search-submit, .search-form .input-group-lg > .input-group-prepend > .search-submit, .search-form .input-group-lg > .search-field {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.comment-form .input-group-sm > input[type=email]:not(textarea), .comment-form .input-group-sm > input[type=text]:not(textarea), .comment-form .input-group-sm > input[type=url]:not(textarea), .comment-form .input-group-sm > textarea:not(textarea), .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea), .search-form .input-group-sm > .search-field:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.comment-form .input-group-sm > .input-group-append > input[type=submit], .comment-form .input-group-sm > .input-group-prepend > input[type=submit], .comment-form .input-group-sm > input[type=email], .comment-form .input-group-sm > input[type=text], .comment-form .input-group-sm > input[type=url], .comment-form .input-group-sm > textarea, .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text, .search-form .input-group-sm > .input-group-append > .search-submit, .search-form .input-group-sm > .input-group-prepend > .search-submit, .search-form .input-group-sm > .search-field {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), .comment-form .input-group > .input-group-append:not(:last-child) > input[type=submit], .comment-form .input-group > .input-group-prepend > input[type=submit], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle), .search-form .input-group > .input-group-append:not(:last-child) > .search-submit, .search-form .input-group > .input-group-prepend > .search-submit {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.comment-form .input-group > .input-group-append > input[type=submit], .comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child), .comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit], .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .search-form .input-group > .input-group-append > .search-submit, .search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child), .search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 767.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge, .comment-form input[type=submit] .badge, .search-form .search-submit .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #333
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1a1a1a
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 768px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1b1b;
    background-color: #d6d6d6;
    border-color: #c6c6c6
}

.alert-dark hr {
    border-top-color: #b9b9b9
}

.alert-dark .alert-link {
    color: #020202
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #000;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 768px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1440px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1b1b;
    background-color: #c6c6c6
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1b1b;
    background-color: #b9b9b9
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1200px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1440px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Visby Round CF, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Visby Round CF, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #3e3e3e;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #000
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

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

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #333 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1a1a1a !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #333 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after, .search .navigation.posts-navigation .nav-links:after, .search .search-results-holder .search-result-item:after, .template-section-expanding-accordion .top-header:after, .template-section-header .background-holder .images-slider-holder .images-slider:after, .template-section-info-grid .section-content .slider-wrapper .slider:after, header.banner .menu-addons .contact-nav:after, header.banner .menu-search-holder .nav-primary .menu-stage .menu:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

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

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 768px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.screen-reader-text:active, .screen-reader-text:focus, .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1440px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: 100 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #333 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #0d0d0d !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn):not(.comment-form input[type=submit]):not(.search-form .search-submit) {
        text-decoration: underline
    }

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

    pre {
        white-space: pre-wrap !important
    }

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

    thead {
        display: table-header-group
    }

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

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

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

    @page {
        size: a3
    }

    .container, body {
        min-width: 1200px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .trigger, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder h3 {
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .trigger, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder h3 {
        top: auto;
        transform: translateY(0)
    }
}

.tax-content .item-holder.item-featured .txt-holder .vertical-align, .template-pdp_application .applications-grid .application-item .item-wrapper .txt-holder h4, .template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item img, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder .title-wrap h5, .template-section-header [class^=container] .section-content.position-center-center, .template-section-header [class^=container] .section-content.position-center-left, .template-section-header [class^=container] .section-content.position-center-right {
    top: 50%;
    transform: translateY(-50%)
}

.template-job-header .section-content, .template-section-header [class^=container] .section-content.position-bottom-center, .template-section-header [class^=container] .section-content.position-bottom-left, .template-section-header [class^=container] .section-content.position-bottom-right {
    bottom: 20px
}

@media (min-width: 768px) {
    .template-job-header .section-content, .template-section-header [class^=container] .section-content.position-bottom-center, .template-section-header [class^=container] .section-content.position-bottom-left, .template-section-header [class^=container] .section-content.position-bottom-right {
        bottom: 15%
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder h3 {
    top: auto;
    transform: translateY(0)
}

#cookie-notice .button.wp-default.gdpr_cookie_button, .link-btn, .template-section-contact-forms .section-header .toggle-button, .template-section-locations-widget .section-content .location-item .contact-btn {
    display: inline-block;
    line-height: 26px;
    padding: 12px 20px 8px;
    min-width: 200px;
    text-align: center;
    transition: all .2s linear
}

#cookie-notice .btn-style-light.button.wp-default.gdpr_cookie_button, .link-btn.btn-style-light, .template-section-contact-forms .section-header .toggle-button, .template-section-locations-widget .section-content .location-item .btn-style-light.contact-btn {
    color: #3e3e3e;
    background: #fff
}

#cookie-notice .btn-style-light.button.wp-default.gdpr_cookie_button:hover, .link-btn.btn-style-light:hover, .template-section-contact-forms .section-header .toggle-button:hover, .template-section-locations-widget .section-content .location-item .btn-style-light.contact-btn:hover {
    background: #f3f3f3
}

#cookie-notice .btn-style-dark.button.wp-default.gdpr_cookie_button, .link-btn.btn-style-dark, .template-section-contact-forms .section-header .btn-style-dark.toggle-button, .template-section-locations-widget .section-content .location-item .btn-style-dark.contact-btn {
    background: #3e3e3e;
    color: #fff
}

#cookie-notice .btn-style-dark.button.wp-default.gdpr_cookie_button:hover, .link-btn.btn-style-dark:hover, .template-section-contact-forms .section-header .btn-style-dark.toggle-button:hover, .template-section-locations-widget .section-content .location-item .btn-style-dark.contact-btn:hover {
    background: #000
}

#cookie-notice .button.wp-default.gdpr_cookie_button:hover, .link-btn:hover, .template-section-contact-forms .section-header .toggle-button:hover, .template-section-locations-widget .section-content .location-item .contact-btn:hover {
    text-decoration: none
}

#tinymce {
    height: auto;
    min-height: 1px
}

.full-height {
    position: relative;
    height: 100vh;
}

.half-screen {
    height: 50vh
}

.half-screen, .user-specific-height {
    position: relative
}

/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
    font-family: Visby Round CF;
    src: url(/fonts/VisbyRoundCF-Light.eot);
    src: local("Visby Round CF Light"), local("VisbyRoundCF-Light"), url(/fonts/VisbyRoundCF-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/VisbyRoundCF-Light.woff2) format("woff2"), url(/fonts/VisbyRoundCF-Light.woff) format("woff"), url(/fonts/VisbyRoundCF-Light.ttf) format("truetype"), url(/fonts/VisbyRoundCF-Light.svg#VisbyRoundCF-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Visby Round CF Demi;
    src: url(/fonts/VisbyRoundCF-DemiBold.eot);
    src: local("Visby Round CF Demi Bold"), local("VisbyRoundCF-DemiBold"), url(/fonts/VisbyRoundCF-DemiBold.eot?#iefix) format("embedded-opentype"), url(/fonts/VisbyRoundCF-DemiBold.woff2) format("woff2"), url(/fonts/VisbyRoundCF-DemiBold.woff) format("woff"), url(/fonts/VisbyRoundCF-DemiBold.ttf) format("truetype"), url(/fonts/VisbyRoundCF-DemiBold.svg#VisbyRoundCF-DemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nexa;
    src: url(/fonts/NexaLight.eot);
    src: local("Nexa Light"), local("NexaLight"), url(/fonts/NexaLight.eot?#iefix) format("embedded-opentype"), url(/fonts/NexaLight.woff2) format("woff2"), url(/fonts/NexaLight.woff) format("woff"), url(/fonts/NexaLight.ttf) format("truetype"), url(/fonts/NexaLight.svg#NexaLight) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nexa;
    src: url(/fonts/NexaBold.eot);
    src: local("Nexa Bold"), local("NexaBold"), url(/fonts/NexaBold.eot?#iefix) format("embedded-opentype"), url(/fonts/NexaBold.woff2) format("woff2"), url(/fonts/NexaBold.woff) format("woff"), url(/fonts/NexaBold.ttf) format("truetype"), url(/fonts/NexaBold.svg#NexaBold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.body-text, .h1, .h1-style, .section-hotline p, .section-text, .small-text, .small-text-element, .tax-content .item-holder .txt-holder p, .tax-page-header .text-holder .content-entry, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder p, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder p, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder ul li, .template-pdp_colorcode .colorcode-item .txt-holder .info-use, .template-pdp_colorcode .description-holder p, .template-pdp_info-image .text-holder .content-entry, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info span, .template-section-content-holder .section-content, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-header p, .template-section-downloads .section-header p, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .description p, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .lead p, .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap p, .template-section-kundenwelten .section-content .kundenwelt-item .txt-holder p, .template-section-text-image .text-holder .content-entry, .visby-light, footer.content-info .row-links .widget, footer.content-info .row-links .widget > ul li .sub-menu li, footer.content-info .row-links .widget > ul li .sub-menu li a, h1 {
    font-family: Visby Round CF, sans-serif;
    font-weight: 300
}

.gdpr_cookie_block .gdpr_cookie_text a, .pdp-quickmenu strong, .quick-scroll-download strong, .small-text-bold, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder h4, .template-pdp_colorcode .colorcode-item .txt-holder .info-use p strong, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info, .template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance label a, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .txt-holder, .template-section-header .scroll, .visby-demi, footer.content-info .row-links .widget > ul li > a {
    font-family: Visby Round CF Demi, sans-serif;
    font-weight: 600
}

.h2, .h2-style, .lead-text-light, .nexa-light, .section-hotline p.phone, .tax-page-header .text-holder .title, .template-pdp_info-image .text-holder .title, .template-pdp_variation .bundle-holder .bundle-header h3, .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder h3, .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap h3, .template-section-text-image .text-holder .title, h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300
}

#cookie-notice .button.wp-default.gdpr_cookie_button, .button-typo, .h3, .h3-style, .h3-style-spacing, .h4, .h4-style, .h5, .h5-style, .h6, .h6-style, .job-apply-details p strong, .lead-text, .link-btn, .nexa-bold, .section-hotline h2, .tax-content .item-holder .txt-holder h3, .template-job-header .section-content p, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button, .template-pdp_accessories .section-filters ul li span, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-contact-forms .section-header a.toggle-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.link-btn, .template-pdp_info-image .text-holder .sub_title, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder a, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder .title-wrap h5, .template-section-contact-forms .section-content .wpcf7 input[type=submit], .template-section-contact-forms .section-header .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.toggle-button, .template-section-contact-forms .section-header .toggle-button, .template-section-content-holder .section-header .section-subtitle, .template-section-header [class^=container] .section-content p, .template-section-image-text-teasers .items-grid .item-itt .item-wrapper span, .template-section-locations-widget .section-content .location-item .contact-btn, .template-section-locations-widget .section-content .location-item .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.contact-btn, .template-section-text-image .text-holder .sub_title, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700
}

@font-face {
    font-family: LineAwesome;
    src: url(/fonts/line-awesome.eot?v=1.1.);
    src: url(/fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"), url(/fonts/line-awesome.woff2?v=1.1.) format("woff2"), url(/fonts/line-awesome.woff?v=1.1.) format("woff"), url(/fonts/line-awesome.ttf?v=1.1.) format("truetype"), url(/fonts/line-awesome.svg?v=1.1.#fa) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: LineAwesome;
        src: url(/fonts/line-awesome.svg?v=1.1.#fa) format("svg");
        font-display: swap
    }
}

.la, .pdp-quickmenu strong:after, .pdp-quickmenu strong:before, .pdp-quickmenu ul li:after, .quick-scroll-download strong:after, .quick-scroll-download strong:before, .quick-scroll-download ul li:after, .search .navigation.posts-navigation .nav-links a:before, .template-pdp_accessories .section-filters ul li:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader:after, .template-section-expanding-accordion .footer-video .video-controls .btn-play, article .entry-content ul:not([class^=wp-block]) li:before, footer.content-info .row-links .widget > ul li.menu-item-has-children > a:after, header.banner .back-languages span:before, header.banner .language-switch-mobile > li > a:after, header.banner .menu-search-holder .nav-primary .menu-stage .back-top:before, header.banner .menu-search-holder .nav-primary .nav > li.menu-item-has-children:after {
    display: inline-block;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-BoldItalic.eot);
    src: url(/fonts/LatoLatin-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-BoldItalic.woff2) format("woff2"), url(/fonts/LatoLatin-BoldItalic.woff) format("woff"), url(/fonts/LatoLatin-BoldItalic.ttf) format("truetype"), url(/fonts/LatoLatin-BoldItalic.svg#Lato-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-Light.eot);
    src: url(/fonts/LatoLatin-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-Light.woff2) format("woff2"), url(/fonts/LatoLatin-Light.woff) format("woff"), url(/fonts/LatoLatin-Light.ttf) format("truetype"), url(/fonts/LatoLatin-Light.svg#Lato-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-BlackItalic.eot);
    src: url(/fonts/LatoLatin-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-BlackItalic.woff2) format("woff2"), url(/fonts/LatoLatin-BlackItalic.woff) format("woff"), url(/fonts/LatoLatin-BlackItalic.ttf) format("truetype"), url(/fonts/LatoLatin-BlackItalic.svg#Lato-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-LightItalic.eot);
    src: url(/fonts/LatoLatin-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-LightItalic.woff2) format("woff2"), url(/fonts/LatoLatin-LightItalic.woff) format("woff"), url(/fonts/LatoLatin-LightItalic.ttf) format("truetype"), url(/fonts/LatoLatin-LightItalic.svg#Lato-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-Italic.eot);
    src: url(/fonts/LatoLatin-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-Italic.woff2) format("woff2"), url(/fonts/LatoLatin-Italic.woff) format("woff"), url(/fonts/LatoLatin-Italic.ttf) format("truetype"), url(/fonts/LatoLatin-Italic.svg#Lato-Italic) format("svg");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-Bold.eot);
    src: url(/fonts/LatoLatin-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-Bold.woff2) format("woff2"), url(/fonts/LatoLatin-Bold.woff) format("woff"), url(/fonts/LatoLatin-Bold.ttf) format("truetype"), url(/fonts/LatoLatin-Bold.svg#Lato-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-Black.eot);
    src: url(/fonts/LatoLatin-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-Black.woff2) format("woff2"), url(/fonts/LatoLatin-Black.woff) format("woff"), url(/fonts/LatoLatin-Black.ttf) format("truetype"), url(/fonts/LatoLatin-Black.svg#Lato-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato Hairline;
    src: url(/fonts/LatoLatin-Hairline.eot);
    src: url(/fonts/LatoLatin-Hairline.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-Hairline.woff2) format("woff2"), url(/fonts/LatoLatin-Hairline.woff) format("woff"), url(/fonts/LatoLatin-Hairline.ttf) format("truetype"), url(/fonts/LatoLatin-Hairline.svg#Lato-Hairline) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato Hairline;
    src: url(/fonts/LatoLatin-HairlineItalic.eot);
    src: url(/fonts/LatoLatin-HairlineItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-HairlineItalic.woff2) format("woff2"), url(/fonts/LatoLatin-HairlineItalic.woff) format("woff"), url(/fonts/LatoLatin-HairlineItalic.ttf) format("truetype"), url(/fonts/LatoLatin-HairlineItalic.svg#Lato-HairlineItalic) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(/fonts/LatoLatin-Regular.eot);
    src: url(/fonts/LatoLatin-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/LatoLatin-Regular.woff2) format("woff2"), url(/fonts/LatoLatin-Regular.woff) format("woff"), url(/fonts/LatoLatin-Regular.ttf) format("truetype"), url(/fonts/LatoLatin-Regular.svg#Lato-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-ExtraBoldItalic.eot);
    src: url(/fonts/OpenSans-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-ExtraBoldItalic.woff2) format("woff2"), url(/fonts/OpenSans-ExtraBoldItalic.woff) format("woff"), url(/fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype"), url(/fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic) format("svg");
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-Italic.eot);
    src: url(/fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Italic.woff2) format("woff2"), url(/fonts/OpenSans-Italic.woff) format("woff"), url(/fonts/OpenSans-Italic.ttf) format("truetype"), url(/fonts/OpenSans-Italic.svg#OpenSans-Italic) format("svg");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-LightItalic.eot);
    src: url(/fonts/OpenSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-LightItalic.woff2) format("woff2"), url(/fonts/OpenSans-LightItalic.woff) format("woff"), url(/fonts/OpenSans-LightItalic.ttf) format("truetype"), url(/fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-Bold.eot);
    src: url(/fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Bold.woff2) format("woff2"), url(/fonts/OpenSans-Bold.woff) format("woff"), url(/fonts/OpenSans-Bold.ttf) format("truetype"), url(/fonts/OpenSans-Bold.svg#OpenSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-SemiBold.eot);
    src: url(/fonts/OpenSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-SemiBold.woff2) format("woff2"), url(/fonts/OpenSans-SemiBold.woff) format("woff"), url(/fonts/OpenSans-SemiBold.ttf) format("truetype"), url(/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-Regular.eot);
    src: url(/fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Regular.woff2) format("woff2"), url(/fonts/OpenSans-Regular.woff) format("woff"), url(/fonts/OpenSans-Regular.ttf) format("truetype"), url(/fonts/OpenSans-Regular.svg#OpenSans-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-Light.eot);
    src: url(/fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Light.woff2) format("woff2"), url(/fonts/OpenSans-Light.woff) format("woff"), url(/fonts/OpenSans-Light.ttf) format("truetype"), url(/fonts/OpenSans-Light.svg#OpenSans-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-SemiBoldItalic.eot);
    src: url(/fonts/OpenSans-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-SemiBoldItalic.woff2) format("woff2"), url(/fonts/OpenSans-SemiBoldItalic.woff) format("woff"), url(/fonts/OpenSans-SemiBoldItalic.ttf) format("truetype"), url(/fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic) format("svg");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-ExtraBold.eot);
    src: url(/fonts/OpenSans-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-ExtraBold.woff2) format("woff2"), url(/fonts/OpenSans-ExtraBold.woff) format("woff"), url(/fonts/OpenSans-ExtraBold.ttf) format("truetype"), url(/fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold) format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-BoldItalic.eot);
    src: url(/fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-BoldItalic.woff2) format("woff2"), url(/fonts/OpenSans-BoldItalic.woff) format("woff"), url(/fonts/OpenSans-BoldItalic.ttf) format("truetype"), url(/fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

.la-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.la-2x {
    font-size: 2em
}

.la-3x {
    font-size: 3em
}

.la-4x {
    font-size: 4em
}

.la-5x {
    font-size: 5em
}

.la-fw {
    width: 1.28571429em;
    text-align: center
}

.la-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.la-ul > li {
    position: relative
}

.la-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.la-li.la-lg {
    left: -1.85714286em
}

.la-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.li.pull-left {
    margin-right: .3em
}

.li.pull-right {
    margin-left: .3em
}

.la-spin {
    animation: fa-spin 2s infinite linear
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.la-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}

.la-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}

.la-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}

.la-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scaleX(-1)
}

.la-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scaleY(-1)
}

:root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-90, :root .la-rotate-180, :root .la-rotate-270 {
    filter: none
}

.la-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.la-stack-1x, .la-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.la-stack-1x {
    line-height: inherit
}

.la-stack-2x {
    font-size: 2em
}

.la-inverse {
    color: #fff
}

.la-500px:before {
    content: "\f100"
}

.la-adjust:before {
    content: "\f101"
}

.la-adn:before {
    content: "\f102"
}

.la-align-center:before {
    content: "\f103"
}

.la-align-justify:before {
    content: "\f104"
}

.la-align-left:before {
    content: "\f105"
}

.la-align-right:before {
    content: "\f106"
}

.la-amazon:before {
    content: "\f107"
}

.la-ambulance:before {
    content: "\f108"
}

.la-anchor:before {
    content: "\f109"
}

.la-android:before {
    content: "\f10a"
}

.la-angellist:before {
    content: "\f10b"
}

.la-angle-double-down:before {
    content: "\f10c"
}

.la-angle-double-left:before {
    content: "\f10d"
}

.la-angle-double-right:before {
    content: "\f10e"
}

.la-angle-double-up:before {
    content: "\f10f"
}

.la-angle-down:before {
    content: "\f110"
}

.la-angle-left:before, header.banner .back-languages span:before, header.banner .menu-search-holder .nav-primary .menu-stage .back-top:before {
    content: "\f111"
}

.la-angle-right:before, header.banner .language-switch-mobile > li > a:after, header.banner .menu-search-holder .nav-primary .nav > li.menu-item-has-children:after {
    content: "\f112"
}

.la-angle-up:before {
    content: "\f113"
}

.la-apple:before {
    content: "\f114"
}

.la-archive:before {
    content: "\f115"
}

.la-area-chart:before {
    content: "\f116"
}

.la-arrow-circle-down:before {
    content: "\f117"
}

.la-arrow-circle-left:before {
    content: "\f118"
}

.la-arrow-circle-o-down:before {
    content: "\f119"
}

.la-arrow-circle-o-left:before {
    content: "\f11a"
}

.la-arrow-circle-o-right:before {
    content: "\f11b"
}

.la-arrow-circle-o-up:before {
    content: "\f11c"
}

.la-arrow-circle-right:before {
    content: "\f11d"
}

.la-arrow-circle-up:before {
    content: "\f11e"
}

.la-arrow-down:before {
    content: "\f11f"
}

.la-arrow-left:before {
    content: "\f120"
}

.la-arrow-right:before {
    content: "\f121"
}

.la-arrow-up:before {
    content: "\f122"
}

.la-arrows:before {
    content: "\f123"
}

.la-arrows-alt:before {
    content: "\f124"
}

.la-arrows-h:before {
    content: "\f125"
}

.la-arrows-v:before {
    content: "\f126"
}

.la-asterisk:before {
    content: "\f127"
}

.la-at:before {
    content: "\f128"
}

.la-automobile:before {
    content: "\f129"
}

.la-backward:before {
    content: "\f12a"
}

.la-balance-scale:before {
    content: "\f12b"
}

.la-ban:before {
    content: "\f12c"
}

.la-bank:before {
    content: "\f12d"
}

.la-bar-chart:before {
    content: "\f12e"
}

.la-bar-chart-o:before {
    content: "\f12f"
}

.la-barcode:before {
    content: "\f130"
}

.la-bars:before {
    content: "\f131"
}

.la-battery-0:before {
    content: "\f132"
}

.la-battery-1:before {
    content: "\f133"
}

.la-battery-2:before {
    content: "\f134"
}

.la-battery-3:before {
    content: "\f135"
}

.la-battery-4:before {
    content: "\f136"
}

.la-battery-empty:before {
    content: "\f137"
}

.la-battery-full:before {
    content: "\f138"
}

.la-battery-half:before {
    content: "\f139"
}

.la-battery-quarter:before {
    content: "\f13a"
}

.la-battery-three-quarters:before {
    content: "\f13b"
}

.la-bed:before {
    content: "\f13c"
}

.la-beer:before {
    content: "\f13d"
}

.la-behance:before {
    content: "\f13e"
}

.la-behance-square:before {
    content: "\f13f"
}

.la-bell:before {
    content: "\f140"
}

.la-bell-o:before {
    content: "\f141"
}

.la-bell-slash:before {
    content: "\f142"
}

.la-bell-slash-o:before {
    content: "\f143"
}

.la-bicycle:before {
    content: "\f144"
}

.la-binoculars:before {
    content: "\f145"
}

.la-birthday-cake:before {
    content: "\f146"
}

.la-bitbucket:before {
    content: "\f147"
}

.la-bitbucket-square:before {
    content: "\f148"
}

.la-bitcoin:before {
    content: "\f149"
}

.la-black-tie:before {
    content: "\f14a"
}

.la-bold:before {
    content: "\f14b"
}

.la-bolt:before {
    content: "\f14c"
}

.la-bomb:before {
    content: "\f14d"
}

.la-book:before {
    content: "\f14e"
}

.la-bookmark:before {
    content: "\f14f"
}

.la-bookmark-o:before {
    content: "\f150"
}

.la-briefcase:before {
    content: "\f151"
}

.la-btc:before {
    content: "\f152"
}

.la-bug:before {
    content: "\f153"
}

.la-building:before {
    content: "\f154"
}

.la-building-o:before {
    content: "\f155"
}

.la-bullhorn:before {
    content: "\f156"
}

.la-bullseye:before {
    content: "\f157"
}

.la-bus:before {
    content: "\f158"
}

.la-buysellads:before {
    content: "\f159"
}

.la-cab:before {
    content: "\f15a"
}

.la-calculator:before {
    content: "\f15b"
}

.la-calendar:before {
    content: "\f15c"
}

.la-calendar-check-o:before {
    content: "\f15d"
}

.la-calendar-minus-o:before {
    content: "\f15e"
}

.la-calendar-o:before {
    content: "\f15f"
}

.la-calendar-plus-o:before {
    content: "\f160"
}

.la-calendar-times-o:before {
    content: "\f161"
}

.la-camera:before {
    content: "\f162"
}

.la-camera-retro:before {
    content: "\f163"
}

.la-car:before {
    content: "\f164"
}

.la-caret-down:before {
    content: "\f165"
}

.la-caret-left:before {
    content: "\f166"
}

.la-caret-right:before {
    content: "\f167"
}

.la-caret-square-o-down:before, .la-toggle-down:before {
    content: "\f168"
}

.la-caret-square-o-left:before, .la-toggle-left:before {
    content: "\f169"
}

.la-caret-square-o-right:before, .la-toggle-right:before {
    content: "\f16a"
}

.la-caret-square-o-up:before, .la-toggle-up:before {
    content: "\f16b"
}

.la-caret-up:before {
    content: "\f16c"
}

.la-cart-arrow-down:before {
    content: "\f16d"
}

.la-cart-plus:before {
    content: "\f16e"
}

.la-cc:before {
    content: "\f16f"
}

.la-cc-amex:before {
    content: "\f170"
}

.la-cc-diners-club:before {
    content: "\f171"
}

.la-cc-discover:before {
    content: "\f172"
}

.la-cc-jcb:before {
    content: "\f173"
}

.la-cc-mastercard:before {
    content: "\f174"
}

.la-cc-paypal:before {
    content: "\f175"
}

.la-cc-stripe:before {
    content: "\f176"
}

.la-cc-visa:before {
    content: "\f177"
}

.la-certificate:before {
    content: "\f178"
}

.la-chain:before {
    content: "\f179"
}

.la-chain-broken:before {
    content: "\f17a"
}

.la-check:before {
    content: "\f17b"
}

.la-check-circle:before {
    content: "\f17c"
}

.la-check-circle-o:before {
    content: "\f17d"
}

.la-check-square:before {
    content: "\f17e"
}

.la-check-square-o:before {
    content: "\f17f"
}

.la-chevron-circle-down:before {
    content: "\f180"
}

.la-chevron-circle-left:before {
    content: "\f181"
}

.la-chevron-circle-right:before {
    content: "\f182"
}

.la-chevron-circle-up:before {
    content: "\f183"
}

.la-chevron-down:before {
    content: "\f184"
}

.la-chevron-left:before {
    content: "\f185"
}

.la-chevron-right:before {
    content: "\f186"
}

.la-chevron-up:before {
    content: "\f187"
}

.la-child:before {
    content: "\f188"
}

.la-chrome:before {
    content: "\f189"
}

.la-circle:before {
    content: "\f18a"
}

.la-circle-o:before {
    content: "\f18b"
}

.la-circle-o-notch:before {
    content: "\f18c"
}

.la-circle-thin:before {
    content: "\f18d"
}

.la-clipboard:before {
    content: "\f18e"
}

.la-clock-o:before {
    content: "\f18f"
}

.la-clone:before {
    content: "\f190"
}

.la-close:before {
    content: "\f191"
}

.la-cloud:before {
    content: "\f192"
}

.la-cloud-download:before {
    content: "\f193"
}

.la-cloud-upload:before {
    content: "\f194"
}

.la-cny:before {
    content: "\f195"
}

.la-code:before {
    content: "\f196"
}

.la-code-fork:before {
    content: "\f197"
}

.la-codepen:before {
    content: "\f198"
}

.la-coffee:before {
    content: "\f199"
}

.la-cog:before {
    content: "\f19a"
}

.la-cogs:before {
    content: "\f19b"
}

.la-columns:before {
    content: "\f19c"
}

.la-comment:before {
    content: "\f19d"
}

.la-comment-o:before {
    content: "\f19e"
}

.la-commenting:before {
    content: "\f19f"
}

.la-commenting-o:before {
    content: "\f1a0"
}

.la-comments:before {
    content: "\f1a1"
}

.la-comments-o:before {
    content: "\f1a2"
}

.la-compass:before {
    content: "\f1a3"
}

.la-compress:before {
    content: "\f1a4"
}

.la-connectdevelop:before {
    content: "\f1a5"
}

.la-contao:before {
    content: "\f1a6"
}

.la-copy:before {
    content: "\f1a7"
}

.la-copyright:before {
    content: "\f1a8"
}

.la-creative-commons:before {
    content: "\f1a9"
}

.la-credit-card:before {
    content: "\f1aa"
}

.la-crop:before {
    content: "\f1ab"
}

.la-crosshairs:before {
    content: "\f1ac"
}

.la-css3:before {
    content: "\f1ad"
}

.la-cube:before {
    content: "\f1ae"
}

.la-cubes:before {
    content: "\f1af"
}

.la-cut:before {
    content: "\f1b0"
}

.la-cutlery:before {
    content: "\f1b1"
}

.la-dashboard:before {
    content: "\f1b2"
}

.la-dashcube:before {
    content: "\f1b3"
}

.la-database:before {
    content: "\f1b4"
}

.la-dedent:before {
    content: "\f1b5"
}

.la-delicious:before {
    content: "\f1b6"
}

.la-desktop:before {
    content: "\f1b7"
}

.la-deviantart:before {
    content: "\f1b8"
}

.la-diamond:before {
    content: "\f1b9"
}

.la-digg:before {
    content: "\f1ba"
}

.la-dollar:before {
    content: "\f1bb"
}

.la-dot-circle-o:before {
    content: "\f1bc"
}

.la-download:before {
    content: "\f1bd"
}

.la-dribbble:before {
    content: "\f1be"
}

.la-dropbox:before {
    content: "\f1bf"
}

.la-drupal:before {
    content: "\f1c0"
}

.la-edit:before {
    content: "\f1c1"
}

.la-eject:before {
    content: "\f1c2"
}

.la-ellipsis-h:before {
    content: "\f1c3"
}

.la-ellipsis-v:before {
    content: "\f1c4"
}

.la-empire:before, .la-ge:before {
    content: "\f1c5"
}

.la-envelope:before {
    content: "\f1c6"
}

.la-envelope-o:before {
    content: "\f1c7"
}

.la-envelope-square:before {
    content: "\f1c8"
}

.la-eraser:before {
    content: "\f1c9"
}

.la-eur:before {
    content: "\f1ca"
}

.la-euro:before {
    content: "\f1cb"
}

.la-exchange:before {
    content: "\f1cc"
}

.la-exclamation:before {
    content: "\f1cd"
}

.la-exclamation-circle:before {
    content: "\f1ce"
}

.la-exclamation-triangle:before {
    content: "\f1cf"
}

.la-expand:before {
    content: "\f1d0"
}

.la-expeditedssl:before {
    content: "\f1d1"
}

.la-external-link:before {
    content: "\f1d2"
}

.la-external-link-square:before {
    content: "\f1d3"
}

.la-eye:before {
    content: "\f1d4"
}

.la-eye-slash:before {
    content: "\f1d5"
}

.la-eyedropper:before {
    content: "\f1d6"
}

.la-facebook-f:before, .la-facebook:before {
    content: "\f1d7"
}

.la-facebook-official:before {
    content: "\f1d8"
}

.la-facebook-square:before {
    content: "\f1d9"
}

.la-fast-backward:before {
    content: "\f1da"
}

.la-fast-forward:before {
    content: "\f1db"
}

.la-fax:before {
    content: "\f1dc"
}

.la-female:before {
    content: "\f1dd"
}

.la-fighter-jet:before {
    content: "\f1de"
}

.la-file:before {
    content: "\f1df"
}

.la-file-archive-o:before {
    content: "\f1e0"
}

.la-file-audio-o:before {
    content: "\f1e1"
}

.la-file-code-o:before {
    content: "\f1e2"
}

.la-file-excel-o:before {
    content: "\f1e3"
}

.la-file-image-o:before {
    content: "\f1e4"
}

.la-file-movie-o:before {
    content: "\f1e5"
}

.la-file-o:before {
    content: "\f1e6"
}

.la-file-pdf-o:before {
    content: "\f1e7"
}

.la-file-photo-o:before {
    content: "\f1e8"
}

.la-file-picture-o:before {
    content: "\f1e9"
}

.la-file-powerpoint-o:before {
    content: "\f1ea"
}

.la-file-sound-o:before {
    content: "\f1eb"
}

.la-file-text:before {
    content: "\f1ec"
}

.la-file-text-o:before {
    content: "\f1ed"
}

.la-file-video-o:before {
    content: "\f1ee"
}

.la-file-word-o:before {
    content: "\f1ef"
}

.la-file-zip-o:before {
    content: "\f1f0"
}

.la-files-o:before {
    content: "\f1f1"
}

.la-film:before {
    content: "\f1f2"
}

.la-filter:before {
    content: "\f1f3"
}

.la-fire:before {
    content: "\f1f4"
}

.la-fire-extinguisher:before {
    content: "\f1f5"
}

.la-firefox:before {
    content: "\f1f6"
}

.la-flag:before {
    content: "\f1f7"
}

.la-flag-checkered:before {
    content: "\f1f8"
}

.la-flag-o:before {
    content: "\f1f9"
}

.la-flash:before {
    content: "\f1fa"
}

.la-flask:before {
    content: "\f1fb"
}

.la-flickr:before {
    content: "\f1fc"
}

.la-floppy-o:before {
    content: "\f1fd"
}

.la-folder:before {
    content: "\f1fe"
}

.la-folder-o:before {
    content: "\f1ff"
}

.la-folder-open:before {
    content: "\f200"
}

.la-folder-open-o:before {
    content: "\f201"
}

.la-font:before {
    content: "\f202"
}

.la-fonticons:before {
    content: "\f203"
}

.la-forumbee:before {
    content: "\f204"
}

.la-forward:before {
    content: "\f205"
}

.la-foursquare:before {
    content: "\f206"
}

.la-frown-o:before {
    content: "\f207"
}

.la-futbol-o:before, .la-soccer-ball-o:before {
    content: "\f208"
}

.la-gamepad:before {
    content: "\f209"
}

.la-gavel:before {
    content: "\f20a"
}

.la-gbp:before {
    content: "\f20b"
}

.la-gear:before {
    content: "\f20c"
}

.la-gears:before {
    content: "\f20d"
}

.la-genderless:before {
    content: "\f20e"
}

.la-get-pocket:before {
    content: "\f20f"
}

.la-gg:before {
    content: "\f210"
}

.la-gg-circle:before {
    content: "\f211"
}

.la-gift:before {
    content: "\f212"
}

.la-git:before {
    content: "\f213"
}

.la-git-square:before {
    content: "\f214"
}

.la-github:before {
    content: "\f215"
}

.la-github-alt:before {
    content: "\f216"
}

.la-github-square:before {
    content: "\f217"
}

.la-glass:before {
    content: "\f218"
}

.la-globe:before {
    content: "\f219"
}

.la-google:before {
    content: "\f21a"
}

.la-google-plus:before {
    content: "\f21b"
}

.la-google-plus-square:before {
    content: "\f21c"
}

.la-google-wallet:before {
    content: "\f21d"
}

.la-graduation-cap:before {
    content: "\f21e"
}

.la-gittip:before, .la-gratipay:before {
    content: "\f21f"
}

.la-group:before {
    content: "\f220"
}

.la-h-square:before {
    content: "\f221"
}

.la-hacker-news:before {
    content: "\f222"
}

.la-hand-grab-o:before {
    content: "\f223"
}

.la-hand-lizard-o:before {
    content: "\f224"
}

.la-hand-o-down:before {
    content: "\f225"
}

.la-hand-o-left:before {
    content: "\f226"
}

.la-hand-o-right:before {
    content: "\f227"
}

.la-hand-o-up:before {
    content: "\f228"
}

.la-hand-paper-o:before {
    content: "\f229"
}

.la-hand-peace-o:before {
    content: "\f22a"
}

.la-hand-pointer-o:before {
    content: "\f22b"
}

.la-hand-rock-o:before {
    content: "\f22c"
}

.la-hand-scissors-o:before {
    content: "\f22d"
}

.la-hand-spock-o:before {
    content: "\f22e"
}

.la-hand-stop-o:before {
    content: "\f22f"
}

.la-hdd-o:before {
    content: "\f230"
}

.la-header:before {
    content: "\f231"
}

.la-headphones:before {
    content: "\f232"
}

.la-heart:before {
    content: "\f233"
}

.la-heart-o:before {
    content: "\f234"
}

.la-heartbeat:before {
    content: "\f235"
}

.la-history:before {
    content: "\f236"
}

.la-home:before {
    content: "\f237"
}

.la-hospital-o:before {
    content: "\f238"
}

.la-hotel:before {
    content: "\f239"
}

.la-hourglass:before {
    content: "\f23a"
}

.la-hourglass-1:before {
    content: "\f23b"
}

.la-hourglass-2:before {
    content: "\f23c"
}

.la-hourglass-3:before {
    content: "\f23d"
}

.la-hourglass-end:before {
    content: "\f23e"
}

.la-hourglass-half:before {
    content: "\f23f"
}

.la-hourglass-o:before {
    content: "\f240"
}

.la-hourglass-start:before {
    content: "\f241"
}

.la-houzz:before {
    content: "\f242"
}

.la-html5:before {
    content: "\f243"
}

.la-i-cursor:before {
    content: "\f244"
}

.la-ils:before {
    content: "\f245"
}

.la-image:before {
    content: "\f246"
}

.la-inbox:before {
    content: "\f247"
}

.la-indent:before {
    content: "\f248"
}

.la-industry:before {
    content: "\f249"
}

.la-info:before {
    content: "\f24a"
}

.la-info-circle:before {
    content: "\f24b"
}

.la-inr:before {
    content: "\f24c"
}

.la-instagram:before {
    content: "\f24d"
}

.la-institution:before {
    content: "\f24e"
}

.la-internet-explorer:before {
    content: "\f24f"
}

.la-ioxhost:before {
    content: "\f250"
}

.la-italic:before {
    content: "\f251"
}

.la-joomla:before {
    content: "\f252"
}

.la-jpy:before {
    content: "\f253"
}

.la-jsfiddle:before {
    content: "\f254"
}

.la-key:before {
    content: "\f255"
}

.la-keyboard-o:before {
    content: "\f256"
}

.la-krw:before {
    content: "\f257"
}

.la-language:before {
    content: "\f258"
}

.la-laptop:before {
    content: "\f259"
}

.la-lastfm:before {
    content: "\f25a"
}

.la-lastfm-square:before {
    content: "\f25b"
}

.la-leaf:before {
    content: "\f25c"
}

.la-leanpub:before {
    content: "\f25d"
}

.la-legal:before {
    content: "\f25e"
}

.la-lemon-o:before {
    content: "\f25f"
}

.la-level-down:before {
    content: "\f260"
}

.la-level-up:before {
    content: "\f261"
}

.la-life-bouy:before {
    content: "\f262"
}

.la-life-buoy:before {
    content: "\f263"
}

.la-life-ring:before, .la-support:before {
    content: "\f264"
}

.la-life-saver:before {
    content: "\f265"
}

.la-lightbulb-o:before {
    content: "\f266"
}

.la-line-chart:before {
    content: "\f267"
}

.la-link:before {
    content: "\f268"
}

.la-linkedin:before {
    content: "\f269"
}

.la-linkedin-square:before {
    content: "\f26a"
}

.la-linux:before {
    content: "\f26b"
}

.la-list:before {
    content: "\f26c"
}

.la-list-alt:before {
    content: "\f26d"
}

.la-list-ol:before {
    content: "\f26e"
}

.la-list-ul:before {
    content: "\f26f"
}

.la-location-arrow:before {
    content: "\f270"
}

.la-lock:before {
    content: "\f271"
}

.la-long-arrow-down:before {
    content: "\f272"
}

.la-long-arrow-left:before {
    content: "\f273"
}

.la-long-arrow-right:before {
    content: "\f274"
}

.la-long-arrow-up:before {
    content: "\f275"
}

.la-magic:before {
    content: "\f276"
}

.la-magnet:before {
    content: "\f277"
}

.la-mail-forward:before {
    content: "\f278"
}

.la-mail-reply:before {
    content: "\f279"
}

.la-mail-reply-all:before {
    content: "\f27a"
}

.la-male:before {
    content: "\f27b"
}

.la-map:before {
    content: "\f27c"
}

.la-map-marker:before {
    content: "\f27d"
}

.la-map-o:before {
    content: "\f27e"
}

.la-map-pin:before {
    content: "\f27f"
}

.la-map-signs:before {
    content: "\f280"
}

.la-mars:before {
    content: "\f281"
}

.la-mars-double:before {
    content: "\f282"
}

.la-mars-stroke:before {
    content: "\f283"
}

.la-mars-stroke-h:before {
    content: "\f284"
}

.la-mars-stroke-v:before {
    content: "\f285"
}

.la-maxcdn:before {
    content: "\f286"
}

.la-meanpath:before {
    content: "\f287"
}

.la-medium:before {
    content: "\f288"
}

.la-medkit:before {
    content: "\f289"
}

.la-meh-o:before {
    content: "\f28a"
}

.la-mercury:before {
    content: "\f28b"
}

.la-microphone:before {
    content: "\f28c"
}

.la-microphone-slash:before {
    content: "\f28d"
}

.la-minus:before {
    content: "\f28e"
}

.la-minus-circle:before {
    content: "\f28f"
}

.la-minus-square:before {
    content: "\f290"
}

.la-minus-square-o:before {
    content: "\f291"
}

.la-mobile:before {
    content: "\f292"
}

.la-mobile-phone:before {
    content: "\f293"
}

.la-money:before {
    content: "\f294"
}

.la-moon-o:before {
    content: "\f295"
}

.la-mortar-board:before {
    content: "\f296"
}

.la-motorcycle:before {
    content: "\f297"
}

.la-mouse-pointer:before {
    content: "\f298"
}

.la-music:before {
    content: "\f299"
}

.la-navicon:before {
    content: "\f29a"
}

.la-neuter:before {
    content: "\f29b"
}

.la-newspaper-o:before {
    content: "\f29c"
}

.la-object-group:before {
    content: "\f29d"
}

.la-object-ungroup:before {
    content: "\f29e"
}

.la-odnoklassniki:before {
    content: "\f29f"
}

.la-odnoklassniki-square:before {
    content: "\f2a0"
}

.la-opencart:before {
    content: "\f2a1"
}

.la-openid:before {
    content: "\f2a2"
}

.la-opera:before {
    content: "\f2a3"
}

.la-optin-monster:before {
    content: "\f2a4"
}

.la-outdent:before {
    content: "\f2a5"
}

.la-pagelines:before {
    content: "\f2a6"
}

.la-paint-brush:before {
    content: "\f2a7"
}

.la-paper-plane:before, .la-send:before {
    content: "\f2a8"
}

.la-paper-plane-o:before, .la-send-o:before {
    content: "\f2a9"
}

.la-paperclip:before {
    content: "\f2aa"
}

.la-paragraph:before {
    content: "\f2ab"
}

.la-paste:before {
    content: "\f2ac"
}

.la-pause:before, .template-section-expanding-accordion .footer-video .video-controls._play .btn-play:before, .template-section-expanding-accordion .footer-video .video-controls._play:hover .btn-play:before {
    content: "\f2ad"
}

.la-paw:before {
    content: "\f2ae"
}

.la-paypal:before {
    content: "\f2af"
}

.la-pencil:before {
    content: "\f2b0"
}

.la-pencil-square:before {
    content: "\f2b1"
}

.la-pencil-square-o:before {
    content: "\f2b2"
}

.la-phone:before {
    content: "\f2b3"
}

.la-phone-square:before {
    content: "\f2b4"
}

.la-photo:before {
    content: "\f2b5"
}

.la-picture-o:before {
    content: "\f2b6"
}

.la-pie-chart:before {
    content: "\f2b7"
}

.la-pied-piper:before {
    content: "\f2b8"
}

.la-pied-piper-alt:before {
    content: "\f2b9"
}

.la-pinterest:before {
    content: "\f2ba"
}

.la-pinterest-p:before {
    content: "\f2bb"
}

.la-pinterest-square:before {
    content: "\f2bc"
}

.la-plane:before {
    content: "\f2bd"
}

.la-play:before, .template-section-expanding-accordion .footer-video .video-controls .btn-play:before {
    content: "\f2be"
}

.la-play-circle:before {
    content: "\f2bf"
}

.la-play-circle-o:before {
    content: "\f2c0"
}

.la-plug:before {
    content: "\f2c1"
}

.la-plus:before {
    content: "\f2c2"
}

.la-plus-circle:before {
    content: "\f2c3"
}

.la-plus-square:before {
    content: "\f2c4"
}

.la-plus-square-o:before {
    content: "\f2c5"
}

.la-power-off:before {
    content: "\f2c6"
}

.la-print:before {
    content: "\f2c7"
}

.la-puzzle-piece:before {
    content: "\f2c8"
}

.la-qq:before {
    content: "\f2c9"
}

.la-qrcode:before {
    content: "\f2ca"
}

.la-question:before {
    content: "\f2cb"
}

.la-question-circle:before {
    content: "\f2cc"
}

.la-quote-left:before {
    content: "\f2cd"
}

.la-quote-right:before {
    content: "\f2ce"
}

.la-ra:before {
    content: "\f2cf"
}

.la-random:before {
    content: "\f2d0"
}

.la-rebel:before {
    content: "\f2d1"
}

.la-recycle:before {
    content: "\f2d2"
}

.la-reddit:before {
    content: "\f2d3"
}

.la-reddit-square:before {
    content: "\f2d4"
}

.la-refresh:before {
    content: "\f2d5"
}

.la-registered:before {
    content: "\f2d6"
}

.la-renren:before {
    content: "\f2d7"
}

.la-reorder:before {
    content: "\f2d8"
}

.la-repeat:before {
    content: "\f2d9"
}

.la-reply:before {
    content: "\f2da"
}

.la-reply-all:before {
    content: "\f2db"
}

.la-retweet:before {
    content: "\f2dc"
}

.la-rmb:before {
    content: "\f2dd"
}

.la-road:before {
    content: "\f2de"
}

.la-rocket:before {
    content: "\f2df"
}

.la-rotate-left:before {
    content: "\f2e0"
}

.la-rotate-right:before {
    content: "\f2e1"
}

.la-rouble:before {
    content: "\f2e2"
}

.la-feed:before, .la-rss:before {
    content: "\f2e3"
}

.la-rss-square:before {
    content: "\f2e4"
}

.la-rub:before {
    content: "\f2e5"
}

.la-ruble:before {
    content: "\f2e6"
}

.la-rupee:before {
    content: "\f2e7"
}

.la-safari:before {
    content: "\f2e8"
}

.la-save:before {
    content: "\f2e9"
}

.la-scissors:before {
    content: "\f2ea"
}

.la-search:before {
    content: "\f2eb"
}

.la-search-minus:before {
    content: "\f2ec"
}

.la-search-plus:before {
    content: "\f2ed"
}

.la-sellsy:before {
    content: "\f2ee"
}

.la-server:before {
    content: "\f2ef"
}

.la-share:before {
    content: "\f2f0"
}

.la-share-alt:before {
    content: "\f2f1"
}

.la-share-alt-square:before {
    content: "\f2f2"
}

.la-share-square:before {
    content: "\f2f3"
}

.la-share-square-o:before {
    content: "\f2f4"
}

.la-shekel:before {
    content: "\f2f5"
}

.la-sheqel:before {
    content: "\f2f6"
}

.la-shield:before {
    content: "\f2f7"
}

.la-ship:before {
    content: "\f2f8"
}

.la-shirtsinbulk:before {
    content: "\f2f9"
}

.la-shopping-cart:before {
    content: "\f2fa"
}

.la-sign-in:before {
    content: "\f2fb"
}

.la-sign-out:before {
    content: "\f2fc"
}

.la-signal:before {
    content: "\f2fd"
}

.la-simplybuilt:before {
    content: "\f2fe"
}

.la-sitemap:before {
    content: "\f2ff"
}

.la-skyatlas:before {
    content: "\f300"
}

.la-skype:before {
    content: "\f301"
}

.la-slack:before {
    content: "\f302"
}

.la-sliders:before {
    content: "\f303"
}

.la-slideshare:before {
    content: "\f304"
}

.la-smile-o:before {
    content: "\f305"
}

.la-sort:before, .la-unsorted:before {
    content: "\f306"
}

.la-sort-alpha-asc:before {
    content: "\f307"
}

.la-sort-alpha-desc:before {
    content: "\f308"
}

.la-sort-amount-asc:before {
    content: "\f309"
}

.la-sort-amount-desc:before {
    content: "\f30a"
}

.la-sort-asc:before, .la-sort-up:before {
    content: "\f30b"
}

.la-sort-desc:before, .la-sort-down:before {
    content: "\f30c"
}

.la-sort-numeric-asc:before {
    content: "\f30d"
}

.la-sort-numeric-desc:before {
    content: "\f30e"
}

.la-soundcloud:before {
    content: "\f30f"
}

.la-space-shuttle:before {
    content: "\f310"
}

.la-spinner:before {
    content: "\f311"
}

.la-spoon:before {
    content: "\f312"
}

.la-spotify:before {
    content: "\f313"
}

.la-square:before {
    content: "\f314"
}

.la-square-o:before {
    content: "\f315"
}

.la-stack-exchange:before {
    content: "\f316"
}

.la-stack-overflow:before {
    content: "\f317"
}

.la-star:before {
    content: "\f318"
}

.la-star-half:before {
    content: "\f319"
}

.la-star-half-empty:before, .la-star-half-full:before, .la-star-half-o:before {
    content: "\f31a"
}

.la-star-o:before {
    content: "\f31b"
}

.la-steam:before {
    content: "\f31c"
}

.la-steam-square:before {
    content: "\f31d"
}

.la-step-backward:before {
    content: "\f31e"
}

.la-step-forward:before {
    content: "\f31f"
}

.la-stethoscope:before {
    content: "\f320"
}

.la-sticky-note:before {
    content: "\f321"
}

.la-sticky-note-o:before {
    content: "\f322"
}

.la-stop:before {
    content: "\f323"
}

.la-street-view:before {
    content: "\f324"
}

.la-strikethrough:before {
    content: "\f325"
}

.la-stumbleupon:before {
    content: "\f326"
}

.la-stumbleupon-circle:before {
    content: "\f327"
}

.la-subscript:before {
    content: "\f328"
}

.la-subway:before {
    content: "\f329"
}

.la-suitcase:before {
    content: "\f32a"
}

.la-sun-o:before {
    content: "\f32b"
}

.la-superscript:before {
    content: "\f32c"
}

.la-table:before {
    content: "\f32d"
}

.la-tablet:before {
    content: "\f32e"
}

.la-tachometer:before {
    content: "\f32f"
}

.la-tag:before {
    content: "\f330"
}

.la-tags:before {
    content: "\f331"
}

.la-tasks:before {
    content: "\f332"
}

.la-taxi:before {
    content: "\f333"
}

.la-television:before, .la-tv:before {
    content: "\f334"
}

.la-tencent-weibo:before {
    content: "\f335"
}

.la-terminal:before {
    content: "\f336"
}

.la-text-height:before {
    content: "\f337"
}

.la-text-width:before {
    content: "\f338"
}

.la-th:before {
    content: "\f339"
}

.la-th-large:before {
    content: "\f33a"
}

.la-th-list:before {
    content: "\f33b"
}

.la-thumb-tack:before {
    content: "\f33c"
}

.la-thumbs-down:before {
    content: "\f33d"
}

.la-thumbs-o-down:before {
    content: "\f33e"
}

.la-thumbs-o-up:before {
    content: "\f33f"
}

.la-thumbs-up:before {
    content: "\f340"
}

.la-ticket:before {
    content: "\f341"
}

.la-remove:before, .la-times:before {
    content: "\f342"
}

.la-times-circle:before {
    content: "\f343"
}

.la-times-circle-o:before {
    content: "\f344"
}

.la-tint:before {
    content: "\f345"
}

.la-toggle-off:before {
    content: "\f346"
}

.la-toggle-on:before {
    content: "\f347"
}

.la-trademark:before {
    content: "\f348"
}

.la-train:before {
    content: "\f349"
}

.la-intersex:before, .la-transgender:before {
    content: "\f34a"
}

.la-transgender-alt:before {
    content: "\f34b"
}

.la-trash:before {
    content: "\f34c"
}

.la-trash-o:before {
    content: "\f34d"
}

.la-tree:before {
    content: "\f34e"
}

.la-trello:before {
    content: "\f34f"
}

.la-tripadvisor:before {
    content: "\f350"
}

.la-trophy:before {
    content: "\f351"
}

.la-truck:before {
    content: "\f352"
}

.la-try:before {
    content: "\f353"
}

.la-tty:before {
    content: "\f354"
}

.la-tumblr:before {
    content: "\f355"
}

.la-tumblr-square:before {
    content: "\f356"
}

.la-turkish-lira:before {
    content: "\f357"
}

.la-twitch:before {
    content: "\f358"
}

.la-twitter:before {
    content: "\f359"
}

.la-twitter-square:before {
    content: "\f35a"
}

.la-umbrella:before {
    content: "\f35b"
}

.la-underline:before {
    content: "\f35c"
}

.la-undo:before {
    content: "\f35d"
}

.la-university:before {
    content: "\f35e"
}

.la-unlink:before {
    content: "\f35f"
}

.la-unlock:before {
    content: "\f360"
}

.la-unlock-alt:before {
    content: "\f361"
}

.la-upload:before {
    content: "\f362"
}

.la-usd:before {
    content: "\f363"
}

.la-user:before {
    content: "\f364"
}

.la-user-md:before {
    content: "\f365"
}

.la-user-plus:before {
    content: "\f366"
}

.la-user-secret:before {
    content: "\f367"
}

.la-user-times:before {
    content: "\f368"
}

.la-users:before {
    content: "\f369"
}

.la-venus:before {
    content: "\f36a"
}

.la-venus-double:before {
    content: "\f36b"
}

.la-venus-mars:before {
    content: "\f36c"
}

.la-viacoin:before {
    content: "\f36d"
}

.la-video-camera:before {
    content: "\f36e"
}

.la-vimeo:before {
    content: "\f36f"
}

.la-vimeo-square:before {
    content: "\f370"
}

.la-vine:before {
    content: "\f371"
}

.la-vk:before {
    content: "\f372"
}

.la-volume-down:before {
    content: "\f373"
}

.la-volume-off:before {
    content: "\f374"
}

.la-volume-up:before {
    content: "\f375"
}

.la-warning:before {
    content: "\f376"
}

.la-wechat:before {
    content: "\f377"
}

.la-weibo:before {
    content: "\f378"
}

.la-weixin:before {
    content: "\f379"
}

.la-whatsapp:before {
    content: "\f37a"
}

.la-wheelchair:before {
    content: "\f37b"
}

.la-wifi:before {
    content: "\f37c"
}

.la-wikipedia-w:before {
    content: "\f37d"
}

.la-windows:before {
    content: "\f37e"
}

.la-won:before {
    content: "\f37f"
}

.la-wordpress:before {
    content: "\f380"
}

.la-wrench:before {
    content: "\f381"
}

.la-xing:before {
    content: "\f382"
}

.la-xing-square:before {
    content: "\f383"
}

.la-y-combinator:before {
    content: "\f384"
}

.la-y-combinator-square:before {
    content: "\f385"
}

.la-yahoo:before {
    content: "\f386"
}

.la-yc:before {
    content: "\f387"
}

.la-yc-square:before {
    content: "\f388"
}

.la-yelp:before {
    content: "\f389"
}

.la-yen:before {
    content: "\f38a"
}

.la-youtube:before {
    content: "\f38b"
}

.la-youtube-play:before {
    content: "\f38c"
}

.la-youtube-square:before {
    content: "\f38d"
}

@media (max-width: 991.98px) {
    #swipebox-close {
        top: 30px !important
    }
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

.main {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1px
}

@media (min-width: 768px) {
    .main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sidebar-primary .main {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.sidebar {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 768px) {
    .sidebar {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.h1, .h1-style, h1 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .h1, .h1-style, h1 {
        font-size: 80px;
        line-height: 84px
    }
}

.lead-text, .template-job-header .section-content p, .template-section-header [class^=container] .section-content p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .lead-text, .template-job-header .section-content p, .template-section-header [class^=container] .section-content p {
        font-size: 24px;
        line-height: 30px
    }
}

.lead-text-light, .section-hotline p.phone {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .lead-text-light, .section-hotline p.phone {
        font-size: 24px;
        line-height: 30px
    }
}

.h2, .h2-style, .tax-page-header .text-holder .title, .template-pdp_info-image .text-holder .title, .template-pdp_variation .bundle-holder .bundle-header h3, .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder h3, .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap h3, .template-section-text-image .text-holder .title, h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .h2, .h2-style, .tax-page-header .text-holder .title, .template-pdp_info-image .text-holder .title, .template-pdp_variation .bundle-holder .bundle-header h3, .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder h3, .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap h3, .template-section-text-image .text-holder .title, h2 {
        font-size: 30px;
        line-height: 42px
    }
}

.h3, .h3-style, .h3-style-spacing, .section-hotline h2, .tax-content .item-holder .txt-holder h3, .template-pdp_info-image .text-holder .sub_title, .template-section-content-holder .section-header .section-subtitle, .template-section-text-image .text-holder .sub_title, h3 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .h3, .h3-style, .h3-style-spacing, .section-hotline h2, .tax-content .item-holder .txt-holder h3, .template-pdp_info-image .text-holder .sub_title, .template-section-content-holder .section-header .section-subtitle, .template-section-text-image .text-holder .sub_title, h3 {
        font-size: 16px;
        line-height: 20px
    }
}

.h3-style-spacing {
    letter-spacing: 1.6px
}

#cookie-notice .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.button.wp-default.gdpr_cookie_button, .h4, .h4-style, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-contact-forms .section-header a.toggle-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.link-btn, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder a, .template-section-contact-forms .section-header .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.contact-btn, h4 {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 11px;
    line-height: 18px
}

@media (min-width: 992px) {
    #cookie-notice .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.button.wp-default.gdpr_cookie_button, .h4, .h4-style, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-contact-forms .section-header a.toggle-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.link-btn, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder a, .template-section-contact-forms .section-header .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.contact-btn, h4 {
        font-size: 13px;
        line-height: 18px
    }
}

.h5, .h5-style, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder .title-wrap h5, h5 {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .h5, .h5-style, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder .title-wrap h5, h5 {
        font-size: 18px;
        line-height: 30px
    }
}

.h6, .h6-style, .template-pdp_accessories .section-filters ul li span, h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.6px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .h6, .h6-style, .template-pdp_accessories .section-filters ul li span, h6 {
        font-size: 14px;
        line-height: 18px
    }
}

#cookie-notice .button.wp-default.gdpr_cookie_button, .button-typo, .link-btn, .template-section-contact-forms .section-header .toggle-button, .template-section-locations-widget .section-content .location-item .contact-btn {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 11px
}

@media (min-width: 992px) {
    #cookie-notice .button.wp-default.gdpr_cookie_button, .button-typo, .link-btn, .template-section-contact-forms .section-header .toggle-button, .template-section-locations-widget .section-content .location-item .contact-btn {
        font-size: 14px
    }
}

.body-text, .tax-page-header .text-holder .content-entry, .template-pdp_colorcode .description-holder p, .template-pdp_info-image .text-holder .content-entry, .template-section-content-holder .section-content, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-header p, .template-section-downloads .section-header p, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .description p, .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap p, .template-section-text-image .text-holder .content-entry {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .body-text, .tax-page-header .text-holder .content-entry, .template-pdp_colorcode .description-holder p, .template-pdp_info-image .text-holder .content-entry, .template-section-content-holder .section-content, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-header p, .template-section-downloads .section-header p, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .description p, .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap p, .template-section-text-image .text-holder .content-entry {
        font-size: 16px;
        line-height: 32px
    }
}

.section-text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0
}

.section-hotline p, .small-text, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder p, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder ul li, .template-pdp_colorcode .colorcode-item .txt-holder .info-use, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info span, footer.content-info .row-links .widget, footer.content-info .row-links .widget > ul li .sub-menu li, footer.content-info .row-links .widget > ul li .sub-menu li a {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .section-hotline p, .small-text, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder p, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder ul li, .template-pdp_colorcode .colorcode-item .txt-holder .info-use, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info span, footer.content-info .row-links .widget, footer.content-info .row-links .widget > ul li .sub-menu li, footer.content-info .row-links .widget > ul li .sub-menu li a {
        font-size: 14px;
        line-height: 25px
    }
}

.small-text-bold, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder h4, .template-pdp_colorcode .colorcode-item .txt-holder .info-use p strong, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .txt-holder, footer.content-info .row-links .widget > ul li > a {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .small-text-bold, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder h4, .template-pdp_colorcode .colorcode-item .txt-holder .info-use p strong, .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .txt-holder, footer.content-info .row-links .widget > ul li > a {
        font-size: 14px;
        line-height: 17px
    }
}

.small-text-element, .tax-content .item-holder .txt-holder p, .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder p, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .lead p, .template-section-kundenwelten .section-content .kundenwelt-item .txt-holder p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft, .alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width: 768px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }

    .alignright {
        float: right;
        margin-left: .5rem
    }
}

.entry-content .alignfull {
    width: auto;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    position: relative;
    overflow: hidden
}

.entry-content .alignfull img {
    width: 100vw
}

.entry-content .alignfull figure img, .entry-content .alignfull video {
    width: 100%
}

.entry-content .alignwide {
    width: auto;
    position: relative;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width: 1200px) {
    .entry-content .alignwide {
        margin-left: -80px;
        margin-right: -80px
    }
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background: 0 0;
    color: #000
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper {
    background: #fff
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/images/loader.svg) 50% no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #efefef;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #cacaca
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) no-repeat 0 -32px
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) no-repeat -43px -32px
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    pointer-events: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.gdpr_cookie_block .cookie-notice-container {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .gdpr_cookie_block .cookie-notice-container {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.gdpr_cookie_block .gdpr_cookie_text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    max-width: 960px;
    font-weight: 300
}

.gdpr_cookie_block .gdpr_cookie_text a {
    color: inherit
}

.gdpr_cookie_block .gdpr_cookie_button {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#cookie-notice .button.wp-default.gdpr_cookie_button {
    display: block;
    border: 2px solid #fff;
    border-radius: 0;
    background: none !important;
    color: #fff !important;
    margin-top: 30px
}

@media (min-width: 992px) {
    #cookie-notice .button.wp-default.gdpr_cookie_button {
        margin-top: 0;
        margin-left: 5%
    }
}

#BorlabsCookieBox .cookie-box .cookie-logo {
    width: 200px;
    max-width: none;
    padding: 0;
    margin-bottom: 20px
}

#BorlabsCookieBox .cookie-box ._brlbs-flex-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

#BorlabsCookieBox .cookie-box ._brlbs-flex-center h3 {
    width: 100%
}

.page-badges {
    position: fixed;
    top: 87px;
    right: 44px;
    z-index: 2;
    display: none
}

@media (min-width: 1200px) {
    .page-badges {
        display: block
    }
}

.page-badges img {
    width: 88px;
    height: auto;
    cursor: pointer
}

body, html {
    height: 100%;
    min-height: 100%
}

body:before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    body:before {
        transition: none
    }
}

body.search-active:before {
    opacity: 1;
    visibility: visible;
    z-index: 4
}

header.banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #000;
    height: auto
}

@media (max-width: 767.98px) {
    header.banner {
        height: 48px;
        overflow: hidden;
        transition: .3s
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    header.banner {
        transition: none
    }
}

@media (max-width: 767.98px) {
    .menu-open header.banner {
        height: 100%
    }
}

.search-active header.banner .menu-search-holder .search-holder {
    opacity: 1;
    visibility: visible
}

.search-active header.banner .menu-search-holder .nav-primary {
    opacity: 0;
    visibility: hidden
}

header.banner [class^=container] {
    padding-left: 36px;
    padding-right: 36px
}

@media (max-width: 767.98px) {
    header.banner [class^=container] {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        height: 100%
    }
}

@media (max-width: 767.98px) {
    header.banner [class^=container] > .row {
        position: relative;
        height: 100%
    }
}

header.banner .logo-holder {
    overflow: hidden
}

@media (max-width: 767.98px) {
    header.banner .logo-holder {
        height: 48px
    }
}

@media (min-width: 768px) {
    header.banner .logo-holder {
        position: relative !important
    }
}

header.banner .logo-holder:before {
    content: "";
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 32px;
    pointer-events: unset;
    width: auto;
    background-color: #000
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    header.banner .logo-holder:before {
        display: block
    }
}

header.banner .logo-holder .brand {
    padding: 15px 0;
    display: block;
    position: relative
}

@media (max-width: 767.98px) {
    header.banner .logo-holder .brand {
        padding: 17px 0;
        position: absolute;
        top: 0;
        left: 48px;
        right: 48px;
        height: 48px
    }
}

@media (min-width: 768px) {
    header.banner .logo-holder .brand {
        float: left
    }
}

header.banner .logo-holder .brand img {
    display: block;
    vertical-align: middle;
    max-height: 24px;
    height: 18px;
    width: auto
}

@media (max-width: 767.98px) {
    header.banner .logo-holder .brand img {
        margin: 0 auto;
        height: 14px
    }
}

header.banner .logo-holder .menu-trigger {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    float: left;
    padding: 0 14px
}

header.banner .logo-holder .menu-trigger span {
    width: 20px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 14px;
    margin: -1px 0 0;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .logo-holder .menu-trigger span {
        transition: none
    }
}

.menu-open header.banner .logo-holder .menu-trigger span {
    background: 0 0
}

header.banner .logo-holder .menu-trigger span:after, header.banner .logo-holder .menu-trigger span:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .logo-holder .menu-trigger span:after, header.banner .logo-holder .menu-trigger span:before {
        transition: none
    }
}

header.banner .logo-holder .menu-trigger span:before {
    top: -5px
}

.menu-open header.banner .logo-holder .menu-trigger span:before {
    top: 0;
    transform: rotate(45deg)
}

header.banner .logo-holder .menu-trigger span:after {
    top: 5px
}

.menu-open header.banner .logo-holder .menu-trigger span:after {
    top: 0;
    transform: rotate(-45deg)
}

header.banner .logo-holder .mobile-search-btn {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    float: right;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    color: #fff
}

.menu-open header.banner .logo-holder .mobile-search-btn {
    opacity: 0;
    visibility: hidden
}

header.banner.stuck .menu-search-holder .nav-primary .nav > li > ul {
    padding-top: 8px
}

header.banner.stuck .menu-search-holder .nav-primary .nav > li > ul > li > a {
    padding-bottom: 16px
}

header.banner.stuck .menu-search-holder .nav-primary .nav > li > ul > li > a:before {
    height: 0;
    opacity: 0
}

@media (max-width: 767.98px) {
    header.banner .menu-search-holder {
        opacity: 0;
        visibility: hidden;
        position: relative;
        height: calc(100% - 48px);
        transition: .3s
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder {
        transition: none
    }
}

@media (min-width: 768px) {
    .search-active header.banner .menu-search-holder {
        position: relative;
        overflow: hidden
    }
}

@media (min-width: 768px) {
    .search-active header.banner .menu-search-holder .search-close-inline {
        display: block
    }
}

@media (max-width: 767.98px) {
    .menu-open header.banner .menu-search-holder {
        opacity: 1;
        visibility: visible;
        transition: .4s .4s
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .menu-open header.banner .menu-search-holder {
        transition: none
    }
}

header.banner .menu-search-holder .nav-primary:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, transparent 0, #000);
    z-index: 2
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary:after {
        display: none
    }
}

@media (max-width: 767.98px) {
    header.banner .menu-search-holder .nav-primary {
        position: relative;
        z-index: 2;
        height: calc(100% - 110px)
    }
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary {
        opacity: 1;
        visibility: visible;
        transition: .2s .3s
    }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder .nav-primary {
        transition: none
    }
}

@media (min-width: 768px) {
    .search-active header.banner .menu-search-holder .nav-primary {
        transition: .3s
    }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .search-active header.banner .menu-search-holder .nav-primary {
        transition: none
    }
}

header.banner .menu-search-holder .nav-primary .nav {
    display: block
}

@media (max-width: 767.98px) {
    header.banner .menu-search-holder .nav-primary .nav {
        position: relative;
        height: 100%;
        padding-bottom: 48px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

header.banner .menu-search-holder .nav-primary .nav > li {
    border-bottom: 1px solid #262626;
    margin: 0 20px
}

header.banner .menu-search-holder .nav-primary .nav > li.custom-menu-eggstacy {
    min-width: 70px
}

header.banner .menu-search-holder .nav-primary .nav > li.custom-menu-eggstacy > a {
    background: url(/images/EGGSTASY-Wortmarke_gld.svg) no-repeat 0;
    display: block;
    text-indent: -9999px;
    background-size: auto 14px
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary .nav > li.custom-menu-eggstacy > a {
        background-position: 50%
    }
}

header.banner .menu-search-holder .nav-primary .nav > li.custom-menu-one > a {
    background: url(/images/one-menu.svg) no-repeat 0;
    display: block;
    text-indent: -9999px
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary .nav > li.custom-menu-one > a {
        background-position: 50%
    }
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary .nav > li {
        margin: 0;
        border-bottom: none;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        text-align: center;
        z-index: 1
    }
}

header.banner .menu-search-holder .nav-primary .nav > li > a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder .nav-primary .nav > li > a {
        transition: none
    }
}

header.banner .menu-search-holder .nav-primary .nav > li > a:hover {
    text-decoration: none
}

header.banner .menu-search-holder .nav-primary .nav > li:hover {
    z-index: 2
}

.no-touchevents header.banner .menu-search-holder .nav-primary .nav > li:hover > a {
    opacity: .6
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary .nav > li:hover > ul {
        opacity: 1 !important;
        visibility: visible !important
    }
}

@media (min-width: 768px) {
    body:not(.cpt_product-template-default) header.banner .menu-search-holder .nav-primary .nav > li.active > ul {
        opacity: 1;
        visibility: visible
    }

    body.downloads header.banner .menu-search-holder .nav-primary .nav > li.active > ul {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 767.98px) {
    header.banner .menu-search-holder .nav-primary .nav > li.menu-item-has-children {
        position: relative
    }
}

header.banner .menu-search-holder .nav-primary .nav > li.menu-item-has-children:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
    text-align: right;
    color: #fff
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary .nav > li.menu-item-has-children:after {
        display: none
    }
}

header.banner .menu-search-holder .nav-primary .nav > li.menu-item-has-children > a {
    pointer-events: none;
    cursor: pointer
}

@media (max-width: 767.98px) {
    header.banner .menu-search-holder .nav-primary .nav > li.menu-item-has-children > a {
        display: block
    }
}

header.banner .menu-search-holder .nav-primary .nav > li > ul {
    top: 48px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    background: #171717;
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    transition: .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    header.banner .menu-search-holder .nav-primary .nav > li > ul {
        display: none
    }
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder .nav-primary .nav > li > ul {
        transition: none
    }
}

header.banner .menu-search-holder .nav-primary .nav > li > ul li {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px;
    padding: 0 10px;
    text-align: center
}

header.banner .menu-search-holder .nav-primary .nav > li > ul li.active a {
    color: #f9b004
}

header.banner .menu-search-holder .nav-primary .nav > li > ul li.active a:after {
    opacity: 1
}

header.banner .menu-search-holder .nav-primary .nav > li > ul li a {
    display: block;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-bottom: 30px;
    position: relative
}

header.banner .menu-search-holder .nav-primary .nav > li > ul li a:hover {
    text-decoration: none;
    color: #f9b004
}

header.banner .menu-search-holder .nav-primary .nav > li > ul li a:before {
    content: "";
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 8px;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder .nav-primary .nav > li > ul li a:before {
        transition: none
    }
}

header.banner .menu-search-holder .nav-primary .nav > li > ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f9b004;
    opacity: 0
}

header.banner .menu-search-holder .nav-primary .menu-stage {
    position: absolute;
    overflow: auto;
    top: 0;
    width: 100%;
    left: 20%;
    bottom: 0;
    z-index: 3;
    background: #000;
    opacity: 0;
    visibility: hidden;
    padding: 0 15px 40px;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder .nav-primary .menu-stage {
        transition: none
    }
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .nav-primary .menu-stage {
        display: none
    }
}

header.banner .menu-search-holder .nav-primary .menu-stage .back-top {
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
    line-height: 48px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 5px
}

header.banner .menu-search-holder .nav-primary .menu-stage .back-top:before {
    margin-right: 10px
}

header.banner .menu-search-holder .nav-primary .menu-stage .menu {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

header.banner .menu-search-holder .nav-primary .menu-stage .menu li {
    width: 50%;
    float: left;
    position: relative;
    height: 0;
    padding-bottom: 50%
}

header.banner .menu-search-holder .nav-primary .menu-stage .menu li.active a {
    color: #f9b004;
    border-color: #f9b004
}

header.banner .menu-search-holder .nav-primary .menu-stage .menu li a {
    border: 1px solid #262626;
    padding: 64% 0 0;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 100;
    text-align: center
}

header.banner .menu-search-holder .nav-primary .menu-stage .menu li a:hover {
    text-decoration: none
}

header.banner .menu-search-holder .nav-primary .menu-stage .menu li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 40%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder .nav-primary .menu-stage .menu li a:before {
        transition: none
    }
}

@media (max-width: 767.98px) {
    header.banner .menu-search-holder .nav-primary.sub-open {
        height: calc(100% - 55px)
    }
}

header.banner .menu-search-holder .nav-primary.sub-open .menu-stage {
    left: 0;
    opacity: 1;
    visibility: visible
}

header.banner .menu-search-holder .search-holder {
    padding: 0 15px 20px;
    border-bottom: 1px solid #262626
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .search-holder {
        display: block;
        border-bottom: none;
        padding: 7px 40px 7px 0;
        position: absolute;
        opacity: 0;
        left: 40px;
        right: 40px;
        visibility: hidden
    }
}

header.banner .menu-search-holder .search-holder .promagnifier {
    position: relative;
    top: 3px;
    opacity: .4
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .search-holder .promagnifier {
        opacity: 1
    }
}

header.banner .menu-search-holder .search-holder .proinput {
    margin: 0
}

header.banner .menu-search-holder .search-holder #ajaxsearchpro1_1 {
    background: #2d2d2d;
    padding: 1px 0 5px
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .search-holder #ajaxsearchpro1_1 {
        background: 0 0;
        padding: 0
    }
}

header.banner .menu-search-holder .search-holder #ajaxsearchpro1_1 .probox .proinput input.autocomplete {
    font-size: 16px;
    font-weight: 300
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .search-holder #ajaxsearchpro1_1 .probox .proloading {
        margin-right: 40px
    }
}

header.banner .menu-search-holder .search-holder #ajaxsearchpro1_1 .probox .proinput input.orig {
    font-size: 16px;
    font-weight: 300
}

header.banner .menu-search-holder .search-holder #ajaxsearchpro1_1 .probox .proinput input.orig::-webkit-input-placeholder {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 16px
}

@media (min-width: 768px) {
    header.banner .menu-search-holder .search-holder > * {
        opacity: 0;
        visibility: hidden;
        transform: translateX(40px);
        transition: .3s
    }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    header.banner .menu-search-holder .search-holder > * {
        transition: none
    }
}

@media (min-width: 768px) {
    .search-active header.banner .menu-search-holder .search-holder > * {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: .4s .3s
    }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .search-active header.banner .menu-search-holder .search-holder > * {
        transition: none
    }
}

header.banner .menu-search-holder .search-close-inline {
    display: none;
    position: absolute;
    top: 0;
    right: 72px;
    color: #fff;
    cursor: pointer;
    width: 32px;
    height: 48px;
    text-align: center;
    font-size: 21px;
    padding: 8px 0
}

.pdp-quickmenu header.banner .menu-search-holder .search-close-inline strong:after, .pdp-quickmenu header.banner .menu-search-holder .search-close-inline strong:before, .pdp-quickmenu ul header.banner .menu-search-holder .search-close-inline li:after, .quick-scroll-download header.banner .menu-search-holder .search-close-inline strong:after, .quick-scroll-download header.banner .menu-search-holder .search-close-inline strong:before, .quick-scroll-download ul header.banner .menu-search-holder .search-close-inline li:after, .search .navigation.posts-navigation .nav-links header.banner .menu-search-holder .search-close-inline a:before, .template-pdp_accessories .section-filters ul header.banner .menu-search-holder .search-close-inline li:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg header.banner .menu-search-holder .search-close-inline .downloads-subheader:after, .template-section-expanding-accordion .footer-video .video-controls header.banner .menu-search-holder .search-close-inline .btn-play, article .entry-content ul:not([class^=wp-block]) header.banner .menu-search-holder .search-close-inline li:before, footer.content-info .row-links .widget > ul header.banner .menu-search-holder .search-close-inline li.menu-item-has-children > a:after, header.banner .back-languages .menu-search-holder .search-close-inline span:before, header.banner .menu-search-holder .nav-primary .menu-stage .search-close-inline .back-top:before, header.banner .menu-search-holder .nav-primary .search-close-inline .nav > li.menu-item-has-children:after, header.banner .menu-search-holder .search-close-inline .back-languages span:before, header.banner .menu-search-holder .search-close-inline .la, header.banner .menu-search-holder .search-close-inline .language-switch-mobile > li > a:after, header.banner .menu-search-holder .search-close-inline .nav-primary .menu-stage .back-top:before, header.banner .menu-search-holder .search-close-inline .nav-primary .nav > li.menu-item-has-children:after, header.banner .menu-search-holder .search-close-inline .pdp-quickmenu strong:after, header.banner .menu-search-holder .search-close-inline .pdp-quickmenu strong:before, header.banner .menu-search-holder .search-close-inline .pdp-quickmenu ul li:after, header.banner .menu-search-holder .search-close-inline .quick-scroll-download strong:after, header.banner .menu-search-holder .search-close-inline .quick-scroll-download strong:before, header.banner .menu-search-holder .search-close-inline .quick-scroll-download ul li:after, header.banner .menu-search-holder .search-close-inline .search .navigation.posts-navigation .nav-links a:before, header.banner .menu-search-holder .search-close-inline .template-pdp_accessories .section-filters ul li:after, header.banner .menu-search-holder .search-close-inline .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader:after, header.banner .menu-search-holder .search-close-inline .template-section-expanding-accordion .footer-video .video-controls .btn-play, header.banner .menu-search-holder .search-close-inline article .entry-content ul:not([class^=wp-block]) li:before, header.banner .menu-search-holder .search-close-inline footer.content-info .row-links .widget > ul li.menu-item-has-children > a:after {
    line-height: 32px
}

.pdp-quickmenu header.banner .menu-search-holder .search-close-inline strong.la-times:after, .pdp-quickmenu header.banner .menu-search-holder .search-close-inline strong.la-times:before, .pdp-quickmenu ul header.banner .menu-search-holder .search-close-inline li.la-times:after, .quick-scroll-download header.banner .menu-search-holder .search-close-inline strong.la-times:after, .quick-scroll-download header.banner .menu-search-holder .search-close-inline strong.la-times:before, .quick-scroll-download ul header.banner .menu-search-holder .search-close-inline li.la-times:after, .search .navigation.posts-navigation .nav-links header.banner .menu-search-holder .search-close-inline a.la-times:before, .template-pdp_accessories .section-filters ul header.banner .menu-search-holder .search-close-inline li.la-times:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg header.banner .menu-search-holder .search-close-inline .la-times.downloads-subheader:after, .template-section-expanding-accordion .footer-video .video-controls header.banner .menu-search-holder .search-close-inline .la-times.btn-play, article .entry-content ul:not([class^=wp-block]) header.banner .menu-search-holder .search-close-inline li.la-times:before, footer.content-info .row-links .widget > ul header.banner .menu-search-holder .search-close-inline li.menu-item-has-children > a.la-times:after, header.banner .back-languages .menu-search-holder .search-close-inline span.la-times:before, header.banner .menu-search-holder .nav-primary .menu-stage .search-close-inline .la-times.back-top:before, header.banner .menu-search-holder .nav-primary .search-close-inline .nav > li.la-times.menu-item-has-children:after, header.banner .menu-search-holder .search-close-inline .back-languages span.la-times:before, header.banner .menu-search-holder .search-close-inline .la.la-times, header.banner .menu-search-holder .search-close-inline .language-switch-mobile > li > a.la-times:after, header.banner .menu-search-holder .search-close-inline .nav-primary .menu-stage .la-times.back-top:before, header.banner .menu-search-holder .search-close-inline .nav-primary .nav > li.la-times.menu-item-has-children:after, header.banner .menu-search-holder .search-close-inline .pdp-quickmenu strong.la-times:after, header.banner .menu-search-holder .search-close-inline .pdp-quickmenu strong.la-times:before, header.banner .menu-search-holder .search-close-inline .pdp-quickmenu ul li.la-times:after, header.banner .menu-search-holder .search-close-inline .quick-scroll-download strong.la-times:after, header.banner .menu-search-holder .search-close-inline .quick-scroll-download strong.la-times:before, header.banner .menu-search-holder .search-close-inline .quick-scroll-download ul li.la-times:after, header.banner .menu-search-holder .search-close-inline .search .navigation.posts-navigation .nav-links a.la-times:before, header.banner .menu-search-holder .search-close-inline .template-pdp_accessories .section-filters ul li.la-times:after, header.banner .menu-search-holder .search-close-inline .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .la-times.downloads-subheader:after, header.banner .menu-search-holder .search-close-inline .template-section-expanding-accordion .footer-video .video-controls .la-times.btn-play, header.banner .menu-search-holder .search-close-inline article .entry-content ul:not([class^=wp-block]) li.la-times:before, header.banner .menu-search-holder .search-close-inline footer.content-info .row-links .widget > ul li.menu-item-has-children > a.la-times:after {
    display: block
}

@media (max-width: 767.98px) {
    header.banner .menu-addons {
        position: absolute;
        bottom: 0;
        top: 109px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        pointer-events: none
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    header.banner .menu-addons {
        transition: none
    }
}

@media (max-width: 767.98px) {
    .menu-open header.banner .menu-addons {
        opacity: 1;
        visibility: visible;
        transition: .4s .4s
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .menu-open header.banner .menu-addons {
        transition: none
    }
}

header.banner .menu-addons .search-btn {
    float: right;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    width: 32px;
    height: 48px;
    text-align: center;
    font-size: 21px;
    padding: 8px 0;
    transition: .2s .3s
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header.banner .menu-addons .search-btn {
        margin-right: 0
    }
}

@media (min-width: 1440px) {
    header.banner .menu-addons .search-btn {
        margin-right: 20px
    }
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-addons .search-btn {
        transition: none
    }
}

.pdp-quickmenu header.banner .menu-addons .search-btn strong:after, .pdp-quickmenu header.banner .menu-addons .search-btn strong:before, .pdp-quickmenu ul header.banner .menu-addons .search-btn li:after, .quick-scroll-download header.banner .menu-addons .search-btn strong:after, .quick-scroll-download header.banner .menu-addons .search-btn strong:before, .quick-scroll-download ul header.banner .menu-addons .search-btn li:after, .search .navigation.posts-navigation .nav-links header.banner .menu-addons .search-btn a:before, .template-pdp_accessories .section-filters ul header.banner .menu-addons .search-btn li:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg header.banner .menu-addons .search-btn .downloads-subheader:after, .template-section-expanding-accordion .footer-video .video-controls header.banner .menu-addons .search-btn .btn-play, article .entry-content ul:not([class^=wp-block]) header.banner .menu-addons .search-btn li:before, footer.content-info .row-links .widget > ul header.banner .menu-addons .search-btn li.menu-item-has-children > a:after, header.banner .back-languages .menu-addons .search-btn span:before, header.banner .menu-addons .search-btn .back-languages span:before, header.banner .menu-addons .search-btn .la, header.banner .menu-addons .search-btn .language-switch-mobile > li > a:after, header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .menu-stage .back-top:before, header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .nav > li.menu-item-has-children:after, header.banner .menu-addons .search-btn .pdp-quickmenu strong:after, header.banner .menu-addons .search-btn .pdp-quickmenu strong:before, header.banner .menu-addons .search-btn .pdp-quickmenu ul li:after, header.banner .menu-addons .search-btn .quick-scroll-download strong:after, header.banner .menu-addons .search-btn .quick-scroll-download strong:before, header.banner .menu-addons .search-btn .quick-scroll-download ul li:after, header.banner .menu-addons .search-btn .search .navigation.posts-navigation .nav-links a:before, header.banner .menu-addons .search-btn .template-pdp_accessories .section-filters ul li:after, header.banner .menu-addons .search-btn .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader:after, header.banner .menu-addons .search-btn .template-section-expanding-accordion .footer-video .video-controls .btn-play, header.banner .menu-addons .search-btn article .entry-content ul:not([class^=wp-block]) li:before, header.banner .menu-addons .search-btn footer.content-info .row-links .widget > ul li.menu-item-has-children > a:after, header.banner .menu-search-holder .nav-primary .menu-addons .search-btn .nav > li.menu-item-has-children:after, header.banner .menu-search-holder .nav-primary .menu-stage .menu-addons .search-btn .back-top:before {
    line-height: 32px
}

.pdp-quickmenu header.banner .menu-addons .search-btn strong.la-search:after, .pdp-quickmenu header.banner .menu-addons .search-btn strong.la-search:before, .pdp-quickmenu ul header.banner .menu-addons .search-btn li.la-search:after, .quick-scroll-download header.banner .menu-addons .search-btn strong.la-search:after, .quick-scroll-download header.banner .menu-addons .search-btn strong.la-search:before, .quick-scroll-download ul header.banner .menu-addons .search-btn li.la-search:after, .search .navigation.posts-navigation .nav-links header.banner .menu-addons .search-btn a.la-search:before, .template-pdp_accessories .section-filters ul header.banner .menu-addons .search-btn li.la-search:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg header.banner .menu-addons .search-btn .la-search.downloads-subheader:after, .template-section-expanding-accordion .footer-video .video-controls header.banner .menu-addons .search-btn .la-search.btn-play, article .entry-content ul:not([class^=wp-block]) header.banner .menu-addons .search-btn li.la-search:before, footer.content-info .row-links .widget > ul header.banner .menu-addons .search-btn li.menu-item-has-children > a.la-search:after, header.banner .back-languages .menu-addons .search-btn span.la-search:before, header.banner .menu-addons .search-btn .back-languages span.la-search:before, header.banner .menu-addons .search-btn .la.la-search, header.banner .menu-addons .search-btn .language-switch-mobile > li > a.la-search:after, header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .menu-stage .la-search.back-top:before, header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .nav > li.la-search.menu-item-has-children:after, header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-search:after, header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-search:before, header.banner .menu-addons .search-btn .pdp-quickmenu ul li.la-search:after, header.banner .menu-addons .search-btn .quick-scroll-download strong.la-search:after, header.banner .menu-addons .search-btn .quick-scroll-download strong.la-search:before, header.banner .menu-addons .search-btn .quick-scroll-download ul li.la-search:after, header.banner .menu-addons .search-btn .search .navigation.posts-navigation .nav-links a.la-search:before, header.banner .menu-addons .search-btn .template-pdp_accessories .section-filters ul li.la-search:after, header.banner .menu-addons .search-btn .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .la-search.downloads-subheader:after, header.banner .menu-addons .search-btn .template-section-expanding-accordion .footer-video .video-controls .la-search.btn-play, header.banner .menu-addons .search-btn article .entry-content ul:not([class^=wp-block]) li.la-search:before, header.banner .menu-addons .search-btn footer.content-info .row-links .widget > ul li.menu-item-has-children > a.la-search:after, header.banner .menu-search-holder .nav-primary .menu-addons .search-btn .nav > li.la-search.menu-item-has-children:after, header.banner .menu-search-holder .nav-primary .menu-stage .menu-addons .search-btn .la-search.back-top:before {
    display: block
}

.pdp-quickmenu .search-active header.banner .menu-addons .search-btn strong.la-search:after, .pdp-quickmenu .search-active header.banner .menu-addons .search-btn strong.la-search:before, .pdp-quickmenu header.banner .menu-addons .search-btn strong.la-times:after, .pdp-quickmenu header.banner .menu-addons .search-btn strong.la-times:before, .pdp-quickmenu ul .search-active header.banner .menu-addons .search-btn li.la-search:after, .pdp-quickmenu ul header.banner .menu-addons .search-btn li.la-times:after, .quick-scroll-download .search-active header.banner .menu-addons .search-btn strong.la-search:after, .quick-scroll-download .search-active header.banner .menu-addons .search-btn strong.la-search:before, .quick-scroll-download header.banner .menu-addons .search-btn strong.la-times:after, .quick-scroll-download header.banner .menu-addons .search-btn strong.la-times:before, .quick-scroll-download ul .search-active header.banner .menu-addons .search-btn li.la-search:after, .quick-scroll-download ul header.banner .menu-addons .search-btn li.la-times:after, .search-active header.banner .back-languages .menu-addons .search-btn span.la-search:before, .search-active header.banner .menu-addons .search-btn .back-languages span.la-search:before, .search-active header.banner .menu-addons .search-btn .la.la-search, .search-active header.banner .menu-addons .search-btn .language-switch-mobile > li > a.la-search:after, .search-active header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .menu-stage .la-search.back-top:before, .search-active header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .nav > li.la-search.menu-item-has-children:after, .search-active header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-search:after, .search-active header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-search:before, .search-active header.banner .menu-addons .search-btn .pdp-quickmenu ul li.la-search:after, .search-active header.banner .menu-addons .search-btn .quick-scroll-download strong.la-search:after, .search-active header.banner .menu-addons .search-btn .quick-scroll-download strong.la-search:before, .search-active header.banner .menu-addons .search-btn .quick-scroll-download ul li.la-search:after, .search-active header.banner .menu-addons .search-btn .search .navigation.posts-navigation .nav-links a.la-search:before, .search-active header.banner .menu-addons .search-btn .template-pdp_accessories .section-filters ul li.la-search:after, .search-active header.banner .menu-addons .search-btn .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .la-search.downloads-subheader:after, .search-active header.banner .menu-addons .search-btn .template-section-expanding-accordion .footer-video .video-controls .la-search.btn-play, .search-active header.banner .menu-addons .search-btn article .entry-content ul:not([class^=wp-block]) li.la-search:before, .search-active header.banner .menu-addons .search-btn footer.content-info .row-links .widget > ul li.menu-item-has-children > a.la-search:after, .search-active header.banner .menu-search-holder .nav-primary .menu-addons .search-btn .nav > li.la-search.menu-item-has-children:after, .search-active header.banner .menu-search-holder .nav-primary .menu-stage .menu-addons .search-btn .la-search.back-top:before, .search .navigation.posts-navigation .nav-links .search-active header.banner .menu-addons .search-btn a.la-search:before, .search .navigation.posts-navigation .nav-links header.banner .menu-addons .search-btn a.la-times:before, .template-pdp_accessories .section-filters ul .search-active header.banner .menu-addons .search-btn li.la-search:after, .template-pdp_accessories .section-filters ul header.banner .menu-addons .search-btn li.la-times:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .search-active header.banner .menu-addons .search-btn .la-search.downloads-subheader:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg header.banner .menu-addons .search-btn .la-times.downloads-subheader:after, .template-section-expanding-accordion .footer-video .video-controls .search-active header.banner .menu-addons .search-btn .la-search.btn-play, .template-section-expanding-accordion .footer-video .video-controls header.banner .menu-addons .search-btn .la-times.btn-play, article .entry-content ul:not([class^=wp-block]) .search-active header.banner .menu-addons .search-btn li.la-search:before, article .entry-content ul:not([class^=wp-block]) header.banner .menu-addons .search-btn li.la-times:before, footer.content-info .row-links .widget > ul .search-active header.banner .menu-addons .search-btn li.menu-item-has-children > a.la-search:after, footer.content-info .row-links .widget > ul header.banner .menu-addons .search-btn li.menu-item-has-children > a.la-times:after, header.banner .back-languages .menu-addons .search-btn span.la-times:before, header.banner .menu-addons .search-btn .back-languages span.la-times:before, header.banner .menu-addons .search-btn .la.la-times, header.banner .menu-addons .search-btn .language-switch-mobile > li > a.la-times:after, header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .menu-stage .la-times.back-top:before, header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .nav > li.la-times.menu-item-has-children:after, header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-times:after, header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-times:before, header.banner .menu-addons .search-btn .pdp-quickmenu ul li.la-times:after, header.banner .menu-addons .search-btn .quick-scroll-download strong.la-times:after, header.banner .menu-addons .search-btn .quick-scroll-download strong.la-times:before, header.banner .menu-addons .search-btn .quick-scroll-download ul li.la-times:after, header.banner .menu-addons .search-btn .search .navigation.posts-navigation .nav-links a.la-times:before, header.banner .menu-addons .search-btn .template-pdp_accessories .section-filters ul li.la-times:after, header.banner .menu-addons .search-btn .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .la-times.downloads-subheader:after, header.banner .menu-addons .search-btn .template-section-expanding-accordion .footer-video .video-controls .la-times.btn-play, header.banner .menu-addons .search-btn article .entry-content ul:not([class^=wp-block]) li.la-times:before, header.banner .menu-addons .search-btn footer.content-info .row-links .widget > ul li.menu-item-has-children > a.la-times:after, header.banner .menu-search-holder .nav-primary .menu-addons .search-btn .nav > li.la-times.menu-item-has-children:after, header.banner .menu-search-holder .nav-primary .menu-stage .menu-addons .search-btn .la-times.back-top:before {
    display: none
}

.pdp-quickmenu .search-active header.banner .menu-addons .search-btn strong.la-times:after, .pdp-quickmenu .search-active header.banner .menu-addons .search-btn strong.la-times:before, .pdp-quickmenu ul .search-active header.banner .menu-addons .search-btn li.la-times:after, .quick-scroll-download .search-active header.banner .menu-addons .search-btn strong.la-times:after, .quick-scroll-download .search-active header.banner .menu-addons .search-btn strong.la-times:before, .quick-scroll-download ul .search-active header.banner .menu-addons .search-btn li.la-times:after, .search-active header.banner .back-languages .menu-addons .search-btn span.la-times:before, .search-active header.banner .menu-addons .search-btn .back-languages span.la-times:before, .search-active header.banner .menu-addons .search-btn .la.la-times, .search-active header.banner .menu-addons .search-btn .language-switch-mobile > li > a.la-times:after, .search-active header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .menu-stage .la-times.back-top:before, .search-active header.banner .menu-addons .search-btn .menu-search-holder .nav-primary .nav > li.la-times.menu-item-has-children:after, .search-active header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-times:after, .search-active header.banner .menu-addons .search-btn .pdp-quickmenu strong.la-times:before, .search-active header.banner .menu-addons .search-btn .pdp-quickmenu ul li.la-times:after, .search-active header.banner .menu-addons .search-btn .quick-scroll-download strong.la-times:after, .search-active header.banner .menu-addons .search-btn .quick-scroll-download strong.la-times:before, .search-active header.banner .menu-addons .search-btn .quick-scroll-download ul li.la-times:after, .search-active header.banner .menu-addons .search-btn .search .navigation.posts-navigation .nav-links a.la-times:before, .search-active header.banner .menu-addons .search-btn .template-pdp_accessories .section-filters ul li.la-times:after, .search-active header.banner .menu-addons .search-btn .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .la-times.downloads-subheader:after, .search-active header.banner .menu-addons .search-btn .template-section-expanding-accordion .footer-video .video-controls .la-times.btn-play, .search-active header.banner .menu-addons .search-btn article .entry-content ul:not([class^=wp-block]) li.la-times:before, .search-active header.banner .menu-addons .search-btn footer.content-info .row-links .widget > ul li.menu-item-has-children > a.la-times:after, .search-active header.banner .menu-search-holder .nav-primary .menu-addons .search-btn .nav > li.la-times.menu-item-has-children:after, .search-active header.banner .menu-search-holder .nav-primary .menu-stage .menu-addons .search-btn .la-times.back-top:before, .search .navigation.posts-navigation .nav-links .search-active header.banner .menu-addons .search-btn a.la-times:before, .template-pdp_accessories .section-filters ul .search-active header.banner .menu-addons .search-btn li.la-times:after, .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .search-active header.banner .menu-addons .search-btn .la-times.downloads-subheader:after, .template-section-expanding-accordion .footer-video .video-controls .search-active header.banner .menu-addons .search-btn .la-times.btn-play, article .entry-content ul:not([class^=wp-block]) .search-active header.banner .menu-addons .search-btn li.la-times:before, footer.content-info .row-links .widget > ul .search-active header.banner .menu-addons .search-btn li.menu-item-has-children > a.la-times:after {
    display: block
}

@media (min-width: 768px) {
    .search-active header.banner .menu-addons .search-btn {
        opacity: 0;
        visibility: hidden;
        transition: .3s
    }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .search-active header.banner .menu-addons .search-btn {
        transition: none
    }
}

header.banner .menu-addons .contact-nav {
    float: right;
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: .2s .3s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-addons .contact-nav {
        transition: none
    }
}

.search-active header.banner .menu-addons .contact-nav {
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    .search-active header.banner .menu-addons .contact-nav {
        transition: none
    }
}

header.banner .menu-addons .contact-nav > li {
    float: left;
    margin: 10px 0 0
}

header.banner .menu-addons .contact-nav > li > a {
    color: #fff
}

.no-touchevents header.banner .menu-addons .contact-nav > li > a {
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents header.banner .menu-addons .contact-nav > li > a {
        transition: none
    }
}

.no-touchevents header.banner .menu-addons .contact-nav > li > a:hover {
    text-decoration: none
}

header.banner .menu-addons .contact-nav > li.contact-link-btn {
    margin-right: 10px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header.banner .menu-addons .contact-nav > li.contact-link-btn {
        margin-right: 4px
    }
}

@media (min-width: 1200px) {
    header.banner .menu-addons .contact-nav > li.contact-link-btn {
        margin-right: 8px
    }
}

@media (min-width: 1440px) {
    header.banner .menu-addons .contact-nav > li.contact-link-btn {
        margin-right: 10px
    }
}

header.banner .menu-addons .contact-nav > li.contact-link-btn a {
    display: block;
    padding: 4px 15px;
    border: 1px solid #7d7d7d;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    position: relative
}

.no-touchevents header.banner .menu-addons .contact-nav > li.contact-link-btn a {
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents header.banner .menu-addons .contact-nav > li.contact-link-btn a {
        transition: none
    }
}

.no-touchevents header.banner .menu-addons .contact-nav > li.contact-link-btn a:hover {
    text-decoration: none;
    opacity: .6
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header.banner .menu-addons .contact-nav > li.contact-link-btn a {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        font: normal normal normal 14px/1 LineAwesome;
        font-size: inherit;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased
    }

    header.banner .menu-addons .contact-nav > li.contact-link-btn a:before {
        content: "\f1c6";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 30px;
        text-indent: 0
    }
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item {
    position: relative;
    padding: 0 10px
}

@media (min-width: 992px) {
    header.banner .menu-addons .contact-nav > li.wpml-ls-item {
        padding: 0 15px 0 10px
    }
}

@media (min-width: 1200px) {
    header.banner .menu-addons .contact-nav > li.wpml-ls-item {
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    header.banner .menu-addons .contact-nav > li.wpml-ls-item {
        padding: 0 10px 0 20px
    }
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > a {
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 32px;
    display: block;
    font-weight: 400;
    padding-bottom: 6px
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > a:after {
    content: "\f110";
    font: normal normal normal 14px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-left: 4px;
    font-size: 9px
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > a .wpml-ls-display {
    display: none
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item:hover {
    background: #fff
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item:hover > ul {
    opacity: 1;
    visibility: visible
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item:hover > a {
    color: #000
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul {
    position: absolute;
    right: 0;
    top: 38px;
    background-color: #fff;
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 10px 25px;
    opacity: 0;
    visibility: hidden;
    width: 152px;
    transition: .3s;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .15)
}

@media (prefers-reduced-motion: reduce) {
    header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul {
        transition: none
    }
}

@media (min-width: 1200px) {
    header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul {
        width: 145px
    }
}

@media (min-width: 1440px) {
    header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul {
        width: 157px
    }
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li {
    white-space: nowrap;
    margin: 10px 0
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    color: #000
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a span {
    display: inline-block
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a span.wpml-ls-native {
    -ms-flex-order: 2;
    order: 2
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a span.wpml-ls-native:before {
    content: " (";
    margin-left: 4px
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a span.wpml-ls-native:after {
    content: ")"
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a span.wpml-ls-display {
    -ms-flex-order: 1;
    order: 1
}

header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a span.wpml-ls-display .wpml-ls-bracket {
    display: none
}

.no-touchevents header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a {
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a {
        transition: none
    }
}

.no-touchevents header.banner .menu-addons .contact-nav > li.wpml-ls-item > ul li a:hover {
    text-decoration: none;
    opacity: .6
}

header.banner .back-languages {
    position: absolute;
    left: 20%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 48px;
    background: #000;
    top: 61px;
    z-index: 2;
    border-bottom: 1px solid #262626;
    transition: .3s
}

@media (min-width: 768px) {
    header.banner .back-languages {
        display: none
    }
}

@media (prefers-reduced-motion: reduce) {
    header.banner .back-languages {
        transition: none
    }
}

header.banner .back-languages span {
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
    line-height: 48px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 20px
}

header.banner .back-languages span:before {
    margin-right: 10px
}

header.banner .language-switch-mobile {
    pointer-events: auto;
    padding-left: 0;
    list-style: none;
    background: #000;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    top: 61px;
    width: 100%;
    left: 0
}

header.banner .language-switch-mobile._active {
    z-index: 2
}

header.banner .language-switch-mobile._active + .back-languages, header.banner .language-switch-mobile._active > li > ul {
    opacity: 1;
    visibility: visible;
    left: 0
}

header.banner .language-switch-mobile > li {
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header.banner .language-switch-mobile > li > a {
    color: #fff;
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    position: absolute;
    border-top: 1px solid #262626;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px
}

header.banner .language-switch-mobile > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: right;
    color: #fff;
    font-size: 12px
}

header.banner .language-switch-mobile > li > a:active, header.banner .language-switch-mobile > li > a:hover {
    text-decoration: none
}

header.banner .language-switch-mobile > li > ul {
    background: #000;
    padding-left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 49px;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    left: 20%;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    header.banner .language-switch-mobile > li > ul {
        transition: none
    }
}

header.banner .language-switch-mobile > li > ul li {
    margin: 0 20px;
    border-bottom: 1px solid #262626
}

header.banner .language-switch-mobile > li > ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

header.banner .language-switch-mobile > li > ul li a:active, header.banner .language-switch-mobile > li > ul li a:hover {
    text-decoration: none
}

header.banner .language-switch-mobile > li > ul li a span {
    display: inline-block
}

header.banner .language-switch-mobile > li > ul li a span.wpml-ls-native {
    -ms-flex-order: 2;
    order: 2
}

header.banner .language-switch-mobile > li > ul li a span.wpml-ls-native:before {
    content: " (";
    margin-left: 4px
}

header.banner .language-switch-mobile > li > ul li a span.wpml-ls-native:after {
    content: ")"
}

header.banner .language-switch-mobile > li > ul li a span.wpml-ls-display {
    -ms-flex-order: 1;
    order: 1
}

header.banner .language-switch-mobile > li > ul li a span.wpml-ls-display .wpml-ls-bracket {
    display: none
}

@media (min-width: 768px) {
    header.banner [class^=col-] {
        position: static
    }
}

header.banner [class^=col-]:after {
    display: block;
    clear: both;
    content: ""
}

#ajaxsearchprores1_1.vertical {
    padding: 20px 30px
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical {
        background: #000;
        padding: 10px 20px 0;
        bottom: 0;
        top: 109px !important;
        left: 0 !important;
        width: 100% !important
    }
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical .results .asp_spacer {
        background: #262626
    }
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical .results .item {
        background: #000;
        border: none;
        padding: 15px 20px
    }
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical .results .item span.highlighted {
        color: #f3f3f3
    }
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical .results .item .asp_image {
        margin: 2px 10px 20px 0;
        display: none
    }
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical .results .item .asp_content {
        color: #fff;
        font-weight: 300
    }
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical .results .item .asp_content h3, #ajaxsearchprores1_1.vertical .results .item .asp_content h3 a {
        color: #fff
    }
}

@media (max-width: 767.98px) {
    #ajaxsearchprores1_1.vertical .results .item .asp_res_text {
        font-size: 12px;
        color: #747474;
        font-weight: 400;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    #ajaxsearchprores1_1.vertical .asp_spacer {
        display: none
    }
}

#ajaxsearchprores1_1 .results .item div.asp_content {
    font-size: 12px
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
    font-weight: 500
}

div.asp_w.asp_r .results .item {
    padding: 10px 0
}

@media (min-width: 768px) {
    .page-template-template-products-cat .main, .tax-tax_products .main {
        margin-top: 154px
    }
}

footer.content-info {
    background: #fff;
    padding: 0 0 20px
}

@media (min-width: 768px) {
    footer.content-info {
        background: url(/images/footer-bg.png) no-repeat 50%;
        background-size: cover;
        padding: 40px 0 20px
    }
}

@media (min-width: 992px) {
    footer.content-info {
        padding: 60px 0 30px
    }
}

@media (min-width: 1200px) {
    footer.content-info {
        padding: 80px 0 40px
    }
}

footer.content-info p, footer.content-info ul {
    margin: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    footer.content-info .row-links > div {
        margin-top: 40px
    }
}

@media (max-width: 767.98px) {
    footer.content-info .row-links > div:last-child .widget:last-child {
        border-top: 1px solid #ebebeb
    }
}

footer.content-info .row-links .widget {
    margin: 0 -20px
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget {
        margin: 0
    }
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget + .widget {
        margin-top: 30px
    }
}

footer.content-info .row-links .widget.widget_media_image {
    padding-top: 20px
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget.widget_media_image {
        padding-top: 0
    }
}

footer.content-info .row-links .widget.widget_media_image img {
    margin: 0 auto;
    display: block
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget.widget_media_image img {
        margin: 0
    }
}

footer.content-info .row-links .widget h3 {
    display: none;
    position: relative;
    margin: 0;
    line-height: 20px;
    padding: 10px 40px 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer
}

footer.content-info .row-links .widget h3 i {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: right;
    line-height: 40px;
    font-size: 14px
}

footer.content-info .row-links .widget h3.active {
    border-bottom: 1px solid #d7d7d7
}

footer.content-info .row-links .widget h3.active i:before {
    content: "\f187"
}

footer.content-info .row-links .widget > ul {
    padding-left: 0;
    list-style: none
}

footer.content-info .row-links .widget > ul > li {
    border-top: 1px solid #ebebeb
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul > li {
        border-top: none
    }
}

footer.content-info .row-links .widget > ul li {
    text-transform: uppercase
}

footer.content-info .row-links .widget > ul li:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li {
        margin-top: 30px
    }
}

footer.content-info .row-links .widget > ul li.menu-item-has-children.active {
    background: #fbfbfb
}

footer.content-info .row-links .widget > ul li.menu-item-has-children.active > a:after {
    content: "\f113"
}

footer.content-info .row-links .widget > ul li.menu-item-has-children > a {
    padding: 10px 0 10px 20px;
    position: relative
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li.menu-item-has-children > a {
        padding: 0;
        cursor: auto
    }
}

footer.content-info .row-links .widget > ul li.menu-item-has-children > a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #a6a6a6;
    font-size: 10px;
    content: "\f110";
    line-height: 40px;
    text-align: center;
    font-weight: 700
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li.menu-item-has-children > a:after {
        display: none
    }
}

footer.content-info .row-links .widget > ul li.menu-item-has-children > ul {
    display: none
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li.menu-item-has-children > ul {
        display: block
    }
}

footer.content-info .row-links .widget > ul li > a {
    color: inherit;
    display: block;
    padding: 10px 0 10px 20px
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li > a {
        padding: 0
    }
}

footer.content-info .row-links .widget > ul li > a:hover {
    text-decoration: none
}

footer.content-info .row-links .widget > ul li .sub-menu {
    padding-bottom: 10px;
    padding-left: 0;
    list-style: none
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li .sub-menu {
        margin-top: 10px;
        padding-bottom: 0
    }
}

footer.content-info .row-links .widget > ul li .sub-menu li {
    margin-top: 0;
    text-transform: none
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li .sub-menu li {
        padding: 4px 0
    }
}

footer.content-info .row-links .widget > ul li .sub-menu li a {
    color: #747474;
    padding-left: 40px
}

@media (min-width: 768px) {
    footer.content-info .row-links .widget > ul li .sub-menu li a {
        padding-left: 0
    }
}

footer.content-info .copyright-holder {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center
}

@media (min-width: 768px) {
    footer.content-info .copyright-holder {
        margin-top: 40px;
        border-top: 1px solid #f3f3f3
    }
}

@media (min-width: 992px) {
    footer.content-info .copyright-holder {
        margin-top: 60px;
        padding-top: 35px
    }
}

@media (min-width: 1200px) {
    footer.content-info .copyright-holder {
        margin-top: 80px;
        padding-top: 40px
    }
}

@media (max-width: 767.98px) {
    footer.content-info .copyright-holder .logo {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 767.98px) {
    footer.content-info .copyright-holder .copy {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767.98px) {
    footer.content-info .copyright-holder .language {
        -ms-flex-order: 3;
        order: 3
    }
}

footer.content-info .copyright-holder .logo-footer {
    margin: 0 0 20px;
    text-align: center
}

@media (min-width: 768px) {
    footer.content-info .copyright-holder .logo-footer {
        float: left;
        margin: 0 20px 0 0
    }
}

footer.content-info .copyright-holder .logo-footer a {
    display: block;
    line-height: 20px;
    height: 20px
}

@media (max-width: 767.98px) {
    footer.content-info .copyright-holder .logo-footer a {
        display: inline-block
    }
}

footer.content-info .copyright-holder .logo-footer a img {
    display: inline-block;
    vertical-align: bottom;
    position: relative
}

footer.content-info .copyright-holder .widget_text {
    text-align: center;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 20px;
    color: #d7d7d7
}

@media (min-width: 768px) {
    footer.content-info .copyright-holder .widget_text {
        text-align: left;
        display: inline-block;
        margin: 0 20px 0 0
    }
}

footer.content-info .copyright-holder .widget_nav_menu {
    display: none
}

@media (min-width: 768px) {
    footer.content-info .copyright-holder .widget_nav_menu {
        display: inline-block
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    footer.content-info .copyright-holder .widget_nav_menu {
        margin-top: 10px;
        display: block
    }
}

footer.content-info .copyright-holder .widget_nav_menu ul {
    padding-left: 0;
    list-style: none;
    text-align: center
}

footer.content-info .copyright-holder .widget_nav_menu ul li {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
    display: block;
    color: #d7d7d7
}

@media (min-width: 768px) {
    footer.content-info .copyright-holder .widget_nav_menu ul li {
        display: inline-block;
        margin: 0
    }

    footer.content-info .copyright-holder .widget_nav_menu ul li:before {
        content: " | ";
        margin: 0 10px
    }

    footer.content-info .copyright-holder .widget_nav_menu ul li:first-child:before {
        display: none
    }
}

footer.content-info .copyright-holder .widget_nav_menu ul li a {
    color: #747474
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget {
    font-size: 12px;
    color: #3e3e3e;
    text-align: center
}

@media (min-width: 768px) {
    footer.content-info .copyright-holder .widget_icl_lang_sel_widget {
        float: right
    }
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: auto
}

@media (max-width: 767.98px) {
    footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
        display: inline-block
    }
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
    background: 0 0
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a {
    white-space: nowrap
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    border: none;
    padding: 0;
    background: 0 0
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    display: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
        display: none
    }
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
    background: 0 0
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    top: auto;
    bottom: 29px;
    left: auto;
    min-width: 80px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        bottom: 24px
    }
}

@media (max-width: 767.98px) {
    footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

footer.content-info .copyright-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

footer.content-info .copyright-holder .content-wrapper {
    position: relative
}

footer.content-info .copyright-holder .content-wrapper:after {
    display: block;
    clear: both;
    content: ""
}

.search .main {
    margin-top: 78px
}

.search .page-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px
}

.search .page-header h1 {
    text-transform: none;
    font-size: 32px;
    font-weight: 400
}

.search .search-results-holder {
    position: relative;
    padding-bottom: 40px
}

.search .search-results-holder .search-result-item {
    position: relative;
    padding: 20px 0
}

.search .search-results-holder .search-result-item .img-holder {
    float: left;
    width: 60px
}

.search .search-results-holder .search-result-item .img-holder img {
    width: 100%;
    height: auto
}

@media (max-width: 767.98px) {
    .search .search-results-holder .search-result-item .img-holder {
        display: none
    }
}

@media (min-width: 768px) {
    .search .search-results-holder .search-result-item .img-holder + .txt-holder {
        margin-left: 80px
    }
}

.search .search-results-holder .search-result-item .txt-holder h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0
}

.search .search-results-holder .search-result-item .txt-holder h3 a {
    color: inherit;
    text-decoration: none
}

.search .search-results-holder .search-result-item .txt-holder h3 a:hover {
    text-decoration: underline
}

.search .search-results-holder .search-result-item .txt-holder p {
    margin: 0;
    color: #747474
}

.search .search-results-holder .search-result-item .txt-holder p + p {
    margin-top: 5px
}

.search .search-results-holder .search-result-item .txt-holder p a {
    color: #bfbfbf;
    font-size: 14px;
    text-decoration: none
}

.search .search-results-holder .search-result-item .txt-holder p a:hover {
    text-decoration: underline
}

.search .search-results-holder .search-result-item .txt-holder p a i {
    font-size: 70%
}

.search .navigation.posts-navigation {
    position: relative;
    padding: 20px 0 40px
}

.search .navigation.posts-navigation .nav-links .nav-previous {
    float: left
}

.search .navigation.posts-navigation .nav-links .nav-previous a:before {
    content: "\f118"
}

.search .navigation.posts-navigation .nav-links .nav-previous + .nav-next {
    margin-left: 10px
}

.search .navigation.posts-navigation .nav-links .nav-next {
    float: left
}

.search .navigation.posts-navigation .nav-links .nav-next a:before {
    content: "\f11d"
}

.search .navigation.posts-navigation .nav-links a {
    width: 50px;
    height: 50px;
    font-size: 50px;
    background: 0 0;
    opacity: .6;
    text-indent: -9999px;
    display: block;
    position: relative;
    color: #d7d7d7
}

.search .navigation.posts-navigation .nav-links a:hover {
    text-decoration: none;
    opacity: 1
}

.search .navigation.posts-navigation .nav-links a:before {
    font-size: 50px;
    text-indent: 0;
    display: block;
    position: absolute
}

.results-info {
    font-size: 14px;
    color: #747474;
    margin-bottom: 40px
}

.preloader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b5b1b1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80%;
    display: none;
    transition: opacity .8s, z-index .8s .01s
}

@media (prefers-reduced-motion: reduce) {
    .preloader {
        transition: none
    }
}

.preloader video {
    display: block;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

.preloader.fadeOut {
    opacity: 0;
    z-index: -999
}

.quick-scroll-download {
    background: #fff;
    z-index: 3;
    padding-top: 9px;
    padding-bottom: 9px;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 48px;
    transition: all .3s
}

.quick-scroll-download [class^=container] {
    padding-left: 14px;
    padding-right: 14px
}

@media (min-width: 768px) {
    .quick-scroll-download [class^=container] {
        padding-left: 36px;
        padding-right: 36px
    }
}

@media (prefers-reduced-motion: reduce) {
    .quick-scroll-download {
        transition: none
    }
}

@media (min-width: 992px) {
    .quick-scroll-download {
        transition: all .1s;
        height: auto
    }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .quick-scroll-download {
        transition: none
    }
}

.quick-scroll-download strong {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    display: block;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .quick-scroll-download strong {
        transition: none
    }
}

@media (min-width: 992px) {
    .quick-scroll-download strong {
        cursor: auto;
        line-height: 20px
    }
}

.quick-scroll-download strong:before {
    display: block;
    position: absolute;
    width: 30px;
    height: 27px;
    left: 0;
    top: 0;
    content: "\f342";
    text-align: left;
    line-height: 27px;
    color: #acacac;
    font-size: 18px;
    opacity: 0;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .quick-scroll-download strong:before {
        transition: none
    }
}

@media (min-width: 992px) {
    .quick-scroll-download strong:before {
        display: none
    }
}

.quick-scroll-download strong:after {
    display: block;
    position: absolute;
    opacity: 1;
    width: 30px;
    height: 27px;
    right: 0;
    top: 0;
    content: "\f110";
    text-align: right;
    line-height: 27px;
    color: #acacac;
    font-size: 14px;
    font-weight: 700;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .quick-scroll-download strong:after {
        transition: none
    }
}

@media (min-width: 992px) {
    .quick-scroll-download strong:after {
        display: none
    }
}

.quick-scroll-download ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: center
}

.quick-scroll-download ul li {
    display: block;
    text-align: left;
    color: #000;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
    position: relative;
    line-height: 30px;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    cursor: pointer
}

.quick-scroll-download ul li:first-child {
    border-top: none
}

.quick-scroll-download ul li:after {
    display: block;
    position: absolute;
    opacity: 1;
    width: 30px;
    height: 50px;
    right: 0;
    top: 0;
    content: "\f112";
    text-align: right;
    line-height: 50px;
    color: #acacac;
    font-size: 12px;
    font-weight: 700;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .quick-scroll-download ul li:after {
        transition: none
    }
}

@media (min-width: 992px) {
    .quick-scroll-download ul li:after {
        display: none
    }
}

@media (min-width: 992px) {
    .quick-scroll-download ul li {
        display: inline-block;
        margin: 0 10px;
        text-align: center;
        padding: 0;
        color: #9a9a9a;
        border-top: none
    }
}

@media (min-width: 1200px) {
    .quick-scroll-download ul li {
        margin: 0 15px
    }
}

.quick-scroll-download ul li.active {
    color: #000
}

.no-touchevents .quick-scroll-download ul li {
    transition: color, .2s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .quick-scroll-download ul li {
        transition: none
    }
}

.no-touchevents .quick-scroll-download ul li:hover {
    color: #000
}

.quick-scroll-download ul li a {
    color: #fff;
    background: #000;
    text-transform: uppercase;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    text-align: center
}

@media (min-width: 992px) {
    .quick-scroll-download ul li a {
        padding: 5px 20px
    }
}

.quick-scroll-download ul li a:hover {
    text-decoration: none;
    background: #000
}

@media (max-width: 991.98px) {
    .quick-scroll-download .quickmenu-holder {
        position: relative;
        overflow: hidden;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: .1s
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .quick-scroll-download .quickmenu-holder {
        transition: none
    }
}

@media (max-width: 1199.98px) {
    .quick-scroll-download.active {
        height: calc(100% - 48px);
        overflow: auto
    }
}

@media (max-width: 1199.98px) {
    .quick-scroll-download.active .mobile-header strong {
        color: #fff
    }
}

@media (max-width: 1199.98px) {
    .quick-scroll-download.active .mobile-header strong:after {
        opacity: 0
    }
}

@media (max-width: 1199.98px) {
    .quick-scroll-download.active .mobile-header strong:before {
        opacity: 1
    }
}

@media (max-width: 1199.98px) {
    .quick-scroll-download.active .quickmenu-holder {
        height: auto;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        transition: .4s .3s
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .quick-scroll-download.active .quickmenu-holder {
        transition: none
    }
}

article.page, article.post {
    padding-top: 100px
}

.page-child article.page, .page-child article.post {
    padding-top: 200px
}

article.page.has-post-thumbnail, article.post.has-post-thumbnail {
    padding-top: 0
}

article.page.has-post-thumbnail header .container, article.post.has-post-thumbnail header .container {
    position: relative;
    z-index: 2;
    height: 100%
}

article.page.has-post-thumbnail header .container .entry-title, article.post.has-post-thumbnail header .container .entry-title {
    left: 20px;
    right: 20px;
    bottom: 10%;
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 2px #3e3e3e;
    margin: 0
}

article.page.has-post-thumbnail header .post-thumbnail, article.post.has-post-thumbnail header .post-thumbnail {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

article.page.has-post-thumbnail header .post-thumbnail img, article.post.has-post-thumbnail header .post-thumbnail img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

article .entry-content {
    padding: 10px 0
}

@media (min-width: 992px) {
    article .entry-content {
        padding: 30px 0
    }
}

@media (min-width: 1200px) {
    article .entry-content {
        padding: 50px 0
    }
}

article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content p {
    margin-bottom: 30px
}

article .entry-content h2 {
    text-transform: uppercase
}

article .entry-content ul:not([class^=wp-block]) {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
    padding: 0
}

article .entry-content ul:not([class^=wp-block]) li {
    padding: 5px 0 5px 50px;
    margin-bottom: 10px;
    position: relative
}

article .entry-content ul:not([class^=wp-block]) li:before {
    content: "\f17b";
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

article .entry-content ol:not([class^=wp-block]) {
    margin: 30px 0;
    padding-left: 20px
}

article .entry-content ol:not([class^=wp-block]) li {
    padding: 5px 0;
    margin-bottom: 10px;
    position: relative
}

article .entry-content ol:not([class^=wp-block]) li ol {
    margin: 10px 0 0
}

article .entry-content .container > [class^=wp-block] {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    article .entry-content .container > [class^=wp-block] {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    article .entry-content .container > [class^=wp-block] {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (min-width: 992px) {
    article .entry-content .fixed-content {
        max-width: 740px;
        margin-right: auto;
        margin-left: auto
    }
}

article .entry-content .wp-block-button a.wp-block-button__link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 16px 30px
}

article .entry-content .wp-block-button a.wp-block-button__link:hover {
    color: #ccc;
    text-decoration: none
}

article .entry-content .wp-block-button.is-style-outline a:hover {
    color: #606a74
}

article .entry-content .wp-block-button.brd-square a.wp-block-button__link {
    border-radius: 0
}

body#tinymce {
    margin: 12px !important
}

.template-section-content-holder {
    position: relative;
    padding: 20px 0;
    z-index: 1
}

@media (min-width: 768px) {
    .template-section-content-holder {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-content-holder {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-section-content-holder {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-section-content-holder {
        padding: 100px 0
    }
}

@media (min-width: 992px) {
    .template-section-content-holder.c-50 .section-content {
        display: inline-block;
        width: 50%
    }
}

@media (min-width: 992px) {
    .template-section-content-holder.c-75 .section-content {
        display: inline-block;
        width: 75%
    }
}

.template-section-content-holder .section-header {
    padding-bottom: 40px
}

.template-section-content-holder .section-header .section-title {
    margin: 0 0 20px;
    color: #3e3e3e
}

.template-section-content-holder .section-header .section-title + .section-subtitle {
    margin: 0
}

.template-section-content-holder .section-header .section-subtitle {
    margin: 0 0 10px;
    color: #d7d7d7
}

.template-section-content-holder .section-header .section-subtitle + .section-title {
    margin: 0
}

.template-section-content-holder .section-content {
    color: #747474
}

.template-section-expanding-accordion {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

@media (min-width: 992px) {
    .template-section-expanding-accordion {
        padding: 40px 20px
    }
}

.template-section-expanding-accordion .fsbanner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner {
        height: 580px
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder {
    position: relative;
    height: 100%;
    z-index: 2
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    position: absolute;
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    transition: background .2s linear
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide {
        border-left: 1px solid hsla(0, 0%, 100%, .4);
        border-top: none
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide:first-child {
    border-top: none
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide:first-child {
        border-left: none
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.init .txt-holder {
    transition: all .2s linear;
    opacity: 1;
    visibility: visible
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init {
    transition: background .3s linear
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init .txt-holder, .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init .txt-holder .button, .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init .txt-holder .button:after, .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init .txt-holder .button:before, .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init .txt-holder .lead {
    transition: all .3s linear
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init:hover {
    background: rgba(0, 0, 0, .6)
}

@media (min-width: 992px) {
    .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init:hover .txt-holder {
        top: 40%
    }
}

@media (min-width: 1200px) {
    .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init:hover .txt-holder {
        top: 50%
    }
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init:hover .txt-holder .button {
    background-color: #fff
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init:hover .txt-holder .button:after, .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init:hover .txt-holder .button:before {
    background: #333
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.init:hover .txt-holder .lead {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.active {
    background: rgba(0, 0, 0, .4);
    cursor: auto;
    pointer-events: none
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder {
    transition: opacity .4s linear;
    opacity: 1;
    visibility: visible;
    padding: 0 20px 30px;
    top: auto
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder {
        padding: 0 60px 90px;
        bottom: 0;
        top: auto
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder .lead {
    display: none
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder .description {
    display: block
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.active .txt-holder .button {
    display: none
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.active .close-btn {
    pointer-events: auto;
    transition: opacity .4s linear;
    opacity: 1;
    visibility: visible
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .close-btn {
    transition: background .4s linear
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .close-btn:after, .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .close-btn:before {
    transition: all .4s linear
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .close-btn:hover {
    background: #fff
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .close-btn:hover:after, .no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.active .close-btn:hover:before {
    background: #333
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive {
    background: rgba(0, 0, 0, .6)
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive .txt-holder {
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive .txt-holder {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 1199.98px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive .txt-holder .description, .template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive .txt-holder .lead, .template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive .txt-holder h3 {
        display: none
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive .trigger {
    transition: all .2s linear;
    opacity: 1;
    visibility: visible
}

.no-touchevents .template-section-expanding-accordion .fsbanner .slider-holder .slide.inactive:hover {
    background: rgba(0, 0, 0, .75)
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.intransition {
    background: rgba(0, 0, 0, .4)
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide.intransition .trigger, .template-section-expanding-accordion .fsbanner .slider-holder .slide.intransition .txt-holder {
    opacity: 0;
    visibility: hidden
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .trigger {
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    margin-left: 20px;
    padding-right: 60px
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .trigger {
        white-space: nowrap;
        padding-right: 0;
        transform: rotate(90deg);
        transform-origin: bottom left;
        left: 50%;
        margin-left: -10px
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .close-btn {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .close-btn:after, .template-section-expanding-accordion .fsbanner .slider-holder .slide .close-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    transform: rotate(45deg)
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .close-btn:after {
    transform: rotate(135deg)
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .close-btn {
        top: 20px;
        right: 25px;
        width: 44px;
        height: 44px
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    color: #fff
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder {
        top: 70%;
        bottom: auto;
        padding: 0 30px 50px
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -17px
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .button:after, .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .button:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .button:after {
    transform: rotate(90deg)
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .button {
        width: 44px;
        height: 44px;
        position: relative;
        margin: 0 auto 40px;
        top: auto;
        right: auto
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder h3 {
    margin: 0;
    padding-right: 40px;
    position: relative;
    color: #fff
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder h3 {
        padding-right: 0
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .lead {
    position: absolute;
    margin-top: 20px;
    left: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    display: none
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .lead {
        display: block
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .lead p {
    margin: 0
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .description {
    margin-top: 20px;
    display: none
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .description {
        width: 80%
    }
}

@media (min-width: 1200px) {
    .template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .description {
        width: 50%
    }
}

.template-section-expanding-accordion .fsbanner .slider-holder .slide .txt-holder .description p {
    margin: 0
}

.template-section-expanding-accordion .fsbanner .slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.template-section-expanding-accordion .fsbanner .slider-bg .currentBg, .template-section-expanding-accordion .fsbanner .slider-bg .nextBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    opacity: 1
}

.template-section-expanding-accordion .fsbanner .slider-bg .nextBg {
    opacity: 0;
    z-index: 2
}

.template-section-expanding-accordion .fsbanner .slider-bg .allBgs {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px
}

.template-section-expanding-accordion .fsbanner .slider-holder > div .name {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px
}

.template-section-expanding-accordion .fsbanner .slider-holder > div .name.minimized {
    transform: rotate(-90deg);
    transform-origin: left top 0;
    bottom: -13px;
    left: 7px
}

.template-section-expanding-accordion .top-header {
    position: relative;
    padding: 20px;
    background: #3e3e3e;
    color: #fff;
    text-align: center
}

@media (min-width: 768px) {
    .template-section-expanding-accordion .top-header {
        text-align: left;
        padding: 40px
    }
}

.template-section-expanding-accordion .top-header h2 {
    margin: 0
}

@media (min-width: 768px) {
    .template-section-expanding-accordion .top-header h2 {
        float: left;
        padding-top: 10px
    }
}

.template-section-expanding-accordion .top-header a {
    margin: 20px auto 0
}

@media (min-width: 768px) {
    .template-section-expanding-accordion .top-header a {
        float: right;
        margin: 0
    }
}

#cookie-notice .template-section-expanding-accordion .top-header a.button.wp-default.gdpr_cookie_button, .template-section-contact-forms .section-header .template-section-expanding-accordion .top-header a.toggle-button, .template-section-expanding-accordion .top-header #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-section-expanding-accordion .top-header .template-section-contact-forms .section-header a.toggle-button, .template-section-expanding-accordion .top-header .template-section-locations-widget .section-content .location-item a.contact-btn, .template-section-expanding-accordion .top-header a.link-btn, .template-section-locations-widget .section-content .location-item .template-section-expanding-accordion .top-header a.contact-btn {
    border: 2px solid transparent;
    background: 0 0
}

#cookie-notice .template-section-expanding-accordion .top-header a.btn-style-light.button.wp-default.gdpr_cookie_button, .template-section-contact-forms .section-header .template-section-expanding-accordion .top-header a.toggle-button, .template-section-expanding-accordion .top-header #cookie-notice a.btn-style-light.button.wp-default.gdpr_cookie_button, .template-section-expanding-accordion .top-header .template-section-contact-forms .section-header a.toggle-button, .template-section-expanding-accordion .top-header .template-section-locations-widget .section-content .location-item a.btn-style-light.contact-btn, .template-section-expanding-accordion .top-header a.link-btn.btn-style-light, .template-section-locations-widget .section-content .location-item .template-section-expanding-accordion .top-header a.btn-style-light.contact-btn {
    border-color: #fff;
    color: #fff
}

#cookie-notice .template-section-expanding-accordion .top-header a.btn-style-dark.button.wp-default.gdpr_cookie_button, .template-section-contact-forms .section-header .template-section-expanding-accordion .top-header a.btn-style-dark.toggle-button, .template-section-expanding-accordion .top-header #cookie-notice a.btn-style-dark.button.wp-default.gdpr_cookie_button, .template-section-expanding-accordion .top-header .template-section-contact-forms .section-header a.btn-style-dark.toggle-button, .template-section-expanding-accordion .top-header .template-section-locations-widget .section-content .location-item a.btn-style-dark.contact-btn, .template-section-expanding-accordion .top-header a.link-btn.btn-style-dark, .template-section-locations-widget .section-content .location-item .template-section-expanding-accordion .top-header a.btn-style-dark.contact-btn {
    border-color: #3e3e3e;
    color: #3e3e3e
}

.template-section-expanding-accordion .footer-video {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 150%;
    height: 0
}

@media (min-width: 768px) {
    .template-section-expanding-accordion .footer-video {
        padding-bottom: 56.25%;
        margin-top: 1px
    }
}

.template-section-expanding-accordion .footer-video .video-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.template-section-expanding-accordion .footer-video .video-controls._play .btn-play {
    opacity: 0
}

.template-section-expanding-accordion .footer-video .video-controls._play:hover .btn-play {
    opacity: 1
}

.template-section-expanding-accordion .footer-video .video-controls .btn-play {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #3e3e3e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    cursor: pointer;
    color: #fff;
    transition: .4s
}

@media (prefers-reduced-motion: reduce) {
    .template-section-expanding-accordion .footer-video .video-controls .btn-play {
        transition: none
    }
}

.template-section-expanding-accordion .footer-video .video-controls .btn-play:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 86px;
    font-size: 44px
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .footer-video .video-controls .btn-play:before {
        line-height: 126px
    }
}

@media (min-width: 992px) {
    .template-section-expanding-accordion .footer-video .video-controls .btn-play {
        width: 126px;
        height: 126px;
        margin: -63px 0 0 -63px
    }
}

.template-section-expanding-accordion .footer-video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.template-section-gallery-grid {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-section-gallery-grid {
        margin: 40px 0;
        height: auto;
        padding: 0 20px
    }
}

.template-section-gallery-grid .grid-holder {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 112.5%
}

@media (min-width: 768px) {
    .template-section-gallery-grid .grid-holder {
        padding-bottom: 0;
        height: auto;
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (min-width: 992px) {
    .template-section-gallery-grid .grid-holder {
        margin-left: -10px;
        margin-right: -10px
    }
}

.template-section-gallery-grid .grid-holder .grid-slider {
    position: relative;
    z-index: 1
}

.template-section-gallery-grid .grid-holder .grid-slider:after {
    display: block;
    clear: both;
    content: ""
}

.template-section-gallery-grid .grid-holder .grid-slider .grid-cell {
    position: relative;
    float: left;
    height: 100%
}

@media (min-width: 768px) {
    .template-section-gallery-grid .grid-holder .grid-slider .grid-cell {
        height: 0
    }

    .template-section-gallery-grid .grid-holder .grid-slider .grid-cell-1 {
        width: 25%;
        padding-bottom: 50%
    }

    .template-section-gallery-grid .grid-holder .grid-slider .grid-cell-2 {
        width: 50%;
        padding-bottom: 25%
    }

    .template-section-gallery-grid .grid-holder .grid-slider .grid-cell-3, .template-section-gallery-grid .grid-holder .grid-slider .grid-cell-4 {
        width: 25%;
        padding-bottom: 25%
    }

    .template-section-gallery-grid .grid-holder .grid-slider .grid-cell-5 {
        width: 50%;
        padding-bottom: 25%
    }
}

.template-section-gallery-grid .grid-holder .grid-slider .grid-cell .cell-content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/../assets/images/loader.svg) no-repeat 50%
}

@media (min-width: 768px) {
    .template-section-gallery-grid .grid-holder .grid-slider .grid-cell .cell-content {
        cursor: pointer;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px
    }
}

.template-section-gallery-grid .grid-holder .grid-slider .grid-cell .cell-content .img-holder {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.no-touchevents .template-section-gallery-grid .grid-holder .grid-slider .grid-cell .cell-content .img-holder {
    transition: all .3s linear
}

.no-touchevents .template-section-gallery-grid .grid-holder .grid-slider .grid-cell .cell-content .img-holder:hover {
    transform: scale(1.2)
}

.template-section-gallery-grid .grid-holder #hd-stage {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff url(/../assets/images/loader.svg) no-repeat 50%;
    transition: all .2s linear
}

@media (min-width: 768px) {
    .template-section-gallery-grid .grid-holder #hd-stage {
        display: block
    }
}

.template-section-gallery-grid .grid-holder #hd-stage.show {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.template-section-gallery-grid .grid-holder #hd-stage .close-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff
}

.template-section-gallery-grid .grid-holder #hd-stage .close-btn:after, .template-section-gallery-grid .grid-holder #hd-stage .close-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    transform: rotate(45deg)
}

.template-section-gallery-grid .grid-holder #hd-stage .close-btn:after {
    transform: rotate(135deg)
}

@media (min-width: 992px) {
    .template-section-gallery-grid .grid-holder #hd-stage .close-btn {
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px
    }
}

.no-touchevents .template-section-gallery-grid .grid-holder #hd-stage .close-btn {
    transition: background .4s linear
}

.no-touchevents .template-section-gallery-grid .grid-holder #hd-stage .close-btn:after, .no-touchevents .template-section-gallery-grid .grid-holder #hd-stage .close-btn:before {
    transition: all .4s linear
}

.no-touchevents .template-section-gallery-grid .grid-holder #hd-stage .close-btn:hover {
    background: #fff
}

.no-touchevents .template-section-gallery-grid .grid-holder #hd-stage .close-btn:hover:after, .no-touchevents .template-section-gallery-grid .grid-holder #hd-stage .close-btn:hover:before {
    background: #333
}

.template-section-gallery-grid .grid-holder #hd-stage img {
    z-index: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all .1s linear
}

.template-section-gallery-grid .grid-holder #hd-stage img.loaded {
    opacity: 1
}

.template-section-gallery-grid .grid-holder .bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.template-section-gallery-grid .grid-holder .bx-wrapper .bx-viewport {
    height: 100% !important
}

.template-section-gallery-grid .grid-holder .bx-wrapper .grid-slider {
    height: 100%
}

.template-section-gallery-slider {
    position: relative;
    z-index: 1;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-section-gallery-slider {
        padding: 40px 20px
    }
}

.template-section-gallery-slider.user-specific-height {
    box-sizing: content-box
}

.template-section-gallery-slider .gallery-slider-holder, .template-section-gallery-slider .gallery-slider-holder .bx-wrapper, .template-section-gallery-slider div[class^=container] {
    height: 100%
}

.template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-viewport {
    height: 100% !important
}

.template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-viewport .gallery-slider .slider-item {
    height: 100%
}

@media (min-width: 768px) {
    .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-pager {
        display: none !important
    }
}

.template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    background: #fff;
    opacity: .6;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.no-touchevents .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    transition: opacity .2s linear
}

.no-touchevents .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover, .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    opacity: 1
}

@media (max-width: 767.98px) {
    .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction {
        display: none !important
    }
}

.template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction a {
    top: 10px;
    width: 44px;
    height: 44px;
    right: auto;
    margin-top: 0;
    border: 2px solid #fff;
    border-radius: 50%
}

@media (min-width: 768px) {
    .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction a {
        top: 40px
    }
}

.template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
    opacity: .4
}

.template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAKnRSTlMAATU3OTo8PT4/QUNFRkdISUpSU1ljam94f4ePsL3u8PHz9PX29/j5+/7fwCihAAAAhklEQVQ4y4XTORKCABBE0RFlRwUBWRXZYe5/QANIpKzuTt8PZ0R+F6cCl61aElctiLcW9s7G3jvEXeIecR/7cMU+3rBPd+xzSDzCrsv7/2p5rIr2kkRJIDkLtqIPwJlshU8LjxYuLRxWgHPbC3Cwe/ExWdFcaHGmhcEK+Jy5anWC7508D/4Foe8qTYQl/NUAAAAASUVORK5CYII=) no-repeat 50%;
    background-size: 16px 16px
}

@media (min-width: 768px) {
    .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        left: 40px
    }
}

.template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    left: 70px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABN0lEQVRYhcXXO04DMRRG4TMoJSwHIRAQoYjnNqioEF12kBKxCirYAYthBQSFVxoOBYpAxGJmrm24krvR/b8ZW7anUQlWA5wBD8B1tAlqZDTqpV81DvYJAyYuVwgRBayr0xKIKAB1owQiB4C6mYvIBaBuqY9RRAkA6rY6iyBKAVB31Ke+iJIA1F31uQ+iNAB12AdRA4C61xVRC4A66oKoCUDdb0Og3iUe+IsaqwzCx2h+TYD7lX8ECMwHwIzPS0WtWoOlLy1wAdzWXoQn6vzH3L+r535bhLXGcVt4TcCR+tYWXgtwqL52Ca8BOFBfuoaXBqS23l/DSwJSh09reCnAMBpeApC6gHQOzwWkrmC9wnMAqUto73CV6GE0AlYTe/tV704ZU7D4Pwy9+WI0Gv49BzgFpsBNtMEH+4tvuc+nK/cAAAAASUVORK5CYII=) no-repeat 50%;
    background-size: 16px 16px
}

@media (min-width: 768px) {
    .template-section-gallery-slider .gallery-slider-holder .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        left: 96px
    }
}

.template-section-gallery-slider .gallery-slider-holder .gallery-slider {
    position: relative;
    overflow: hidden;
    height: 100%
}

.template-section-gallery-slider .gallery-slider-holder .gallery-slider .slider-item {
    height: 1px;
    background-position: 50%;
    background-size: cover
}

.template-section-text-image {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-section-text-image {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-text-image {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-section-text-image {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-section-text-image {
        padding: 100px 0
    }
}

@media (min-width: 768px) {
    .template-section-text-image.position-left.animate .text-holder {
        position: relative;
        opacity: 0;
        transform: translateX(80px);
        transition: all .6s linear
    }

    .template-section-text-image.position-left.animate .img-holder {
        opacity: 0;
        transform: translateX(-80px);
        transition: transform .6s linear, opacity .6s linear
    }

    .template-section-text-image.position-left.animated .img-holder, .template-section-text-image.position-left.animated .text-holder {
        opacity: 1;
        transform: translateX(0)
    }

    .template-section-text-image.position-right.animate .text-holder {
        position: relative;
        opacity: 0;
        transform: translateX(-80px);
        transition: all .6s linear
    }

    .template-section-text-image.position-right.animate .img-holder {
        opacity: 0;
        transform: translateX(80px);
        transition: transform .6s linear, opacity .6s linear
    }

    .template-section-text-image.position-right.animated .img-holder, .template-section-text-image.position-right.animated .text-holder {
        opacity: 1;
        transform: translateX(0)
    }
}

.template-section-text-image.position-left .row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.template-section-text-image.position-left .img-holder {
    padding-right: 10%
}

.template-section-text-image.position-left .img-holder img {
    float: right
}

@media (min-width: 768px) {
    .template-section-text-image.position-left .img-holder {
        padding-right: 0;
        left: 0
    }
}

.template-section-text-image.position-right .row {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.template-section-text-image.position-right .img-holder {
    padding-left: 10%
}

.template-section-text-image.position-right .img-holder img {
    float: left
}

@media (min-width: 768px) {
    .template-section-text-image.position-right .img-holder {
        padding-left: 0;
        right: 0
    }
}

@media (max-width: 767.98px) {
    .template-section-text-image.position-v_bottom {
        padding-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .template-section-text-image.position-v_top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0
    }

    .template-section-text-image.position-v_top .img-holder {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.template-section-text-image .img-holder {
    height: 240px;
    margin-top: 40px
}

.template-section-text-image .img-holder:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .template-section-text-image .img-holder {
        margin-top: 0;
        width: auto;
        height: auto;
        position: absolute
    }
}

.template-section-text-image .img-holder img {
    height: 100%;
    width: auto;
    display: block
}

@media (min-width: 768px) {
    .template-section-text-image .img-holder.v_top {
        top: 0;
        bottom: 50%
    }
}

@media (min-width: 992px) {
    .template-section-text-image .img-holder.v_top {
        bottom: 40%
    }
}

@media (min-width: 1200px) {
    .template-section-text-image .img-holder.v_top {
        bottom: 30%
    }
}

@media (min-width: 1440px) {
    .template-section-text-image .img-holder.v_top {
        bottom: 20%
    }
}

@media (min-width: 768px) {
    .template-section-text-image .img-holder.v_middle {
        top: 25%;
        bottom: 25%
    }
}

@media (min-width: 992px) {
    .template-section-text-image .img-holder.v_middle {
        top: 20%;
        bottom: 20%
    }
}

@media (min-width: 1200px) {
    .template-section-text-image .img-holder.v_middle {
        top: 15%;
        bottom: 15%
    }
}

@media (min-width: 1440px) {
    .template-section-text-image .img-holder.v_middle {
        top: 10%;
        bottom: 10%
    }
}

@media (min-width: 768px) {
    .template-section-text-image .img-holder.v_bottom {
        bottom: 0;
        top: 50%
    }
}

@media (min-width: 992px) {
    .template-section-text-image .img-holder.v_bottom {
        top: 40%
    }
}

@media (min-width: 1200px) {
    .template-section-text-image .img-holder.v_bottom {
        top: 30%
    }
}

@media (min-width: 1440px) {
    .template-section-text-image .img-holder.v_bottom {
        top: 20%
    }
}

.template-section-text-image .text-holder .sub_title, .template-section-text-image .text-holder .title {
    margin-bottom: 10px
}

.template-section-text-image .text-holder .content-entry {
    margin-top: 40px
}

.template-section-text-image .text-holder .content-entry p + p {
    margin-top: 40px;
    margin-bottom: 0
}

.template-section-info-grid {
    position: relative;
    overflow: hidden;
    padding: 10px 0
}

@media (min-width: 768px) {
    .template-section-info-grid {
        padding: 20px 0
    }
}

.template-section-info-grid .section-header {
    text-align: center;
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .template-section-info-grid .section-header {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.template-section-info-grid .section-header h2 {
    margin: 0
}

@media (min-width: 768px) {
    .template-section-info-grid .section-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.template-section-info-grid .section-content .slider-wrapper {
    border: 1px solid #dadada;
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .template-section-info-grid .section-content .slider-wrapper {
        border: none;
        margin-top: 0;
        margin-bottom: 0
    }
}

.template-section-info-grid .section-content .slider-wrapper .slider {
    position: relative
}

@media (min-width: 768px) {
    .template-section-info-grid .section-content .slider-wrapper .slider {
        margin: 0 -10px
    }
}

.template-section-info-grid .section-content .cell-box {
    position: relative;
    height: 490px;
    float: left
}

@media (min-width: 768px) {
    .template-section-info-grid .section-content .cell-box {
        padding: 10px;
        height: 532px
    }
}

.template-section-info-grid .section-content .cell-box.cell-1, .template-section-info-grid .section-content .cell-box.cell-2 {
    width: 100%
}

@media (min-width: 768px) {
    .template-section-info-grid .section-content .cell-box.cell-2 {
        width: 50%
    }
}

.template-section-info-grid .section-content .cell-box.cell-3 {
    width: 100%
}

@media (min-width: 768px) {
    .template-section-info-grid .section-content .cell-box.cell-3 {
        width: 33.3333%
    }
}

@media (min-width: 992px) {
    .template-section-info-grid .section-content .cell-box.cell-3 .cell-wrapper .content-wrap {
        max-width: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #cookie-notice .template-section-info-grid .section-content .cell-box.cell-3 .cell-wrapper a.button.wp-default.gdpr_cookie_button, .template-section-contact-forms .section-header .template-section-info-grid .section-content .cell-box.cell-3 .cell-wrapper a.toggle-button, .template-section-info-grid .section-content .cell-box.cell-3 .cell-wrapper #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-section-info-grid .section-content .cell-box.cell-3 .cell-wrapper .template-section-contact-forms .section-header a.toggle-button, .template-section-info-grid .section-content .cell-box.cell-3 .cell-wrapper a.link-btn, .template-section-info-grid .template-section-locations-widget .section-content .cell-box.cell-3 .cell-wrapper .location-item a.contact-btn, .template-section-info-grid .template-section-locations-widget .section-content .location-item .cell-box.cell-3 .cell-wrapper a.contact-btn, .template-section-locations-widget .template-section-info-grid .section-content .cell-box.cell-3 .cell-wrapper .location-item a.contact-btn, .template-section-locations-widget .template-section-info-grid .section-content .location-item .cell-box.cell-3 .cell-wrapper a.contact-btn {
        right: 20px;
        left: 20px;
        min-width: 1px
    }
}

@media (max-width: 767.98px) {
    .template-section-info-grid .section-content .cell-box.cell-contain .cell-wrapper .content-wrap {
        text-align: center
    }
}

@media (max-width: 767.98px) {
    #cookie-notice .template-section-info-grid .section-content .cell-box.cell-contain .button.wp-default.gdpr_cookie_button, .template-section-contact-forms .section-header .template-section-info-grid .section-content .cell-box.cell-contain .toggle-button, .template-section-info-grid .section-content .cell-box.cell-contain #cookie-notice .button.wp-default.gdpr_cookie_button, .template-section-info-grid .section-content .cell-box.cell-contain .link-btn, .template-section-info-grid .section-content .cell-box.cell-contain .template-section-contact-forms .section-header .toggle-button, .template-section-info-grid .template-section-locations-widget .section-content .cell-box.cell-contain .location-item .contact-btn, .template-section-info-grid .template-section-locations-widget .section-content .location-item .cell-box.cell-contain .contact-btn, .template-section-locations-widget .template-section-info-grid .section-content .cell-box.cell-contain .location-item .contact-btn, .template-section-locations-widget .template-section-info-grid .section-content .location-item .cell-box.cell-contain .contact-btn {
        display: block;
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        text-indent: -9999px;
        background: 0 0
    }
}

@media (max-width: 767.98px) {
    .template-section-info-grid .section-content .cell-box.cell-cover .cell-wrapper .content-wrap {
        text-align: center
    }
}

@media (max-width: 767.98px) {
    #cookie-notice .template-section-info-grid .section-content .cell-box.cell-cover .button.wp-default.gdpr_cookie_button, .template-section-contact-forms .section-header .template-section-info-grid .section-content .cell-box.cell-cover .toggle-button, .template-section-info-grid .section-content .cell-box.cell-cover #cookie-notice .button.wp-default.gdpr_cookie_button, .template-section-info-grid .section-content .cell-box.cell-cover .link-btn, .template-section-info-grid .section-content .cell-box.cell-cover .template-section-contact-forms .section-header .toggle-button, .template-section-info-grid .template-section-locations-widget .section-content .cell-box.cell-cover .location-item .contact-btn, .template-section-info-grid .template-section-locations-widget .section-content .location-item .cell-box.cell-cover .contact-btn, .template-section-locations-widget .template-section-info-grid .section-content .cell-box.cell-cover .location-item .contact-btn, .template-section-locations-widget .template-section-info-grid .section-content .location-item .cell-box.cell-cover .contact-btn {
        left: 20px !important;
        bottom: 60px !important;
        right: 20px !important
    }
}

.template-section-info-grid .section-content .cell-box .cell-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 20px
}

@media (min-width: 992px) {
    .template-section-info-grid .section-content .cell-box .cell-wrapper {
        padding: 40px
    }
}

.template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap {
    position: relative
}

@media (min-width: 992px) {
    .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap {
        max-width: 50%
    }
}

.template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap h3 {
    margin: 0
}

.template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap p {
    margin: 10px 0 0
}

@media (min-width: 992px) {
    .template-section-info-grid .section-content .cell-box .cell-wrapper .content-wrap p {
        margin: 20px 0 0
    }
}

.template-section-info-grid .section-content .cell-box .cell-wrapper a.whole-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

.template-section-info-grid .section-content .cell-box .cell-wrapper a.position-top-right {
    position: absolute
}

@media (min-width: 992px) {
    .template-section-info-grid .section-content .cell-box .cell-wrapper a.position-top-right {
        top: 40px;
        right: 40px
    }
}

.template-section-info-grid .section-content .cell-box .cell-wrapper a.position-bottom-left {
    position: absolute;
    bottom: 20px;
    left: 20px
}

@media (min-width: 992px) {
    .template-section-info-grid .section-content .cell-box .cell-wrapper a.position-bottom-left {
        bottom: 40px;
        left: 40px
    }
}

.template-section-info-grid .section-content .cell-box .cell-wrapper a.position-bottom-right {
    position: absolute;
    bottom: 20px;
    right: 20px
}

@media (min-width: 992px) {
    .template-section-info-grid .section-content .cell-box .cell-wrapper a.position-bottom-right {
        bottom: 40px;
        right: 40px
    }
}

.template-section-info-grid .section-footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width: 992px) {
    .template-section-info-grid .section-footer {
        padding-bottom: 20px;
        padding-top: 40px
    }
}

.template-section-knowhow .section-content .cell-box .cell-wrapper {
    background-position: 50%;
    background-size: cover
}

.template-section-header {
    overflow: hidden;
    position: relative
}

@media (max-width: 767.98px) {
    .template-section-header {
        height: 380px !important
    }
}

.template-section-header [class^=container] {
    height: 100%;
    position: relative;
    z-index: 2
}

.template-section-header [class^=container] .section-content {
    color: #fff;
    left: 20px;
    position: absolute;
    right: 20px
}

.template-section-header [class^=container] .section-content.position-center-left {
    text-align: left
}

.template-section-header [class^=container] .section-content.position-center-center {
    text-align: center
}

.template-section-header [class^=container] .section-content.position-center-right {
    text-align: right
}

.template-section-header [class^=container] .section-content.position-bottom-left {
    text-align: center
}

@media (min-width: 768px) {
    .template-section-header [class^=container] .section-content.position-bottom-left {
        text-align: left
    }
}

.template-section-header [class^=container] .section-content.position-bottom-center {
    text-align: center
}

.template-section-header [class^=container] .section-content.position-bottom-right {
    text-align: right
}

.template-section-header [class^=container] .section-content h1 {
    margin: 0
}

.template-section-header [class^=container] .section-content p {
    margin: 10px 0 0
}

.template-section-header .background-holder {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 48px;
    width: 100%;
    z-index: 1
}

.single-cpt_product .template-section-header .background-holder {
    top: 96px
}

.template-section-header .background-holder .video-holder {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: relative
}

.template-section-header .background-holder .video-holder video {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0 !important
}

.template-section-header .background-holder .video-holder .play-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .template-section-header .background-holder .video-holder .play-overlay {
        display: none
    }
}

.template-section-header .background-holder .video-holder .play-btn-holder {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.template-section-header .background-holder .video-holder .play-btn {
    background-image: url(/images/play-button.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px
}

.template-section-header .background-holder .images-slider-holder, .template-section-header .background-holder .images-slider-holder .bx-wrapper, .template-section-header .background-holder .images-slider-holder .bx-wrapper .bx-viewport, .template-section-header .background-holder .images-slider-holder .images-slider {
    height: 100%;
    position: relative
}

.template-section-header .background-holder .images-slider-holder .images-slider .image-slide {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.template-section-header .background-holder .images-slider-holder .images-slider .image-slide img {
    display: block;
    height: auto;
    left: 50%;
    max-height: 100%;
    transform: translate(-50%);
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0 !important;
    width: auto
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0)
    }
    20% {
        transform: rotate(-45deg) translate(-10px, 10px)
    }
    40% {
        transform: rotate(-45deg) translate(0)
    }
}

.template-section-header .scroll {
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    left: 50%;
    padding-top: 60px;
    position: absolute;
    text-decoration: none;
    transform: translate(-50%);
    transition: opacity .3s;
    z-index: 2
}

@media (min-width: 768px) {
    .template-section-header .scroll {
        display: block
    }
}

.no-touchevents .template-section-header .scroll:hover {
    opacity: .5
}

.template-section-header .scroll span {
    animation: sdb04 2s infinite;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 24px
}

.template-section-kundenwelten {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-section-kundenwelten {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-kundenwelten {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-section-kundenwelten {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-section-kundenwelten {
        padding: 100px 0
    }
}

.template-section-kundenwelten .section-header {
    text-align: center;
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .template-section-kundenwelten .section-header {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .template-section-kundenwelten .section-header {
        padding-bottom: 60px
    }
}

@media (min-width: 1440px) {
    .template-section-kundenwelten .section-header {
        padding-bottom: 80px
    }
}

.template-section-kundenwelten .section-content .row {
    margin-left: -10px;
    margin-right: -10px
}

.template-section-kundenwelten .section-content .row [class^=col] {
    padding-left: 10px;
    padding-right: 10px
}

.template-section-kundenwelten .section-content .kundenwelt-item {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .template-section-kundenwelten .section-content .kundenwelt-item {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.template-section-kundenwelten .section-content .kundenwelt-item .img-holder {
    position: relative;
    background: #fff;
    overflow: hidden;
    height: 0;
    padding-bottom: 120%
}

@media (min-width: 992px) {
    .template-section-kundenwelten .section-content .kundenwelt-item .img-holder {
        padding-bottom: 150%
    }
}

.template-section-kundenwelten .section-content .kundenwelt-item .img-holder img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%
}

.template-section-kundenwelten .section-content .kundenwelt-item .txt-holder {
    padding: 25px 20px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #dadada;
    background: #fff;
    text-align: center
}

@media (min-width: 768px) {
    .template-section-kundenwelten .section-content .kundenwelt-item .txt-holder {
        padding: 35px 10px 40px
    }
}

.template-section-kundenwelten .section-content .kundenwelt-item .txt-holder h3 {
    margin: 0
}

.template-section-kundenwelten .section-content .kundenwelt-item .txt-holder p {
    margin: 10px 0 0;
    max-height: 36px;
    position: relative;
    overflow: hidden;
    display: none
}

@media (min-width: 768px) {
    .template-section-kundenwelten .section-content .kundenwelt-item .txt-holder p {
        display: block
    }
}

.template-section-kundenwelten .section-content .kundenwelt-item .whole-link {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

.no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item .img-holder img, .no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item .txt-holder, .no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item .txt-holder h3, .no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item .txt-holder p {
    transition: all .4s linear
}

.no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item:hover .img-holder img {
    transform: translate(-50%, -50%) scale(1.08)
}

.no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item:hover .txt-holder {
    background: #3e3e3e;
    border-color: #3e3e3e
}

.no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item:hover .txt-holder h3 {
    color: #fff
}

.no-touchevents .template-section-kundenwelten .section-content .kundenwelt-item:hover .txt-holder p {
    color: #fff;
    opacity: .5
}

.template-section-downloads {
    position: relative;
    padding: 20px 0;
    z-index: 1
}

@media (min-width: 768px) {
    .template-section-downloads {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-downloads {
        padding: 60px 0 40px
    }
}

@media (min-width: 1200px) {
    .template-section-downloads {
        padding: 80px 0 40px
    }
}

@media (min-width: 1440px) {
    .template-section-downloads {
        padding: 100px 0 40px
    }
}

.template-section-downloads .section-header p {
    color: #747474
}

.template-section-downloads .downloads-wrapper .downloads-sections {
    padding: 20px 0
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-header {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-header h2 {
    margin: 0 0 20px
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-header p {
    color: #747474
}

@media (min-width: 992px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-header p {
        margin: 0 auto;
        max-width: 60%
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-header p + p {
    margin-top: 20px
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content {
    position: relative
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg {
    margin: 0 -20px
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg:first-child {
    border-top: 1px solid #ebebeb
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg:first-child {
        border-top: none
    }
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg {
        margin: 0
    }
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg + .downloads-subcateg {
        margin-top: 40px
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader {
    position: relative;
    padding: 20px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader {
        transition: none
    }
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader {
        cursor: auto;
        padding: 0 0 20px;
        border-bottom: none
    }
}

@media (max-width: 767.98px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader.active {
        border-bottom-color: transparent;
        background: #fbfbfb
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader.active:after {
    content: "\f113"
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader:after {
    font-size: 12px;
    content: "\f110";
    display: block;
    position: absolute;
    line-height: 55px;
    right: 0;
    width: 26px;
    height: 100%;
    top: 0;
    color: #747474
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader:after {
        display: none
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    word-break: break-all
}

@media (min-width: 992px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .downloads-subheader h3 {
        font-size: 30px;
        font-weight: 300
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .download-grid {
    display: none;
    background: #fbfbfb;
    border-bottom: 1px solid #ebebeb
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .downloads-subcateg .download-grid {
        display: block !important;
        background: 0 0;
        border-bottom: none
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid {
    position: relative
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid {
        margin: 0 -20px;
        background: 0 0;
        border-bottom: none;
        text-align: center
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 20px 30px
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item {
        width: 33.3333%;
        padding-bottom: 40px
    }
}

@media (min-width: 992px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item {
        width: 25%
    }
}

@media (min-width: 1440px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item {
        width: 20%
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item a {
    display: block;
    color: inherit
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .img-holder {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
    width: 110px;
    height: 152px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15)
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .img-holder {
        width: 170px;
        height: 240px;
        margin: 0 auto 26px
    }
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .img-holder img {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.no-touchevents .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .img-holder {
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .img-holder {
        transition: none
    }
}

.no-touchevents .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .img-holder:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .25)
}

.template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .txt-holder {
    text-align: center;
    padding: 0 20px;
    color: #3e3e3e;
    min-height: 36px
}

@media (min-width: 768px) {
    .template-section-downloads .downloads-wrapper .downloads-sections .downloads-content .download-grid .download-item .txt-holder {
        min-height: 40px;
        width: 170px;
        margin: 0 auto
    }
}

.section-hotline {
    position: relative;
    background: #f3f3f3;
    text-align: center;
    padding: 30px 0
}

@media (min-width: 992px) {
    .section-hotline {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .section-hotline {
        padding: 50px 0
    }
}

.section-hotline h2 {
    color: #000;
    margin-bottom: 10px
}

.section-hotline p {
    margin: 0;
    color: #747474
}

.section-hotline p.phone {
    margin-top: 20px;
    color: #000
}

@media (min-width: 992px) {
    .section-hotline p.phone {
        margin-top: 40px
    }
}

.section-hotline p.phone a {
    color: inherit
}

.section-hotline p.phone a:active, .section-hotline p.phone a:hover {
    text-decoration: none
}

.section-hotline p.phone a:before {
    margin-right: 15px;
    position: relative;
    top: 2px;
    content: "";
    display: inline-block;
    background: url(/images/icon-phone.svg) no-repeat 50%;
    width: 24px;
    height: 24px;
    background-size: 39px
}

.template-section-jobs-widget {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-section-jobs-widget {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-jobs-widget {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-section-jobs-widget {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-section-jobs-widget {
        padding: 100px 0
    }
}

.template-section-jobs-widget .section-header {
    text-align: center;
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .template-section-jobs-widget .section-header {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .template-section-jobs-widget .section-header {
        padding-bottom: 60px
    }
}

@media (min-width: 1440px) {
    .template-section-jobs-widget .section-header {
        padding-bottom: 80px
    }
}

.template-section-jobs-widget .jobs-widget-holder .jobs-widget-header {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer
}

@media (min-width: 992px) {
    .template-section-jobs-widget .jobs-widget-holder .jobs-widget-header {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.template-section-jobs-widget .jobs-widget-holder .jobs-widget-header h3 {
    margin: 0;
    line-height: 30px
}

.template-section-jobs-widget .jobs-widget-holder .jobs-widget-header span {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 50%;
    border: 1px solid #b3b3b3
}

@media (min-width: 992px) {
    .template-section-jobs-widget .jobs-widget-holder .jobs-widget-header span {
        top: 25px
    }
}

.template-section-jobs-widget .jobs-widget-holder .jobs-widget-header span:after, .template-section-jobs-widget .jobs-widget-holder .jobs-widget-header span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    background: #b3b3b3
}

.template-section-jobs-widget .jobs-widget-holder .jobs-widget-header span:after {
    transform: rotate(-90deg);
    transition: .2s
}

.template-section-jobs-widget .jobs-widget-holder .jobs-widget-header._active span:after {
    transform: rotate(0)
}

.template-section-jobs-widget .jobs-widget-holder .jobs-widget-content {
    background: #f7f7f7;
    display: none
}

.template-section-jobs-widget .jobs-widget-holder .job-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #747474;
    position: relative
}

@media (min-width: 992px) {
    .template-section-jobs-widget .jobs-widget-holder .job-widget-item {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.no-touchevents .template-section-jobs-widget .jobs-widget-holder .job-widget-item {
    transition: .2s
}

.no-touchevents .template-section-jobs-widget .jobs-widget-holder .job-widget-item:hover {
    background: #f1f1f1
}

.template-section-jobs-widget .jobs-widget-holder .job-widget-item .whole-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

.template-section-jobs-widget .jobs-widget-holder .job-widget-item .job-item-title {
    font-weight: 700
}

.template-section-image-text-teasers {
    position: relative;
    background: #fff;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-section-image-text-teasers {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-image-text-teasers {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .template-section-image-text-teasers {
        padding: 60px 0
    }
}

@media (min-width: 1440px) {
    .template-section-image-text-teasers {
        padding: 80px 0
    }
}

.template-section-image-text-teasers .section-header {
    text-align: center;
    padding-bottom: 40px
}

.template-section-image-text-teasers .section-header h2 {
    margin: 0
}

@media (min-width: 992px) {
    .template-section-image-text-teasers .section-content {
        padding: 40px 20px
    }
}

.template-section-image-text-teasers .items-grid {
    position: relative;
    margin: 0 -10px
}

.template-section-image-text-teasers .items-grid:after {
    display: block;
    clear: both;
    content: ""
}

.template-section-image-text-teasers .items-grid .item-itt {
    float: left;
    width: 50%;
    padding: 10px;
    position: relative
}

@media (min-width: 992px) {
    .template-section-image-text-teasers .items-grid .item-itt {
        width: 25%
    }
}

.template-section-image-text-teasers .items-grid .item-itt .item-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 135%
}

@media (min-width: 992px) {
    .template-section-image-text-teasers .items-grid .item-itt .item-wrapper {
        padding-bottom: 125%
    }
}

.template-section-image-text-teasers .items-grid .item-itt .item-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .45));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#73000000", GradientType=0);
    z-index: 2
}

.template-section-image-text-teasers .items-grid .item-itt .item-wrapper a {
    display: block
}

.template-section-image-text-teasers .items-grid .item-itt .item-wrapper span {
    position: absolute;
    z-index: 3;
    text-transform: uppercase;
    bottom: 15px;
    left: 15px;
    color: #fff;
    letter-spacing: .4px;
    font-size: 13px
}

@media (min-width: 992px) {
    .template-section-image-text-teasers .items-grid .item-itt .item-wrapper span {
        font-size: 20px;
        bottom: 40px;
        left: 35px;
        letter-spacing: 2.4px
    }
}

.template-section-image-text-teasers .items-grid .item-itt .item-wrapper img {
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%)
}

.template-section-contact-forms {
    position: relative;
    padding: 20px 0;
    z-index: 1
}

@media (min-width: 768px) {
    .template-section-contact-forms {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-contact-forms {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-section-contact-forms {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-section-contact-forms {
        padding: 100px 0
    }
}

.template-section-contact-forms.expand-area .section-content {
    display: none
}

.template-section-contact-forms .section-header {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0
}

@media (min-width: 992px) {
    .template-section-contact-forms .section-header {
        padding: 45px 0
    }
}

.template-section-contact-forms .section-header .toggle-button {
    border: 2px solid #3e3e3e;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer
}

@media (min-width: 992px) {
    .template-section-contact-forms .section-header .toggle-button {
        top: 45px
    }
}

.template-section-contact-forms .section-header h2, .template-section-contact-forms .section-header p {
    margin: 0
}

.template-section-contact-forms .section-content {
    padding: 20px 0;
    position: relative
}

@media (min-width: 992px) {
    .template-section-contact-forms .section-content {
        padding: 60px 0
    }
}

@media (min-width: 768px) {
    .template-section-contact-forms .section-content .text-wrap {
        padding-right: 10%
    }
}

.template-section-contact-forms .section-content .wpcf7 {
    margin-top: 20px
}

@media (min-width: 768px) {
    .template-section-contact-forms .section-content .wpcf7 {
        margin-top: 0
    }
}

.template-section-contact-forms .section-content .wpcf7 p {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .template-section-contact-forms .section-content .wpcf7 p {
        margin-bottom: 20px
    }
}

.template-section-contact-forms .section-content .wpcf7 input {
    display: block;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none
}

.template-section-contact-forms .section-content .wpcf7 input[type=email], .template-section-contact-forms .section-content .wpcf7 input[type=text] {
    border-width: 0 0 1px;
    border-color: #d8d8d8;
    border-style: solid;
    padding-bottom: 15px;
    color: #747474;
    font-size: 16px;
    line-height: 24px
}

.template-section-contact-forms .section-content .wpcf7 input[type=email]:active, .template-section-contact-forms .section-content .wpcf7 input[type=email]:focus, .template-section-contact-forms .section-content .wpcf7 input[type=text]:active, .template-section-contact-forms .section-content .wpcf7 input[type=text]:focus {
    outline: none;
    border-color: #3e3e3e
}

.template-section-contact-forms .section-content .wpcf7 input[type=submit] {
    margin-top: 20px;
    background: #000;
    color: #fff;
    padding: 18px 0 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 20px;
    border: none;
    cursor: pointer;
    transition: .3s
}

.template-section-contact-forms .section-content .wpcf7 input[type=submit]:disabled {
    opacity: .4;
    cursor: not-allowed
}

.template-section-contact-forms .section-content .wpcf7 input[type=submit]:active, .template-section-contact-forms .section-content .wpcf7 input[type=submit]:focus {
    outline: none
}

.template-section-contact-forms .section-content .wpcf7 input[type=submit]:hover {
    background: #3e3e3e
}

.template-section-contact-forms .section-content .wpcf7 textarea {
    display: block;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #d8d8d8;
    padding-bottom: 15px;
    color: #747474;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
    -webkit-appearance: none;
    min-height: 120px;
    max-height: 120px
}

.template-section-contact-forms .section-content .wpcf7 textarea:active, .template-section-contact-forms .section-content .wpcf7 textarea:focus {
    outline: none;
    border-color: #3e3e3e
}

.template-section-contact-forms .section-content .wpcf7 label {
    display: block
}

.template-section-contact-forms .section-content .wpcf7 select {
    display: block;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #d8d8d8;
    color: #747474;
    font-size: 16px;
    line-height: 24px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAMAAACbFsmhAAAAclBMVEUAAABgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGByEoISAAAAJXRSTlMAACstLzAxMjM0Njg6Ozw9bnJ2d32Dh4iJ6uvs7e7v8PHy8/T6GTUU6gAAAMRJREFUOMvt1MkOgjAQBmCqsuNORWSpW9//FW2n1k4X4sWDJs4Jpl9SMvOHKPrKIlYxzrnd+aOfR5t4Cs22Gu14l4TRvOW1QnvR7tMQWrTipQZExRMfMh/FJ3lyVNeBGnMXJR0Y/eGgWGGjtJfdxoxAqRKjbHgaMyelKoPyURs0TFDnpUYFexk8cVCXlUIlMtZaQF3X8rjCxt4dqNtdXouNs2BQupqpFNCQ8aJCA8bPE/VNIHSgDu+SSV0TQoQ6hnzyN/cAWtQozoPmxQ8AAAAASUVORK5CYII=) no-repeat 100%;
    background-size: 18px 19px;
    padding: 15px 0;
    border-radius: 0;
    -webkit-appearance: none
}

.template-section-contact-forms .section-content .wpcf7 select:active, .template-section-contact-forms .section-content .wpcf7 select:focus {
    outline: none;
    border-color: #3e3e3e
}

.template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance {
    display: block
}

.template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    position: relative;
    padding-left: 26px
}

.template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance label {
    margin: 0
}

.template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance label input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
    border: none
}

.template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance label input:checked + span:before {
    background: #3e3e3e
}

.template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance label span:after {
    display: none
}

.template-section-contact-forms .section-content .wpcf7 .wpcf7-acceptance label span:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #3e3e3e
}

.template-section-contact-forms .section-content .wpcf7 div.wpcf7-acceptance-missing, .template-section-contact-forms .section-content .wpcf7 div.wpcf7-validation-errors {
    border-color: red;
    margin: 0
}

.template-section-map-info {
    position: relative;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-section-map-info {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-section-map-info {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-section-map-info {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-section-map-info {
        padding: 100px 0
    }
}

.template-section-map-info .map-wrapper {
    background: #ffe0a9;
    position: relative;
    height: 320px;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .template-section-map-info .map-wrapper {
        height: 452px;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .template-section-map-info .text-wrapper {
        padding-left: 10%
    }
}

@media (min-width: 768px) {
    .template-section-map-info .row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 992px) {
    .template-section-map-info .row-reverse .text-wrapper {
        padding-right: 10%
    }
}

.template-section-locations-widget {
    position: relative;
    padding: 10px 0
}

.template-section-locations-widget .section-header {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0
}

@media (min-width: 992px) {
    .template-section-locations-widget .section-header {
        padding: 45px 0
    }
}

.template-section-locations-widget .section-header .toggle-button {
    top: 17px;
    cursor: pointer;
    right: 0;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #b3b3b3
}

@media (min-width: 992px) {
    .template-section-locations-widget .section-header .toggle-button {
        top: 51px
    }
}

.template-section-locations-widget .section-header .toggle-button:after, .template-section-locations-widget .section-header .toggle-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    background: #b3b3b3
}

.template-section-locations-widget .section-header .toggle-button:after {
    transform: rotate(-90deg);
    transition: .2s
}

.template-section-locations-widget .section-header .toggle-button._active:after {
    transform: rotate(0)
}

.template-section-locations-widget .section-header h2 {
    margin: 0;
    font-size: 17px
}

@media (min-width: 321px) {
    .template-section-locations-widget .section-header h2 {
        font-size: 19px
    }
}

@media (min-width: 768px) {
    .template-section-locations-widget .section-header h2 {
        font-size: 30px
    }
}

.template-section-locations-widget .section-header p {
    margin: 0
}

.template-section-locations-widget .section-content {
    padding: 20px 0;
    margin: 0 -10px;
    position: relative;
    display: none
}

@media (min-width: 992px) {
    .template-section-locations-widget .section-content {
        padding: 60px 0
    }
}

.template-section-locations-widget .section-content .location-item {
    margin: 10px;
    padding: 30px 30px 90px;
    background: #ebebeb;
    position: relative
}

.template-section-locations-widget .section-content .location-item .contact-btn {
    border: 2px solid #3e3e3e;
    background: 0 0;
    color: #3e3e3e;
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px
}

.template-section-locations-widget .section-content .location-item .contact-btn:hover {
    background-color: #fff
}

.template-section-locations-widget .section-content .location-item p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

.template-section-locations-widget .section-content .location-item p.h4 {
    font-size: 12px;
    color: #d7d7d7
}

.template-section-404 {
    padding-top: 120px;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .template-section-404 {
        padding-top: 150px
    }
}

.template-section-404 .notfound-title {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 30px
}

@media (min-width: 768px) {
    .template-section-404 .notfound-title {
        font-size: 34px;
        line-height: inherit
    }

    .template-section-404 .notfound-title br {
        display: none
    }
}

.template-section-404 .notfound-textblock {
    font-size: 14px
}

@media (min-width: 768px) {
    .template-section-404 .notfound-textblock {
        line-height: 32px;
        font-size: inherit
    }
}

.template-section-404 .notfound-search {
    margin-top: 25px;
    margin-bottom: 80px
}

@media (min-width: 992px) {
    .template-section-404 .notfound-search {
        margin-bottom: 0
    }
}

.template-section-404 .notfound-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto
}

@media (min-width: 375px) {
    .template-section-404 .notfound-search, .template-section-404 .notfound-textblock, .template-section-404 .notfound-title {
        padding: 0 25px
    }
}

@media (min-width: 768px) {
    .template-section-404 .notfound-search, .template-section-404 .notfound-textblock, .template-section-404 .notfound-title {
        padding: 0
    }
}

.pdp-quickmenu {
    background: #fff;
    z-index: 3;
    padding-top: 9px;
    padding-bottom: 9px;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    box-shadow: 0 6px 12px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 48px;
    transition: all .3s
}

@media (prefers-reduced-motion: reduce) {
    .pdp-quickmenu {
        transition: none
    }
}

@media (min-width: 992px) {
    .pdp-quickmenu {
        transition: all .1s;
        height: auto
    }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .pdp-quickmenu {
        transition: none
    }
}

.pdp-quickmenu [class^=container] {
    padding-left: 14px;
    padding-right: 14px
}

@media (min-width: 768px) {
    .pdp-quickmenu [class^=container] {
        padding-left: 36px;
        padding-right: 36px
    }
}

.pdp-quickmenu.stuck {
    position: fixed;
    top: 48px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.pdp-quickmenu strong {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    display: block;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .pdp-quickmenu strong {
        transition: none
    }
}

@media (min-width: 992px) {
    .pdp-quickmenu strong {
        cursor: auto;
        line-height: 20px
    }
}

.pdp-quickmenu strong:before {
    display: block;
    position: absolute;
    width: 30px;
    height: 27px;
    left: 0;
    top: 0;
    content: "\f342";
    text-align: left;
    line-height: 27px;
    color: #acacac;
    font-size: 18px;
    opacity: 0;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .pdp-quickmenu strong:before {
        transition: none
    }
}

@media (min-width: 992px) {
    .pdp-quickmenu strong:before {
        display: none
    }
}

.pdp-quickmenu strong:after {
    display: block;
    position: absolute;
    opacity: 1;
    width: 30px;
    height: 27px;
    right: 0;
    top: 0;
    content: "\f110";
    text-align: right;
    line-height: 27px;
    color: #acacac;
    font-size: 14px;
    font-weight: 700;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .pdp-quickmenu strong:after {
        transition: none
    }
}

@media (min-width: 992px) {
    .pdp-quickmenu strong:after {
        display: none
    }
}

.pdp-quickmenu ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: center
}

.pdp-quickmenu ul li {
    display: block;
    text-align: left;
    color: #000;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
    position: relative;
    line-height: 30px;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    cursor: pointer
}

.pdp-quickmenu ul li:first-child, .pdp-quickmenu ul li:last-child {
    border-top: none
}

.pdp-quickmenu ul li:last-child:after {
    display: none
}

.pdp-quickmenu ul li:after {
    display: block;
    position: absolute;
    opacity: 1;
    width: 30px;
    height: 50px;
    right: 0;
    top: 0;
    content: "\f112";
    text-align: right;
    line-height: 50px;
    color: #acacac;
    font-size: 12px;
    font-weight: 700;
    transition: .2s
}

@media (prefers-reduced-motion: reduce) {
    .pdp-quickmenu ul li:after {
        transition: none
    }
}

@media (min-width: 992px) {
    .pdp-quickmenu ul li:after {
        display: none
    }
}

@media (min-width: 992px) {
    .pdp-quickmenu ul li {
        display: inline-block;
        margin: 0 15px;
        text-align: center;
        padding: 0;
        color: #9a9a9a;
        border-top: none
    }
}

.pdp-quickmenu ul li.active {
    color: #000
}

.no-touchevents .pdp-quickmenu ul li {
    transition: color, .2s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .pdp-quickmenu ul li {
        transition: none
    }
}

.no-touchevents .pdp-quickmenu ul li:hover {
    color: #000
}

.pdp-quickmenu ul li a {
    color: #fff;
    background: #000;
    text-transform: uppercase;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    text-align: center
}

@media (min-width: 992px) {
    .pdp-quickmenu ul li a {
        padding: 5px 20px
    }
}

.pdp-quickmenu ul li a:hover {
    text-decoration: none;
    background: #000
}

@media (max-width: 991.98px) {
    .pdp-quickmenu .quickmenu-holder {
        position: relative;
        overflow: hidden;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: .1s
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .pdp-quickmenu .quickmenu-holder {
        transition: none
    }
}

@media (max-width: 1199.98px) {
    .pdp-quickmenu.active {
        height: calc(100% - 48px);
        overflow: auto
    }
}

@media (max-width: 1199.98px) {
    .pdp-quickmenu.active .mobile-header strong {
        color: #fff
    }
}

@media (max-width: 1199.98px) {
    .pdp-quickmenu.active .mobile-header strong:after {
        opacity: 0
    }
}

@media (max-width: 1199.98px) {
    .pdp-quickmenu.active .mobile-header strong:before {
        opacity: 1
    }
}

@media (max-width: 1199.98px) {
    .pdp-quickmenu.active .quickmenu-holder {
        height: auto;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        transition: .4s .3s
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .pdp-quickmenu.active .quickmenu-holder {
        transition: none
    }
}

.template-pdp_header {
    height: 380px
}

@media (min-width: 768px) {
    .template-pdp_header {
        height: 100vh
    }
}

.template-pdp_variation {
    position: relative
}

.template-pdp_variation .bundle-holder {
    padding: 60px 0
}

.template-pdp_variation .bundle-holder .bundle-header {
    position: relative;
    padding-bottom: 30px
}

.template-pdp_variation .bundle-holder .bundle-header h3 {
    margin: 0;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-header h3 {
        text-align: left
    }
}

.template-pdp_variation .bundle-holder .bundle-header .controls {
    display: none;
    margin: 10px 0
}

.template-pdp_variation .bundle-holder .bundle-header .controls:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-header .controls {
        display: block
    }
}

.template-pdp_variation .bundle-holder .bundle-header .controls .ctrl-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px 16px
}

.template-pdp_variation .bundle-holder .bundle-header .controls .ctrl-nav:not(.disabled) {
    cursor: pointer
}

.template-pdp_variation .bundle-holder .bundle-header .controls .ctrl-nav.prev {
    margin-right: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAAAAAA8PDw/Pz8+Pj49PT1AQEA/Pz8+Pj49PT0/Pz89PT0/Pz8+Pj49PT1AQEA/Pz8+Pj49PT09PT0/Pz89PT0+Pj4+Pj49PT0+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj6ntBQhAAAALnRSTlMAATc5Ojs8PT4/QUNFRkdISVJTWFlka29wd3iAh4iQsL3u8PHy8/T19vf4+fr+zlVtXAAAAI5JREFUOMuF08cWgkAQRNEWlWhAxSwGwIhT//95LsSFHqmq7burOT1m35vMjW7pkIsObEU/+7xfAt6voeiR6LHoieiD1r5yAG5D3u8j3h9j3uuUdzxP/3ewqQPb0TIIYBsF3oI80kckUsRSRFKESpBzawQ52EZUfSXKnhJFl4g1ABSeEjvjYt+h33u2+OkvaIQuHHrhFkkAAAAASUVORK5CYII=)
}

.template-pdp_variation .bundle-holder .bundle-header .controls .ctrl-nav.prev.disabled {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEXa2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tqEZZ7uAAAAKHRSTlMAMDIzNDU3OTo8PT4/QUNFWF1fYGV3eXx/gIGIsL3s7u/w8fLz9PX65WJotQAAAItJREFUOMuF08kWgjAQRNFWZFBQEXACGUTF+v8vdGFYwNGqXubdVdIxm05WGJ0rUIkOnEVvFry3S947j/f7SnRf9ED0kPdHxPtzzftrw/sQ/+0l2NSWQ4BUATsCAN7t77mZE8OerMlX7KTYSpFIEStBrtsJ8mBO9JESZGlGEUjhK3EyLi78e6eH2cEHkwIossGo7LMAAAAASUVORK5CYII=)
}

.template-pdp_variation .bundle-holder .bundle-header .controls .ctrl-nav.next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEU+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj70oOxRAAAALnRSTlMAATc5Ojs8PT4/QUNFRkdISVJTWFlka29wd3iAh4iQsL3u8PHy8/T19vf4+fr+zlVtXAAAAJBJREFUOMuF0EkSgkAQRNHCgUlUVHDAGQRU6Lz/8dwZoaGZuez/FhVt9jFvvTI27wTsGDgAXAxKJYYlABREjColxjcl/FqJoFEibJWIpIilmEiRvMUFbIUCyARwSztff68HALf9e2Ta8T5/8j578D698560ANyGfzPpseiR6KHoQcO7X/Nue9HNjqKb5YuvhxfaLy4cisGp8QAAAABJRU5ErkJggg==)
}

.template-pdp_variation .bundle-holder .bundle-header .controls .ctrl-nav.next.disabled {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEUAAADa2trb29vc3NzY2NjZ2dna2trb29vc3NzZ2dnZ2dna2trb29vc3NzZ2dna2trZ2dnb29vZ2dna2trZ2dnb29vZ2dna2trb29vZ2dnZ2dna2trZ2dnb29va2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2trVca5AAAAAKHRSTlMAMDIzNDU3OTo8PT4/QUNFWF1fYGV3eXx/gIGIsL3s7u/w8fLz9PX65WJotQAAAIZJREFUOMuF0kkSgkAMQNHIJCooglOjCDhA7n9CF1JUYUl+lv3fKh2R6ewzMeeierT6SdUWYUsiQrFEET9IrF4k1m8Sm45EgiJFsUWxG8Wt/j+9DqJSczICBYASluVg3Q4+bL7HT7t/j8bB2Tk43PkeQPcbu3u13Rd3u8sZusgVusgh/3n4AFknKLLhYZ3aAAAAAElFTkSuQmCC)
}

.template-pdp_variation .bundle-holder .pagers {
    position: relative;
    padding-top: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .pagers {
        display: none !important
    }
}

.template-pdp_variation .bundle-holder .pagers a {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    text-indent: -9999px
}

.template-pdp_variation .bundle-holder .pagers a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #cecece
}

.template-pdp_variation .bundle-holder .pagers a.selected:before {
    background: #979797
}

.template-pdp_variation .bundle-holder .bundle-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
    z-index: 1
}

.template-pdp_variation .bundle-holder .bundle-slider-wrapper:after, .template-pdp_variation .bundle-holder .bundle-slider-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 10px
}

.template-pdp_variation .bundle-holder .bundle-slider-wrapper:before {
    left: 0
}

.template-pdp_variation .bundle-holder .bundle-slider-wrapper:after {
    right: 0
}

.template-pdp_variation .bundle-holder .bundle-slider {
    position: relative;
    z-index: 0 !important;
    overflow: hidden
}

.template-pdp_variation .bundle-holder .bundle-slider:after {
    display: block;
    clear: both;
    content: ""
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item {
    position: relative;
    width: 280px;
    height: 100%;
    margin: 0 10px;
    float: left;
    background: #fff;
    overflow: hidden
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item {
        width: 330px
    }
}

@media (min-width: 992px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item {
        width: 294px
    }
}

@media (min-width: 1200px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item {
        width: 354px
    }
}

@media (min-width: 1440px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item {
        width: 440px
    }
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .bundle-wrapper {
    position: relative;
    height: 100%
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .bundle-wrapper.active .txt-holder {
    top: 0;
    bottom: 46px;
    visibility: visible;
    opacity: 1
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .bundle-wrapper.active .txt-holder {
        bottom: 60px
    }
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .bundle-wrapper.active span.show-info {
    transform: rotate(45deg);
    color: #fff
}

.no-touchevents .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .bundle-wrapper.active span.show-info:hover {
    color: #d7d7d7
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder {
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: -60px;
    left: 0;
    width: 100%;
    bottom: 120px;
    background: #656565
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap {
    padding: 20px 40px 20px 20px;
    position: relative;
    color: #fff;
    height: 100%;
    overflow: auto
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap {
        padding: 60px 40px 40px
    }
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap p {
    margin: 0
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info {
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info span {
    opacity: .7;
    display: block
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info-name {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap .variation-info-sku {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    padding-left: 10px
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap ul li + li {
    margin-top: 10px
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .txt-holder .twt-wrap hr {
    border-color: #fff
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .img-holder {
    position: relative;
    z-index: 1;
    height: 76%;
    padding: 60px 20px 20px
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .img-holder {
        height: 60%
    }
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .img-holder img {
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder {
    position: relative;
    text-align: center;
    height: 24%;
    padding: 10px 20px 70px
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder {
        height: 40%
    }
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder .title-wrap {
    position: relative;
    height: 100%
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .title-holder .title-wrap h5 {
    position: relative
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item span.show-info {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 33px;
    z-index: 3;
    line-height: 40px;
    color: #ddd;
    cursor: pointer;
    transition: all .2s linear
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item span.show-info {
        top: 10px;
        right: 10px
    }
}

.no-touchevents .template-pdp_variation .bundle-holder .bundle-slider .bundle-item span.show-info:hover {
    color: #747474
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder a {
    display: block;
    padding: 15px 10px 14px;
    background: #3e3e3e;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media (min-width: 768px) {
    .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder a {
        padding: 21px 10px
    }
}

.no-touchevents .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder a {
    transition: all .2s linear
}

.no-touchevents .template-pdp_variation .bundle-holder .bundle-slider .bundle-item .button-holder a:hover {
    background: #f9b004;
    text-decoration: none
}

.bundle-slider, .bundle-slider-wrapper {
    height: 434px
}

@media (min-width: 768px) {
    .bundle-slider, .bundle-slider-wrapper {
        height: 526px
    }
}

.bundle-slider-wrapper:after, .bundle-slider-wrapper:before {
    background: #fff
}

.template-pdp_awards {
    position: relative;
    background: #fff;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-pdp_awards {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-pdp_awards {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .template-pdp_awards {
        padding: 60px 0
    }
}

@media (min-width: 1440px) {
    .template-pdp_awards {
        padding: 80px 0
    }
}

.template-pdp_awards .section-header {
    text-align: center;
    padding-bottom: 40px
}

.template-pdp_awards .section-header h2 {
    margin: 0
}

.template-pdp_awards .section-content .awards-carousel-wrapper {
    position: relative
}

@media (min-width: 768px) {
    .template-pdp_awards .section-content .awards-carousel-wrapper {
        overflow: hidden;
        height: 160px
    }
}

.template-pdp_awards .section-content .awards-carousel-wrapper .caroufredsel_wrapper {
    margin: 0 auto !important
}

.template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel {
    position: relative;
    text-align: center
}

.template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel:after {
    display: block;
    clear: both;
    content: ""
}

.template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item {
    position: relative;
    height: 80px;
    padding: 10px 20px;
    display: inline-block
}

@media (min-width: 768px) {
    .template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item {
        display: block;
        padding: 0 20px;
        float: left;
        height: 160px;
        width: 226px
    }
}

@media (min-width: 992px) {
    .template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item {
        width: 230px
    }
}

@media (min-width: 1200px) {
    .template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item {
        width: 275px
    }
}

@media (min-width: 1440px) {
    .template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item {
        width: 272px
    }
}

.template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item a {
    display: block;
    vertical-align: middle;
    position: relative;
    height: 100%
}

.template-pdp_awards .section-content .awards-carousel-wrapper .awards-carousel .award-item img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.template-pdp_downloads .section-header {
    text-align: center;
    padding-bottom: 40px
}

.template-pdp_downloads .section-header h2 {
    margin: 0
}

.template-pdp_info-image {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-pdp_info-image {
        padding: 80px 0
    }
}

@media (min-width: 992px) {
    .template-pdp_info-image {
        padding: 120px 0
    }
}

@media (min-width: 1200px) {
    .template-pdp_info-image {
        padding: 160px 0
    }
}

@media (min-width: 1440px) {
    .template-pdp_info-image {
        padding: 200px 0
    }
}

@media (min-width: 768px) {
    .template-pdp_info-image.position-left.animate .text-holder {
        position: relative;
        opacity: 0;
        transform: translateX(80px);
        transition: all .6s linear
    }

    .template-pdp_info-image.position-left.animate .img-holder {
        opacity: 0;
        transform: translateX(-80px);
        transition: transform .6s linear, opacity .6s linear
    }

    .template-pdp_info-image.position-left.animated .img-holder, .template-pdp_info-image.position-left.animated .text-holder {
        opacity: 1;
        transform: translateX(0)
    }

    .template-pdp_info-image.position-right.animate .text-holder {
        position: relative;
        opacity: 0;
        transform: translateX(-80px);
        transition: all .6s linear
    }

    .template-pdp_info-image.position-right.animate .img-holder {
        opacity: 0;
        transform: translateX(80px);
        transition: transform .6s linear, opacity .6s linear
    }

    .template-pdp_info-image.position-right.animated .img-holder, .template-pdp_info-image.position-right.animated .text-holder {
        opacity: 1;
        transform: translateX(0)
    }
}

.template-pdp_info-image.position-left .row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.template-pdp_info-image.position-left .img-holder {
    padding-right: 10%
}

.template-pdp_info-image.position-left .img-holder img {
    float: right
}

@media (min-width: 768px) {
    .template-pdp_info-image.position-left .img-holder {
        padding-right: 0;
        left: 0
    }
}

.template-pdp_info-image.position-right .row {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.template-pdp_info-image.position-right .img-holder {
    padding-left: 10%
}

.template-pdp_info-image.position-right .img-holder img {
    float: left
}

@media (min-width: 768px) {
    .template-pdp_info-image.position-right .img-holder {
        padding-left: 0;
        right: 0
    }
}

@media (max-width: 767.98px) {
    .template-pdp_info-image.position-v_bottom {
        padding-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .template-pdp_info-image.position-v_top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0
    }

    .template-pdp_info-image.position-v_top .img-holder {
        margin-top: 0;
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .template-pdp_info-image.position-v_top.no-image {
        padding-top: 20px
    }
}

.template-pdp_info-image .img-holder {
    height: 240px;
    margin-top: 40px;
    position: relative
}

.template-pdp_info-image .img-holder:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .template-pdp_info-image .img-holder {
        margin-top: 0;
        width: auto;
        height: auto;
        position: absolute
    }
}

.template-pdp_info-image .img-holder img {
    height: 100%;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .template-pdp_info-image .img-holder.v_top {
        top: 0;
        bottom: 50%
    }
}

@media (min-width: 992px) {
    .template-pdp_info-image .img-holder.v_top {
        bottom: 40%
    }
}

@media (min-width: 1200px) {
    .template-pdp_info-image .img-holder.v_top {
        bottom: 30%
    }
}

@media (min-width: 1440px) {
    .template-pdp_info-image .img-holder.v_top {
        bottom: 20%
    }
}

@media (min-width: 768px) {
    .template-pdp_info-image .img-holder.v_middle {
        top: 25%;
        bottom: 25%
    }
}

@media (min-width: 992px) {
    .template-pdp_info-image .img-holder.v_middle {
        top: 20%;
        bottom: 20%
    }
}

@media (min-width: 1200px) {
    .template-pdp_info-image .img-holder.v_middle {
        top: 15%;
        bottom: 15%
    }
}

@media (min-width: 1440px) {
    .template-pdp_info-image .img-holder.v_middle {
        top: 10%;
        bottom: 10%
    }
}

@media (min-width: 768px) {
    .template-pdp_info-image .img-holder.v_bottom {
        bottom: 0;
        top: 50%
    }
}

@media (min-width: 992px) {
    .template-pdp_info-image .img-holder.v_bottom {
        top: 40%
    }
}

@media (min-width: 1200px) {
    .template-pdp_info-image .img-holder.v_bottom {
        top: 30%
    }
}

@media (min-width: 1440px) {
    .template-pdp_info-image .img-holder.v_bottom {
        top: 20%
    }
}

.template-pdp_info-image .text-holder .sub_title {
    margin-bottom: 10px;
    color: #d7d7d7
}

.template-pdp_info-image .text-holder .title {
    margin-bottom: 10px;
    color: #3e3e3e
}

.template-pdp_info-image .text-holder .content-entry {
    margin-top: 40px;
    color: #747474
}

.template-pdp_info-image .text-holder .content-entry p {
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .template-pdp_info-image .text-holder .content-entry p {
        margin-bottom: 40px
    }
}

.template-pdp_accessories {
    position: relative;
    background: #f3f3f3;
    padding: 20px 0 0
}

@media (min-width: 768px) {
    .template-pdp_accessories {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-pdp_accessories {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .template-pdp_accessories {
        padding: 60px 0
    }
}

@media (min-width: 1440px) {
    .template-pdp_accessories {
        padding: 80px 0
    }
}

.template-pdp_accessories .section-header {
    padding-bottom: 20px
}

.template-pdp_accessories .section-header h2 {
    margin: 0;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-header h2 {
        text-align: left
    }
}

.template-pdp_accessories .section-filters {
    position: relative;
    margin: 0 -20px
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-filters {
        margin: 0 0 40px
    }
}

.template-pdp_accessories .section-filters ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #e3e3e3
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-filters ul {
        border-bottom-color: #d7d7d7
    }
}

@media (min-width: 992px) {
    .template-pdp_accessories .section-filters ul {
        padding: 0 10px
    }
}

.template-pdp_accessories .section-filters ul:after {
    display: block;
    clear: both;
    content: ""
}

.template-pdp_accessories .section-filters ul li {
    cursor: pointer;
    position: relative;
    display: block;
    border-top: 1px solid #e3e3e3;
    padding: 10px 20px;
    transition: all, .3s
}

.template-pdp_accessories .section-filters ul li span {
    color: #747474;
    display: block;
    line-height: 25px
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-filters ul li span {
        line-height: 1;
        color: #747474
    }
}

.template-pdp_accessories .section-filters ul li.active:after {
    content: "\f110"
}

.template-pdp_accessories .section-filters ul li:after {
    display: block;
    position: absolute;
    width: 40px;
    height: 45px;
    right: 0;
    top: 0;
    content: "\f112";
    line-height: 45px;
    text-align: center;
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 700
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-filters ul li:after {
        display: none
    }
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-filters ul li {
        border-top: none;
        top: 1px;
        border-bottom: 4px solid transparent;
        float: left;
        margin: 20px 15px 0 0;
        padding: 0 0 20px
    }
}

@media (min-width: 992px) {
    .template-pdp_accessories .section-filters ul li {
        margin: 20px 30px 0 0
    }
}

@media (min-width: 1200px) {
    .template-pdp_accessories .section-filters ul li {
        margin: 20px 50px 0 0
    }
}

.template-pdp_accessories .section-filters ul li:last-child {
    margin-right: 0
}

@media (prefers-reduced-motion: reduce) {
    .template-pdp_accessories .section-filters ul li {
        transition: none
    }
}

.no-touchevents .template-pdp_accessories .section-filters ul li:hover span {
    color: #3e3e3e
}

.template-pdp_accessories .section-filters ul li.active {
    border-bottom-color: #f9b004
}

.template-pdp_accessories .section-filters ul li.active span {
    color: #3e3e3e
}

.template-pdp_accessories .accesories-slider {
    position: relative;
    z-index: 1
}

.template-pdp_accessories .accesories-slider:after {
    display: block;
    clear: both;
    content: ""
}

.template-pdp_accessories .pagers {
    position: relative;
    padding-top: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_accessories .pagers {
        display: none !important
    }
}

.template-pdp_accessories .pagers a {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    text-indent: -9999px
}

.template-pdp_accessories .pagers a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #cecece
}

.template-pdp_accessories .pagers a.selected:before {
    background: #979797
}

.template-pdp_accessories .ctrl-holder {
    display: none;
    margin: 0 10px 30px
}

.template-pdp_accessories .ctrl-holder:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .template-pdp_accessories .ctrl-holder {
        display: block
    }
}

.template-pdp_accessories .ctrl-holder .ctrl {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px 16px
}

.template-pdp_accessories .ctrl-holder .ctrl:not(.disabled) {
    cursor: pointer
}

.template-pdp_accessories .ctrl-holder .ctrl.prev {
    margin-right: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAAAAAA8PDw/Pz8+Pj49PT1AQEA/Pz8+Pj49PT0/Pz89PT0/Pz8+Pj49PT1AQEA/Pz8+Pj49PT09PT0/Pz89PT0+Pj4+Pj49PT0+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj6ntBQhAAAALnRSTlMAATc5Ojs8PT4/QUNFRkdISVJTWFlka29wd3iAh4iQsL3u8PHy8/T19vf4+fr+zlVtXAAAAI5JREFUOMuF08cWgkAQRNEWlWhAxSwGwIhT//95LsSFHqmq7burOT1m35vMjW7pkIsObEU/+7xfAt6voeiR6LHoieiD1r5yAG5D3u8j3h9j3uuUdzxP/3ewqQPb0TIIYBsF3oI80kckUsRSRFKESpBzawQ52EZUfSXKnhJFl4g1ABSeEjvjYt+h33u2+OkvaIQuHHrhFkkAAAAASUVORK5CYII=)
}

.template-pdp_accessories .ctrl-holder .ctrl.prev.disabled {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEXa2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tqEZZ7uAAAAKHRSTlMAMDIzNDU3OTo8PT4/QUNFWF1fYGV3eXx/gIGIsL3s7u/w8fLz9PX65WJotQAAAItJREFUOMuF08kWgjAQRNFWZFBQEXACGUTF+v8vdGFYwNGqXubdVdIxm05WGJ0rUIkOnEVvFry3S947j/f7SnRf9ED0kPdHxPtzzftrw/sQ/+0l2NSWQ4BUATsCAN7t77mZE8OerMlX7KTYSpFIEStBrtsJ8mBO9JESZGlGEUjhK3EyLi78e6eH2cEHkwIossGo7LMAAAAASUVORK5CYII=)
}

.template-pdp_accessories .ctrl-holder .ctrl.next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEU+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj70oOxRAAAALnRSTlMAATc5Ojs8PT4/QUNFRkdISVJTWFlka29wd3iAh4iQsL3u8PHy8/T19vf4+fr+zlVtXAAAAJBJREFUOMuF0EkSgkAQRNHCgUlUVHDAGQRU6Lz/8dwZoaGZuez/FhVt9jFvvTI27wTsGDgAXAxKJYYlABREjColxjcl/FqJoFEibJWIpIilmEiRvMUFbIUCyARwSztff68HALf9e2Ta8T5/8j578D698560ANyGfzPpseiR6KHoQcO7X/Nue9HNjqKb5YuvhxfaLy4cisGp8QAAAABJRU5ErkJggg==)
}

.template-pdp_accessories .ctrl-holder .ctrl.next.disabled {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEUAAADa2trb29vc3NzY2NjZ2dna2trb29vc3NzZ2dnZ2dna2trb29vc3NzZ2dna2trZ2dnb29vZ2dna2trZ2dnb29vZ2dna2trb29vZ2dnZ2dna2trZ2dnb29va2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2trVca5AAAAAKHRSTlMAMDIzNDU3OTo8PT4/QUNFWF1fYGV3eXx/gIGIsL3s7u/w8fLz9PX65WJotQAAAIZJREFUOMuF0kkSgkAMQNHIJCooglOjCDhA7n9CF1JUYUl+lv3fKh2R6ewzMeeierT6SdUWYUsiQrFEET9IrF4k1m8Sm45EgiJFsUWxG8Wt/j+9DqJSczICBYASluVg3Q4+bL7HT7t/j8bB2Tk43PkeQPcbu3u13Rd3u8sZusgVusgh/3n4AFknKLLhYZ3aAAAAAElFTkSuQmCC)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.template-pdp_accessories .section-accessories-grid {
    position: relative;
    margin: 0 -12px;
    min-height: 368px
}

@media (max-width: 767.98px) {
    .template-pdp_accessories .section-accessories-grid {
        display: none
    }
}

.template-pdp_accessories .section-accessories-grid.loading:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    background: url(/images/vermop-loader.svg) no-repeat 50%;
    margin: -20px 0 0 -20px;
    animation: spin 1.2s linear infinite
}

.template-pdp_accessories .section-accessories-grid.loading .accessory-item {
    opacity: 0
}

.template-pdp_accessories .section-accessories-grid.complete {
    background: 0 0
}

.template-pdp_accessories .section-accessories-grid.complete .accessory-item {
    opacity: 1
}

.template-pdp_accessories .section-accessories-grid .accessory-item {
    width: 50%;
    position: relative;
    float: left;
    padding: 0 12px;
    opacity: 0;
    margin: 12px 0;
    transition: opacity .3s
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-accessories-grid .accessory-item {
        width: 33.3333%;
        width: 234px
    }
}

@media (min-width: 992px) {
    .template-pdp_accessories .section-accessories-grid .accessory-item {
        width: 25%;
        width: 236px
    }
}

@media (min-width: 1200px) {
    .template-pdp_accessories .section-accessories-grid .accessory-item {
        width: 20%;
        width: 281px
    }
}

@media (min-width: 1440px) {
    .template-pdp_accessories .section-accessories-grid .accessory-item {
        width: 20%;
        width: 276px
    }
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper {
    position: relative;
    overflow: hidden;
    height: 360px;
    background: #fff;
    padding: 20px;
    cursor: pointer;
    z-index: 1
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper {
        height: 307px;
        padding: 20px
    }
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .img-holder {
    position: relative;
    overflow: hidden;
    height: 250px
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .img-holder {
        height: 200px
    }
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .img-holder img {
    display: block;
    position: absolute;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder {
    padding-top: 20px;
    text-align: center
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder h4 {
    position: relative;
    color: #000;
    max-height: 36px;
    overflow: hidden;
    text-transform: none
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .txt-holder p {
    position: relative;
    color: #3e3e3e;
    max-height: 36px;
    overflow: hidden;
    margin: 0
}

.template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    padding: 15px;
    line-height: 20px;
    bottom: -70px;
    background: #3e3e3e;
    text-align: center;
    color: #fff
}

@media (min-width: 768px) {
    .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button {
        bottom: -50px
    }
}

.touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper {
    cursor: pointer
}

.touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:after {
    transition: all, .3s
}

@media (prefers-reduced-motion: reduce) {
    .touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:after {
        transition: none
    }
}

.touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .img-holder {
    transition: all, .3s
}

@media (prefers-reduced-motion: reduce) {
    .touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .img-holder {
        transition: none
    }
}

.touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button {
    transition: all, .3s
}

@media (prefers-reduced-motion: reduce) {
    .touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button {
        transition: none
    }
}

.touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper.active:after {
    opacity: .2
}

.touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper.active .img-holder {
    height: 150px
}

.touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper.active .request-button {
    bottom: 0
}

.no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:after {
    transition: all, .3s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:after {
        transition: none
    }
}

.no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .img-holder {
    transition: all, .3s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .img-holder {
        transition: none
    }
}

.no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button {
    transition: all, .3s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper .request-button {
        transition: none
    }
}

.no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:hover:after {
    opacity: .2
}

.no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:hover .img-holder {
    height: 150px
}

.no-touchevents .template-pdp_accessories .section-accessories-grid .accessory-item .item-wrapper:hover .request-button {
    bottom: 0
}

.template-pdp_gallery {
    height: 540px
}

@media (min-width: 768px) {
    .template-pdp_gallery {
        height: 828px
    }
}

.template-pdp_application {
    position: relative;
    background: #fff;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-pdp_application {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-pdp_application {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .template-pdp_application {
        padding: 60px 0
    }
}

@media (min-width: 1440px) {
    .template-pdp_application {
        padding: 80px 0
    }
}

.template-pdp_application .section-header {
    padding-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_application .section-header {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .template-pdp_application .section-header {
        padding-bottom: 60px
    }
}

.template-pdp_application .section-header h2 {
    margin: 0
}

.template-pdp_application .applications-grid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media (min-width: 992px) {
    .template-pdp_application .applications-grid {
        margin: 0 -15px
    }
}

.template-pdp_application .applications-grid:after {
    display: block;
    clear: both;
    content: ""
}

.template-pdp_application .applications-grid .application-item {
    width: 100%
}

@media (min-width: 768px) {
    .template-pdp_application .applications-grid .application-item {
        width: 50%
    }
}

@media (min-width: 992px) {
    .template-pdp_application .applications-grid .application-item {
        width: 25%
    }
}

.template-pdp_application .applications-grid .application-item .item-wrapper {
    position: relative;
    margin: 15px 10px
}

@media (min-width: 992px) {
    .template-pdp_application .applications-grid .application-item .item-wrapper {
        margin: 0 15px
    }
}

.template-pdp_application .applications-grid .application-item .item-wrapper .img-holder {
    position: relative;
    overflow: hidden;
    background: coral
}

.template-pdp_application .applications-grid .application-item .item-wrapper .img-holder img {
    display: block;
    width: 100%;
    height: auto
}

.template-pdp_application .applications-grid .application-item .item-wrapper .txt-holder {
    height: 68px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #f3f3f3;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff
}

@media (min-width: 768px) {
    .template-pdp_application .applications-grid .application-item .item-wrapper .txt-holder {
        height: 100px
    }
}

.template-pdp_application .applications-grid .application-item .item-wrapper .txt-holder h4 {
    position: relative;
    text-align: center;
    color: #3e3e3e;
    margin: 0
}

.template-pdp_application .applications-grid .application-item .item-wrapper .whole-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-indent: -9999px;
    display: none
}

.touchevents .template-pdp_application .applications-grid .application-item .item-wrapper .whole-link {
    display: block
}

.template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #747474;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden
}

@media (min-width: 768px) {
    .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder {
        padding: 0 30px
    }
}

.template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder h4 {
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px
}

.template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder p {
    margin: 0
}

.template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder ul {
    padding-left: 0;
    list-style: none
}

.template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder ul li {
    margin-top: 10px
}

.template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder ul li:before {
    color: #fff;
    content: "\f17b";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 700;
    margin-right: 10px
}

.template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder ul li:first-child {
    margin-top: 0
}

#cookie-notice .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-contact-forms .section-header a.toggle-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.link-btn, .template-section-contact-forms .section-header .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.contact-btn {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    left: 15px;
    min-width: auto;
    padding: 10px
}

@media (min-width: 768px) {
    #cookie-notice .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-contact-forms .section-header a.toggle-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.link-btn, .template-section-contact-forms .section-header .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.contact-btn {
        right: 30px;
        left: 30px
    }
}

@media (min-width: 992px) {
    #cookie-notice .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-contact-forms .section-header a.toggle-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.link-btn, .template-section-contact-forms .section-header .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.contact-btn {
        left: 20px;
        right: 20px
    }
}

@media (min-width: 1200px) {
    #cookie-notice .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-contact-forms .section-header a.toggle-button, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.link-btn, .template-section-contact-forms .section-header .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder a.contact-btn {
        right: 45px;
        left: 45px;
        bottom: 30px
    }
}

.no-touchevents .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder {
    transition: all, .3s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .template-pdp_application .applications-grid .application-item .item-wrapper .overlay-holder {
        transition: none
    }
}

.no-touchevents .template-pdp_application .applications-grid .application-item .item-wrapper:hover .overlay-holder {
    opacity: 1;
    visibility: visible
}

.template-pdp_features {
    background: #f3f3f3;
    padding: 20px 0;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .template-pdp_features {
        padding: 45px 0
    }
}

.template-pdp_features .section-header {
    margin-bottom: 35px;
    margin-top: 35px
}

.template-pdp_features .section-header h2 {
    text-align: center
}

.template-pdp_features .features-grid {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%
}

.template-pdp_features .features-grid .feature-item {
    background-color: #393939;
    cursor: pointer;
    height: 190px;
    margin-bottom: 20px;
    position: relative;
    width: 335px
}

@media (min-width: 768px) {
    .template-pdp_features .features-grid .feature-item {
        height: auto;
        margin-bottom: 24px;
        padding-bottom: 35%;
        width: calc(50% - 12px)
    }
}

@media (min-width: 1200px) {
    .template-pdp_features .features-grid .feature-item {
        margin-right: 24px;
        margin-bottom: 24px;
        padding-bottom: 23%;
        width: calc(25% - 18px)
    }
}

.template-pdp_features .features-grid .feature-item .feature-content .after-icon {
    bottom: 20px;
    content: "";
    height: 30px;
    position: absolute;
    width: 30px
}

@media (min-width: 768px) {
    .template-pdp_features .features-grid .feature-item .feature-content .after-icon {
        bottom: 35px
    }
}

@media (min-width: 1200px) {
    .template-pdp_features .features-grid .feature-item .feature-content .after-icon {
        bottom: 45px;
        height: 35px;
        width: 35px
    }
}

.template-pdp_features .features-grid .feature-item .feature-content .after-icon svg {
    fill: #f7c401
}

.template-pdp_features .features-grid .feature-item.has_video .feature-content:after {
    background-image: url(/images/next.svg)
}

.template-pdp_features .features-grid .feature-item.undefined {
    cursor: default
}

.template-pdp_features .features-grid .feature-item.active:not(.undefined), .template-pdp_features .features-grid .feature-item:hover:not(.undefined) {
    background-color: #f7c401
}

.template-pdp_features .features-grid .feature-item.active:not(.undefined) .feature-content, .template-pdp_features .features-grid .feature-item:hover:not(.undefined) .feature-content {
    color: #393939
}

.template-pdp_features .features-grid .feature-item.active:not(.undefined) .feature-content .after-icon svg, .template-pdp_features .features-grid .feature-item:hover:not(.undefined) .feature-content .after-icon svg {
    fill: #393939
}

.template-pdp_features .features-grid .feature-item.active:not(.undefined) p, .template-pdp_features .features-grid .feature-item:hover:not(.undefined) p {
    font-weight: 600
}

.template-pdp_features .features-grid .feature-item.active:not(.undefined) .icon-holder svg, .template-pdp_features .features-grid .feature-item:hover:not(.undefined) .icon-holder svg {
    fill: #393939
}

.template-pdp_features .features-grid .feature-item.active:after, .template-pdp_features .features-grid .feature-item.active:before {
    background-color: #333;
    content: " ";
    height: 18px;
    position: absolute;
    right: 25px;
    top: 15px;
    width: 1px
}

.template-pdp_features .features-grid .feature-item.active:before {
    transform: rotate(45deg)
}

.template-pdp_features .features-grid .feature-item.active:after {
    transform: rotate(-45deg)
}

.template-pdp_features .features-grid .feature-content {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .template-pdp_features .features-grid .feature-content {
        -ms-flex-pack: initial;
        justify-content: initial
    }
}

.template-pdp_features .features-grid .feature-content p {
    font-size: 16px;
    font-weight: 300
}

@media (min-width: 768px) {
    .template-pdp_features .features-grid .feature-content p {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .template-pdp_features .features-grid .feature-content p {
        font-size: 16px
    }
}

@media (min-width: 1440px) {
    .template-pdp_features .features-grid .feature-content p {
        font-size: 20px
    }
}

.template-pdp_features .features-grid .feature-content .feature-title {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_features .features-grid .feature-content .feature-title {
        margin-top: 15px
    }
}

@media (min-width: 992px) {
    .template-pdp_features .features-grid .feature-content .feature-title {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .template-pdp_features .features-grid .feature-content .feature-title {
        margin-top: 20px
    }
}

@media (min-width: 1440px) {
    .template-pdp_features .features-grid .feature-content .feature-title {
        margin-top: 10px;
        overflow: overlay;
        padding: 17px;
    }
}

.template-pdp_features .features-grid .icon-holder {
    height: 60px;
    width: 60px;
    margin-top: -20px
}

@media (min-width: 768px) {
    .template-pdp_features .features-grid .icon-holder {
        margin-top: 45px
    }
}

@media (min-width: 992px) {
    .template-pdp_features .features-grid .icon-holder {
        height: 85px;
        width: 85px
    }
}

@media (min-width: 1200px) {
    .template-pdp_features .features-grid .icon-holder {
        margin-top: 45px;
        height: 65px;
        width: 65px
    }
}

@media (min-width: 1440px) {
    .template-pdp_features .features-grid .icon-holder {
        height: 85px;
        width: 85px
    }
}

@media (min-width: 1400px) {
    .template-pdp_features .features-grid .icon-holder {
        margin-top: 50px
    }
}

.template-pdp_features .features-grid .icon-holder img {
    height: 100%;
    width: auto
}

.template-pdp_features .features-grid .icon-holder svg {
    fill: #fff;
    height: 100%;
    width: auto
}

.template-pdp_features .pagers {
    position: relative;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_features .pagers {
        display: none !important
    }
}

.template-pdp_features .pagers a {
    display: inline-block;
    height: 15px;
    position: relative;
    text-indent: -9999px;
    width: 15px
}

.template-pdp_features .pagers a:before {
    background: #cecece;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    width: 7px
}

.template-pdp_features .pagers a.selected:before {
    background: #979797
}

.template-pdp_features .image-output {
    display: none;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .template-pdp_features .image-output {
        margin-bottom: 36px
    }
}

.template-pdp_features .image-output img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.template-pdp_features .gallery-output {
    display: none;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .template-pdp_features .gallery-output {
        margin-bottom: 36px
    }
}

.template-pdp_features .gallery-output .vmlightbox-hidden {
    display: none
}

.template-pdp_features .gallery-output img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.template-pdp_features .video-output {
    background: #424242 url(/images/vermop-loader.svg) no-repeat 50%;
    background-size: 40px 40px;
    display: none;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .template-pdp_features .video-output {
        margin-bottom: 36px
    }
}

.template-pdp_features .video-output #ytPlayer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.template-pdp_features .video-output .gallery-output, .template-pdp_features .video-output .image-output, .template-pdp_features .video-output .video-output {
    overscroll-behavior: contain
}

.template-pdp_colorcode {
    position: relative;
    background: #fff;
    padding: 20px 0
}

@media (min-width: 768px) {
    .template-pdp_colorcode {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-pdp_colorcode {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .template-pdp_colorcode {
        padding: 60px 0
    }
}

@media (min-width: 1440px) {
    .template-pdp_colorcode {
        padding: 80px 0
    }
}

.template-pdp_colorcode .section-header {
    padding-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .template-pdp_colorcode .section-header {
        padding-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .template-pdp_colorcode .section-header {
        padding-bottom: 40px
    }
}

.template-pdp_colorcode .section-header h2 {
    margin: 0
}

.template-pdp_colorcode .section-content {
    padding-bottom: 40px
}

.template-pdp_colorcode .section-content .bx-wrapper .bx-pager {
    bottom: -24px
}

@media (min-width: 768px) {
    .template-pdp_colorcode .section-content {
        padding-bottom: 0
    }
}

.template-pdp_colorcode .description-holder {
    margin-top: 20px
}

@media (min-width: 992px) {
    .template-pdp_colorcode .description-holder {
        max-width: 72%;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto
    }
}

.template-pdp_colorcode .description-holder p {
    color: #747474
}

.template-pdp_colorcode .colorcode-item {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .template-pdp_colorcode .colorcode-item {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 20px 0
    }
}

.template-pdp_colorcode .colorcode-item:before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 144%
}

@media (min-width: 768px) {
    .template-pdp_colorcode .colorcode-item:before {
        padding-bottom: 27%
    }
}

.template-pdp_colorcode .colorcode-item .txt-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 140px;
    padding: 0 20px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) {
    .template-pdp_colorcode .colorcode-item .txt-holder {
        min-height: 1px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        top: 0;
        bottom: auto;
        padding: 20px;
        width: 50%
    }
}

@media (min-width: 992px) {
    .template-pdp_colorcode .colorcode-item .txt-holder {
        padding: 30px;
        width: 40%
    }
}

@media (min-width: 1200px) {
    .template-pdp_colorcode .colorcode-item .txt-holder {
        padding: 40px;
        width: 30%
    }
}

@media (min-width: 1440px) {
    .template-pdp_colorcode .colorcode-item .txt-holder {
        padding: 50px
    }
}

.template-pdp_colorcode .colorcode-item .txt-holder h3 {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    color: inherit
}

.template-pdp_colorcode .colorcode-item .txt-holder .info-use {
    width: 100%
}

.template-pdp_colorcode .colorcode-item .txt-holder .info-use p {
    margin: 0
}

.template-job-header {
    position: relative;
    overflow: hidden;
    background-color: #3e3e3e;
    background-size: cover;
    background-position: 50%
}

.template-job-header .container {
    position: relative;
    z-index: 2;
    height: 100%
}

.template-job-header .section-content {
    position: absolute;
    left: 20px;
    right: 20px;
    color: #fff;
    text-align: center
}

@media (min-width: 768px) {
    .template-job-header .section-content {
        text-align: left
    }
}

.template-job-header .section-content h1 {
    margin: 0
}

.template-job-header .section-content p {
    margin: 10px 0 0
}

.template-job-content {
    position: relative;
    padding: 0
}

@media (min-width: 768px) {
    .template-job-content {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-job-content {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-job-content {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-job-content {
        padding: 100px 0
    }
}

@media (min-width: 768px) {
    .template-job-content .row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.template-job-content img {
    width: 100%;
    height: auto
}

@media (max-width: 991.98px) {
    .template-job-content [class^=col-] {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.template-job-mood img {
    display: block;
    width: 100%;
    height: auto
}

.template-job-description {
    position: relative;
    padding: 10px 0
}

@media (min-width: 768px) {
    .template-job-description {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .template-job-description {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .template-job-description {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .template-job-description {
        padding: 100px 0
    }
}

@media (max-width: 991.98px) {
    .template-job-description [class^=col-] {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width: 992px) {
    .template-job-description .description-wrapper {
        max-width: 80%
    }
}

.job-apply-details {
    color: #fff;
    background: #3e3e3e;
    padding: 50px 30px
}

@media (min-width: 768px) {
    .job-apply-details {
        padding: 35px 25px
    }
}

@media (min-width: 992px) {
    .job-apply-details {
        padding: 35px
    }
}

@media (min-width: 1200px) {
    .job-apply-details {
        padding: 40px 45px
    }
}

@media (min-width: 1440px) {
    .job-apply-details {
        padding: 45px 55px
    }
}

.job-apply-details p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0
}

.job-apply-details p + p {
    margin-top: 40px
}

.job-apply-details p a {
    color: inherit
}

.job-apply-details p strong {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.4px;
    line-height: 1;
    margin-bottom: 10px
}

.template-job-gallery {
    position: relative;
    padding: 20px 0
}

.template-job-gallery [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px
}

.template-job-gallery img {
    display: block;
    width: 100%;
    height: auto
}

.tax-navigation {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #171717
}

@media (min-width: 768px) {
    .tax-navigation {
        display: none
    }
}

.tax-navigation ul {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-left: 0;
    list-style: none
}

.tax-navigation ul li {
    display: inline-block;
    margin: 0 20px;
    text-align: center
}

.tax-navigation ul li a {
    display: block;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 15px
}

.tax-navigation ul li a strong {
    display: inline-block;
    font-weight: 300;
    padding-bottom: 14px;
    border-bottom: 3px solid transparent
}

.tax-navigation ul li a span {
    display: none;
    width: 50px;
    margin-bottom: 5px
}

.tax-navigation ul li a span svg path, .tax-navigation ul li a span svg polygon, .tax-navigation ul li a span svg rect {
    fill: #fff !important
}

.tax-navigation ul li a.active strong {
    color: #fcc043;
    border-bottom-color: #fcc043
}

.no-touchevents .tax-navigation ul li a strong {
    transition: all, .2s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .tax-navigation ul li a strong {
        transition: none
    }
}

.no-touchevents .tax-navigation ul li a:hover strong {
    color: #fcc043;
    border-bottom-color: #fcc043
}

.tax-page-header {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    text-align: center
}

@media (min-width: 768px) {
    .tax-page-header {
        padding: 40px 0;
        text-align: left
    }
}

@media (min-width: 992px) {
    .tax-page-header {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .tax-page-header {
        padding: 80px 0
    }
}

@media (min-width: 1440px) {
    .tax-page-header {
        padding: 100px 0;
        top: 48px;
    }
}

@media (max-width: 767.98px) {
    .tax-page-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0
    }

    .tax-page-header .img-holder {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.tax-page-header .row {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tax-page-header .img-holder {
    height: 220px;
    position: relative;
    padding-left: 20px
}

.tax-page-header .img-holder:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .tax-page-header .img-holder {
        margin-top: 0;
        width: auto;
        height: auto;
        position: absolute;
        bottom: 0;
        top: 0;
        padding-left: 0;
        right: 0
    }
}

.tax-page-header .img-holder img {
    height: 100%;
    width: auto;
    display: block;
    float: left
}

.tax-page-header .fake-img-holder {
    height: 90px;
    position: relative;
    padding-left: 20px
}

.tax-page-header .fake-img-holder:after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 768px) {
    .tax-page-header .fake-img-holder {
        display: none
    }
}

.tax-page-header .text-holder span.top-category {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d7d7d7;
    text-transform: uppercase
}

.tax-page-header .text-holder span.top-category a {
    color: inherit
}

.no-touchevents .tax-page-header .text-holder span.top-category {
    transition: all, .2s
}

@media (prefers-reduced-motion: reduce) {
    .no-touchevents .tax-page-header .text-holder span.top-category {
        transition: none
    }
}

.no-touchevents .tax-page-header .text-holder span.top-category:hover {
    color: #747474
}

.no-touchevents .tax-page-header .text-holder span.top-category:hover a {
    text-decoration: none
}

.tax-page-header .text-holder .title {
    margin: 0
}

.tax-page-header .text-holder .content-entry {
    margin-top: 20px;
    color: #747474
}

.tax-page-header .text-holder .content-entry p {
    margin: 0
}

.tax-page-header .text-holder .content-entry p + p {
    margin-top: 40px;
    margin-bottom: 0
}

.tax-content {
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

@media (min-width: 768px) {
    .tax-content {
        padding: 30px 0
    }
}

@media (min-width: 992px) {
    .tax-content {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .tax-content {
        padding: 60px 0
    }
}

@media (min-width: 1440px) {
    .tax-content {
        padding: 80px 0
    }
}

.tax-content .item-holder {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 50%
}

@media (min-width: 768px) {
    .tax-content .item-holder {
        background-position: top;
        padding-bottom: 58.9%;
        margin: 20px 0;
        background-size: auto 72%
    }
}

@media (min-width: 992px) {
    .tax-content .item-holder {
        background-size: auto 62%
    }
}

@media (min-width: 1200px) {
    .tax-content .item-holder {
        background-size: auto 72%
    }
}

.tax-content .item-holder .txt-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px
}

@media (min-width: 768px) {
    .tax-content .item-holder .txt-holder {
        padding: 0 250px 30px 30px
    }
}

.tax-content .item-holder .txt-holder h3 {
    margin: 0;
    color: #3e3e3e;
    text-align: center
}

@media (min-width: 768px) {
    .tax-content .item-holder .txt-holder h3 {
        text-align: left
    }
}

.tax-content .item-holder .txt-holder p {
    font-weight: 400;
    margin: 6px 0 0;
    text-align: center;
    color: #747474
}

@media (min-width: 768px) {
    .tax-content .item-holder .txt-holder p {
        text-align: left
    }
}

#cookie-notice .tax-content .item-holder .txt-holder a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder .txt-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder .txt-holder .template-section-contact-forms .section-header a.toggle-button, .tax-content .item-holder .txt-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .tax-content .item-holder .txt-holder a.link-btn, .template-section-contact-forms .section-header .tax-content .item-holder .txt-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .tax-content .item-holder .txt-holder a.contact-btn {
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 700;
    max-width: 200px;
    margin: 20px auto 0
}

@media (min-width: 768px) {
    #cookie-notice .tax-content .item-holder .txt-holder a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder .txt-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder .txt-holder .template-section-contact-forms .section-header a.toggle-button, .tax-content .item-holder .txt-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .tax-content .item-holder .txt-holder a.link-btn, .template-section-contact-forms .section-header .tax-content .item-holder .txt-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .tax-content .item-holder .txt-holder a.contact-btn {
        margin: 0;
        position: absolute;
        right: 30px;
        bottom: 30px
    }
}

.tax-content .item-holder .whole-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 1
}

.tax-content .item-holder.item-featured {
    border: none;
    background-size: cover;
    background-position: 50%;
    margin: 0 -20px 10px
}

@media (min-width: 768px) {
    .tax-content .item-holder.item-featured {
        margin: 0 0 20px
    }
}

@media (min-width: 992px) {
    .tax-content .item-holder.item-featured {
        padding-bottom: 32%;
        margin-bottom: 40px
    }
}

.tax-content .item-holder.item-featured.theme-light {
    color: #fff
}

.tax-content .item-holder.item-featured.theme-light .txt-holder h3, .tax-content .item-holder.item-featured.theme-light .txt-holder p {
    color: inherit
}

.tax-content .item-holder.item-featured .txt-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.tax-content .item-holder.item-featured .txt-holder .vertical-align {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
    pointer-events: none
}

#cookie-notice .tax-content .item-holder.item-featured .txt-holder .vertical-align > .button.wp-default.gdpr_cookie_button, .tax-content .item-holder.item-featured .txt-holder #cookie-notice .vertical-align > .button.wp-default.gdpr_cookie_button, .tax-content .item-holder.item-featured .txt-holder .template-section-contact-forms .section-header .vertical-align > .toggle-button, .tax-content .item-holder.item-featured .txt-holder .template-section-locations-widget .section-content .location-item .vertical-align > .contact-btn, .tax-content .item-holder.item-featured .txt-holder .vertical-align > .link-btn, .template-section-contact-forms .section-header .tax-content .item-holder.item-featured .txt-holder .vertical-align > .toggle-button, .template-section-locations-widget .section-content .location-item .tax-content .item-holder.item-featured .txt-holder .vertical-align > .contact-btn {
    pointer-events: auto
}

@media (min-width: 768px) {
    .tax-content .item-holder.item-featured .txt-holder .vertical-align {
        text-align: left;
        padding: 0 30px
    }
}

@media (min-width: 992px) {
    .tax-content .item-holder.item-featured .txt-holder .vertical-align {
        padding: 0 60px;
        max-width: 60%
    }
}

@media (min-width: 1200px) {
    .tax-content .item-holder.item-featured .txt-holder .vertical-align {
        padding: 0 75px
    }
}

.tax-content .item-holder.item-featured .txt-holder h3 {
    font-weight: 300;
    font-size: 26px;
    margin: 0
}

@media (min-width: 768px) {
    .tax-content .item-holder.item-featured .txt-holder h3 {
        font-size: 40px;
        line-height: 1.4
    }
}

.tax-content .item-holder.item-featured .txt-holder p {
    font-size: 13px;
    margin-top: 20px
}

@media (min-width: 768px) {
    .tax-content .item-holder.item-featured .txt-holder p {
        font-size: 16px;
        margin-top: 10px
    }
}

#cookie-notice .tax-content .item-holder.item-featured .txt-holder a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder.item-featured .txt-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder.item-featured .txt-holder .template-section-contact-forms .section-header a.toggle-button, .tax-content .item-holder.item-featured .txt-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .tax-content .item-holder.item-featured .txt-holder a.link-btn, .template-section-contact-forms .section-header .tax-content .item-holder.item-featured .txt-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .tax-content .item-holder.item-featured .txt-holder a.contact-btn {
    max-width: 200px;
    margin: 30px auto 0;
    font-weight: 700
}

@media (min-width: 768px) {
    #cookie-notice .tax-content .item-holder.item-featured .txt-holder a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder.item-featured .txt-holder #cookie-notice a.button.wp-default.gdpr_cookie_button, .tax-content .item-holder.item-featured .txt-holder .template-section-contact-forms .section-header a.toggle-button, .tax-content .item-holder.item-featured .txt-holder .template-section-locations-widget .section-content .location-item a.contact-btn, .tax-content .item-holder.item-featured .txt-holder a.link-btn, .template-section-contact-forms .section-header .tax-content .item-holder.item-featured .txt-holder a.toggle-button, .template-section-locations-widget .section-content .location-item .tax-content .item-holder.item-featured .txt-holder a.contact-btn {
        position: relative;
        margin: 30px 0 0;
        right: auto;
        bottom: auto;
        display: inline-block
    }
}

/*
Theme Name:         Vermop
Theme URI:          https://roots.io/sage/
Description:        Vermop custom WP theme on Sage 8.5.4
Version:            1.0.1
Author:             UA
Author URI:         https://unifiedarts.de/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.section-45056.template-section-header .section-content h1 {
    color: #fff
}

.section-45056.template-section-header .section-content {
    color: #fff
}

.section-45055 {
    background-color: #fff
}

.section-45055 .section-header h2.section-title {
    color: #3e3e3e
}

.section-45055 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-45055 .section-content {
    color: #878787
}

.section-45054 {
    background-color: #fff
}

.section-45054 .section-header h2.section-title {
    color: #3e3e3e
}

.section-45054 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-45054 .section-content {
    color: #878787
}

.section-44980 {
    background-color: #fff
}

.section-44980 .section-header h2.section-title {
    color: #3e3e3e
}

.section-44980 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-44980 .section-content {
    color: #878787
}

.section-44979.template-section-header .section-content h1 {
    color: #fff
}

.section-44979.template-section-header .section-content {
    color: #fff
}

.section-44978.template-section-header .section-content h1 {
    color: #fff
}

.section-44978.template-section-header .section-content {
    color: #fff
}

.section-44977.template-section-header .section-content h1 {
    color: #fff
}

.section-44977.template-section-header .section-content {
    color: #fff
}

.section-39477.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-39469 .video-holder {
    background-image: url(/uploads/Standbild_imagebilm-Start-1.jpg)
}

.section-39469.template-section-header .section-content h1 {
    color: #fff
}

.section-39469.template-section-header .section-content {
    color: #fff
}

.section-39457 {
    background-color: #fff
}

.section-39453.template-section-header .section-content h1 {
    color: #fff
}

.section-39453.template-section-header .section-content {
    color: #fff
}

.section-39425 {
    background-color: #fff
}

.section-39425 .top-header h2 {
    color: #fff
}

@media all and (min-width: 768px) {
    .section-39425 .footer-video {
        padding-bottom: 37.5%
    }
}

.section-39416.template-section-header .section-content h1 {
    color: #fff
}

.section-39416.template-section-header .section-content {
    color: #fff
}

.section-39404 {
    background-color: #fff
}

.section-39391 {
    background-color: #f3f3f3
}

.section-39391 .cell-39391_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-39391 .cell-39391_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-39391 .cell-39391_1_1 .content-wrap {
    color: #3e3e3e
}

.section-39391 .cell-39391_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-39391 .cell-39391_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-39391 .cell-39391_2_1 .content-wrap {
    color: #3e3e3e
}

.section-39391 .cell-39391_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-39391 .cell-39391_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-39391 .cell-39391_2_2 .content-wrap {
    color: #3e3e3e
}

.section-39389.template-section-header .section-content h1 {
    color: #fff
}

.section-39389.template-section-header .section-content {
    color: #fff
}

.section-39382 {
    background-color: #fff
}

.section-39382 .section-header h2 {
    color: #fff
}

.section-39382 .cell-39382_1_1 .cell-wrapper {
    background-position: center;
    background-size: cover
}

@media all and (min-width: 768px) {
    .section-39382 .cell-39382_1_1 .cell-wrapper {
        background-position: center;
        background-size: cover
    }
}

.section-39382 .cell-39382_1_1 .content-wrap {
    color: #3e3e3e
}

.section-39380 {
    background-color: #fff
}

.section-39378.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-39374.template-section-header .section-content h1 {
    color: #fff
}

.section-39374.template-section-header .section-content {
    color: #fff
}

.section-39372.template-section-header .section-content h1 {
    color: #fff
}

.section-39372.template-section-header .section-content {
    color: #fff
}

.section-39370 .section-header h2.section-title {
    color: #3e3e3e
}

.section-39370 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-39370 .section-content {
    color: #878787
}

.section-39368 {
    background-color: #eaeaea;
    height: 346px
}

@media all and (min-width: 768px) {
    .section-39368 {
        height: 640px
    }
}

.section-39367 .section-header h2.section-title {
    color: #3e3e3e
}

.section-39367 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-39367 .section-content {
    color: #878787
}

.section-39352 {
    background-color: #fff
}

.section-39341 {
    background-color: #fff
}

.section-39339 {
    background-color: #fff
}

.section-39339 .section-header h2.section-title {
    color: #3e3e3e
}

.section-39339 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-39339 .section-content {
    color: #878787
}

.section-39337 {
    background-color: #fff
}

.section-39337 .section-header h2.section-title {
    color: #000
}

.section-39323 .section-header h2.section-title {
    color: #3e3e3e
}

.section-39323 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-39323 .section-content {
    color: #878787
}

.section-39322 .section-header h2.section-title {
    color: #3e3e3e
}

.section-39322 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-39322 .section-content {
    color: #878787
}

.section-39319 {
    background-color: #f3f3f3
}

.section-39319 .cell-39319_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-39319 .cell-39319_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-39319 .cell-39319_1_1 .content-wrap {
    color: #3e3e3e
}

.section-39319 .cell-39319_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-39319 .cell-39319_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-39319 .cell-39319_2_1 .content-wrap {
    color: #3e3e3e
}

.section-39319 .cell-39319_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-39319 .cell-39319_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-39313 .section-header h2.section-title {
    color: #3e3e3e
}

.section-39313 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-39313 .section-content {
    color: #878787
}

.section-39311.template-section-header .section-content h1 {
    color: #fff
}

.section-39311.template-section-header .section-content {
    color: #fff
}

.section-39309.template-section-header .section-content h1 {
    color: #fff
}

.section-39309.template-section-header .section-content {
    color: #fff
}

.section-24268.template-section-header .section-content h1 {
    color: #fff
}

.section-24268.template-section-header .section-content {
    color: #fff
}

.section-24267 {
    background-color: #fff
}

.section-24267 .section-header h2.section-title {
    color: #3e3e3e
}

.section-24267 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-24267 .section-content {
    color: #878787
}

.section-24266 {
    background-color: #fff
}

.section-24266 .section-header h2.section-title {
    color: #3e3e3e
}

.section-24266 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-24266 .section-content {
    color: #878787
}

.section-24263.template-section-header .section-content h1 {
    color: #fff
}

.section-24263.template-section-header .section-content {
    color: #fff
}

.section-24262.template-section-header .section-content h1 {
    color: #fff
}

.section-24262.template-section-header .section-content {
    color: #fff
}

.section-24261 {
    background-color: #fff
}

.section-24261 .section-header h2.section-title {
    color: #3e3e3e
}

.section-24261 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-24261 .section-content {
    color: #878787
}

.section-24260.template-section-header .section-content h1 {
    color: #fff
}

.section-24260.template-section-header .section-content {
    color: #fff
}

.section-23983.template-section-header .section-content h1 {
    color: #fff
}

.section-23983.template-section-header .section-content {
    color: #fff
}

.section-23982 .section-header h2.section-title {
    color: #3e3e3e
}

.section-23982 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-23982 .section-content {
    color: #878787
}

.section-23979.template-section-header .section-content h1 {
    color: #fff
}

.section-23979.template-section-header .section-content {
    color: #fff
}

.section-23949 {
    background-color: #fff
}

.section-23943.template-section-header .section-content h1 {
    color: #fff
}

.section-23943.template-section-header .section-content {
    color: #fff
}

.section-23934.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-23932 .section-header h2.section-title {
    color: #3e3e3e
}

.section-23932 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-23932 .section-content {
    color: #878787
}

.section-23879.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-23873 {
    background-color: #f3f3f3
}

.section-23873 .cell-23873_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-23873 .cell-23873_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-23873 .cell-23873_1_1 .content-wrap {
    color: #3e3e3e
}

.section-23873 .cell-23873_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-23873 .cell-23873_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-23873 .cell-23873_2_1 .content-wrap {
    color: #3e3e3e
}

.section-23873 .cell-23873_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-23873 .cell-23873_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-23852 {
    background-color: #f3f3f3
}

.section-23852 .cell-23852_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-23852 .cell-23852_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-23852 .cell-23852_1_1 .content-wrap {
    color: #3e3e3e
}

.section-23852 .cell-23852_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-23852 .cell-23852_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-23852 .cell-23852_2_1 .content-wrap {
    color: #3e3e3e
}

.section-23852 .cell-23852_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-23852 .cell-23852_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-23852 .cell-23852_2_2 .content-wrap {
    color: #3e3e3e
}

.section-23840 {
    background-color: #fff
}

.section-23840 .section-header h2 {
    color: #fff
}

.section-23840 .cell-23840_1_1 .cell-wrapper {
    background-position: center;
    background-size: cover
}

@media all and (min-width: 768px) {
    .section-23840 .cell-23840_1_1 .cell-wrapper {
        background-position: center;
        background-size: cover
    }
}

.section-23840 .cell-23840_1_1 .content-wrap {
    color: #3e3e3e
}

.section-23822 .video-holder {
    background-image: url(/uploads/Standbild_imagebilm-Start-1.jpg)
}

.section-23822.template-section-header .section-content h1 {
    color: #fff
}

.section-23822.template-section-header .section-content {
    color: #fff
}

.section-23818 {
    background-color: #fff
}

.section-23818 .section-header h2.section-title {
    color: #3e3e3e
}

.section-23818 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-23818 .section-content {
    color: #878787
}

.section-23815 {
    background-color: #fff
}

.section-23815 .section-header h2.section-title {
    color: #000
}

.section-23740 {
    background-color: #fff
}

.section-23740 .top-header h2 {
    color: #fff
}

@media all and (min-width: 768px) {
    .section-23740 .footer-video {
        padding-bottom: 37.5%
    }
}

.section-23738 {
    background-color: #eaeaea;
    height: 346px
}

@media all and (min-width: 768px) {
    .section-23738 {
        height: 640px
    }
}

.section-23737 {
    background-color: #fff
}

.section-23731.template-section-header .section-content h1 {
    color: #fff
}

.section-23731.template-section-header .section-content {
    color: #fff
}

.section-23729 .section-header h2.section-title {
    color: #3e3e3e
}

.section-23729 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-23729 .section-content {
    color: #878787
}

.section-23726.template-section-header .section-content h1 {
    color: #fff
}

.section-23726.template-section-header .section-content {
    color: #fff
}

.section-23693 {
    background-color: #fff
}

.section-23692 .section-header h2.section-title {
    color: #3e3e3e
}

.section-23692 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-23692 .section-content {
    color: #878787
}

.section-23686.template-section-header .section-content h1 {
    color: #fff
}

.section-23686.template-section-header .section-content {
    color: #fff
}

.section-23656 {
    background-color: #fff
}

.section-23655 .section-header h2.section-title {
    color: #3e3e3e
}

.section-23655 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-23655 .section-content {
    color: #878787
}

.section-23651.template-section-header .section-content h1 {
    color: #fff
}

.section-23651.template-section-header .section-content {
    color: #fff
}

.section-23621 {
    background-color: #fff
}

.section-21441 {
    background-color: #fff
}

.section-21441 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21441 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-21441 .section-content {
    color: #878787
}

.section-13858 {
    background-color: #fff
}

.section-13858 .section-header h2.section-title {
    color: #3e3e3e
}

.section-13858 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-13858 .section-content {
    color: #878787
}

.section-21442.template-section-header .section-content h1 {
    color: #fff
}

.section-21442.template-section-header .section-content {
    color: #fff
}

.section-13856.template-section-header .section-content h1 {
    color: #fff
}

.section-13856.template-section-header .section-content {
    color: #fff
}

.section-21444.template-section-header .section-content h1 {
    color: #fff
}

.section-21444.template-section-header .section-content {
    color: #fff
}

.section-13852.template-section-header .section-content h1 {
    color: #fff
}

.section-13852.template-section-header .section-content {
    color: #fff
}

.section-21445 {
    background-color: #fff
}

.section-21445 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21445 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-21445 .section-content {
    color: #878787
}

.section-13849 {
    background-color: #fff
}

.section-13849 .section-header h2.section-title {
    color: #3e3e3e
}

.section-13849 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-13849 .section-content {
    color: #878787
}

.section-21446.template-section-header .section-content h1 {
    color: #fff
}

.section-21446.template-section-header .section-content {
    color: #fff
}

.section-13843.template-section-header .section-content h1 {
    color: #fff
}

.section-13843.template-section-header .section-content {
    color: #fff
}

.section-21447 {
    background-color: #fff
}

.section-21447 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21447 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-21447 .section-content {
    color: #878787
}

.section-13837 {
    background-color: #fff
}

.section-13837 .section-header h2.section-title {
    color: #3e3e3e
}

.section-13837 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-13837 .section-content {
    color: #878787
}

.section-21448.template-section-header .section-content h1 {
    color: #fff
}

.section-21448.template-section-header .section-content {
    color: #fff
}

.section-13822.template-section-header .section-content h1 {
    color: #fff
}

.section-13822.template-section-header .section-content {
    color: #fff
}

.section-21460 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21460 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-21460 .section-content {
    color: #878787
}

.section-12418 .section-header h2.section-title {
    color: #3e3e3e
}

.section-12418 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-12418 .section-content {
    color: #878787
}

.section-21462.template-section-header .section-content h1 {
    color: #fff
}

.section-21462.template-section-header .section-content {
    color: #fff
}

.section-11263.template-section-header .section-content h1 {
    color: #fff
}

.section-11263.template-section-header .section-content {
    color: #fff
}

.section-21468.template-section-header .section-content h1 {
    color: #fff
}

.section-21468.template-section-header .section-content {
    color: #fff
}

.section-10442.template-section-header .section-content h1 {
    color: #fff
}

.section-10442.template-section-header .section-content {
    color: #fff
}

.section-21470 {
    background-color: #fff
}

.section-10231 {
    background-color: #fff
}

.section-21473 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21473 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-21473 .section-content {
    color: #878787
}

.section-10220 .section-header h2.section-title {
    color: #3e3e3e
}

.section-10220 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-10220 .section-content {
    color: #878787
}

.section-21474 {
    background-color: #fff
}

.section-10218 {
    background-color: #fff
}

.section-21476.template-section-header .section-content h1 {
    color: #fff
}

.section-21476.template-section-header .section-content {
    color: #fff
}

.section-10209.template-section-header .section-content h1 {
    color: #fff
}

.section-10209.template-section-header .section-content {
    color: #fff
}

.section-21478.template-section-header .section-content h1 {
    color: #fff
}

.section-21478.template-section-header .section-content {
    color: #fff
}

.section-10207.template-section-header .section-content h1 {
    color: #fff
}

.section-10207.template-section-header .section-content {
    color: #fff
}

.section-21480.template-section-header .section-content h1 {
    color: #fff
}

.section-21480.template-section-header .section-content {
    color: #fff
}

.section-10205.template-section-header .section-content h1 {
    color: #fff
}

.section-10205.template-section-header .section-content {
    color: #fff
}

.section-21482.template-section-header .section-content h1 {
    color: #fff
}

.section-21482.template-section-header .section-content {
    color: #fff
}

.section-10203.template-section-header .section-content h1 {
    color: #fff
}

.section-10203.template-section-header .section-content {
    color: #fff
}

.section-21484 {
    background-color: #fff
}

.section-10200 {
    background-color: #fff
}

.section-21486 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21486 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-21486 .section-content {
    color: #878787
}

.section-10198 .section-header h2.section-title {
    color: #3e3e3e
}

.section-10198 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-10198 .section-content {
    color: #878787
}

.section-21488 {
    background-color: #fff
}

.section-10189 {
    background-color: #fff
}

.section-21491 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21491 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-21491 .section-content {
    color: #878787
}

.section-10177 .section-header h2.section-title {
    color: #3e3e3e
}

.section-10177 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-10177 .section-content {
    color: #878787
}

.section-21496.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-9227.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-21504 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21504 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-21504 .section-content {
    color: #878787
}

.section-9173 .section-header h2.section-title {
    color: #3e3e3e
}

.section-9173 .section-header h4.section-subtitle {
    color: #d6d6d6
}

.section-9173 .section-content {
    color: #878787
}

.section-21506.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-3017.template-section-header .section-content h1 {
    color: #3e3e3e
}

.section-21510.template-section-header .section-content h1 {
    color: #fff
}

.section-21510.template-section-header .section-content {
    color: #fff
}

.section-1753.template-section-header .section-content h1 {
    color: #fff
}

.section-1753.template-section-header .section-content {
    color: #fff
}

.section-21512 {
    background-color: #f3f3f3
}

.section-21512 .cell-21512_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-21512 .cell-21512_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-21512 .cell-21512_1_1 .content-wrap {
    color: #3e3e3e
}

.section-21512 .cell-21512_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-21512 .cell-21512_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-21512 .cell-21512_2_1 .content-wrap {
    color: #3e3e3e
}

.section-21512 .cell-21512_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-21512 .cell-21512_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-1192 {
    background-color: #f3f3f3
}

.section-1192 .cell-1192_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-1192 .cell-1192_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-1192 .cell-1192_1_1 .content-wrap {
    color: #3e3e3e
}

.section-1192 .cell-1192_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-1192 .cell-1192_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-1192 .cell-1192_2_1 .content-wrap {
    color: #3e3e3e
}

.section-1192 .cell-1192_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-1192 .cell-1192_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-21514 {
    background-color: #fff
}

.section-21514 .section-header h2.section-title {
    color: #000
}

.section-850 {
    background-color: #fff
}

.section-850 .section-header h2.section-title {
    color: #000
}

.section-21516 .video-holder {
    background-image: url(/uploads/Standbild_imagebilm-Start-1.jpg)
}

.section-21516.template-section-header .section-content h1 {
    color: #fff
}

.section-21516.template-section-header .section-content {
    color: #fff
}

.section-807 .video-holder {
    background-image: url(/uploads/Standbild_imagebilm-Start-1.jpg)
}

.section-807.template-section-header .section-content h1 {
    color: #fff
}

.section-807.template-section-header .section-content {
    color: #fff
}

.section-21518 {
    background-color: #fff
}

.section-21518 .section-header h2 {
    color: #fff
}

.section-21518 .cell-21518_1_1 .cell-wrapper {
    background-position: center;
    background-size: cover
}

@media all and (min-width: 768px) {
    .section-21518 .cell-21518_1_1 .cell-wrapper {
        background-position: center;
        background-size: cover
    }
}

.section-21518 .cell-21518_1_1 .content-wrap {
    color: #3e3e3e
}

.section-494 {
    background-color: #fff
}

.section-494 .section-header h2 {
    color: #fff
}

.section-494 .cell-494_1_1 .cell-wrapper {
    background-position: center;
    background-size: cover
}

@media all and (min-width: 768px) {
    .section-494 .cell-494_1_1 .cell-wrapper {
        background-position: center;
        background-size: cover
    }
}

.section-494 .cell-494_1_1 .content-wrap {
    color: #3e3e3e
}

.section-21520 {
    background-color: #f3f3f3
}

.section-21520 .cell-21520_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-21520 .cell-21520_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-21520 .cell-21520_1_1 .content-wrap {
    color: #3e3e3e
}

.section-21520 .cell-21520_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-21520 .cell-21520_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-21520 .cell-21520_2_1 .content-wrap {
    color: #3e3e3e
}

.section-21520 .cell-21520_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-21520 .cell-21520_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-21520 .cell-21520_2_2 .content-wrap {
    color: #3e3e3e
}

.section-454 {
    background-color: #f3f3f3
}

.section-454 .cell-454_1_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-454 .cell-454_1_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-454 .cell-454_1_1 .content-wrap {
    color: #3e3e3e
}

.section-454 .cell-454_2_1 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-454 .cell-454_2_1 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-454 .cell-454_2_1 .content-wrap {
    color: #3e3e3e
}

.section-454 .cell-454_2_2 .cell-wrapper {
    background-position: center right;
    background-size: inherit
}

@media all and (min-width: 768px) {
    .section-454 .cell-454_2_2 .cell-wrapper {
        background-position: center right;
        background-size: contain
    }
}

.section-454 .cell-454_2_2 .content-wrap {
    color: #3e3e3e
}

.section-21522 {
    background-color: #eaeaea;
    height: 346px
}

@media all and (min-width: 768px) {
    .section-21522 {
        height: 640px
    }
}

.section-275 {
    background-color: #eaeaea;
    height: 346px
}

@media all and (min-width: 768px) {
    .section-275 {
        height: 640px
    }
}

.section-21523 {
    background-color: #fff
}

.section-191 {
    background-color: #fff
}

.section-21524 {
    background-color: #fff
}

.section-21524 .top-header h2 {
    color: #fff
}

@media all and (min-width: 768px) {
    .section-21524 .footer-video {
        padding-bottom: 37.5%
    }
}

.section-137 {
    background-color: #fff
}

.section-137 .top-header h2 {
    color: #fff
}

@media all and (min-width: 768px) {
    .section-137 .footer-video {
        padding-bottom: 37.5%
    }
}

.section-21526 {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 8px solid #d33;
    border-bottom: 7px solid #251951;
    background-color: #d8d8d8
}

.section-21526 .section-header h2.section-title {
    color: #81d742
}

.section-21526 .section-header h5.section-subtitle {
    color: #d33
}

.section-21526 .section-content {
    color: #83a1bf
}

@media all and (min-width: 992px) {
    .section-21526 .section-content {
        column-count: 2;
        column-gap: 20px
    }
}

.section-118 {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 8px solid #d33;
    border-bottom: 7px solid #251951;
    background-color: #d8d8d8
}

.section-118 .section-header h2.section-title {
    color: #81d742
}

.section-118 .section-header h5.section-subtitle {
    color: #d33
}

.section-118 .section-content {
    color: #83a1bf
}

@media all and (min-width: 992px) {
    .section-118 .section-content {
        column-count: 2;
        column-gap: 20px
    }
}

.section-21529 {
    background-color: #fff
}

.section-21529 .section-header h2.section-title {
    color: #3e3e3e
}

.section-21529 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-21529 .section-content {
    color: #878787
}

.section-21527 {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 10px solid #d33;
    border-bottom: 1px solid #004900;
    background: url(//www.vermop.com/wp-content/themes/vermop/assets/styles/51) no-repeat center;
    background-size: cover
}

.section-21527 .section-header h1.section-title {
    color: #d33
}

.section-21527 .section-header h4.section-subtitle {
    color: #0dd5d8
}

.section-21527 .section-content {
    color: #f04
}

@media all and (min-width: 992px) {
    .section-21527 .section-content {
        column-count: 3;
        column-gap: 20px
    }
}

.section-122 {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 10px solid #d33;
    border-bottom: 1px solid #004900;
    background: url(//www.vermop.com/wp-content/themes/vermop/assets/styles/51) no-repeat center;
    background-size: cover
}

.section-122 .section-header h1.section-title {
    color: #d33
}

.section-122 .section-header h4.section-subtitle {
    color: #0dd5d8
}

.section-122 .section-content {
    color: #f04
}

@media all and (min-width: 992px) {
    .section-122 .section-content {
        column-count: 3;
        column-gap: 20px
    }
}

.section-36 {
    background-color: #fff
}

.section-36 .section-header h2.section-title {
    color: #3e3e3e
}

.section-36 .section-header p.section-subtitle {
    color: #d6d6d6
}

.section-36 .section-content {
    color: #878787
}

.tax-content .item-holder.item-36452 {
    background-image: url("/uploads/Teaser_Power_Hefter.jpg")
}

.tax-content .item-holder.item-36294 {
    background-image: url("/uploads/Teaser_Power_Hefter.jpg")
}

.tax-content .item-holder.item-36305 {
    background-image: url("/uploads/Teaser_Power_Hefter.jpg")
}

.tax-content .item-holder.item-45043 {
    background-image: url("/uploads/Teaser_Power_Hefter.jpg")
}

.section-pdp-info_image-1-21284.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21284.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21284.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21284.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21284.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21284.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21284 .video-holder {
    background-image: url(/uploads/FALLBACK_ScandicX.jpg)
}

.section-pdp-header-21284 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21284 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21284 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21284 {
    background-image: url("/uploads/vorgestelltesProdukt-ScandicXsystem-1920x628.jpg")
}

.tax-content .item-holder.item-21284 {
    background-image: url("/uploads/Produktvorschau_ScandicXStiel.jpg")
}

.section-pdp-info_image-1-1456.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-1456.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-1456.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-1456.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-1456.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-1456.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-1456 .video-holder {
    background-image: url(/uploads/FALLBACK_ScandicX.jpg)
}

.section-pdp-header-1456 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-1456 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-1456 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-1456 {
    background-image: url("/uploads/vorgestelltesProdukt-ScandicXsystem-1920x628.jpg")
}

.tax-content .item-holder.item-1456 {
    background-image: url("/uploads/Produktvorschau_ScandicXStiel.jpg")
}

.section-pdp-info_image-1-38522.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38522.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38522.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38522.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38522.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38522.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38522 .video-holder {
    background-image: url(/uploads/FALLBACK_ScandicX.jpg)
}

.section-pdp-header-38522 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38522 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38522 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-38522 {
    background-image: url("/uploads/vorgestelltesProdukt-ScandicXsystem-1920x628.jpg")
}

.tax-content .item-holder.item-38522 {
    background-image: url("/uploads/Produktvorschau_ScandicXStiel.jpg")
}

.section-pdp-info_image-1-23265.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23265.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23265.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23265.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23265.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23265.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23265 .video-holder {
    background-image: url(/uploads/FALLBACK_ScandicX.jpg)
}

.section-pdp-header-23265 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-23265 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23265 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-23265 {
    background-image: url("/uploads/vorgestelltesProdukt-ScandicXsystem-1920x628.jpg")
}

.tax-content .item-holder.item-23265 {
    background-image: url("/uploads/Produktvorschau_ScandicXStiel.jpg")
}

.section-pdp-info_image-1-21290.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21290.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21290.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21290.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21290.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21290.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21290 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21290 .container .section-content {
    color: #d6d6d6
}

.section-pdp-accessories-21290 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21290 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21290 {
    background-image: url("/uploads/Produktvorschau_Twixter.jpg")
}

.section-pdp-info_image-1-364.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-364.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-364.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-364.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-364.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-364.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-364 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-364 .container .section-content {
    color: #d6d6d6
}

.section-pdp-accessories-364 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-364 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-364 {
    background-image: url("/uploads/Produktvorschau_Twixter.jpg")
}

.section-pdp-info_image-1-38730.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38730.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38730.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38730.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38730.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38730.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38730 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-38730 .container .section-content {
    color: #d6d6d6
}

.section-pdp-accessories-38730 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38730 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38730 {
    background-image: url("/uploads/Produktvorschau_Twixter.jpg")
}

.section-pdp-info_image-1-23330.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23330.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23330.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23330.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23330.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23330.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23330 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-23330 .container .section-content {
    color: #d6d6d6
}

.section-pdp-accessories-23330 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23330 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23330 {
    background-image: url("/uploads/Produktvorschau_Twixter.jpg")
}

.section-pdp-info_image-1-21275 {
    background-color: #fff
}

.section-pdp-info_image-1-21275.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21275.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21275.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21275 {
    background-color: #fff
}

.section-pdp-info_image-2-21275.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21275.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21275.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21275 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21275 .container .section-content {
    color: #fff
}

.section-pdp-accessories-21275 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21275 {
    background-image: url("/uploads/KATEGORIE_VermoSan_B-1920x628.jpg")
}

.tax-content .item-holder.item-21275 {
    background-image: url("/uploads/Produktvorschau_VermopSan_B.jpg")
}

.section-pdp-info_image-1-35939 {
    background-color: #fff
}

.section-pdp-info_image-1-35939.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35939.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35939.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35939 {
    background-color: #fff
}

.section-pdp-info_image-2-35939.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35939.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35939.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35939 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-35939 .container .section-content {
    color: #fff
}

.section-pdp-accessories-35939 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-35939 {
    background-image: url("/uploads/KATEGORIE_VermoSan_B-1920x628.jpg")
}

.tax-content .item-holder.item-35939 {
    background-image: url("/uploads/Produktvorschau_VermopSan_B.jpg")
}

.section-pdp-info_image-1-3249 {
    background-color: #fff
}

.section-pdp-info_image-1-3249.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3249.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3249.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3249 {
    background-color: #fff
}

.section-pdp-info_image-2-3249.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3249.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3249.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3249 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-3249 .container .section-content {
    color: #fff
}

.section-pdp-accessories-3249 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-3249 {
    background-image: url("/uploads/KATEGORIE_VermoSan_B-1920x628.jpg")
}

.tax-content .item-holder.item-3249 {
    background-image: url("/uploads/Produktvorschau_VermopSan_B.jpg")
}

.section-pdp-info_image-1-38367 {
    background-color: #fff
}

.section-pdp-info_image-1-38367.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38367.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38367.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38367 {
    background-color: #fff
}

.section-pdp-info_image-2-38367.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38367.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38367.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38367 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-38367 .container .section-content {
    color: #fff
}

.section-pdp-accessories-38367 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-38367 {
    background-image: url("/uploads/KATEGORIE_VermoSan_B-1920x628.jpg")
}

.tax-content .item-holder.item-38367 {
    background-image: url("/uploads/Produktvorschau_VermopSan_B.jpg")
}

.section-pdp-info_image-1-12440 {
    background-color: #fff
}

.section-pdp-info_image-1-12440.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-12440.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-12440.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-12440 {
    background-color: #fff
}

.section-pdp-info_image-2-12440.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-12440.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-12440.template-pdp_info-image .text-holder .content-entry {
    color: #636363
}

.section-pdp-header-12440 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-12440 .container .section-content {
    color: #fff
}

.section-pdp-accessories-12440 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-12440 {
    background-image: url("/uploads/Produktvorschau_VermopAlc_A.jpg")
}

.section-pdp-info_image-1-21193 {
    background-color: #fff
}

.section-pdp-info_image-1-21193.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21193.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21193.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21193 {
    background-color: #fff
}

.section-pdp-info_image-2-21193.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21193.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21193.template-pdp_info-image .text-holder .content-entry {
    color: #636363
}

.section-pdp-header-21193 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21193 .container .section-content {
    color: #fff
}

.section-pdp-accessories-21193 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21193 {
    background-image: url("/uploads/Produktvorschau_VermopAlc_A.jpg")
}

.section-pdp-info_image-1-35941 {
    background-color: #fff
}

.section-pdp-info_image-1-35941.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35941.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35941.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35941 {
    background-color: #fff
}

.section-pdp-info_image-2-35941.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35941.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35941.template-pdp_info-image .text-holder .content-entry {
    color: #636363
}

.section-pdp-header-35941 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-35941 .container .section-content {
    color: #fff
}

.section-pdp-accessories-35941 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35941 {
    background-image: url("/uploads/Produktvorschau_VermopAlc_A.jpg")
}

.section-pdp-info_image-1-12987 {
    background-color: #fff
}

.section-pdp-info_image-1-12987.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-12987.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-12987.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-12987 {
    background-color: #fff
}

.section-pdp-info_image-2-12987.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-12987.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-12987.template-pdp_info-image .text-holder .content-entry {
    color: #636363
}

.section-pdp-header-12987 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-12987 .container .section-content {
    color: #fff
}

.section-pdp-accessories-12987 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-12987 {
    background-image: url("/uploads/Produktvorschau_VermopAlc_A.jpg")
}

.section-pdp-info_image-1-35942 {
    background-color: #fff
}

.section-pdp-info_image-1-35942.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35942.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35942.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35942 {
    background-color: #fff
}

.section-pdp-info_image-2-35942.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35942.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35942.template-pdp_info-image .text-holder .content-entry {
    color: #636363
}

.section-pdp-header-35942 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-35942 .container .section-content {
    color: #fff
}

.section-pdp-accessories-35942 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35942 {
    background-image: url("/uploads/Produktvorschau_VermopAlc_A.jpg")
}

.section-pdp-info_image-1-21183 {
    background-color: #fff
}

.section-pdp-info_image-1-21183.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21183.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21183.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21183 {
    background-color: #fff
}

.section-pdp-info_image-2-21183.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21183.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21183.template-pdp_info-image .text-holder .content-entry {
    color: #636363
}

.section-pdp-header-21183 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21183 .container .section-content {
    color: #fff
}

.section-pdp-accessories-21183 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21183 {
    background-image: url("/uploads/Produktvorschau_VermopAlc_A.jpg")
}

.section-pdp-info_image-1-1449.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-1449.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-1449.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-1449.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-1449.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-1449.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-1449 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-1449 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-1449 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-1449 {
    background-image: url("/uploads/Produktvorschau_SprintV.jpg")
}

.section-pdp-info_image-1-21288.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21288.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21288.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21288.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21288.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21288.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21288 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21288 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21288 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21288 {
    background-image: url("/uploads/Produktvorschau_SprintV.jpg")
}

.section-pdp-info_image-1-38467.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38467.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38467.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38467.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38467.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38467.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38467 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38467 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38467 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38467 {
    background-image: url("/uploads/Produktvorschau_SprintV.jpg")
}

.section-pdp-info_image-1-23298.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23298.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23298.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23298.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23298.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23298.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23298 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-23298 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23298 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23298 {
    background-image: url("/uploads/Produktvorschau_SprintV.jpg")
}

.section-pdp-info_image-1-38405.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38405.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38405.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38405.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38405.template-pdp_info-image .text-holder h3.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38405.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38405 .container .section-content h1 {
    color: #3e3e3e
}

.section-pdp-header-38405 .container .section-content {
    color: #000
}

.section-pdp-info_image-1-21212.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21212.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21212.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21212.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21212.template-pdp_info-image .text-holder h3.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21212.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21212 .container .section-content h1 {
    color: #3e3e3e
}

.section-pdp-header-21212 .container .section-content {
    color: #000
}

.section-pdp-info_image-1-23534.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23534.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23534.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23534.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23534.template-pdp_info-image .text-holder h3.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23534.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23534 .container .section-content h1 {
    color: #3e3e3e
}

.section-pdp-header-23534 .container .section-content {
    color: #000
}

.section-pdp-info_image-1-3976.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3976.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3976.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3976.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3976.template-pdp_info-image .text-holder h3.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3976.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3976 .container .section-content h1 {
    color: #3e3e3e
}

.section-pdp-header-3976 .container .section-content {
    color: #000
}

.section-pdp-info_image-1-21280 {
    background-color: #fff
}

.section-pdp-info_image-1-21280.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21280.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21280.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21280 {
    background-color: #fff
}

.section-pdp-info_image-2-21280.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21280.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21280.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21280 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21280 .container .section-content {
    color: #fff
}

.section-pdp-application-21280 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21280 {
    background-image: url("/uploads/Vorgestelltes_Produktbild_Ecco_B.jpg")
}

.section-pdp-info_image-1-3208 {
    background-color: #fff
}

.section-pdp-info_image-1-3208.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3208.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3208.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3208 {
    background-color: #fff
}

.section-pdp-info_image-2-3208.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3208.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3208.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3208 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-3208 .container .section-content {
    color: #fff
}

.section-pdp-application-3208 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-3208 {
    background-image: url("/uploads/Vorgestelltes_Produktbild_Ecco_B.jpg")
}

.section-pdp-info_image-1-35943.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35943.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35943.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35943.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35943.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35943.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-35943 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35943 {
    background-image: url("/uploads/Produktvorschau_VermoUniECO_B.jpg")
}

.section-pdp-info_image-1-3966.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3966.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3966.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3966.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3966.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3966.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-3966 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3966 {
    background-image: url("/uploads/Produktvorschau_VermoUniECO_B.jpg")
}

.section-pdp-info_image-1-21214.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21214.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21214.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21214.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21214.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21214.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-21214 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21214 {
    background-image: url("/uploads/Produktvorschau_VermoUniECO_B.jpg")
}

.section-pdp-info_image-1-3962.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3962.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3962.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3962.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3962.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3962.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3962 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3962 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3962 {
    background-image: url("/uploads/Produktvorschau_VermopTopECO.jpg")
}

.section-pdp-info_image-1-21216.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21216.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21216.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21216.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21216.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21216.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21216 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21216 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21216 {
    background-image: url("/uploads/Produktvorschau_VermopTopECO.jpg")
}

.section-pdp-info_image-1-35944.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35944.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35944.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35944.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35944.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35944.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35944 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35944 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35944 {
    background-image: url("/uploads/Produktvorschau_VermopTopECO.jpg")
}

.section-pdp-info_image-1-35945.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35945.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35945.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35945.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35945.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35945.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35945 .container .section-content h1 {
    color: #000
}

.tax-content .item-holder.item-35945 {
    background-image: url("/uploads/Produktvorschau_VermoGelS_RTU_A.jpg")
}

.section-pdp-info_image-1-3232.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3232.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3232.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3232.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3232.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3232.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3232 .container .section-content h1 {
    color: #000
}

.tax-content .item-holder.item-3232 {
    background-image: url("/uploads/Produktvorschau_VermoGelS_RTU_A.jpg")
}

.section-pdp-info_image-1-21278.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21278.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21278.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21278.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21278.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21278.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21278 .container .section-content h1 {
    color: #000
}

.tax-content .item-holder.item-21278 {
    background-image: url("/uploads/Produktvorschau_VermoGelS_RTU_A.jpg")
}

.section-pdp-info_image-1-12164.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-12164.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-12164.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-12164.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-12164.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-12164.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-12164 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-12164 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-12164 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-38285.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38285.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38285.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38285.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38285.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38285.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38285 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38285 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38285 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-35946.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35946.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35946.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35946.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35946.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35946.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35946 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35946 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35946 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-21200.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21200.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21200.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21200.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21200.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21200.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21200 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21200 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21200 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-35947.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35947.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35947.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35947.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35947.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35947.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35947 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35947 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-35947 {
    background-image: url("/uploads/CAT_Full_VermopBio-1920x628.jpg")
}

.tax-content .item-holder.item-35947 {
    background-image: url("/uploads/Produktvorschau_VermoBio.jpg")
}

.section-pdp-info_image-1-21189.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21189.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21189.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21189.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21189.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21189.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21189 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21189 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21189 {
    background-image: url("/uploads/CAT_Full_VermopBio-1920x628.jpg")
}

.tax-content .item-holder.item-21189 {
    background-image: url("/uploads/Produktvorschau_VermoBio.jpg")
}

.section-pdp-info_image-1-12446.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-12446.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-12446.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-12446.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-12446.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-12446.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-12446 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-12446 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-12446 {
    background-image: url("/uploads/CAT_Full_VermopBio-1920x628.jpg")
}

.tax-content .item-holder.item-12446 {
    background-image: url("/uploads/Produktvorschau_VermoBio.jpg")
}

.section-pdp-info_image-1-21220.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21220.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21220.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21220.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21220.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21220.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21220 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21220 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21220 {
    background-image: url("/uploads/Produktvorschau_VermopBioS.jpg")
}

.section-pdp-info_image-1-3955.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3955.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3955.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3955.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3955.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3955.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3955 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3955 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3955 {
    background-image: url("/uploads/Produktvorschau_VermopBioS.jpg")
}

.section-pdp-info_image-1-35948.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35948.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35948.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35948.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35948.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35948.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35948 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35948 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35948 {
    background-image: url("/uploads/Produktvorschau_VermopBioS.jpg")
}

.section-pdp-info_image-1-38205.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38205.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38205.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38205.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38205.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38205.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38205 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38205 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38205 {
    background-image: url("/uploads/Produktvorschau_VermopBioS.jpg")
}

.section-pdp-info_image-1-12444.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-12444.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-12444.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-12444.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-12444.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-12444.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-12444 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-12444 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-12444 {
    background-image: url("/uploads/Produktvorschau_VermopBio_RTU.jpg")
}

.section-pdp-info_image-1-21191.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21191.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21191.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21191.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21191.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21191.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21191 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21191 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21191 {
    background-image: url("/uploads/Produktvorschau_VermopBio_RTU.jpg")
}

.section-pdp-info_image-1-35949.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35949.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35949.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35949.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35949.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35949.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35949 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35949 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35949 {
    background-image: url("/uploads/Produktvorschau_VermopBio_RTU.jpg")
}

.section-pdp-info_image-1-21253.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21253.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21253.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21253.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21253.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21253.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21253 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-featured.item-21253 {
    background-image: url("/uploads/Teaser_Liquid_VermoTop_Oberflaeche-1920x628.jpg")
}

.tax-content .item-holder.item-21253 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-38968.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38968.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38968.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38968.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38968.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38968.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38968 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-featured.item-38968 {
    background-image: url("/uploads/Teaser_Liquid_VermoTop_Oberflaeche-1920x628.jpg")
}

.tax-content .item-holder.item-38968 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-3365.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3365.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3365.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3365.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3365.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3365.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3365 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-featured.item-3365 {
    background-image: url("/uploads/Teaser_Liquid_VermoTop_Oberflaeche-1920x628.jpg")
}

.tax-content .item-holder.item-3365 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-35950.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35950.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35950.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35950.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35950.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35950.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35950 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-featured.item-35950 {
    background-image: url("/uploads/Teaser_Liquid_VermoTop_Oberflaeche-1920x628.jpg")
}

.tax-content .item-holder.item-35950 {
    background-image: url("/uploads/Produktvorschau_VermopTop.jpg")
}

.section-pdp-info_image-1-3936.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3936.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3936.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3936.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3936.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3936.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-3936 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3936 {
    background-image: url("/uploads/Produktvorschau_VermoFloor_C.jpg")
}

.section-pdp-info_image-1-35951.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35951.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35951.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35951.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35951.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35951.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-35951 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35951 {
    background-image: url("/uploads/Produktvorschau_VermoFloor_C.jpg")
}

.section-pdp-info_image-1-38835.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38835.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38835.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38835.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38835.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38835.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-38835 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38835 {
    background-image: url("/uploads/Produktvorschau_VermoFloor_C.jpg")
}

.section-pdp-info_image-1-21235.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21235.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21235.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21235.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21235.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21235.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-21235 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21235 {
    background-image: url("/uploads/Produktvorschau_VermoFloor_C.jpg")
}

.section-pdp-info_image-1-3938.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3938.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3938.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3938.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3938.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3938.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3938 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3938 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3938 {
    background-image: url("/uploads/Produktvorschau_VermopFine_B.jpg")
}

.section-pdp-info_image-1-21233.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21233.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21233.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21233.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21233.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21233.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21233 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21233 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21233 {
    background-image: url("/uploads/Produktvorschau_VermopFine_B.jpg")
}

.section-pdp-info_image-1-35952.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35952.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35952.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35952.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35952.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35952.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35952 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35952 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35952 {
    background-image: url("/uploads/Produktvorschau_VermopFine_B.jpg")
}

.section-pdp-info_image-1-3925.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3925.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3925.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3925.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3925.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3925.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3925 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3925 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-3925 {
    background-image: url("/uploads/CAT_FULL_VermoWin-1920x628.jpg")
}

.tax-content .item-holder.item-3925 {
    background-image: url("/uploads/Produktvorschau_VermopWin.jpg")
}

.section-pdp-info_image-1-35954.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35954.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35954.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35954.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35954.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35954.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35954 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35954 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-35954 {
    background-image: url("/uploads/CAT_FULL_VermoWin-1920x628.jpg")
}

.tax-content .item-holder.item-35954 {
    background-image: url("/uploads/Produktvorschau_VermopWin.jpg")
}

.section-pdp-info_image-1-21245.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21245.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21245.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21245.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21245.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21245.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21245 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21245 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21245 {
    background-image: url("/uploads/CAT_FULL_VermoWin-1920x628.jpg")
}

.tax-content .item-holder.item-21245 {
    background-image: url("/uploads/Produktvorschau_VermopWin.jpg")
}

.section-pdp-info_image-1-35955.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35955.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35955.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35955.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35955.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35955.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35955 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35955 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35955 {
    background-image: url("/uploads/Produktvorschau_VermopZero.jpg")
}

.section-pdp-info_image-1-39149.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-39149.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-39149.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-39149.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-39149.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-39149.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-39149 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-39149 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-39149 {
    background-image: url("/uploads/Produktvorschau_VermopZero.jpg")
}

.section-pdp-info_image-1-21229.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21229.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21229.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21229.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21229.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21229.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21229 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21229 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21229 {
    background-image: url("/uploads/Produktvorschau_VermopZero.jpg")
}

.section-pdp-info_image-1-3942.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3942.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3942.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3942.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3942.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3942.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3942 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3942 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3942 {
    background-image: url("/uploads/Produktvorschau_VermopZero.jpg")
}

.section-pdp-info_image-1-3931.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3931.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3931.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3931.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3931.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3931.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3931 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3931 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3931 {
    background-image: url("/uploads/Produktvorschau_VermopGlass_RTU_B.jpg")
}

.section-pdp-info_image-1-35957.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35957.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35957.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35957.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35957.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35957.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35957 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35957 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35957 {
    background-image: url("/uploads/Produktvorschau_VermopGlass_RTU_B.jpg")
}

.section-pdp-info_image-1-21239.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21239.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21239.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21239.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21239.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21239.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21239 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21239 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21239 {
    background-image: url("/uploads/Produktvorschau_VermopGlass_RTU_B.jpg")
}

.section-pdp-info_image-1-3927.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3927.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3927.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3927.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3927.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3927.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3927 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3927 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3927 {
    background-image: url("/uploads/Produktvorschau_VermopWinS_RTU.jpg")
}

.section-pdp-info_image-1-35958.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35958.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35958.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35958.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35958.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35958.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35958 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35958 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35958 {
    background-image: url("/uploads/Produktvorschau_VermopWinS_RTU.jpg")
}

.section-pdp-info_image-1-21243.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21243.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21243.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21243.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21243.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21243.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21243 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21243 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21243 {
    background-image: url("/uploads/Produktvorschau_VermopWinS_RTU.jpg")
}

.section-pdp-info_image-1-21237.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21237.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21237.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21237.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21237.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-header-21237 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21237 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21237 {
    background-image: url("/uploads/Produktvorschau_VermopInkEx_RTU.jpg")
}

.section-pdp-info_image-1-3933.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3933.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3933.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3933.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3933.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-header-3933 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3933 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3933 {
    background-image: url("/uploads/Produktvorschau_VermopInkEx_RTU.jpg")
}

.section-pdp-info_image-1-35959.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35959.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35959.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35959.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35959.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-header-35959 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35959 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35959 {
    background-image: url("/uploads/Produktvorschau_VermopInkEx_RTU.jpg")
}

.section-pdp-info_image-1-35960.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35960.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35960.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35960.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35960.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35960.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35960 .container .section-content h1 {
    color: #000
}

.section-pdp-accessories-35960 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35960 {
    background-image: url("/uploads/Produktvorschau_VermopIntense_B.jpg")
}

.section-pdp-info_image-1-21179.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21179.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21179.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21179.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21179.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21179.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21179 .container .section-content h1 {
    color: #000
}

.section-pdp-accessories-21179 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21179 {
    background-image: url("/uploads/Produktvorschau_VermopIntense_B.jpg")
}

.section-pdp-info_image-1-13000.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-13000.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-13000.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-13000.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-13000.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-13000.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-13000 .container .section-content h1 {
    color: #000
}

.section-pdp-accessories-13000 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-13000 {
    background-image: url("/uploads/Produktvorschau_VermopIntense_B.jpg")
}

.section-pdp-info_image-1-3929.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3929.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3929.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3929.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3929.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3929.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3929 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3929 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3929 {
    background-image: url("/uploads/Produktvorschau_VermopIntense_B.jpg")
}

.section-pdp-info_image-1-35961.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35961.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35961.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35961.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35961.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35961.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35961 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35961 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35961 {
    background-image: url("/uploads/Produktvorschau_VermopIntense_B.jpg")
}

.section-pdp-info_image-1-21241.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21241.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21241.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21241.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21241.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21241.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21241 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21241 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21241 {
    background-image: url("/uploads/Produktvorschau_VermopIntense_B.jpg")
}

.section-pdp-info_image-1-3944.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3944.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3944.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3944.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3944.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3944.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3944 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3944 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3944 {
    background-image: url("/uploads/Produktvorschau_VermopUltra_B.jpg")
}

.section-pdp-info_image-1-35962.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35962.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35962.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35962.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35962.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35962.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35962 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35962 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35962 {
    background-image: url("/uploads/Produktvorschau_VermopUltra_B.jpg")
}

.section-pdp-info_image-1-21228.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21228.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21228.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21228.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21228.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21228.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21228 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21228 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21228 {
    background-image: url("/uploads/Produktvorschau_VermopUltra_B.jpg")
}

.section-pdp_accordion-14190 {
    background-color: #000
}

.section-pdp-info_image-1-14190 {
    background-color: #000
}

.section-pdp-info_image-1-14190.template-pdp_info-image .text-holder h2.title {
    color: #fff
}

.section-pdp-info_image-1-14190.template-pdp_info-image .text-holder h2.sub_title {
    color: #c1ac81
}

.section-pdp-info_image-1-14190.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-14190 {
    background-color: #000
}

.section-pdp-info_image-2-14190.template-pdp_info-image .text-holder h2.title {
    color: #fff
}

.section-pdp-info_image-2-14190.template-pdp_info-image .text-holder h2.sub_title {
    color: #c1ac81
}

.section-pdp-info_image-2-14190.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-1-23497.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23497.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23497.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23497.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23497.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23497.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23497 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-23497 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23497 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23497 {
    background-image: url("/uploads/Teaser_Power_Jetvac.jpg")
}

.section-pdp-info_image-1-38703.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38703.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38703.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38703.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38703.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38703.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38703 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38703 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38703 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38703 {
    background-image: url("/uploads/Teaser_Power_Jetvac.jpg")
}

.section-pdp-info_image-1-3764.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3764.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3764.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3764.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3764.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3764.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3764 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3764 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-3764 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3764 {
    background-image: url("/uploads/Teaser_Power_Jetvac.jpg")
}

.section-pdp-info_image-1-21247.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21247.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21247.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21247.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21247.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21247.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21247 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21247 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21247 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21247 {
    background-image: url("/uploads/Teaser_Power_Jetvac.jpg")
}

.colorcode-21251-1 {
    color: #fff
}

.colorcode-21251-1 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
}

.colorcode-21251-1:before {
    background: linear-gradient(to bottom, rgba(44, 67, 144, 0) 50%, rgba(44, 67, 144, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-21251-1 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-21251-1:before {
        background: linear-gradient(to right, rgba(44, 67, 144, 1) 0%, rgba(44, 67, 144, 0) 60%)
    }
}

.colorcode-21251-2 {
    color: #fff
}

.colorcode-21251-2 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
}

.colorcode-21251-2:before {
    background: linear-gradient(to bottom, rgba(40, 149, 72, 0) 50%, rgba(40, 149, 72, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-21251-2 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-21251-2:before {
        background: linear-gradient(to right, rgba(40, 149, 72, 1) 0%, rgba(40, 149, 72, 0) 60%)
    }
}

.colorcode-21251-3 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
}

.colorcode-21251-3:before {
    background: linear-gradient(to bottom, rgba(229, 176, 24, 0) 50%, rgba(229, 176, 24, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-21251-3 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-21251-3:before {
        background: linear-gradient(to right, rgba(229, 176, 24, 1) 0%, rgba(229, 176, 24, 0) 60%)
    }
}

.colorcode-21251-4 {
    color: #fff
}

.colorcode-21251-4 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
}

.colorcode-21251-4:before {
    background: linear-gradient(to bottom, rgba(194, 14, 26, 0) 50%, rgba(194, 14, 26, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-21251-4 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-21251-4:before {
        background: linear-gradient(to right, rgba(194, 14, 26, 1) 0%, rgba(194, 14, 26, 0) 60%)
    }
}

.section-pdp-info_image-1-21251.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21251.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21251.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21251.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21251.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21251.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21251 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21251 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21251 .section-header h2 {
    color: #3e3e3e
}

.colorcode-22711-1 {
    color: #fff
}

.colorcode-22711-1 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
}

.colorcode-22711-1:before {
    background: linear-gradient(to bottom, rgba(44, 67, 144, 0) 50%, rgba(44, 67, 144, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-22711-1 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-22711-1:before {
        background: linear-gradient(to right, rgba(44, 67, 144, 1) 0%, rgba(44, 67, 144, 0) 60%)
    }
}

.colorcode-22711-2 {
    color: #fff
}

.colorcode-22711-2 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
}

.colorcode-22711-2:before {
    background: linear-gradient(to bottom, rgba(40, 149, 72, 0) 50%, rgba(40, 149, 72, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-22711-2 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-22711-2:before {
        background: linear-gradient(to right, rgba(40, 149, 72, 1) 0%, rgba(40, 149, 72, 0) 60%)
    }
}

.colorcode-22711-3 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
}

.colorcode-22711-3:before {
    background: linear-gradient(to bottom, rgba(229, 176, 24, 0) 50%, rgba(229, 176, 24, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-22711-3 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-22711-3:before {
        background: linear-gradient(to right, rgba(229, 176, 24, 1) 0%, rgba(229, 176, 24, 0) 60%)
    }
}

.colorcode-22711-4 {
    color: #fff
}

.colorcode-22711-4 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
}

.colorcode-22711-4:before {
    background: linear-gradient(to bottom, rgba(194, 14, 26, 0) 50%, rgba(194, 14, 26, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-22711-4 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-22711-4:before {
        background: linear-gradient(to right, rgba(194, 14, 26, 1) 0%, rgba(194, 14, 26, 0) 60%)
    }
}

.section-pdp-info_image-1-22711.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-22711.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-22711.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-22711.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-22711.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-22711.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-22711 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-22711 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-22711 .section-header h2 {
    color: #3e3e3e
}

.colorcode-3408-1 {
    color: #fff
}

.colorcode-3408-1 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
}

.colorcode-3408-1:before {
    background: linear-gradient(to bottom, rgba(44, 67, 144, 0) 50%, rgba(44, 67, 144, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-3408-1 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-3408-1:before {
        background: linear-gradient(to right, rgba(44, 67, 144, 1) 0%, rgba(44, 67, 144, 0) 60%)
    }
}

.colorcode-3408-2 {
    color: #fff
}

.colorcode-3408-2 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
}

.colorcode-3408-2:before {
    background: linear-gradient(to bottom, rgba(40, 149, 72, 0) 50%, rgba(40, 149, 72, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-3408-2 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-3408-2:before {
        background: linear-gradient(to right, rgba(40, 149, 72, 1) 0%, rgba(40, 149, 72, 0) 60%)
    }
}

.colorcode-3408-3 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
}

.colorcode-3408-3:before {
    background: linear-gradient(to bottom, rgba(229, 176, 24, 0) 50%, rgba(229, 176, 24, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-3408-3 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-3408-3:before {
        background: linear-gradient(to right, rgba(229, 176, 24, 1) 0%, rgba(229, 176, 24, 0) 60%)
    }
}

.colorcode-3408-4 {
    color: #fff
}

.colorcode-3408-4 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
}

.colorcode-3408-4:before {
    background: linear-gradient(to bottom, rgba(194, 14, 26, 0) 50%, rgba(194, 14, 26, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-3408-4 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-3408-4:before {
        background: linear-gradient(to right, rgba(194, 14, 26, 1) 0%, rgba(194, 14, 26, 0) 60%)
    }
}

.section-pdp-info_image-1-3408.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3408.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3408.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3408.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3408.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3408.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3408 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3408 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-3408 .section-header h2 {
    color: #3e3e3e
}

.colorcode-38880-1 {
    color: #fff
}

.colorcode-38880-1 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
}

.colorcode-38880-1:before {
    background: linear-gradient(to bottom, rgba(44, 67, 144, 0) 50%, rgba(44, 67, 144, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-38880-1 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Blau_AdobeStock_171039902-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-38880-1:before {
        background: linear-gradient(to right, rgba(44, 67, 144, 1) 0%, rgba(44, 67, 144, 0) 60%)
    }
}

.colorcode-38880-2 {
    color: #fff
}

.colorcode-38880-2 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
}

.colorcode-38880-2:before {
    background: linear-gradient(to bottom, rgba(40, 149, 72, 0) 50%, rgba(40, 149, 72, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-38880-2 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gruen_AdobeStock_236237257.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-38880-2:before {
        background: linear-gradient(to right, rgba(40, 149, 72, 1) 0%, rgba(40, 149, 72, 0) 60%)
    }
}

.colorcode-38880-3 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
}

.colorcode-38880-3:before {
    background: linear-gradient(to bottom, rgba(229, 176, 24, 0) 50%, rgba(229, 176, 24, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-38880-3 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Gelb_AdobeStock_168860194-1.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-38880-3:before {
        background: linear-gradient(to right, rgba(229, 176, 24, 1) 0%, rgba(229, 176, 24, 0) 60%)
    }
}

.colorcode-38880-4 {
    color: #fff
}

.colorcode-38880-4 {
    background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
}

.colorcode-38880-4:before {
    background: linear-gradient(to bottom, rgba(194, 14, 26, 0) 50%, rgba(194, 14, 26, 1) 100%)
}

@media all and (min-width: 768px) {
    .colorcode-38880-4 {
        background-image: url("/uploads/Farbcodierung_Oberflaeche_Rot_AdobeStock_252447950.jpg")
    }
}

@media all and (min-width: 768px) {
    .colorcode-38880-4:before {
        background: linear-gradient(to right, rgba(194, 14, 26, 1) 0%, rgba(194, 14, 26, 0) 60%)
    }
}

.section-pdp-info_image-1-38880.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38880.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38880.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38880.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38880.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38880.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38880 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38880 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38880 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-info_image-1-3380.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3380.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3380.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3380.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3380.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3380.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3380 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3380 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-3380 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-info_image-1-21249.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21249.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21249.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21249.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21249.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21249.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21249 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21249 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21249 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-info_image-1-38784.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38784.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38784.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38784.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38784.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38784.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38784 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38784 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38784 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-info_image-1-23359.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23359.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23359.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23359.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23359.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23359.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23359 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-23359 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23359 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-info_image-1-3946.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3946.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3946.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3946.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3946.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3946.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3946 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3946 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-3946 {
    background-image: url("/uploads/CAT_FULL_VermopPower_B-1920x628.jpg")
}

.tax-content .item-holder.item-3946 {
    background-image: url("/uploads/Produktvorschau_VermopPower_B.jpg")
}

.section-pdp-info_image-1-38254.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38254.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38254.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38254.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38254.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38254.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38254 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38254 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-38254 {
    background-image: url("/uploads/CAT_FULL_VermopPower_B-1920x628.jpg")
}

.tax-content .item-holder.item-38254 {
    background-image: url("/uploads/Produktvorschau_VermopPower_B.jpg")
}

.section-pdp-info_image-1-35963.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35963.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35963.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35963.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35963.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35963.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35963 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35963 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-35963 {
    background-image: url("/uploads/CAT_FULL_VermopPower_B-1920x628.jpg")
}

.tax-content .item-holder.item-35963 {
    background-image: url("/uploads/Produktvorschau_VermopPower_B.jpg")
}

.section-pdp-info_image-1-21226.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21226.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21226.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21226.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21226.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21226.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21226 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21226 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21226 {
    background-image: url("/uploads/CAT_FULL_VermopPower_B-1920x628.jpg")
}

.tax-content .item-holder.item-21226 {
    background-image: url("/uploads/Produktvorschau_VermopPower_B.jpg")
}

.section-pdp-info_image-1-21224.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21224.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21224.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21224.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21224.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21224.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-21224 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21224 {
    background-image: url("/uploads/Produktvorschau_VermoPower.jpg")
}

.section-pdp-info_image-1-35964.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35964.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35964.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35964.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35964.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35964.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-35964 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35964 {
    background-image: url("/uploads/Produktvorschau_VermoPower.jpg")
}

.section-pdp-info_image-1-3949.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3949.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3949.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3949.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3949.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3949.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-accessories-3949 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3949 {
    background-image: url("/uploads/Produktvorschau_VermoPower.jpg")
}

.section-pdp-info_image-1-35965.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35965.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35965.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35965.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35965.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35965.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35965 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35965 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-35965 {
    background-image: url("/uploads/CAT_FULL_VermoGast_-1-1920x628.jpg")
}

.tax-content .item-holder.item-35965 {
    background-image: url("/uploads/Produktvorschau_VermopGast-1.jpg")
}

.section-pdp-info_image-1-3237.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3237.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3237.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3237.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3237.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3237.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3237 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3237 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-3237 {
    background-image: url("/uploads/CAT_FULL_VermoGast_-1-1920x628.jpg")
}

.tax-content .item-holder.item-3237 {
    background-image: url("/uploads/Produktvorschau_VermopGast-1.jpg")
}

.section-pdp-info_image-1-21277.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21277.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21277.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21277.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21277.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21277.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21277 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21277 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21277 {
    background-image: url("/uploads/CAT_FULL_VermoGast_-1-1920x628.jpg")
}

.tax-content .item-holder.item-21277 {
    background-image: url("/uploads/Produktvorschau_VermopGast-1.jpg")
}

.section-pdp-info_image-1-35966.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35966.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35966.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35966.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35966.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35966.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35966 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35966 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35966 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-21185.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21185.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21185.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21185.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21185.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21185.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21185 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21185 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21185 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-12984.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-12984.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-12984.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-12984.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-12984.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-12984.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-12984 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-12984 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-12984 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-21187.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21187.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21187.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21187.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21187.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21187.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21187 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21187 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21187 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-12981.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-12981.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-12981.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-12981.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-12981.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-12981.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-12981 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-12981 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-12981 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-35967.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35967.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35967.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35967.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35967.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35967.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35967 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35967 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35967 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-21231.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21231.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21231.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21231.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21231.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21231.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21231 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21231 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21231 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-3940.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3940.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3940.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3940.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3940.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3940.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3940 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-3940 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3940 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-35968.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35968.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35968.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35968.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35968.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35968.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35968 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-35968 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-35968 {
    background-image: url("/uploads/Produktvorschau_VermopDeepS_A.jpg")
}

.section-pdp-info_image-1-23229.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23229.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23229.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23229.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23229.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23229.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23229 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-23229 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23229 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23229 {
    background-image: url("/uploads/Produktvorschau_Scandic_Mono.jpg")
}

.section-pdp-info_image-1-21210.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21210.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21210.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21210.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21210.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21210.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21210 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21210 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21210 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21210 {
    background-image: url("/uploads/Produktvorschau_Scandic_Mono.jpg")
}

.section-pdp-info_image-1-8313.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-8313.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-8313.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-8313.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-8313.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-8313.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-8313 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-8313 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-8313 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-8313 {
    background-image: url("/uploads/Produktvorschau_Scandic_Mono.jpg")
}

.section-pdp-info_image-1-38563.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38563.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38563.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38563.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38563.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38563.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38563 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38563 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38563 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38563 {
    background-image: url("/uploads/Produktvorschau_Scandic_Mono.jpg")
}

.section-pdp-info_image-1-23244.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23244.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23244.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23244.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23244.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23244.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23244 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-23244 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23244 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23244 {
    background-image: url("/uploads/Produktvorschau_ScandicDuo-1.jpg")
}

.section-pdp-info_image-1-1458.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-1458.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-1458.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-1458.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-1458.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-1458.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-1458 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-1458 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-1458 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-1458 {
    background-image: url("/uploads/Produktvorschau_ScandicDuo-1.jpg")
}

.section-pdp-info_image-1-21282.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21282.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21282.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21282.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21282.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21282.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21282 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-21282 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21282 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21282 {
    background-image: url("/uploads/Produktvorschau_ScandicDuo-1.jpg")
}

.section-pdp-info_image-1-38345.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38345.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38345.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38345.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38345.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38345.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38345 .container .section-content h1 {
    color: #fff
}

.section-pdp-accessories-38345 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38345 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38345 {
    background-image: url("/uploads/Produktvorschau_ScandicDuo-1.jpg")
}

.section-pdp-info_image-1-1453.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-1453.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-1453.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-1453.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-1453.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-1453.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-1453 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-1453 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-1453 {
    background-image: url("/uploads/Produktvorschau_Clipper.jpg")
}

.section-pdp-info_image-1-38231.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38231.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38231.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38231.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38231.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38231.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38231 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-38231 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38231 {
    background-image: url("/uploads/Produktvorschau_Clipper.jpg")
}

.section-pdp-info_image-1-21286.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21286.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21286.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21286.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21286.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21286.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21286 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-21286 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21286 {
    background-image: url("/uploads/Produktvorschau_Clipper.jpg")
}

.section-pdp-info_image-1-23191.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23191.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23191.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23191.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23191.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23191.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23191 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-23191 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23191 {
    background-image: url("/uploads/Produktvorschau_Clipper.jpg")
}

.section-pdp-info_image-1-23294.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23294.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23294.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23294 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-23294 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23294 {
    background-image: url("/uploads/Produktvorschau_SprintPlus.jpg")
}

.section-pdp-info_image-1-3352.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3352.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3352.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3352 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-3352 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3352 {
    background-image: url("/uploads/Produktvorschau_SprintPlus.jpg")
}

.section-pdp-info_image-1-38830.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38830.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38830.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38830 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-38830 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38830 {
    background-image: url("/uploads/Produktvorschau_SprintPlus.jpg")
}

.section-pdp-info_image-1-21257.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21257.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21257.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21257 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-21257 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21257 {
    background-image: url("/uploads/Produktvorschau_SprintPlus.jpg")
}

.section-pdp-info_image-1-3346.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3346.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3346.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3346 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-3346 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3346 {
    background-image: url("/uploads/Produktvorschau_Feuchtwisch-1.jpg")
}

.section-pdp-info_image-1-39144.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-39144.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-39144.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-39144 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-39144 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-39144 {
    background-image: url("/uploads/Produktvorschau_Feuchtwisch-1.jpg")
}

.section-pdp-info_image-1-21259.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21259.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21259.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21259 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-21259 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21259 {
    background-image: url("/uploads/Produktvorschau_Feuchtwisch-1.jpg")
}

.section-pdp-info_image-1-23207.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23207.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23207.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23207 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-23207 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23207 {
    background-image: url("/uploads/Produktvorschau_Feuchtwisch-1.jpg")
}

.section-pdp-info_image-1-21255.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21255.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21255.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21255 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-21255 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21255 {
    background-image: url("/uploads/Produktvorschau_Aquva.jpg")
}

.section-pdp-info_image-1-3356.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3356.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3356.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3356 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-3356 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3356 {
    background-image: url("/uploads/Produktvorschau_Aquva.jpg")
}

.section-pdp-info_image-1-38677.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38677.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38677.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38677 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-38677 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38677 {
    background-image: url("/uploads/Produktvorschau_Aquva.jpg")
}

.section-pdp-info_image-1-23386.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23386.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23386.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23386 .container .section-content h1 {
    color: #fff
}

.section-pdp-application-23386 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23386 {
    background-image: url("/uploads/Produktvorschau_Aquva.jpg")
}

.section-pdp-info_image-1-23212.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23212.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23212.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23212 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-23212 {
    background-image: url("/uploads/Produktvorschau_Mopqualitaeten.jpg")
}

.section-pdp-info_image-1-21208.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21208.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21208.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21208 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-21208 {
    background-image: url("/uploads/Produktvorschau_Mopqualitaeten.jpg")
}

.section-pdp-info_image-1-8801.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-8801.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-8801.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-8801 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-8801 {
    background-image: url("/uploads/Produktvorschau_Mopqualitaeten.jpg")
}

.section-pdp-info_image-1-38918.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38918.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38918.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38918 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-38918 {
    background-image: url("/uploads/Produktvorschau_Mopqualitaeten.jpg")
}

.section-pdp-info_image-1-38585.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38585.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38585.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38585 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-38585 {
    background-image: url("/uploads/Produktvorschau_Pads.jpg")
}

.section-pdp-info_image-1-10116.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-10116.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-10116.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-10116 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-10116 {
    background-image: url("/uploads/Produktvorschau_Pads.jpg")
}

.section-pdp-info_image-1-23348.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23348.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23348.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23348 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-23348 {
    background-image: url("/uploads/Produktvorschau_Pads.jpg")
}

.section-pdp-info_image-1-21202.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21202.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21202.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21202 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-21202 {
    background-image: url("/uploads/Produktvorschau_Pads.jpg")
}

.section-pdp-info_image-1-38420.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38420.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38420.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38420 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-38420 {
    background-image: url("/uploads/Produktvorschau_Stiele.jpg")
}

.section-pdp-info_image-1-21204.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21204.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21204.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21204 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-21204 {
    background-image: url("/uploads/Produktvorschau_Stiele.jpg")
}

.section-pdp-info_image-1-10114.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-10114.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-10114.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-10114 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-10114 {
    background-image: url("/uploads/Produktvorschau_Stiele.jpg")
}

.section-pdp-info_image-1-23318.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23318.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23318.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23318 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-23318 {
    background-image: url("/uploads/Produktvorschau_Stiele.jpg")
}

.section-pdp-features-39031 {
    background-color: #f3f3f3
}

.section-pdp_gallery-39031 {
    background-color: #fff
}

.section-pdp_accordion-39031 {
    background-color: #fff
}

.section-pdp-info_image-1-39031 {
    background-color: #fff
}

.section-pdp-info_image-1-39031.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-39031.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-39031.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-39031 {
    background-color: #fff
}

.section-pdp-info_image-2-39031.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-39031.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-39031.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-39031 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-39031 .container .section-content {
    color: #fff
}

.section-pdp-variations-39031 {
    background-color: #efefef
}

.section-pdp-variations-39031 .bundle-slider-wrapper:before, .section-pdp-variations-39031 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-39031 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-39031 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-39031 {
    background-image: url("/uploads/vorgestelltesProdukt-Equipe-2-1920x628.jpg")
}

.tax-content .item-holder.item-39031 {
    background-image: url("/uploads/Produktvorschau_Equipe.jpg")
}

.section-pdp-features-23391 {
    background-color: #f3f3f3
}

.section-pdp_gallery-23391 {
    background-color: #fff
}

.section-pdp_accordion-23391 {
    background-color: #fff
}

.section-pdp-info_image-1 {
    background-color: #fff
}

.section-pdp-info_image-1.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2 {
    background-color: #fff
}

.section-pdp-info_image-2.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header .container .section-content h1 {
    color: #fff
}

.section-pdp-header .container .section-content {
    color: #fff
}

.section-pdp-variations {
    background-color: #efefef
}

.section-pdp-variations .bundle-slider-wrapper:before, .section-pdp-variations .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-23391 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23391 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-23391 {
    background-image: url("/uploads/vorgestelltesProdukt-Equipe-2-1920x628.jpg")
}

.tax-content .item-holder.item-23391 {
    background-image: url("/uploads/Produktvorschau_Equipe.jpg")
}

.section-pdp-features-21294 {
    background-color: #f3f3f3
}

.section-pdp_gallery-21294 {
    background-color: #fff
}

.section-pdp_accordion-21294 {
    background-color: #fff
}

.section-pdp-info_image-1-21294 {
    background-color: #fff
}

.section-pdp-info_image-1-21294.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21294.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21294.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21294 {
    background-color: #fff
}

.section-pdp-info_image-2-21294.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21294.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21294.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21294 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21294 .container .section-content {
    color: #fff
}

.section-pdp-variations-21294 {
    background-color: #efefef
}

.section-pdp-variations-21294 .bundle-slider-wrapper:before, .section-pdp-variations-21294 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-21294 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21294 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21294 {
    background-image: url("/uploads/vorgestelltesProdukt-Equipe-2-1920x628.jpg")
}

.tax-content .item-holder.item-21294 {
    background-image: url("/uploads/Produktvorschau_Equipe.jpg")
}

.section-pdp-features-362 {
    background-color: #f3f3f3
}

.section-pdp_gallery-362 {
    background-color: #fff
}

.section-pdp_accordion-362 {
    background-color: #fff
}

.section-pdp-info_image-1-362 {
    background-color: #fff
}

.section-pdp-info_image-1-362.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-362.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-362.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-362 {
    background-color: #fff
}

.section-pdp-info_image-2-362.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-362.template-pdp_info-image .text-holder p.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-362.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-362 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-362 .container .section-content {
    color: #fff
}

.section-pdp-variations-362 {
    background-color: #efefef
}

.section-pdp-variations-362 .bundle-slider-wrapper:before, .section-pdp-variations-362 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-362 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-362 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-362 {
    background-image: url("/uploads/vorgestelltesProdukt-Equipe-2-1920x628.jpg")
}

.tax-content .item-holder.item-362 {
    background-image: url("/uploads/Produktvorschau_Equipe.jpg")
}

.section-pdp-features-21292 {
    background-color: #f3f3f3
}

.section-pdp_gallery-21292 {
    background-color: #fff
}

.section-pdp_accordion-21292 {
    background-color: #fff
}

.section-pdp-info_image-1-21292 {
    background-color: #fff
}

.section-pdp-info_image-1-21292.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21292.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21292.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21292 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21292 .container .section-content {
    color: #fff
}

.section-pdp-variations-21292 {
    background-color: #efefef
}

.section-pdp-variations-21292 .bundle-slider-wrapper:before, .section-pdp-variations-21292 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-21292 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21292 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-featured.item-21292 {
    background-image: url("/uploads/vorgestelltesProdukt-Equipe-2-1920x628.jpg")
}

.tax-content .item-holder.item-21292 {
    background-image: url("/uploads/Produktvorschau_Equipe.jpg")
}

.section-pdp-info_image-1-23424.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23424.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23424.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23424.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23424.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23424.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23424 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-23424 {
    background-color: #fff
}

.section-pdp-variations-23424 .bundle-slider-wrapper:before, .section-pdp-variations-23424 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-23424 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23424 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23424 {
    background-image: url("/uploads/Produktvorschau_Shopster-1.jpg")
}

.section-pdp-info_image-1-9339.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-9339.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-9339.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-9339.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-9339.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-9339.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-9339 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-9339 {
    background-color: #fff
}

.section-pdp-variations-9339 .bundle-slider-wrapper:before, .section-pdp-variations-9339 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-9339 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-9339 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-9339 {
    background-image: url("/uploads/Produktvorschau_Shopster-1.jpg")
}

.section-pdp-info_image-1-39094.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-39094.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-39094.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-39094.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-39094.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-39094.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-39094 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-39094 {
    background-color: #fff
}

.section-pdp-variations-39094 .bundle-slider-wrapper:before, .section-pdp-variations-39094 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-39094 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-39094 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-39094 {
    background-image: url("/uploads/Produktvorschau_Shopster-1.jpg")
}

.section-pdp-info_image-1-21206.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21206.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21206.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21206.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21206.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21206.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21206 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-21206 {
    background-color: #fff
}

.section-pdp-variations-21206 .bundle-slider-wrapper:before, .section-pdp-variations-21206 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-21206 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21206 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21206 {
    background-image: url("/uploads/Produktvorschau_Shopster-1.jpg")
}

.section-pdp-info_image-1-21273.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21273.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21273.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21273.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21273.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21273.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21273 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-21273 {
    background-color: #fff
}

.section-pdp-variations-21273 .bundle-slider-wrapper:before, .section-pdp-variations-21273 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-21273 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21273 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21273 {
    background-image: url("/uploads/Produktvorschau_Equipe_Hotel-1.jpg")
}

.section-pdp-info_image-1-38638.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38638.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38638.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38638.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38638.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38638.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38638 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-38638 {
    background-color: #fff
}

.section-pdp-variations-38638 .bundle-slider-wrapper:before, .section-pdp-variations-38638 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-38638 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38638 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38638 {
    background-image: url("/uploads/Produktvorschau_Equipe_Hotel-1.jpg")
}

.section-pdp-info_image-1-3265.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3265.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3265.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3265.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3265.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3265.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3265 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-3265 {
    background-color: #fff
}

.section-pdp-variations-3265 .bundle-slider-wrapper:before, .section-pdp-variations-3265 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-3265 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-3265 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3265 {
    background-image: url("/uploads/Produktvorschau_Equipe_Hotel-1.jpg")
}

.section-pdp-info_image-1-23152.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23152.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23152.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23152.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23152.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23152.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23152 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-23152 {
    background-color: #fff
}

.section-pdp-variations-23152 .bundle-slider-wrapper:before, .section-pdp-variations-23152 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-23152 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23152 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23152 {
    background-image: url("/uploads/Produktvorschau_Equipe_Hotel-1.jpg")
}

.section-pdp-info_image-1-3270.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3270.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3270.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3270.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3270.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3270.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3270 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-3270 {
    background-color: #fff
}

.section-pdp-variations-3270 .bundle-slider-wrapper:before, .section-pdp-variations-3270 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-3270 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-3270 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3270 {
    background-image: url("/uploads/Produktvorschau_Variant-2.jpg")
}

.section-pdp-info_image-1-21271.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21271.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21271.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21271.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21271.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21271.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21271 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-21271 {
    background-color: #fff
}

.section-pdp-variations-21271 .bundle-slider-wrapper:before, .section-pdp-variations-21271 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-21271 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21271 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21271 {
    background-image: url("/uploads/Produktvorschau_Variant-2.jpg")
}

.section-pdp-info_image-1-38386.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38386.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38386.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38386.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38386.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38386.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38386 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-38386 {
    background-color: #fff
}

.section-pdp-variations-38386 .bundle-slider-wrapper:before, .section-pdp-variations-38386 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-38386 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38386 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38386 {
    background-image: url("/uploads/Produktvorschau_Variant-2.jpg")
}

.section-pdp-info_image-1-23453.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23453.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23453.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23453.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23453.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23453.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23453 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-23453 {
    background-color: #fff
}

.section-pdp-variations-23453 .bundle-slider-wrapper:before, .section-pdp-variations-23453 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-23453 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23453 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23453 {
    background-image: url("/uploads/Produktvorschau_Variant-2.jpg")
}

.section-pdp-info_image-1-35969.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35969.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35969.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-35969.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-35969.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-35969.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35969 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-35969 {
    background-image: url("/uploads/Produktvorschau_VermopSanECO.jpg")
}

.section-pdp-info_image-1-21218.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21218.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21218.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21218.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21218.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21218.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21218 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-21218 {
    background-image: url("/uploads/Produktvorschau_VermopSanECO.jpg")
}

.section-pdp-info_image-1-3957.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3957.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3957.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3957.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3957.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3957.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3957 .container .section-content h1 {
    color: #fff
}

.tax-content .item-holder.item-3957 {
    background-image: url("/uploads/Produktvorschau_VermopSanECO.jpg")
}

.section-pdp-info_image-1-35970.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-35970.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-35970.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-35970 .container .section-content h1 {
    color: #fcfcfc
}

.tax-content .item-holder.item-35970 {
    background-image: url("/uploads/Produktvorschau_VermopMop.jpg")
}

.section-pdp-info_image-1-21222.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21222.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21222.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21222 .container .section-content h1 {
    color: #fcfcfc
}

.tax-content .item-holder.item-21222 {
    background-image: url("/uploads/Produktvorschau_VermopMop.jpg")
}

.section-pdp-info_image-1-3951.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3951.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3951.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3951 .container .section-content h1 {
    color: #fcfcfc
}

.tax-content .item-holder.item-3951 {
    background-image: url("/uploads/Produktvorschau_VermopMop.jpg")
}

.section-pdp-info_image-1-38554.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38554.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38554.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-38554.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-38554.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-38554.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38554 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-38554 {
    background-color: #fff
}

.section-pdp-variations-38554 .bundle-slider-wrapper:before, .section-pdp-variations-38554 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-38554 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38554 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38554 {
    background-image: url("/uploads/Produktvorschau_Mistral.jpg")
}

.section-pdp-info_image-1-21269.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21269.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21269.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-21269.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-21269.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-21269.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21269 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-21269 {
    background-color: #fff
}

.section-pdp-variations-21269 .bundle-slider-wrapper:before, .section-pdp-variations-21269 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-21269 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21269 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21269 {
    background-image: url("/uploads/Produktvorschau_Mistral.jpg")
}

.section-pdp-info_image-1-3291.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3291.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3291.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-3291.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-3291.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-3291.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3291 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-3291 {
    background-color: #fff
}

.section-pdp-variations-3291 .bundle-slider-wrapper:before, .section-pdp-variations-3291 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-3291 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-3291 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3291 {
    background-image: url("/uploads/Produktvorschau_Mistral.jpg")
}

.section-pdp-info_image-1-23472.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23472.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23472.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-info_image-2-23472.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-2-23472.template-pdp_info-image .text-holder h2.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-2-23472.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23472 .container .section-content h1 {
    color: #fff
}

.section-pdp-variations-23472 {
    background-color: #fff
}

.section-pdp-variations-23472 .bundle-slider-wrapper:before, .section-pdp-variations-23472 .bundle-slider-wrapper:after {
    background-color: #fff
}

.section-pdp-accessories-23472 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23472 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23472 {
    background-image: url("/uploads/Produktvorschau_Mistral.jpg")
}

.section-pdp-features-38279 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-38279 {
    background-color: #fff
}

.section-pdp-info_image-1-38279.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38279.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38279.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38279 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-38279 .container .section-content {
    color: #fff
}

.section-pdp-variations-38279 {
    background-color: #efefef
}

.section-pdp-variations-38279 .bundle-slider-wrapper:before, .section-pdp-variations-38279 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-38279 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38279 {
    background-image: url("/uploads/Produktvorschau_AquvaVIZ.jpg")
}

.section-pdp-features-3295 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-3295 {
    background-color: #fff
}

.section-pdp-info_image-1-3295.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3295.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3295.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3295 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-3295 .container .section-content {
    color: #fff
}

.section-pdp-variations-3295 {
    background-color: #efefef
}

.section-pdp-variations-3295 .bundle-slider-wrapper:before, .section-pdp-variations-3295 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-3295 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3295 {
    background-image: url("/uploads/Produktvorschau_AquvaVIZ.jpg")
}

.section-pdp-features-21267 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-21267 {
    background-color: #fff
}

.section-pdp-info_image-1-21267.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21267.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21267.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21267 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21267 .container .section-content {
    color: #fff
}

.section-pdp-variations-21267 {
    background-color: #efefef
}

.section-pdp-variations-21267 .bundle-slider-wrapper:before, .section-pdp-variations-21267 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-21267 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21267 {
    background-image: url("/uploads/Produktvorschau_AquvaVIZ.jpg")
}

.section-pdp-features-23479 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-23479 {
    background-color: #fff
}

.section-pdp-info_image-1-23479.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23479.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23479.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23479 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-23479 .container .section-content {
    color: #fff
}

.section-pdp-variations-23479 {
    background-color: #efefef
}

.section-pdp-variations-23479 .bundle-slider-wrapper:before, .section-pdp-variations-23479 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-23479 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23479 {
    background-image: url("/uploads/Produktvorschau_AquvaVIZ.jpg")
}

.section-pdp-features-38447 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-38447 {
    background-color: #fff
}

.section-pdp-info_image-1-38447.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38447.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38447.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38447 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-38447 .container .section-content {
    color: #fff
}

.section-pdp-variations-38447 {
    background-color: #efefef
}

.section-pdp-variations-38447 .bundle-slider-wrapper:before, .section-pdp-variations-38447 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-38447 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-38447 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38447 {
    background-image: url("/uploads/Produktvorschau_NWW.jpg")
}

.section-pdp-features-23483 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-23483 {
    background-color: #fff
}

.section-pdp-info_image-1-23483.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23483.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23483.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23483 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-23483 .container .section-content {
    color: #fff
}

.section-pdp-variations-23483 {
    background-color: #efefef
}

.section-pdp-variations-23483 .bundle-slider-wrapper:before, .section-pdp-variations-23483 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-23483 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-23483 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23483 {
    background-image: url("/uploads/Produktvorschau_NWW.jpg")
}

.section-pdp-features-3299 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-3299 {
    background-color: #fff
}

.section-pdp-info_image-1-3299.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3299.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3299.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3299 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-3299 .container .section-content {
    color: #fff
}

.section-pdp-variations-3299 {
    background-color: #efefef
}

.section-pdp-variations-3299 .bundle-slider-wrapper:before, .section-pdp-variations-3299 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-3299 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-3299 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3299 {
    background-image: url("/uploads/Produktvorschau_NWW.jpg")
}

.section-pdp-features-21265 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-21265 {
    background-color: #fff
}

.section-pdp-info_image-1-21265.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21265.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21265.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21265 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21265 .container .section-content {
    color: #fff
}

.section-pdp-variations-21265 {
    background-color: #efefef
}

.section-pdp-variations-21265 .bundle-slider-wrapper:before, .section-pdp-variations-21265 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-accessories-21265 .section-header h2 {
    color: #3e3e3e
}

.section-pdp-application-21265 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21265 {
    background-image: url("/uploads/Produktvorschau_NWW.jpg")
}

.section-pdp-features-3303 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-3303 {
    background-color: #fff
}

.section-pdp-info_image-1-3303.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3303.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3303.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3303 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-3303 .container .section-content {
    color: #fff
}

.section-pdp-variations-3303 {
    background-color: #efefef
}

.section-pdp-variations-3303 .bundle-slider-wrapper:before, .section-pdp-variations-3303 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-3303 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3303 {
    background-image: url("/uploads/Produktvorschau_Varietta.jpg")
}

.section-pdp-features-38225 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-38225 {
    background-color: #fff
}

.section-pdp-info_image-1-38225.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38225.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38225.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38225 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-38225 .container .section-content {
    color: #fff
}

.section-pdp-variations-38225 {
    background-color: #efefef
}

.section-pdp-variations-38225 .bundle-slider-wrapper:before, .section-pdp-variations-38225 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-38225 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38225 {
    background-image: url("/uploads/Produktvorschau_Varietta.jpg")
}

.section-pdp-features-23486 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-23486 {
    background-color: #fff
}

.section-pdp-info_image-1-23486.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23486.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23486.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23486 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-23486 .container .section-content {
    color: #fff
}

.section-pdp-variations-23486 {
    background-color: #efefef
}

.section-pdp-variations-23486 .bundle-slider-wrapper:before, .section-pdp-variations-23486 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-23486 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23486 {
    background-image: url("/uploads/Produktvorschau_Varietta.jpg")
}

.section-pdp-features-21263 {
    background-color: #f3f3f3
}

.section-pdp-info_image-1-21263 {
    background-color: #fff
}

.section-pdp-info_image-1-21263.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21263.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21263.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21263 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21263 .container .section-content {
    color: #fff
}

.section-pdp-variations-21263 {
    background-color: #efefef
}

.section-pdp-variations-21263 .bundle-slider-wrapper:before, .section-pdp-variations-21263 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-21263 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21263 {
    background-image: url("/uploads/Produktvorschau_Varietta.jpg")
}

.section-pdp-info_image-1-3307 {
    background-color: #fff
}

.section-pdp-info_image-1-3307.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-3307.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-3307.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-3307 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-3307 .container .section-content {
    color: #fff
}

.section-pdp-variations-3307 {
    background-color: #efefef
}

.section-pdp-variations-3307 .bundle-slider-wrapper:before, .section-pdp-variations-3307 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-3307 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-3307 {
    background-image: url("/uploads/Produktvorschau_Entsorgung.jpg")
}

.section-pdp-info_image-1-21261 {
    background-color: #fff
}

.section-pdp-info_image-1-21261.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-21261.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-21261.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-21261 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-21261 .container .section-content {
    color: #fff
}

.section-pdp-variations-21261 {
    background-color: #efefef
}

.section-pdp-variations-21261 .bundle-slider-wrapper:before, .section-pdp-variations-21261 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-21261 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-21261 {
    background-image: url("/uploads/Produktvorschau_Entsorgung.jpg")
}

.section-pdp-info_image-1-23490 {
    background-color: #fff
}

.section-pdp-info_image-1-23490.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-23490.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-23490.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-23490 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-23490 .container .section-content {
    color: #fff
}

.section-pdp-variations-23490 {
    background-color: #efefef
}

.section-pdp-variations-23490 .bundle-slider-wrapper:before, .section-pdp-variations-23490 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-23490 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-23490 {
    background-image: url("/uploads/Produktvorschau_Entsorgung.jpg")
}

.section-pdp-info_image-1-38549 {
    background-color: #fff
}

.section-pdp-info_image-1-38549.template-pdp_info-image .text-holder h2.title {
    color: #3e3e3e
}

.section-pdp-info_image-1-38549.template-pdp_info-image .text-holder h4.sub_title {
    color: #d6d6d6
}

.section-pdp-info_image-1-38549.template-pdp_info-image .text-holder .content-entry {
    color: #878787
}

.section-pdp-header-38549 .container .section-content h1 {
    color: #fff
}

.section-pdp-header-38549 .container .section-content {
    color: #fff
}

.section-pdp-variations-38549 {
    background-color: #efefef
}

.section-pdp-variations-38549 .bundle-slider-wrapper:before, .section-pdp-variations-38549 .bundle-slider-wrapper:after {
    background-color: #efefef
}

.section-pdp-application-38549 .section-header h2 {
    color: #3e3e3e
}

.tax-content .item-holder.item-38549 {
    background-image: url("/uploads/Produktvorschau_Entsorgung.jpg")
}

.custom-taxonomy-tax_products-371 a:before {
    background-image: url(/uploads/Icon_L_Natur-2.svg)
}

.custom-taxonomy-tax_products-370 a:before {
    background-image: url(/uploads/Icon_L_Standard-2.svg)
}

.tax-content .item-holder.item-floor-cleaners {
    background-image: url("/uploads/LP-Boden.jpg")
}

.custom-taxonomy-tax_products-342 a:before {
    background-image: url(/uploads/Icon_BodenL-1.png)
}

.tax-content .item-holder.item-industrial-cleaners {
    background-image: url("/uploads/LP-Industrie.jpg")
}

.custom-taxonomy-tax_products-341 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAACUtJREFUeNrtXNvSrKwOFOQkIvT7P+2+QB3Ownyu0dr1e7Vq1ecYIOl0OtFp+u9qX2x5t30W85vNk4B5sXnEAeDvtW8BAPta8ygAAOqt9hnAKsCRl2ILAEYcoN+KLVinSQDvxBgJgPpTfiPGELdHBnsnxugzMDRgXxciMwCxw4x7IcYYYDv+rQBH32UeB8BOV7SvwxiPLcclQmvfcKkdW4LTNm/EljCViFdhS4Ior8KYwm6RN2FMydtSj3zwKkdrHNFPBkcZ7fhbMKaWLcKM8iSpr0XC/A6MqSOJfgPVbyDxKzCmlclegDHtauNxjLmo1tjTGHNV7Zpn5QR6pRZQAPI5+9bL7VmexJiOSpI44DHJcutgyfI5jOlTMuxTVL/z6B6TE9ZO11+fCRHWCx30qxAhQp2X/MaB+/3qmxARDuElvgoO2h/nevxwomvYg83AMzkAMurbdjnP144zcTp0ZnY0y7kIuSiAQfvGGjFycANIYpAdpkHbkM/SwQhhyXrMsAMOPnBsOZNMeK0aLRTYIK9bxiBwSeyRozx89AbecldhN5aBA2+d9zTNSgnS5M19Gy7McrHf8wYAhibhy1rxQlYAsHMLn2QvspDdXyvm7YnC8bhqyPAm8A9+3DM30Jn1xtHcsm92ALQBAO3Piy4WGfYrAHbxe0wWADBLy8AR+6aGfbPzyZU7ANs8TdwAALbEt8gGADB89wcn/b01A2+y7zBvmqjfQusPTmeuTxZ/pnb9eGvDQN3LrZr2fczbj9BvUjkwiTDHX6jg/rKBvfF7xC0rJbjIvGmaLQDoBuzPGgAsi36haGAv/h1pWhTwj7qU2HElLpIS4YqlSyyJj735Y933eSnst75DH5xdeac68+/Bk7ZCgne3SAu8HHmm68fFvs20RFCHSWsXFRthdMTux6pKf73dIr4tWa45gYP13Euq/Fnc4X+splCt1/WHPCpQUT5K8/c2MamWJpfSI1lxgEqlHUzcn6WPtZniGh5IlDvTaFWG5n8dNhINjaClH8zaAYAh0+T7IKrqoH+ZlaHNA6j/OPfsTJ7Uo9ZqJQ0BfZarcQDMqmpLaDdYiK35twLgFDldpO6orMK7iLKhenBQv5z8tsq6uUDU9tBYTw6imz5Wrry988aXJldVfNk9bfMviEYTh4rAzfzerZLRaaJMri4tAHoxTpTv+2zPhjaEuAJESwCwEQkUFihUqOIyRQoAWEhLJNPt2zMH1wBc5hGy+FPXug53AGwxTTFTXHRyQEshtra5chQ63+ormufLVyvTbfCFjuNX7H/OoWkjVVeWOXm5ZAF7sK3yfBQVev+/tnfk0UFdzTxPeNLl6B4VkuoDBDZjjDnLGNNaGuVqzQnM2qIMJJeUGYBV8SuWkcApADhdBR4i9LEGmz+Ot8kUz1iA34vlQkSfpfmAqlkaTwmk7zQQ1gtCozOH2At3XIaiXyBjjDF6ySj3FbNR0lsIqGmWi/la5S9jil3Ka7guGtbKLlGu7uqjNaSR66JL1FfwhYg+ap+7ZIOkkdH+uX09O7DVV/fP7WMdHrTWo+AV9jWEqf/s+z+wzzzof6TjCfbB+H0N/vE6eDyfP1bAaVVMwOKSrptK/mVisTeNk84fEpYK9aSHv6QL42q13w4B1EuqnZ7mdN1c7L0plT+eEWeBzZTxlx7rbjN1EOhEmLkYdyuMLO/mWVNoZ4qAzo/LZJQtOaXUraZfQS/kALRk1T//XN9I3UumXpFG/Ua2vHhqKRwMcJwxxhi3341xzrm7s3r9u+XbTVv6YdBD0l/qoFt+nwDgWEUHWHrkpUKqVl++b1TSX8qSjkJJf8nkJRlUtQHaR+0/KkW3Km8LGy8cAKdoVl7Lq+XNNtQsAqcLMjtZilA0ov/tmLYtnDHGuPJYZNlVNtlHBbzmw9YwaB2wsnMJ/aVorTuV6aenXJwwAhqb5zYAWKjXhJYQKQArqAIA47oNZOXu1DSJLbRuk6TCd2Rs3hyqE+ZzEzEhVNOt08DW+DkVe3Zaqu6sA0A8W9V+UgBujQ1gOkippNPA9W/9D+JO96VBJ125ojtQtcHu/0+2HuVQ/lUz+XQHm4mxlBrcNR2r9b7HMqQ/gOEJN3ZNZ7e/v8N3NqfM6FKXSy6s7nj54mjujTaT2TXn2m6ZzD9mtcyQA5IO97tn/uAo23qeGBdBV6u5Z35DHH5eeFGLSmMBOKMKLO7y2bfMvwicgZHO2MxrkIHiXoLqiaYcxMXlJDuVcZ0h8EkhCQlVSQYPKZvq0oJJnKd927LVNGFpT0oEM4A0KjB9wt3kPE3T7CfLAlpO+6AjGhBbzqJTVubXbNoLDs2bVAhoZAMQTLUyExuo++DyY6CfOjw6BWt2zEQfRb076+bIvMmGZ5G3nVXU6WWd4HEYKB2AjZ40I63T9jaMng9+omLzmIzeMuGFYkBEiOyAVfQesQ47sURaZLuvANgDJZQfSTjMY4e+ocOywRTZGEmix+qrrE13IhrWbCLL3XGdcogabp6OYZHIvUSxy0iiH9G9yoI/urgTay/mn/3yt4O5ANaEc4uVLlMsj7HF2D5lgat0wiVVcfPxUCqVOPMbb9Yl0SrTRPKdspCq4KKBpzmPqw53Fkii+cq+kfcXcvuqw/6Fn/nOvlTJb6j2Bfuqq7nNvlRLbgnnT9iXOP3cqhUGzne5zb4VcOa8mq3nJ+LjI6Jfv/8GIJ3fqFTVOb4Q7r6sgXikwLT0pv3NBh3wwoqqGjGcSSiPz+7b2ju4WhBfyG+8uIEkLCg+cx///BMXbDUFfrAVfTrlB9v6m88L+GYACemdLpQ7MlxBF7+674pm7ZaMcuiItInfv5Mcz9rpOKrYFvP77fdv7SfNO/8qy8LoRJjakvpofuKl/aS+TDViNVr/3n2lrPQz9pe9NqQe+KYAL3zkyg/ymTVViOfff3aDDr1sMCq3/v0yQ4jR6kP+k0sMts/Zj7/TakY7gOq3X6Yxow7Pbxr36Hf4ISZyQ+9gOHwPAxcXtz+PP1HulL5m9+uvyJ5S2CF+JP0tvgb9rdn9/ttm+zODtBYASDiGrB4xbzfQ91f39ucas4VNEAkAm3vmy3B7f9o3smed9Kd953+wP32zgbX+Pk37+099H5gFTCAQRaKKnbbrrZ9d8XzJ+77LH4hy66NfMatTAPf5wA17nX3Tn+fDfsC5xlSC/wHaOLzgg6BXcgAAAABJRU5ErkJggg==)
}

.tax-content .item-holder.item-kitchen-cleaners {
    background-image: url("/uploads/LP-Kueche.jpg")
}

.custom-taxonomy-tax_products-340 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAABOdJREFUeNrtnMmWwygMRZmCMWB4//+1vQDPA7ja2HQftEqlnOQapIckSAhpdmVKVo3HvKc182lAVYwnAIDVy2cBwFSLJwEAEJXiUQdoCwy1agvgGQdQp8YwDyhCeqBOjdGAI4RQX6fGCAA/Qgjp6tSYAbDhkZseVaYtfB7J2jSGekAvZNpVqC1T1DIAXV3aglXQVqcxZj2j1AN92idEaWNbbRktR2N6lDe21Za92nyJF/kORms3ojvzL+Cpc28zCY0RANQ77ncYrZuIPuQTr2lLl1DEL/lOVovVivIh3+kHLVbkL/nOs5VLjXmL70KJLzXmJb7LlexKY9Z8Uls9Vy2sM1ZNriF6a7op0riyVuWnv5eZALtI9Zd83AEAHJ+nBIChhBBCLQDAB3qql8KbtkS1pgDPknx8XErCtd2o/jY6cTAZZ+QWYKLape5UYxZ8FoC3IxEDADdEJAUAg0OYJjn9lVfh/FJOLk8vmPkYgIESOgCgYfhU+L8lxAGeE6IDrZmhVaa2mOQA2wSfiDoZb3YMKg2AEMTwC548Sn5mBabS4yzOHHTNx+ZnRpfpRz4VidRMa7P4sipxDTia5NPR93m4aRHefCDEh5fLsMbb4IYcOek50TlVxpnGLOLDAbDKIkysAADd+zByGoBTOkZEB8D3vc/S9sxO0InGLPh+Uz4pVhriaLi9YH3Ug4X25DYM/rJAL/VZLiVuVOQo16M46qWSY6BZwcFzRUher29Ce3g9jbK0wKAiAu0dYMY3oGoArHwoOOZlmL6dH6iTuDy5le5lPupvtEnVQR5TmE/eaQFRv08EC/MNt5qkep8mlKkvxxCj93qkAvDb58pU5HrSjFu7CH4/mYX6G9Ob93f4zEEEFwEcprTpd1ON9nkqK9DSoNOaxfM8T4nogK+2zKeJTjuej7mEq5JvvDD7BRXx0c7eM5U0eZOPXvDxEh3K7h7fKMzs4AUWRflyC1B7Er8MgLMPm6bTvYtM3TMxnbBvJggmc4NovK7fpxNF+brMYxBjDTC8nGDxg4TkIks8SnfKJoA+awF2MY3oDtKdsnw6Z4Kn3urwegHCMxRmakOIo4sLJ/j2cveAEEKkH+toezTYOz6p/73+GfVLdvai/BqE1t1Zl3DDR4dntyyvW6dCY8Kj/tBXN3z6qRVObL3r4KNDl8TSUaMTDaIoCP6RFW5VP8gz3wScnIO4S2+A4PlTPcOZCyrALP3UkE/4mAf8oUqzVYP8uBlWaH6ttZovM0yZasJ5nrGB9Fx8YFHqcA9An7axqD3HK6YvWKbC3C8iYbe8eQADI1l896uRc/tthgj2wAulmzfRcviKpYIeAFy/mkbeu8Wu3qd8hEXX9kZJIYSQyo49bUoq4JsJV7bod3/NRwiVZg1nZKo5/fopQdGpmOPInN5RjacYL/l+qoRJ+gwftWX6qafrw00+VeyQmHuEr+BxNvEEH252tHOl70G+IqfO/2t83BhaM5/O9aOP+GzuTkLja3yNr/E1vsbX+Bpf42t8ja/xNb7G1/gaX+NrfI2v8TW+xtf4Gl/ja3yNr/E1vv8rnynwfTj5FJ8rd76EP8Eni+Gtcf7KV+wAkaXP8BX6ubPtIcS/871jja/xNb7G1/gaX+OrmI8D0OJt+/nsX4p44wdGr75Dn7LuI7zsXwbuPhlBe/m1mX8A27obJMHuiOoAAAAASUVORK5CYII=)
}

.tax-content .item-holder.item-glass-cleaners {
    background-image: url("/uploads/LP-Glas.jpg")
}

.custom-taxonomy-tax_products-339 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAABEtJREFUeNrtnMmSrCAQRZlacYL7/1/7FlpdQyskFEi+CFjVwihPMNxMSC9C9HbdtOTNt02s8QZAMcaTHlgZ81kA+GGLpwAAji3fAjgAlimeAWAs4JlqzAasQnpgZok3AlBCDAA0U22ZfruRX5seE8+w1BgFYNx/zhw1Zn1CKc9PYwwA8xJGPLMw7F4XhXTcNObQlpc05tmbTLTFfsxGThozfwY1A2Dgk9T/pZkBJxlpy/Yph4w05udsNaRrjLKrR+E2HtqynCrOkkK3okJbj6ReEXs1KFAV2nCiLYFZGRIAYB30HdoSWNWB3AfO3KUtUfKzqbDJatqyUqPK1XOuHl4w0l6snJO1USvdiWQqNI1x9aQ8osIkjVEAKo1uNIpRNGaol+tEs4CXXUloDCodyhGyqCmuMbbW9JMuPjLSR5dImE/Oq85fHPGTgjG6RIJ8Mn+3T5Tf6BIJ8m3552GWliKr2HFCiG9G9k5QemL4nyMjFOD7Ak8MgCeffKgsvm/wxEKWrS2sgZd8X+EJ+jHfGB7gK77v8Ax1ePcBTuf7Dk+MCdsfH+zqc74v8WhRSS/2kECT+E9PPKlzl8dIecjsL7NpfE887fP0eaXsHo+HbCrfG15efKvJ947nNTO++Xc7l49Hm3/4nX8jne8dL/eck7J+5SF8Sev3Ay/3FJGya/g5zvRT9K8QntCE+DHt01wnxI9SeLFOeWxsh8T4WwyPkL8Mx94oJX/xpfDi+d8j/9cp+Z80ogyeEJH8WW5H92XkzyXwRLhSbvyx79AxDfvLVwTvWfA9o1vxeEW0VPOHT/oy1RN71TPWAYAfgg9d8smtVHFnOx9hsx+dq8fvKSkSlcMT2p8efGoAy3MduqTzl4J4++npGeAgBT09eteXrWjlzgJwlwA/nvIpwhvfVriwOAPw59FBTiC97DO+la17DgCwnazQwYGWXL7xTWvpsqzxe+3nve9GBwCbEol8FZqcAQB+GY0UQghl7F7r85Y6hytXYs1p7XFWggmfEGr6KN06qxI04I5KtrbLdhRd51GlaRTXLwY733/JNyV9eXA/X3g/2fk6X+frfJ2v83W+ztf5Ol/n63ydr/N1vs7X+Tpf5+t8na/zdb7Ox5fvyjvChO/SO8KE79I7woPv+gt0FnyBD+Q58IW+32fAF7QXtOcLux+a80XMGa35Yt6RxnxR70hbvrh3pCkfwTvSko/iHWnIR/KOtOOjeUea8RHdD634qOaMRnxk70gjPrJ3pBEf2TvSiI/sHWkaPwjmjJZ8FO9IQz6Sd6QdH81e0IyP6H5oxUc1Z7TSF6o5oxEf2TvSLr4NgjEf2TuSxjemXdT2fVNpfObu60hTLzy6+7LKNfHCo/neyyoNEi8hN6B47YuFQJfcHfONt2nKLf1+Zelu60GVdaGR9gDW+pceK+vzrkXRuyN3sTXbtPujsi4rO0x09ZvLHSU1+/p02xC9Eesf4iWDmcytQyMAAAAASUVORK5CYII=)
}

.tax-content .item-holder.item-smell-remover-cleaners {
    background-image: url("/uploads/LP-Geruchsvernichter.jpg")
}

.custom-taxonomy-tax_products-338 a:before {
    background-image: url(/uploads/Icon_Geruchsvernichter-1.png)
}

.tax-content .item-holder.item-surface-cleaners {
    background-image: url("/uploads/LP-Oberflaechen.jpg")
}

.custom-taxonomy-tax_products-337 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAABGhJREFUeNrtXNuyhCgMBERF5NL//7X7gKMIqOyVbFX6baomx5ZDOgGaEYLBYDAYDAaDwWCMwkqbnoYhzc8jSsL0FgCWLj0ZAUCT5WcAAI4qPQVgB7AQ5bcDQVgg0EwRDWAWKoKoxvg09QwQFVFtUUIIGUhqjIzAJoQQYiapMRvO0uEAT1Fbfr3BRFBjHBDODxbUyrC+zTlJTmPCvayZI5fJdKUlnwDsFLXlB1oas9X5QEljWnpCSWOaY7WR0Zj2XKvn5EBt2XtyemBTrzo0caC2mI6aMgovtfZWkwlpS6unIaUtdDTmvY4N15ivtcYyWGM+12p+qMZ8r3XTmnjkhoH821/5V5Pjq0dRGJYisquAGQATzeQYnCKdizQ9SGOW3uLgxuzH7L0TfwbigOzon/dxhAbO/c2THSExpv+hy4gMdv3rRwXgP+fne5p3kzJ3BD8AsudL3e/yz/Pr/pJjfn+JnxzIL3Q8Ux8aOaICu46icAifHJG/tqN7OQqHHrEXuHYUhZDG2IxoYNS3AM5HB+aHbFWGz6f6NG5qTINqvmbVb+PNjmnw1cf22YqUQTIO2om2bx2gcjjG147aZVN4lBhtAcDLY3k0aCN/e2jxpwAA2OWxSB51ECJDe/PCAECYf2Vm0PJcpM1TL1u6t8/nHB25hbq0CeYpNNaLsAGITyqj/Hg3kQEA0xzCJf6SZCQWAAi1gmgHGma2yQNA2PIsVasHgDgLCjARABCs0VprvW4eAABLxSOhbGJ4g6Xk0ZHLfiPnV3oWLG0255xz1syUPagMBoPBYDAYDAaD8bTySosaotjECtJI+yeE+QlNGpyADAaDQbU/sJT7A3vcGadbf2fq/cFEuT2YOAEZjG9o/Xxgpt7a7L8aKLV+PgWb7ombzpJD8xhcbhEA9uaTZv8ceBxqtgOX70B7UrQ/MYy13MznyWl9FC7PM8tQBy5nYG3jlu4853wLNBm94JoEdfrFlNAk6F8CZwCI7UDpAcCnI/ZydiwpMJ4EVwBOCSHWWDmlZATiIoSYXG1TMgB2JYQ0qDxCZ6D2tY1sywMLf4eqAq/rsfVdxfUamb0kL+M5MrXHypyB0pfk5TWkS0X+us4pPbALobNrJqZ8HX85wFRpVJozc5MtrwBn5sXKnrhkb7qX//3MjKcByJs5dCpvkuR/ei/GKL/AUDlgc/Nn6W7fMtvbXIzI7SqBB7QwuUmuNALnn03hpusOLN3Z+c0HXfC7fXYHP9tkXw7DXji9vsbvkd/H+MX7+PXOPxmL+ZdPoz81/9Z7YDX/5mu2QQpxpeEUSzOc6cvfOvHffg0mu7Y8t/I3XPnrMhkTS6zshqeMqf1Z/1rCqeLha1OuviG6AdjkT3pFRT7om3A6APCu+dtfRxnwz/XDudiqH8k21g6UHYHhqoxXGW34uZa3+uteCve1L9sI9G+FG1XhTt1EtOq5m/BNK9oSACBu7TYk1W79EtjsX6Y0XrfGR74tlfRLq6b+80AGg8FgMP7/+APtD40v+/C/DAAAAABJRU5ErkJggg==)
}

.tax-content .item-holder.item-bathroom-cleaners {
    background-image: url("/uploads/LP-Sanitaerreinigung.jpg")
}

.custom-taxonomy-tax_products-336 a:before {
    background-image: url(/uploads/Icon_Sanitaer-1.png)
}

.custom-taxonomy-tax_products-335 a:before {
    background-image: url(/uploads/Icon_FGH.svg)
}

.custom-taxonomy-tax_products-307 a:before {
    background-image: url(/uploads/2018/10/Regale.svg)
}

.tax-content .item-holder.item-floor-cleaning {
    background-image: url("/uploads/LP-Bodenreinigung.jpg")
}

.custom-taxonomy-tax_products-306 a:before {
    background-image: url(/uploads/Icon_Boden-1.svg)
}

.tax-content .item-holder.item-cleaning-trolleys {
    background-image: url("/uploads/LP-Reinigungswagen.jpg")
}

.custom-taxonomy-tax_products-305 a:before {
    background-image: url(/uploads/Icon_Wagen-2.svg)
}

.tax-content .item-holder.item-tools {
    background-image: url("/uploads/2018/09/vidar-nordli-mathisen-596835-unsplash-min-640x406.jpg")
}

.custom-post_type-page-24008 a:before {
    background-image: url(/uploads/Icon_Wagen-2.svg)
}

.custom-post_type-page-24009 a:before {
    background-image: url(/uploads/Icon_Boden-1.svg)
}

.custom-post_type-cpt_product-22711 a:before {
    background-image: url(/uploads/Icon_oberflaeche-2.svg)
}

.custom-post_type-cpt_product-23359 a:before {
    background-image: url(/uploads/Icon_Glas-1.svg)
}

.custom-post_type-page-23992 a:before {
    background-image: url(/uploads/Icon_Sanitaer-1.png)
}

.custom-post_type-page-23993 a:before {
    background-image: url(/uploads/Icon_BodenL-1.png)
}

.custom-post_type-page-23994 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAABGhJREFUeNrtXNuyhCgMBERF5NL//7X7gKMIqOyVbFX6baomx5ZDOgGaEYLBYDAYDAaDwWCMwkqbnoYhzc8jSsL0FgCWLj0ZAUCT5WcAAI4qPQVgB7AQ5bcDQVgg0EwRDWAWKoKoxvg09QwQFVFtUUIIGUhqjIzAJoQQYiapMRvO0uEAT1Fbfr3BRFBjHBDODxbUyrC+zTlJTmPCvayZI5fJdKUlnwDsFLXlB1oas9X5QEljWnpCSWOaY7WR0Zj2XKvn5EBt2XtyemBTrzo0caC2mI6aMgovtfZWkwlpS6unIaUtdDTmvY4N15ivtcYyWGM+12p+qMZ8r3XTmnjkhoH821/5V5Pjq0dRGJYisquAGQATzeQYnCKdizQ9SGOW3uLgxuzH7L0TfwbigOzon/dxhAbO/c2THSExpv+hy4gMdv3rRwXgP+fne5p3kzJ3BD8AsudL3e/yz/Pr/pJjfn+JnxzIL3Q8Ux8aOaICu46icAifHJG/tqN7OQqHHrEXuHYUhZDG2IxoYNS3AM5HB+aHbFWGz6f6NG5qTINqvmbVb+PNjmnw1cf22YqUQTIO2om2bx2gcjjG147aZVN4lBhtAcDLY3k0aCN/e2jxpwAA2OWxSB51ECJDe/PCAECYf2Vm0PJcpM1TL1u6t8/nHB25hbq0CeYpNNaLsAGITyqj/Hg3kQEA0xzCJf6SZCQWAAi1gmgHGma2yQNA2PIsVasHgDgLCjARABCs0VprvW4eAABLxSOhbGJ4g6Xk0ZHLfiPnV3oWLG0255xz1syUPagMBoPBYDAYDAaD8bTySosaotjECtJI+yeE+QlNGpyADAaDQbU/sJT7A3vcGadbf2fq/cFEuT2YOAEZjG9o/Xxgpt7a7L8aKLV+PgWb7ombzpJD8xhcbhEA9uaTZv8ceBxqtgOX70B7UrQ/MYy13MznyWl9FC7PM8tQBy5nYG3jlu4853wLNBm94JoEdfrFlNAk6F8CZwCI7UDpAcCnI/ZydiwpMJ4EVwBOCSHWWDmlZATiIoSYXG1TMgB2JYQ0qDxCZ6D2tY1sywMLf4eqAq/rsfVdxfUamb0kL+M5MrXHypyB0pfk5TWkS0X+us4pPbALobNrJqZ8HX85wFRpVJozc5MtrwBn5sXKnrhkb7qX//3MjKcByJs5dCpvkuR/ei/GKL/AUDlgc/Nn6W7fMtvbXIzI7SqBB7QwuUmuNALnn03hpusOLN3Z+c0HXfC7fXYHP9tkXw7DXji9vsbvkd/H+MX7+PXOPxmL+ZdPoz81/9Z7YDX/5mu2QQpxpeEUSzOc6cvfOvHffg0mu7Y8t/I3XPnrMhkTS6zshqeMqf1Z/1rCqeLha1OuviG6AdjkT3pFRT7om3A6APCu+dtfRxnwz/XDudiqH8k21g6UHYHhqoxXGW34uZa3+uteCve1L9sI9G+FG1XhTt1EtOq5m/BNK9oSACBu7TYk1W79EtjsX6Y0XrfGR74tlfRLq6b+80AGg8FgMP7/+APtD40v+/C/DAAAAABJRU5ErkJggg==)
}

.custom-post_type-page-23995 a:before {
    background-image: url(/uploads/Icon_Geruchsvernichter-1.png)
}

.custom-post_type-page-23996 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAABEtJREFUeNrtnMmSrCAQRZlacYL7/1/7FlpdQyskFEi+CFjVwihPMNxMSC9C9HbdtOTNt02s8QZAMcaTHlgZ81kA+GGLpwAAji3fAjgAlimeAWAs4JlqzAasQnpgZok3AlBCDAA0U22ZfruRX5seE8+w1BgFYNx/zhw1Zn1CKc9PYwwA8xJGPLMw7F4XhXTcNObQlpc05tmbTLTFfsxGThozfwY1A2Dgk9T/pZkBJxlpy/Yph4w05udsNaRrjLKrR+E2HtqynCrOkkK3okJbj6ReEXs1KFAV2nCiLYFZGRIAYB30HdoSWNWB3AfO3KUtUfKzqbDJatqyUqPK1XOuHl4w0l6snJO1USvdiWQqNI1x9aQ8osIkjVEAKo1uNIpRNGaol+tEs4CXXUloDCodyhGyqCmuMbbW9JMuPjLSR5dImE/Oq85fHPGTgjG6RIJ8Mn+3T5Tf6BIJ8m3552GWliKr2HFCiG9G9k5QemL4nyMjFOD7Ak8MgCeffKgsvm/wxEKWrS2sgZd8X+EJ+jHfGB7gK77v8Ax1ePcBTuf7Dk+MCdsfH+zqc74v8WhRSS/2kECT+E9PPKlzl8dIecjsL7NpfE887fP0eaXsHo+HbCrfG15efKvJ947nNTO++Xc7l49Hm3/4nX8jne8dL/eck7J+5SF8Sev3Ay/3FJGya/g5zvRT9K8QntCE+DHt01wnxI9SeLFOeWxsh8T4WwyPkL8Mx94oJX/xpfDi+d8j/9cp+Z80ogyeEJH8WW5H92XkzyXwRLhSbvyx79AxDfvLVwTvWfA9o1vxeEW0VPOHT/oy1RN71TPWAYAfgg9d8smtVHFnOx9hsx+dq8fvKSkSlcMT2p8efGoAy3MduqTzl4J4++npGeAgBT09eteXrWjlzgJwlwA/nvIpwhvfVriwOAPw59FBTiC97DO+la17DgCwnazQwYGWXL7xTWvpsqzxe+3nve9GBwCbEol8FZqcAQB+GY0UQghl7F7r85Y6hytXYs1p7XFWggmfEGr6KN06qxI04I5KtrbLdhRd51GlaRTXLwY733/JNyV9eXA/X3g/2fk6X+frfJ2v83W+ztf5Ol/n63ydr/N1vs7X+Tpf5+t8na/zdb7Ox5fvyjvChO/SO8KE79I7woPv+gt0FnyBD+Q58IW+32fAF7QXtOcLux+a80XMGa35Yt6RxnxR70hbvrh3pCkfwTvSko/iHWnIR/KOtOOjeUea8RHdD634qOaMRnxk70gjPrJ3pBEf2TvSiI/sHWkaPwjmjJZ8FO9IQz6Sd6QdH81e0IyP6H5oxUc1Z7TSF6o5oxEf2TvSLr4NgjEf2TuSxjemXdT2fVNpfObu60hTLzy6+7LKNfHCo/neyyoNEi8hN6B47YuFQJfcHfONt2nKLf1+Zelu60GVdaGR9gDW+pceK+vzrkXRuyN3sTXbtPujsi4rO0x09ZvLHSU1+/p02xC9Eesf4iWDmcytQyMAAAAASUVORK5CYII=)
}

.custom-post_type-page-23997 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAABOdJREFUeNrtnMmWwygMRZmCMWB4//+1vQDPA7ja2HQftEqlnOQapIckSAhpdmVKVo3HvKc182lAVYwnAIDVy2cBwFSLJwEAEJXiUQdoCwy1agvgGQdQp8YwDyhCeqBOjdGAI4RQX6fGCAA/Qgjp6tSYAbDhkZseVaYtfB7J2jSGekAvZNpVqC1T1DIAXV3aglXQVqcxZj2j1AN92idEaWNbbRktR2N6lDe21Za92nyJF/kORms3ojvzL+Cpc28zCY0RANQ77ncYrZuIPuQTr2lLl1DEL/lOVovVivIh3+kHLVbkL/nOs5VLjXmL70KJLzXmJb7LlexKY9Z8Uls9Vy2sM1ZNriF6a7op0riyVuWnv5eZALtI9Zd83AEAHJ+nBIChhBBCLQDAB3qql8KbtkS1pgDPknx8XErCtd2o/jY6cTAZZ+QWYKLape5UYxZ8FoC3IxEDADdEJAUAg0OYJjn9lVfh/FJOLk8vmPkYgIESOgCgYfhU+L8lxAGeE6IDrZmhVaa2mOQA2wSfiDoZb3YMKg2AEMTwC548Sn5mBabS4yzOHHTNx+ZnRpfpRz4VidRMa7P4sipxDTia5NPR93m4aRHefCDEh5fLsMbb4IYcOek50TlVxpnGLOLDAbDKIkysAADd+zByGoBTOkZEB8D3vc/S9sxO0InGLPh+Uz4pVhriaLi9YH3Ug4X25DYM/rJAL/VZLiVuVOQo16M46qWSY6BZwcFzRUher29Ce3g9jbK0wKAiAu0dYMY3oGoArHwoOOZlmL6dH6iTuDy5le5lPupvtEnVQR5TmE/eaQFRv08EC/MNt5qkep8mlKkvxxCj93qkAvDb58pU5HrSjFu7CH4/mYX6G9Ob93f4zEEEFwEcprTpd1ON9nkqK9DSoNOaxfM8T4nogK+2zKeJTjuej7mEq5JvvDD7BRXx0c7eM5U0eZOPXvDxEh3K7h7fKMzs4AUWRflyC1B7Er8MgLMPm6bTvYtM3TMxnbBvJggmc4NovK7fpxNF+brMYxBjDTC8nGDxg4TkIks8SnfKJoA+awF2MY3oDtKdsnw6Z4Kn3urwegHCMxRmakOIo4sLJ/j2cveAEEKkH+toezTYOz6p/73+GfVLdvai/BqE1t1Zl3DDR4dntyyvW6dCY8Kj/tBXN3z6qRVObL3r4KNDl8TSUaMTDaIoCP6RFW5VP8gz3wScnIO4S2+A4PlTPcOZCyrALP3UkE/4mAf8oUqzVYP8uBlWaH6ttZovM0yZasJ5nrGB9Fx8YFHqcA9An7axqD3HK6YvWKbC3C8iYbe8eQADI1l896uRc/tthgj2wAulmzfRcviKpYIeAFy/mkbeu8Wu3qd8hEXX9kZJIYSQyo49bUoq4JsJV7bod3/NRwiVZg1nZKo5/fopQdGpmOPInN5RjacYL/l+qoRJ+gwftWX6qafrw00+VeyQmHuEr+BxNvEEH252tHOl70G+IqfO/2t83BhaM5/O9aOP+GzuTkLja3yNr/E1vsbX+Bpf42t8ja/xNb7G1/gaX+NrfI2v8TW+xtf4Gl/ja3yNr/E1vv8rnynwfTj5FJ8rd76EP8Eni+Gtcf7KV+wAkaXP8BX6ubPtIcS/871jja/xNb7G1/gaX+OrmI8D0OJt+/nsX4p44wdGr75Dn7LuI7zsXwbuPhlBe/m1mX8A27obJMHuiOoAAAAASUVORK5CYII=)
}

.custom-post_type-page-23998 a:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACfCAMAAADQxfvSAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAACUtJREFUeNrtXNvSrKwOFOQkIvT7P+2+QB3Ownyu0dr1e7Vq1ecYIOl0OtFp+u9qX2x5t30W85vNk4B5sXnEAeDvtW8BAPta8ygAAOqt9hnAKsCRl2ILAEYcoN+KLVinSQDvxBgJgPpTfiPGELdHBnsnxugzMDRgXxciMwCxw4x7IcYYYDv+rQBH32UeB8BOV7SvwxiPLcclQmvfcKkdW4LTNm/EljCViFdhS4Ior8KYwm6RN2FMydtSj3zwKkdrHNFPBkcZ7fhbMKaWLcKM8iSpr0XC/A6MqSOJfgPVbyDxKzCmlclegDHtauNxjLmo1tjTGHNV7Zpn5QR6pRZQAPI5+9bL7VmexJiOSpI44DHJcutgyfI5jOlTMuxTVL/z6B6TE9ZO11+fCRHWCx30qxAhQp2X/MaB+/3qmxARDuElvgoO2h/nevxwomvYg83AMzkAMurbdjnP144zcTp0ZnY0y7kIuSiAQfvGGjFycANIYpAdpkHbkM/SwQhhyXrMsAMOPnBsOZNMeK0aLRTYIK9bxiBwSeyRozx89AbecldhN5aBA2+d9zTNSgnS5M19Gy7McrHf8wYAhibhy1rxQlYAsHMLn2QvspDdXyvm7YnC8bhqyPAm8A9+3DM30Jn1xtHcsm92ALQBAO3Piy4WGfYrAHbxe0wWADBLy8AR+6aGfbPzyZU7ANs8TdwAALbEt8gGADB89wcn/b01A2+y7zBvmqjfQusPTmeuTxZ/pnb9eGvDQN3LrZr2fczbj9BvUjkwiTDHX6jg/rKBvfF7xC0rJbjIvGmaLQDoBuzPGgAsi36haGAv/h1pWhTwj7qU2HElLpIS4YqlSyyJj735Y933eSnst75DH5xdeac68+/Bk7ZCgne3SAu8HHmm68fFvs20RFCHSWsXFRthdMTux6pKf73dIr4tWa45gYP13Euq/Fnc4X+splCt1/WHPCpQUT5K8/c2MamWJpfSI1lxgEqlHUzcn6WPtZniGh5IlDvTaFWG5n8dNhINjaClH8zaAYAh0+T7IKrqoH+ZlaHNA6j/OPfsTJ7Uo9ZqJQ0BfZarcQDMqmpLaDdYiK35twLgFDldpO6orMK7iLKhenBQv5z8tsq6uUDU9tBYTw6imz5Wrry988aXJldVfNk9bfMviEYTh4rAzfzerZLRaaJMri4tAHoxTpTv+2zPhjaEuAJESwCwEQkUFihUqOIyRQoAWEhLJNPt2zMH1wBc5hGy+FPXug53AGwxTTFTXHRyQEshtra5chQ63+ormufLVyvTbfCFjuNX7H/OoWkjVVeWOXm5ZAF7sK3yfBQVev+/tnfk0UFdzTxPeNLl6B4VkuoDBDZjjDnLGNNaGuVqzQnM2qIMJJeUGYBV8SuWkcApADhdBR4i9LEGmz+Ot8kUz1iA34vlQkSfpfmAqlkaTwmk7zQQ1gtCozOH2At3XIaiXyBjjDF6ySj3FbNR0lsIqGmWi/la5S9jil3Ka7guGtbKLlGu7uqjNaSR66JL1FfwhYg+ap+7ZIOkkdH+uX09O7DVV/fP7WMdHrTWo+AV9jWEqf/s+z+wzzzof6TjCfbB+H0N/vE6eDyfP1bAaVVMwOKSrptK/mVisTeNk84fEpYK9aSHv6QL42q13w4B1EuqnZ7mdN1c7L0plT+eEWeBzZTxlx7rbjN1EOhEmLkYdyuMLO/mWVNoZ4qAzo/LZJQtOaXUraZfQS/kALRk1T//XN9I3UumXpFG/Ua2vHhqKRwMcJwxxhi3341xzrm7s3r9u+XbTVv6YdBD0l/qoFt+nwDgWEUHWHrkpUKqVl++b1TSX8qSjkJJf8nkJRlUtQHaR+0/KkW3Km8LGy8cAKdoVl7Lq+XNNtQsAqcLMjtZilA0ov/tmLYtnDHGuPJYZNlVNtlHBbzmw9YwaB2wsnMJ/aVorTuV6aenXJwwAhqb5zYAWKjXhJYQKQArqAIA47oNZOXu1DSJLbRuk6TCd2Rs3hyqE+ZzEzEhVNOt08DW+DkVe3Zaqu6sA0A8W9V+UgBujQ1gOkippNPA9W/9D+JO96VBJ125ojtQtcHu/0+2HuVQ/lUz+XQHm4mxlBrcNR2r9b7HMqQ/gOEJN3ZNZ7e/v8N3NqfM6FKXSy6s7nj54mjujTaT2TXn2m6ZzD9mtcyQA5IO97tn/uAo23qeGBdBV6u5Z35DHH5eeFGLSmMBOKMKLO7y2bfMvwicgZHO2MxrkIHiXoLqiaYcxMXlJDuVcZ0h8EkhCQlVSQYPKZvq0oJJnKd927LVNGFpT0oEM4A0KjB9wt3kPE3T7CfLAlpO+6AjGhBbzqJTVubXbNoLDs2bVAhoZAMQTLUyExuo++DyY6CfOjw6BWt2zEQfRb076+bIvMmGZ5G3nVXU6WWd4HEYKB2AjZ40I63T9jaMng9+omLzmIzeMuGFYkBEiOyAVfQesQ47sURaZLuvANgDJZQfSTjMY4e+ocOywRTZGEmix+qrrE13IhrWbCLL3XGdcogabp6OYZHIvUSxy0iiH9G9yoI/urgTay/mn/3yt4O5ANaEc4uVLlMsj7HF2D5lgat0wiVVcfPxUCqVOPMbb9Yl0SrTRPKdspCq4KKBpzmPqw53Fkii+cq+kfcXcvuqw/6Fn/nOvlTJb6j2Bfuqq7nNvlRLbgnnT9iXOP3cqhUGzne5zb4VcOa8mq3nJ+LjI6Jfv/8GIJ3fqFTVOb4Q7r6sgXikwLT0pv3NBh3wwoqqGjGcSSiPz+7b2ju4WhBfyG+8uIEkLCg+cx///BMXbDUFfrAVfTrlB9v6m88L+GYACemdLpQ7MlxBF7+674pm7ZaMcuiItInfv5Mcz9rpOKrYFvP77fdv7SfNO/8qy8LoRJjakvpofuKl/aS+TDViNVr/3n2lrPQz9pe9NqQe+KYAL3zkyg/ymTVViOfff3aDDr1sMCq3/v0yQ4jR6kP+k0sMts/Zj7/TakY7gOq3X6Yxow7Pbxr36Hf4ISZyQ+9gOHwPAxcXtz+PP1HulL5m9+uvyJ5S2CF+JP0tvgb9rdn9/ttm+zODtBYASDiGrB4xbzfQ91f39ucas4VNEAkAm3vmy3B7f9o3smed9Kd953+wP32zgbX+Pk37+099H5gFTCAQRaKKnbbrrZ9d8XzJ+77LH4hy66NfMatTAPf5wA17nX3Tn+fDfsC5xlSC/wHaOLzgg6BXcgAAAABJRU5ErkJggg==)
}

.custom-post_type-cpt_product-23534 a:before {
    background-image: url(/uploads/Icon_L_Individual-2.svg)
}

.custom-post_type-page-35980 a:before {
    background-image: url(/uploads/Icon_Downloads.svg)
}

