﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600,700');

::-webkit-input-placeholder {
    font-style: italic
}

::-moz-placeholder {
    font-style: italic
}

:-ms-input-placeholder {
    font-style: italic
}

* > *:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

    a:hover {
        color: inherit;
        text-decoration: none
    }

html {
    font-size: 62.5%
}

body {
    font-family: 'Montserrat','sans-serif';
    color: #4b4b4b;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
}

.full-width > .container {
    max-width: none;
    width: auto;
    padding: 0
}

    .full-width > .container > .row {
        margin: 0
    }

        .full-width > .container > .row > [class^='col-'] {
            padding: 0
        }

.container {
    width: px;
    margin: 0 auto
}

@media (min-width:768px) {
    .container {
        padding: 0 30px
    }
}

.container .container {
    width: auto;
    padding: 0
}

.layout {
    margin: 0 0 0px 0
}

@media (max-width:767px) {
    .layout {
        margin-bottom: 0px
    }
}

::-webkit-input-placeholder {
    font-style: italic
}

::-moz-placeholder {
    font-style: italic
}

:-ms-input-placeholder {
    font-style: italic
}

[data-tooltip] {
    position: relative;
    color: transparent
}

    [data-tooltip]:after {
        display: none;
        color: #fff;
        background: transparent;
        content: attr(data-tooltip);
        position: absolute;
        line-height: 1.5;
        bottom: 1.3em;
        padding: 15px;
        right: -2em;
        width: 240px;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left;
        font-family: 'Montserrat','sans-serif';
        cursor: pointer
    }

    [data-tooltip]:hover:after, [data-tooltip].pressed:after {
        display: inline-block
    }

.modal {
    z-index: 100005
}

.field-wrap {
    position: relative
}

    .field-wrap:before, .field-wrap:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        color: #4b4b4b;
        margin: auto;
        height: 14px;
        line-height: 1
    }

    .field-wrap.field-currency:before {
        content: '�';
        right: auto;
        margin-left: 12px
    }

    .field-wrap.field-currency input, .field-wrap.field-currency select {
        padding-left: 24px
    }

h1, h2, h3, h4, h5, h6, .h-other, .h-alt {
    color: #000;
    font-family: 'Montserrat','sans-serif';
    margin: 0 0 15px 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
}

    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h-other strong, .h-alt strong {
        font-weight: 200
    }

h1 {
    font-size: 28px;
    font-size: 2.8rem
}

h2 {
    font-size: 24px;
    font-size: 2.4rem
}

h3 {
    font-size: 18px;
    font-size: 1.8rem
}

h4 {
    font-size: 18px;
    font-size: 1.8rem
}

h5 {
    font-size: 16px;
    font-size: 1.6rem
}

h6 {
    font-size: 16px;
    font-size: 1.6rem
}

.h-other {
    font-size: 24px;
    font-size: 2.4rem
}

.h-alt {
    font-size: 24px;
    font-size: 2.4rem
}

p {
    margin-bottom: 0
}

strong {
    font-weight: 700
}

.required label:after {
    content: '*';
    color: red;
    padding-left: 5px
}

blockquote {
    padding-left: 30px;
    border-left: 10px solid transparent
}

    blockquote:before {
        content: open-quote
    }

    blockquote:after {
        content: close-quote
    }

.module {
    background: #fff;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .module {
        margin-bottom: 15px
    }
}

.module .module {
    border: none;
    padding: 0
}

.module .module-title {
    font-family: 'Montserrat','sans-serif';
    background: transparent;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 200;
    color: #000;
    line-height: 1
}

.module.alt {
    background: #c7a95c
}

.module .fa-chevron-circle-down, .module .fa-chevron-circle-left {
    position: absolute;
    top: 22.5px;
    right: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer
}

@media (max-width:768px) {
    .module .fa-chevron-circle-down, .module .fa-chevron-circle-left {
        top: 15px;
        right: 15px
    }
}

.module.collapsed .module-title {
    margin-bottom: 0
}

.module.collapsed .module-content {
    display: none
}

.module.collapsible {
    position: relative
}

section.no-padding-width > .module {
    padding-left: 0;
    padding-right: 0
}

.color-bg-neutral {
    background: #fff
}

.color-bg-transparent {
    background: transparent
}

.color-bg-primary {
    background: #1f2532
}

.color-bg-primary-10 {
    background: #e9e9eb
}

.color-bg-primary-20 {
    background: #d2d3d6
}

.color-bg-primary-50 {
    background: #8f9299
}

.color-bg-primary-75 {
    background: #575c65
}

.color-bg-secondary {
    background: #c7a95c
}

.color-bg-secondary-10 {
    background: #f9f6ef
}

.color-bg-secondary-20 {
    background: #f4eede
}

.color-bg-secondary-50 {
    background: #e3d4ae
}

.color-bg-secondary-75 {
    background: #d5bf85
}

.color-bg-tertiary {
    background: transparent
}

.color-bg-tertiary-10 {
    background: rgba(255,255,255,0.9)
}

.color-bg-tertiary-20 {
    background: rgba(255,255,255,0.8)
}

.color-bg-tertiary-50 {
    background: rgba(255,255,255,0.5)
}

.color-bg-tertiary-75 {
    background: rgba(255,255,255,0.25)
}

.color-bg-quaternary {
    background: transparent
}

.color-bg-quaternary-10 {
    background: rgba(255,255,255,0.9)
}

.color-bg-quaternary-20 {
    background: rgba(255,255,255,0.8)
}

.color-bg-quaternary-50 {
    background: rgba(255,255,255,0.5)
}

.color-bg-quaternary-75 {
    background: rgba(255,255,255,0.25)
}

.color-bg-quinary {
    background: transparent
}

.color-bg-quinary-10 {
    background: rgba(255,255,255,0.9)
}

.color-bg-quinary-20 {
    background: rgba(255,255,255,0.8)
}

.color-bg-quinary-50 {
    background: rgba(255,255,255,0.5)
}

.color-bg-quinary-75 {
    background: rgba(255,255,255,0.25)
}

.color-text-neutral, .color-text-neautral {
    color: #fff
}

    .color-text-neutral .module-title, .color-text-neautral .module-title {
        color: #fff
    }

        .color-text-neutral .module-title > *, .color-text-neautral .module-title > * {
            color: inherit
        }

main .layout:last-child {
    margin-bottom: 0
}

p + p {
    margin-top: 15px
}

p + .form-wrap {
    margin-top: 15px
}

.button {
    color: #fff;
    background-color: #1f2532;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    border: 0
}

    .button:hover {
        color: #fff;
        background-color: #c7a95c
    }

a:hover .button {
    color: #fff;
    background-color: #c7a95c
}

.button-wrap .button {
    margin-bottom: 30px
}

@media (max-width:768px) {
    .button-wrap .button {
        margin-bottom: 15px
    }
}

.button-wrap .button.discard {
    background: #c7a95c
}

    .button-wrap .button.discard:hover {
        background: #1f2532
    }

.form-control:focus {
    border-color: #1f2532;
    -webkit-box-shadow: 0 0 5px 0 #1f2532;
    box-shadow: 0 0 5px 0 #1f2532
}

@media (max-width:768px) {
    .form-control {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.form-wrap label {
    margin: 10px 0 5px
}

@media (min-width:768px) {
    .form-group {
        border: none;
        margin-bottom: 15px
    }
}

.form-group label {
    font-family: 'Montserrat','sans-serif';
    font-weight: 200;
    display: inline-block
}

@media (min-width:768px) {
    .form-group label {
        display: block;
        padding: 0
    }
}

.form-group select, .form-group input, .form-group textarea {
    color: #4b4b4b;
    border-radius: 0;
    border: none;
    display: inline-block;
    border: 1px solid #ebebeb
}

@media (min-width:768px) {
    .form-group select, .form-group input, .form-group textarea {
        width: 100%
    }
}

@media (min-width:768px) {
    .form-group .has-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

        .form-group .has-button > *:first-child {
            -webkit-box-flex: 2;
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2
        }
}

.form-group .has-button .button-area {
    margin-top: 15px
}

@media (min-width:768px) {
    .form-group .has-button .button-area {
        margin-top: 0
    }
}

.form-group .has-button .button-area .button.icon {
    padding-left: 10px;
    padding-right: 10px
}

.form-group .has-button .button-area .button {
    width: 100%;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:768px) {
    .form-group .has-button .button-area .button {
        width: auto
    }
}

.form-group .has-button.mob-inline-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .form-group .has-button.mob-inline-button > *:first-child {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .form-group .has-button.mob-inline-button .button-area {
        margin-top: 0
    }

        .form-group .has-button.mob-inline-button .button-area .button {
            width: 100%;
            height: 34px;
            padding-top: 0;
            padding-bottom: 0
        }

.cc-cookies {
    width: 100%;
    text-align: center;
    background-color: #1f2532;
    color: #000;
    position: fixed
}

    .cc-cookies .cc-cookie-decline {
        display: none
    }

    .cc-cookies .cc-cookie-accept {
        color: #fff;
        background-color: #1f2532;
        display: inline-block;
        padding-left: 30px;
        padding-right: 30px
    }

@media (min-width:768px) {
    .rte-profile {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .rte-profile {
        width: 25%
    }
}

.rte-profile .rte-profile-image {
    vertical-align: top;
    text-align: center
}

    .rte-profile .rte-profile-image .image {
        display: inline-block
    }

.rte-profile .rte-profile-text {
    text-align: center
}

.rte-profile + *:not(.rte-profile) {
    clear: both
}

.rte-image-grid {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    margin: 0 -10px -20px
}

    .rte-image-grid .rte-image-item {
        font-weight: bold;
        text-align: center;
        padding: 0 10px 20px
    }

.availability, .trip-type {
    border-radius: 100px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 1;
    font-family: 'Montserrat','sans-serif'
}

    .availability.available, .trip-type.available {
        background: #1fbc77
    }

        .availability.available:after, .trip-type.available:after {
            content: 'Places available'
        }

    .availability.limited, .trip-type.limited {
        background: #f3bf13
    }

        .availability.limited:after, .trip-type.limited:after {
            content: 'Limited availability'
        }

    .availability.no-availability, .trip-type.no-availability {
        background: #de4a2e
    }

        .availability.no-availability:after, .trip-type.no-availability:after {
            content: 'No places left'
        }

    .availability.none, .trip-type.none {
        display: none
    }

@media (max-width:767px) {
    .start-closed-sm {
        height: 0;
        overflow: hidden
    }

        .start-closed-sm.collapse.in {
            height: auto
        }
}

@media (min-width:768px) and (max-width:991px) {
    .start-closed-md {
        height: 0;
        overflow: hidden
    }

        .start-closed-md.collapse.in {
            height: auto
        }
}

.____debug:after {
    content: 'debug : on';
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99999999999;
    padding: 20px;
    background: red;
    color: #fff
}

.____debug section {
    position: relative
}

    .____debug section:hover {
        color: #fff;
        border: 1px solid pink
    }

        .____debug section:hover:before {
            position: absolute;
            top: 0;
            left: 0;
            background: pink;
            border: 2px solid 87.647058824%;
            content: attr(class);
            padding: 5px;
            z-index: 4535354345
        }

.fa.icon-beach:before {
    content: url(../../css/less/assets/icons/beach_white.png)
}

.fa.icon-beachgreen:before {
    content: url(../../css/less/assets/icons/beach.png)
}

.fa.icon-bath:before {
    content: url(../../css/less/assets/icons/bath-svg.svg)
}

.fa.icon-bathgreen:before {
    content: url(../../css/less/assets/icons/bath-svg-green.svg)
}

.fa.icon-zzz:before {
    content: url(../../css/less/assets/icons/zzz_white.png)
}

.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.text-align-center {
    text-align: center
}

.padding-top {
    padding-top: 20px
}

@media (min-width:768px) {
    .padding-top {
        padding-top: 30px
    }
}

@media (min-width:992px) {
    .padding-top {
        padding-top: 30px
    }
}

@media (min-width:1200px) {
    .padding-top {
        padding-top: 30px
    }
}

.padding-bottom {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .padding-bottom {
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .padding-bottom {
        padding-bottom: 30px
    }
}

@media (min-width:1200px) {
    .padding-bottom {
        padding-bottom: 30px
    }
}

.bg-image-right {
    background-position: right !important
}

.bg-image-center {
    background-position: center !important
}

.bg-image-left {
    background-position: left !important
}

.color-text-secondary {
    color: #c7a95c
}

    .color-text-secondary .module-title {
        color: #c7a95c
    }

        .color-text-secondary .module-title > * {
            color: inherit
        }

.color-text-tertiary {
    color: transparent
}

    .color-text-tertiary .module-title {
        color: transparent
    }

        .color-text-tertiary .module-title > * {
            color: inherit
        }

.overlay-bg-25 {
    position: relative
}

    .overlay-bg-25:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.25)
    }

    .overlay-bg-25 > * {
        position: relative;
        z-index: 1
    }

.umbraco-form-section .umbraco-forms-field {
    padding-bottom: 20px
}

.umbraco-form-section .form-control {
    height: 50px;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #ebebeb !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: block;
    letter-spacing: 0.06em
}

.umbraco-form-section input.text.form-control, .umbraco-form-section textarea.form-control {
    max-width: none !important;
    width: 100%;
}

.umbraco-form-section label.umbraco-forms-label {
    color: #1f2532 !important;
    font-weight: normal;
    font-size: 14px
}

.umbraco-form-section .field-validation-error {
    background: red;
    color: #fff;
    line-height: 1;
    right: 25px;
    position: absolute;
    font-size: 12px;
    padding: 2px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.umbraco-form-section legend {
    padding: 15px;
    border-bottom: none;
    font-size: 24px
}

.umbraco-form-section .checkbox-section {
    padding: 10px
}

.umbraco-form-section .btn {
    color: #fff;
    background-color: #1f2532;
    border: 2px solid #1f2532;
    padding: 15px 60px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 20px
}

    .umbraco-form-section .btn:hover {
        background: #fff;
        color: #1f2532;
        border: 2px solid #d9d9d6
    }

.umbraco-form-section .span12, .umbraco-form-section .col-md-12 {
    padding-left: 0
}

.umbraco-forms-radio-label {
    font-weight: normal;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    .slider.slider-horizontal {
        width: 210px;
        height: 20px
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -5px
        }

            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            margin-left: -5px;
            left: 50%;
            top: 0
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0
        }

        .slider.slider-vertical .slider-handle {
            margin-left: -5px;
            margin-top: -10px
        }

            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #0480be;
                margin-left: 0
            }

    .slider input {
        display: none
    }

    .slider .tooltip-inner {
        white-space: nowrap
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.slider-selection {
    position: absolute;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#f9f9f9,#f5f5f5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#f9f9f9,#f5f5f5);
    background-image: -o-linear-gradient(top,#f9f9f9,#f5f5f5);
    background-image: linear-gradient(to bottom,#f9f9f9,#f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15)
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #0480be;
    background-image: -moz-linear-gradient(top,#149bdf,#0480be);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
    background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
    background-image: -o-linear-gradient(top,#149bdf,#0480be);
    background-image: linear-gradient(to bottom,#149bdf,#0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    opacity: 0.8;
    border: 0px solid transparent
}

    .slider-handle.triangle {
        background: transparent none
    }

.register-10 .content-block-37 > .section-inner > .module {
    padding-left: 0;
    padding-right: 0
}

.header-59 {
    z-index: 10;
    border-bottom: 1px solid #ebebeb;
    top: 140px;
    bottom: 0;
    width: 100%;
    -webkit-transition: left 0.6s;
    -moz-transition: left 0.6s;
    -o-transition: left 0.6s;
    transition: left 0.6s
}

    .header-59 .social-links-wrapper {
        -webkit-transition: left 0.6s;
        -moz-transition: left 0.6s;
        -o-transition: left 0.6s;
        transition: left 0.6s;
        right: -100%
    }

@media (max-width:767px) {
    .header-59 {
        border-bottom: 0;
        height: calc(100vh - 120px);
        left: -100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed
    }

        .header-59.show-mobile-menu {
            left: 0
        }

            .header-59.show-mobile-menu .social-links-wrapper {
                left: 0
            }
}

.header-59 .header-upper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical
}

@media (min-width:768px) {
    .header-59 .header-upper .container {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal
    }
}

.header-59 .header-upper .container > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-59 .header-upper .container > .icon.fa.fa-times {
    font-size: 30px;
    text-align: right;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .header-59 .header-upper .container > .icon.fa.fa-times {
        display: none
    }
}

@media (max-width:767px) {
    .header-59 .header-upper .social-links-wrapper {
        display: none
    }

    .header-59 .header-lower .social-links-wrapper .social-links {
        margin-bottom: 0
    }

    .header-59 .header-lower .social-links-wrapper .icon-wrap a {
        font-size: 28px
    }
}

@media (min-width:768px) {
    .header-59 .header-lower .social-links-wrapper {
        display: none
    }

    .header-59 .header-upper .social-links-wrapper .social-links {
        margin-bottom: 0
    }

    .header-59 .header-upper .social-links-wrapper .icon-wrap a {
        font-size: 28px
    }
}

.header-59 .header-upper .logo-wrapper {
    display: none
}

.header-59 .header-upper .search-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple
}

    .header-59 .header-upper .search-wrapper .btn-show-search {
        font-size: 28px;
        margin: 0 20px 0 0;
        cursor: pointer
    }

@media (min-width:1200px),(max-width:767px) {
    .header-59 .header-upper .search-wrapper .btn-show-search {
        display: none
    }
}

.header-59 .header-upper .search-wrapper .search-form .form-control {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: #1f2532
}

    .header-59 .header-upper .search-wrapper .search-form .form-control::-webkit-input-placeholder {
        color: #1f2532
    }

    .header-59 .header-upper .search-wrapper .search-form .form-control::-moz-placeholder {
        color: #1f2532
    }

    .header-59 .header-upper .search-wrapper .search-form .form-control:-ms-input-placeholder {
        color: #1f2532
    }

.header-59 .header-upper .search-wrapper .search-form .btn-do-search {
    border: none;
    background: none
}

@media (min-width:768px) and (max-width:1199px) {
    .header-59 .header-upper .search-wrapper .search-form .btn-do-search {
        display: none
    }
}

@media (max-width:767px) {
    .header-59 .header-upper .search-wrapper .search-form {
        margin: 0 0 0;
        overflow: hidden;
        width: 100%;
    }

        .header-59 .header-upper .search-wrapper .search-form .form-control {
            border-radius: 0;
            padding-left: 20px;
            padding-right: 20px
        }

            .header-59 .header-upper .search-wrapper .search-form .form-control:focus {
                border-color: inherit;
                box-shadow: none
            }

        .header-59 .header-upper .search-wrapper .search-form .icon {
            font-size: 28px
        }
}

.header-59 .header-upper .search-wrapper .search-form .btn-close-search {
    display: none
}

@media (min-width:768px) and (max-width:1199px) {
    .header-59 .header-upper .search-wrapper .search-form.expanded {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
        background: #fff;
        z-index: 12;
        height: 144px;
        padding: 50px;
        padding-right: 90px
    }

        .header-59 .header-upper .search-wrapper .search-form.expanded .form-control {
            border: none;
            width: 100%
        }

        .header-59 .header-upper .search-wrapper .search-form.expanded .input-group {
            position: relative;
            width: 100%;
            border: 1px solid #ebebeb
        }

            .header-59 .header-upper .search-wrapper .search-form.expanded .input-group input {
                display: block
            }

            .header-59 .header-upper .search-wrapper .search-form.expanded .input-group .icon {
                right: 10px;
                bottom: 0
            }

            .header-59 .header-upper .search-wrapper .search-form.expanded .input-group .btn-close-search {
                cursor: pointer;
                display: block;
                position: absolute;
                top: 0;
                right: -60px;
                height: 50px;
                bottom: 0;
                margin: auto;
                line-height: 50px;
                width: 50px;
                text-align: center;
                font-size: 28px
            }

                .header-59 .header-upper .search-wrapper .search-form.expanded .input-group .btn-close-search:hover {
                    opacity: 0.7
                }

            .header-59 .header-upper .search-wrapper .search-form.expanded .input-group .btn-do-search {
                display: block
            }
}

@media (min-width:768px) and (max-width:1199px) and (max-width:991px) {
    .header-59 .header-upper .search-wrapper .search-form.expanded {
        height: 135px;
        padding: 42px;
        padding-right: 82px
    }
}

.header-59 .header-upper .search-wrapper .basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center
}

    .header-59 .header-upper .search-wrapper .basket .icon {
        font-size: 28px
    }

@media (max-width:767px) {
    .header-59 .header-upper .search-wrapper .basket {
        line-height: 1;
        height: 63px
    }

        .header-59 .header-upper .search-wrapper .basket .icon {
            -webkit-box-flex: 0 0 25px;
            -webkit-flex: 0 0 25px;
            -ms-flex: 0 0 25px;
            flex: 0 0 25px;
            vertical-align: top
        }

        .header-59 .header-upper .search-wrapper .basket .sample-text {
            vertical-align: top;
            text-align: left;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-ordinal-group: -2;
            -ms-flex-order: -2;
            -webkit-order: -2;
            order: -2;
            font-weight: bold
        }

        .header-59 .header-upper .search-wrapper .basket .basket-count {
            vertical-align: top;
            -webkit-box-ordinal-group: -1;
            -ms-flex-order: -1;
            -webkit-order: -1;
            order: -1;
            margin-right: 4px;
            -webkit-box-flex: 0;
            -webkit-flex: 0;
            -ms-flex: 0;
            flex: 0;
            color: #000
        }
}

.header-59 .header-lower {
    backface-visibility: hidden
}

@media (max-width:767px) {
    .header-59 .header-lower {
        margin: 10px 0
    }

        .header-59 .header-lower .logo {
            display: none;
        }
}

@media (min-width:768px) {

    .header-59 .header-lower .logo {
        height: 0;
        text-align: center;
        transition: padding .4s ease, height .4s ease;
        position: relative;
    }

        .header-59 .header-lower .logo img {
            height: 100%;
        }

    .header-59 .header-lower .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical
    }

        .header-59 .header-lower .nav-list li {
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center
        }

            .header-59 .header-lower .nav-list li a {
                line-height: 1
            }

        .header-59 .header-lower .nav-list > li {
            text-align: center
        }

            .header-59 .header-lower .nav-list > li ul {
                display: block;
                overflow: hidden;
                height: auto;
                max-height: 0;
                transition: max-height 1.5s ease-out;
                padding: 0
            }

                .header-59 .header-lower .nav-list > li ul li a {
                    padding-bottom: 10px;
                    padding-top: 10px;
                    display: block
                }

            .header-59 .header-lower .nav-list > li:hover ul {
                max-height: 400px
            }

        .header-59 .header-lower .nav-list .more-link {
            cursor: pointer
        }

    .header-59 .header-lower.sticky .logo {
        padding-top: 20px;
        height: 70px;
    }
}

@media (min-width:768px) and (min-width:768px) {
    .header-59 .header-lower .nav-list > li ul li a {
        padding-bottom: 15px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-59 .header-lower .nav-list > li ul li a {
        padding-bottom: 15px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header-59 .header-lower .nav-list > li ul li a {
        padding-bottom: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .header-59 .header-lower .nav-list > li ul li a {
        padding-top: 15px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-59 .header-lower .nav-list > li ul li a {
        padding-top: 15px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header-59 .header-lower .nav-list > li ul li a {
        padding-top: 15px
    }
}

@media (min-width:768px) {
    .header-59 .header-upper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        height: 144px;
        transition: 0.5s;
    }

        .header-59 .header-upper .social-links-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            .header-59 .header-upper .social-links-wrapper .social-links {
                margin-left: -18px
            }

                .header-59 .header-upper .social-links-wrapper .social-links .icon-wrap a {
                    margin-left: 18px
                }

        .header-59 .header-upper .logo-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center
        }


            .header-59 .header-upper .logo-wrapper .logo .image-wrapper {
                transition: 0.5s;
            }

        .header-59 .header-upper .search-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: flex-end;
            -webkit-justify-content: flex-end;
            -ms-justify-content: flex-end;
            justify-content: flex-end;
            -ms-flex-pack: end;
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-box-orient: horizontal
        }

            .header-59 .header-upper .search-wrapper .search-form .input-group {
                border-radius: 4px;
                overflow: hidden
            }

                .header-59 .header-upper .search-wrapper .search-form .input-group .icon {
                    font-size: 28px
                }

            .header-59 .header-upper .search-wrapper .search-form .form-control {
                width: 240px;
                padding: 6px 17px
            }

            .header-59 .header-upper .search-wrapper .basket {
                -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-justify-content: center;
                justify-content: center;
                -ms-flex-pack: center;
                height: 58px;
                line-height: 1;
                position: relative
            }

                .header-59 .header-upper .search-wrapper .basket .icon {
                    vertical-align: top
                }

                    .header-59 .header-upper .search-wrapper .basket .icon img {
                        width: 40px;
                        height: 40px
                    }

                .header-59 .header-upper .search-wrapper .basket .basket-count {
                    -webkit-box-ordinal-group: -3;
                    -ms-flex-order: -3;
                    -webkit-order: -3;
                    order: -3;
                    font-size: 14px;
                    font-size: 1.4rem;
                    vertical-align: top;
                    position: absolute;
                    top: 12px;
                    left: 0;
                    right: 0
                }

                .header-59 .header-upper .search-wrapper .basket .sample-text {
                    font-weight: bold;
                    font-size: 14px;
                    font-size: 1.4rem;
                    vertical-align: top;
                    margin-top: 5px
                }

    .header-59 .header-lower .main-nav .nav-list {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: space-around;
        -webkit-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around
    }

    .header-59.header-sticky {
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        padding-top: 0;
    }

        .header-59.header-sticky .header-upper {
            height: 80px;
        }

            .header-59.header-sticky .header-upper .logo-wrapper .logo .image-wrapper {
                width: 115px;
            }

        .header-59.header-sticky ~ main {
            padding-top: 137px;
        }

    .notification-17 ~ .header-59.header-sticky {
        padding-top: 0;
    }
}

.header-59 ~ main {
    transition: padding-top 0.5s;
}



.header-59 .header-upper {
    padding-left: 0;
    padding-right: 0;
    height: 144px
}

    .header-59 .header-upper .container {
        padding-left: 15px;
        padding-right: 15px
    }

@media (min-width:1200px) {
    .header-59 .header-upper .container {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:767px) {
    .header-59 .header-lower .social-links-wrapper {
        background: #fff;
        width: 100%;
        padding: 0 0px 20px 0px;
        z-index: 12
    }

        .header-59 .header-lower .social-links-wrapper .social-links {
            padding-top: 20px;
            border-top: 1px solid #ebebeb
        }
}

@media (min-width:768px) {
    .header-59 .header-upper .social-links-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .header-59 .header-lower .social-links-wrapper .social-links .module {
        margin-bottom: 0;
        border: none
    }

        .header-59 .header-lower .social-links-wrapper .social-links .module .icon-wrap .icon {
            font-size: 30px;
            margin-right: 32px
        }
}

@media (min-width:768px) {
    .header-59 .header-upper .social-links-wrapper .social-links .module {
        margin-bottom: 0;
        border: none
    }

        .header-59 .header-upper .social-links-wrapper .social-links .module .icon-wrap .icon {
            font-size: 30px;
            margin-right: 32px
        }
}


.header-59 .header-upper .logo-wrapper .logo {
    margin: 0 auto
}

@media (min-width:768px) {
    .header-59 .header-upper .logo-wrapper .logo .image-wrapper {
        width: 195px
    }
}

@media (min-width:992px) {
    .header-59 .header-upper .logo-wrapper .logo .image-wrapper {
        width: 262px
    }
}

.header-59 .header-upper .logo-wrapper .logo .image-wrapper img {
    width: 100%
}

.header-59 .header-upper .search-wrapper .search-form {
    position: relative
}

.header-59 .header-upper .search-wrapper .search-form .input-group:has(:focus-visible) {
    outline-width: 2px;
    outline-style: solid;
}

@media (min-width:768px) {
    .header-59 .header-upper .search-wrapper .search-form {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .header-59 .header-upper .search-wrapper .search-form {
        position: relative
    }
}

.header-59 .header-upper .search-wrapper .search-form .input-group {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb
}

@media (min-width:768px) and (max-width:1199px) {
    .header-59 .header-upper .search-wrapper .search-form .input-group {
        width: auto;
        border: none
    }

        .header-59 .header-upper .search-wrapper .search-form .input-group input {
            display: none
        }
}

.header-59 .header-upper .search-wrapper .search-form .input-group input {
    height: 50px;
    border: none
}

.header-59 .header-upper .search-wrapper .search-form .input-group .icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    z-index: 2;
    padding: 0
}

@media (min-width:768px) and (max-width:1199px) {
    .header-59 .header-upper .search-wrapper .search-form .input-group .icon {
        right: 0;
        bottom: 25px
    }
}

.header-59 .header-upper .search-wrapper .basket {
    text-align: center
}

.header-59 .header-upper .search-wrapper .pop-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0 #999
}

    .header-59 .header-upper .search-wrapper .pop-menu.pop-search {
        display: none
    }

@media (min-width:768px) and (max-width:1199px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search.open {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:768px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search {
        position: fixed;
        top: 44px;
        max-width: none;
        z-index: 75;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }

        .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-title {
            display: none
        }

        .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content {
            position: relative;
            margin-top: 0;
            margin: auto
        }

            .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                padding-left: 20px;
                padding-right: 20px;
                margin: 0 auto;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                -ms-align-items: center;
                align-items: center
            }

                .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group label {
                    margin: 0;
                    -webkit-box-flex: 0 0 auto;
                    -webkit-flex: 0 0 auto;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto
                }

                .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group .button {
                    padding-left: 20px;
                    padding-right: 20px;
                    -webkit-box-flex: 0 0;
                    -webkit-flex: 0 0;
                    -ms-flex: 0 0;
                    flex: 0 0
                }

                .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group .has-button {
                    -webkit-box-flex: 1 1 auto;
                    -webkit-flex: 1 1 auto;
                    -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
                    padding-left: 40px;
                    padding-right: 40px
                }

                .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group > .icon {
                    cursor: pointer;
                    padding: 10px;
                    -webkit-transition: 0.25s;
                    -moz-transition: 0.25s;
                    -o-transition: 0.25s;
                    transition: 0.25s;
                    text-shadow: 0 0 transparent
                }

                    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group > .icon:hover {
                        text-shadow: 0 0 10px rgba(0,0,0,0.5)
                    }
}

@media (min-width:768px) and (min-width:992px) and (max-width:1399px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search {
        position: absolute
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search {
        top: 0;
        height: 120px !important;
        bottom: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) and (min-width:768px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        width: 750px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        width: 970px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        width: 1170px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        padding-left: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        padding-left: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        padding-left: 30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group {
        padding-right: 30px
    }
}

.header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group .has-button .button-area .button, .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group .has-button .form-control {
    height: 50px
}

.header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group .has-button .button {
    background: #eeeaea;
    color: #4b4b4b
}

    .header-59 .header-upper .search-wrapper .pop-menu.pop-search .pop-content .form-group .has-button .button:hover {
        background: #c0b2b2
    }

@media (min-width:768px) {
    .header-59 .header-upper .menu {
        display: none
    }
}

.header-59 .sub-heading {
    text-align: center;
    line-height: 28px;
    display: none
}

@media (min-width:768px) {
    .header-59 .sub-heading {
        font-size: 11px;
        font-size: 1.1rem;
        display: block;
        margin: 10px 0 26px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.05em
    }
}

@media (min-width:992px) {
    .header-59 .sub-heading {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .header-59 .sub-heading {
        margin-bottom: 32px
    }
}

@media (min-width:768px) {
    .header-59 .header-lower .nav-list > li {
        height: 50px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        -webkit-transition: border-bottom-color 0.15s;
        -moz-transition: border-bottom-color 0.15s;
        -o-transition: border-bottom-color 0.15s;
        transition: border-bottom-color 0.15s
    }

        .header-59 .header-lower .nav-list > li a {
            text-align: center
        }

        .header-59 .header-lower .nav-list > li > a {
            padding: 0 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            height: 50px;
            line-height: 1.2;
            text-wrap: none
        }

        .header-59 .header-lower .nav-list > li:hover {
            border-bottom-color: #1f2532
        }
}

@media (min-width:1200px) {
    .header-59 .header-lower .nav-list > li {
        height: 55px
    }

        .header-59 .header-lower .nav-list > li > a {
            height: 55px
        }
}

@media (min-width:768px) {
    .header-59 .header-lower {
        border-top: 1px solid #ebebeb
    }
}

.header-59 .header-lower .main-nav .nav-list {
    padding-left: 0;
    list-style-type: none
}

    .header-59 .header-lower .main-nav .nav-list > li {
        position: relative
    }

        .header-59 .header-lower .main-nav .nav-list > li:last-child {
            padding: 0px
        }

        .header-59 .header-lower .main-nav .nav-list > li.has-subnav {
            padding-bottom: 0
        }

@media (max-width:767px) {
    .header-59 .header-lower .main-nav .nav-list > li a {
        padding: 15px 0;
        font-weight: bold;
        display: block
    }
}

.header-59 .header-lower .main-nav .nav-list > li ul {
    padding-top: 0px
}

@media (min-width:768px) {
    .header-59 .header-lower .main-nav .nav-list > li > a, .header-59 .header-lower .main-nav .nav-list > li > .more-link {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
        font-size: 1.4rem
    }
}

.header-59 .header-lower .main-nav .nav-list > li > a .icon, .header-59 .header-lower .main-nav .nav-list > li > .more-link .icon {
    padding-right: 10px
}

@media (max-width:767px) {
    .header-59 .header-lower .main-nav .nav-list > li .more-link {
        display: none
    }
}

.header-59 .subnav {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    padding-left: 0;
    z-index: 10;
    background-color: #fff
}

@media (min-width:768px) {
    .header-59 .subnav {
        width: inherit;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .header-59 .subnav {
        position: static;
        padding-top: 10px
    }
}

.header-59 .subnav li {
    display: block;
    position: relative
}

@media (min-width:768px) {
    .header-59 .subnav li {
        white-space: nowrap
    }
}

.header-59 .subnav li a {
    display: block;
    text-align: left;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .header-59 .subnav li a {
        line-height: 1;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 15px;
        border-left: 3px solid transparent;
        width: 100%;
        text-align: left !important
    }

        .header-59 .subnav li a:hover {
            padding-left: 20px;
            padding-right: 15px;
            border-left-color: #1f2532
        }
}

@media (min-width:768px) and (min-width:768px) {
    .header-59 .subnav li a {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-59 .subnav li a {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header-59 .subnav li a {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .header-59 .subnav li a:hover {
        padding-left: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-59 .subnav li a:hover {
        padding-left: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header-59 .subnav li a:hover {
        padding-left: 30px
    }
}

.header-59-header-mobile {
    z-index: 10;
    line-height: 1;
    padding: 0;
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

    .header-59-header-mobile .upper {
        height: 88px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }

    .header-59-header-mobile .lower {
        background: #f0f0f1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        height: 34px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        color: #000
    }

@media (min-width:768px) {
    .header-59-header-mobile {
        display: none
    }
}

.header-59-header-mobile .logo img {
    width: 200px
}

.header-59-header-mobile .logo a {
    display: block
}

.header-59-header-mobile .menu-link-wrap {
    line-height: 1;
    position: absolute;
    left: 20px;
    height: 40px;
    width: 40px;
    top: 0;
    bottom: 52px;
    margin: auto;
    font-size: 12px;
    text-align: center;
}

    .header-59-header-mobile .menu-link-wrap .icon {
        padding-bottom: 0;
        margin-left: 0;
    }

    .header-59-header-mobile .menu-link-wrap span {
        display: block;
    }

.header-59-header-mobile .icon {
    cursor: pointer;
    font-size: 34px;
    box-sizing: content-box;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 0.05em;
    margin-left: 5px;
    line-height: 0.7;
    text-align: center;
    margin-bottom: 4px;
}

@media (max-width:767px) {
    .header-59 {
        overflow: visible
    }

        .header-59 .header-lower {
            height: 100%;
            padding-bottom: 130px;
            overflow: auto
        }

        .header-59 .header-upper {
            height: 0
        }

            .header-59 .header-upper .search-wrapper {
                background: #f0f0f1;
                padding: 10px;
                position: fixed;
                top: 88px;
                left: 0;
                right: 0;
                margin: 0
            }

                .header-59 .header-upper .search-wrapper .search-form .input-group {
                    height: auto;
                    border-radius: 4px
                }

                    .header-59 .header-upper .search-wrapper .search-form .input-group input {
                        height: 30px;
                        border-radius: 4px;
                        padding: 0 50px 0 10px
                    }

                    .header-59 .header-upper .search-wrapper .search-form .input-group .icon {
                        font-weight: bold;
                        color: #000;
                        right: 0;
                        font-size: 14px;
                        background: #d9d9d6;
                        top: 0;
                        transform: none;
                        height: 100%;
                        width: 36px
                    }

                .header-59 .header-upper .search-wrapper .basket {
                    display: block;
                    margin: auto;
                    height: 50px;
                    width: 50px;
                    text-align: center;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 12px;
                    color: #000;
                    position: absolute;
                    top: -70px;
                    right: 20px;
                }

                    .header-59 .header-upper .search-wrapper .basket .icon {
                        height: 34px;
                        width: 34px;
                        margin: auto;
                    }

                    .header-59 .header-upper .search-wrapper .basket .basket-count {
                        position: absolute;
                        top: 10px;
                        right: 0;
                        left: 0;
                        margin: auto;
                        text-align: center;
                        letter-spacing: -0.01em
                    }

                    .header-59 .header-upper .search-wrapper .basket .sample-text {
                        text-transform: capitalize;
                        margin-left: -5px;
                        margin-top: 2px;
                        font-weight: normal;
                    }
}

.list-links-25 {
    line-height: 1
}

    .list-links-25 .module {
        padding: 0;
        margin-bottom: 20px
    }

@media (min-width:768px) {
    .list-links-25 .module {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-links-25 .module {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-links-25 .module {
        margin-bottom: 30px
    }
}

.list-links-25 .title {
    display: none
}

.list-links-25 .content .list-wrap li a {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-decoration: none
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-top: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-top: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-top: 15px
    }
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-bottom: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-bottom: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-bottom: 15px
    }
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-left: 30px
    }
}

.list-links-25 .content .list-wrap li a:hover {
    color: #fff;
    background: #1f2532
}

.list-links-25 .content .list-wrap li:first-child a {
    margin-top: 10px
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li:first-child a {
        margin-top: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li:first-child a {
        margin-top: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li:first-child a {
        margin-top: 15px
    }
}

.list-links-25 .content .list-wrap li:last-child a {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li:last-child a {
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li:last-child a {
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li:last-child a {
        margin-bottom: 15px
    }
}

.list-links-25 .content iframe {
    height: 156.375006841px;
    width: 278px
}

@media (min-width:768px) {
    .list-links-25 .content iframe {
        height: 229.500010041px;
        width: 408px
    }
}

@media (min-width:992px) {
    .list-links-25 .content iframe {
        height: 311.625013634px;
        width: 554px
    }
}

@media (max-width:767px) {
    .list-links-25.is-mob-collapsible .title {
        cursor: pointer;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }

    .list-links-25.is-mob-collapsible .content {
        display: none
    }
}

@media (min-width:768px) {
    .list-links-25.is-mob-collapsible .content {
        display: block !important
    }
}

@media (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: inline-block
    }

        .list-links-25.sm-inline-links .list-wrap li a {
            padding: 10px;
            margin: -10px
        }
}

@media (min-width:768px) and (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-bottom: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-bottom: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-bottom: 30px
    }
}

.copyright-23 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .copyright-23 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .copyright-23 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .copyright-23 {
        margin-bottom: 30px
    }
}

.list-pages-30 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-pages-30 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-pages-30 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-pages-30 {
        margin-bottom: 30px
    }
}

.list-pages-30 .link-list .link-each {
    display: inline-block
}

    .list-pages-30 .link-list .link-each + .link-each {
        margin-left: 20px
    }

@media (min-width:768px) {
    .list-pages-30 .link-list .link-each + .link-each {
        margin-left: 30px
    }
}

@media (min-width:992px) {
    .list-pages-30 .link-list .link-each + .link-each {
        margin-left: 30px
    }
}

@media (min-width:1200px) {
    .list-pages-30 .link-list .link-each + .link-each {
        margin-left: 30px
    }
}

.list-pages-30 .link-list .link-each .text-link {
    display: inline-block;
    padding: 10px;
    margin: -10px
}

.list-images-26 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-images-26 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-images-26 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-images-26 {
        margin-bottom: 30px
    }
}

.list-images-26 .image-wrap img {
    height: 65px;
    width: 65px
}

    .list-images-26 .image-wrap img + img, picture + picture {
        margin-left: 20px
    }

@media (min-width:768px) {
    .list-images-26 .image-wrap img + img, picture + picture {
        margin-left: 30px
    }
}

@media (min-width:992px) {
    .list-images-26 .image-wrap img + img, picture + picture {
        margin-left: 30px
    }
}

@media (min-width:1200px) {
    .list-images-26 .image-wrap img + img, picture + picture {
        margin-left: 30px
    }
}

.footer-55 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #bfbfbf;
    background-color: #1f2532
}

    .footer-55 .pad-content {
        overflow-x: hidden
    }

    .footer-55 .text-link {
        color: #bfbfbf;
        text-decoration: none
    }

        .footer-55 .text-link:hover {
            color: inherit;
            text-decoration: underline
        }

    .footer-55 .list-links .module {
        border-radius: 0
    }

@media (min-width:768px) {
    .footer-55 .list-links .module {
        border-bottom: 1px solid
    }
}

.footer-55 .list-links .content .list-wrap li .text-link {
    color: inherit
}

    .footer-55 .list-links .content .list-wrap li .text-link:hover {
        color: inherit;
        text-decoration: underline
    }

.footer-55 p + p {
    margin-top: 5px
}

@media (max-width:767px) {
    .footer-55 p + p {
        margin-top: 30px
    }
}

.footer-55 .module {
    background-color: transparent;
    border: 0
}

@media (max-width:767px) {
    .footer-55 .footer-upper .section-inner {
        padding-left: 0;
        padding-right: 0
    }
}

.footer-55 .footer-middle {
    text-align: center
}

@media (min-width:768px) {
    .footer-55 .footer-middle .row > :first-child {
        text-align: left
    }

    .footer-55 .footer-middle .row > :last-child {
        text-align: right
    }
}

.footer-55 .footer-lower {
    text-align: center
}

@media (min-width:768px) {
    .footer-55 .footer-lower .row > :first-child {
        text-align: left
    }

    .footer-55 .footer-lower .row > :last-child {
        text-align: right
    }
}

.footer-55 .list-links-25.sm-inline-links .list-wrap li {
    padding-top: 0;
    padding-bottom: 0
}

.footer-55 .social-links .icon-wrap a .icon {
    font-size: 28px
}

.footer-55 .list-links .icon {
    font-size: 28px;
    line-height: 20px;
    height: 20px
}

.footer-55 .list-images-26 .image-wrap img + img, picture + picture {
    margin-left: 40px
}

.footer-55 .list-pages-30 {
    margin-bottom: 0
}

.progression-8 {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .progression-8 {
        display: none
    }
}

@media (min-width:768px) {
    .progression-8 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .progression-8 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .progression-8 {
        margin-bottom: 30px
    }
}

.progression-8 .step-wrap {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .progression-8 .step-wrap .step {
        margin-left: 10px;
        margin-right: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

.progression-8 .step {
    text-align: center;
    border-bottom: 3px solid #ebebeb;
    color: #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px
}

    .progression-8 .step.active {
        color: #1f2532;
        border-bottom-color: #1f2532
    }

.notification-12 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 10px;
    border: 3px solid #ebebeb;
    padding: 20px
}

@media (min-width:768px) {
    .notification-12 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .notification-12 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .notification-12 {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .notification-12 {
        padding: 30px
    }
}

@media (min-width:992px) {
    .notification-12 {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .notification-12 {
        padding: 30px
    }
}

.notification-12 .icon {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    color: #ebebeb;
    line-height: 50px;
    font-size: 67px;
    position: relative;
    left: -8.5px;
    width: 50px;
    margin-right: 20px
}

@media (min-width:768px) {
    .notification-12 .icon {
        margin-right: 30px
    }
}

@media (min-width:992px) {
    .notification-12 .icon {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .notification-12 .icon {
        margin-right: 30px
    }
}

.blurb-85 .button-area {
    margin-top: 20px
}

@media (min-width:768px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .blurb-85 .button-area .button {
        width: 100%
    }
}

@media (min-width:768px) {
    .blurb-85.extra-padding .module {
        padding-left: calc(8.33333333% + 15px);
        padding-right: calc(8.33333333% + 15px)
    }
}

.list-teasers-58 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-teasers-58 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-58 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-58 {
        margin-bottom: 30px
    }
}

.teaser-119 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
}

@media (min-width:768px) {
    .teaser-119 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-119 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-119 {
        margin-bottom: 30px
    }
}

.teaser-119 .image-wrap {
    -webkit-box-flex: 0 0 132px;
    -webkit-flex: 0 0 132px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    margin-right: 20px;
}

@media (min-width:768px) {
    .teaser-119 .image-wrap {
        margin-right: 30px
    }
}

@media (min-width:992px) {
    .teaser-119 .image-wrap {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .teaser-119 .image-wrap {
        margin-right: 30px
    }
}

.teaser-119 .image-wrap img {
    width: 132px;
    height: 132px;
}

.teaser-119:not(.is-empty) .content .info-block {
    margin-top: 10px;
    margin-bottom: 0;
}

.teaser-119:not(.is-empty) .image-wrap {
    position: relative;
    display: block
}

    .teaser-119:not(.is-empty) .image-wrap .icon {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(50%,-50%);
        -moz-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        -o-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
        color: #1f2532;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        padding: 4px;
        cursor: pointer;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
        backface-visibility: hidden
    }

        .teaser-119:not(.is-empty) .image-wrap .icon:before {
            border: 2px solid #1f2532;
            border-radius: 50%;
            display: block;
            width: 25px;
            height: 25px;
            line-height: 23px;
            text-align: center
        }

    .teaser-119:not(.is-empty) .image-wrap .image {
        -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.54);
        box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.54)
    }

.teaser-119:not(.is-empty) .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.teaser-119.is-empty .image-wrap {
    width: 132px;
    height: 132px;
    border: 1px dashed #ebebeb;
    background: #ebebeb;
    position: relative
}

    .teaser-119.is-empty .image-wrap .icon:before, .teaser-119.is-empty .image-wrap .icon:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 1px;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ebebeb
    }

    .teaser-119.is-empty .image-wrap .icon:before {
        height: 50px
    }

    .teaser-119.is-empty .image-wrap .icon:after {
        width: 50px
    }

.teaser-119.is-empty .desc {
    color: #ebebeb
}

.notification-13 {
    margin-bottom: 20px;
    text-align: center;
    color: #f90d33;
    border-bottom: 1px dashed #f90d33
}

@media (min-width:768px) {
    .notification-13 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .notification-13 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .notification-13 {
        margin-bottom: 30px
    }
}

.button-area-9 .text-link img {
    margin-right: 5px
}

@media (max-width:767px) {
    .button-area-9 {
        text-align: center
    }

        .button-area-9 > * {
            margin-top: 20px;
            width: 100%
        }
}

@media (min-width:768px) {
    .button-area-9 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

        .button-area-9 .button {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            max-width: 250px
        }

        .button-area-9 .text-link + .button {
            margin-left: 20px
        }
}

@media (min-width:768px) and (min-width:768px) {
    .button-area-9 .text-link + .button {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .button-area-9 .text-link + .button {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .button-area-9 .text-link + .button {
        margin-left: 30px
    }
}

.button-area-10 {
    text-align: right
}

@media (max-width:767px) {
    .button-area-10 {
        text-align: center
    }

        .button-area-10 > * {
            margin-top: 20px;
            width: 100%
        }
}

@media (min-width:768px) {
    .button-area-10 .button {
        margin-left: 20px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .button-area-10 .button {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .button-area-10 .button {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .button-area-10 .button {
        margin-left: 30px
    }
}

.button-area-10 .text-link {
    border: none;
    background: none
}

.image-item-24 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .image-item-24 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .image-item-24 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .image-item-24 {
        margin-bottom: 30px
    }
}

.image-item-24 .image {
    width: 100%
}

.postcode-lookup-1 .address-list {
    display: none
}

.postcode-lookup-1.open .address-list {
    display: block
}

::-webkit-input-placeholder {
    font-style: italic
}

::-moz-placeholder {
    font-style: italic
}

:-ms-input-placeholder {
    font-style: italic
}

.placeholder {
    text-overflow: ellipsis;
    font-family: 'Montserrat','sans-serif';
    font-style: normal;
    color: #1f2532;
    letter-spacing: 0.06em
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

[placeholder]:focus::-moz-placeholder {
    color: transparent
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}

.placeholder-focus {
    color: transparent
}

.form-control {
    box-shadow: none
}

    .form-control:focus {
        box-shadow: none
    }

.form-group {
    position: relative
}

    .form-group label {
        color: #1f2532;
        font-weight: normal;
        font-size: 14px
    }

    .form-group.has-icon {
        position: relative
    }

        .form-group.has-icon .form-group {
            padding-right: 50px
        }

            .form-group.has-icon .form-group + .icon {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 50px;
                height: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                -ms-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-justify-content: center;
                justify-content: center;
                -ms-flex-pack: center;
                pointer-events: none
            }

                .form-group.has-icon .form-group + .icon.fa-check-circle {
                    color: #68b266
                }

    .form-group.trim {
        max-width: 50%
    }

@media (min-width:768px) {
    .form-group.short {
        -webkit-box-flex: 0 1 150px;
        -webkit-flex: 0 1 150px;
        -ms-flex: 0 1 150px;
        flex: 0 1 150px
    }
}

.form-group .has-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .form-group .has-button .button-area {
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0
    }

        .form-group .has-button .button-area .button {
            padding-left: 20px;
            padding-right: 20px
        }

@media (min-width:768px) {
    .form-group .has-button .button-area .button {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .form-group .has-button .button-area .button {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .form-group .has-button .button-area .button {
        padding-left: 30px
    }
}

@media (min-width:768px) {
    .form-group .has-button .button-area .button {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .form-group .has-button .button-area .button {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .form-group .has-button .button-area .button {
        padding-right: 30px
    }
}

.form-group .has-button .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form-group .has-button.switch-icon .text {
    display: none
}

@media (min-width:768px) {
    .form-group .has-button.switch-icon .text {
        display: block
    }

    .form-group .has-button.switch-icon .fa {
        display: none
    }
}

.form-group .form-control {
    border: solid;
    height: 50px;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: block;
    letter-spacing: 0.06em
}

    .form-group .form-control.input-validation-error {
        border-color: red;
        background: #fbdddd
    }

.form-group .select {
    position: relative
}

    .form-group .select .select-icon {
        width: 50px;
        text-align: center;
        border-left: 1px solid #ebebeb;
        position: absolute;
        bottom: 0;
        top: 0;
        line-height: 48px;
        right: 0;
        color: #1f2532;
        pointer-events: none
    }

    .form-group .select .options {
        border: solid 1px #ebebeb;
        background: #fff;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 9;
        display: none;
        max-height: 252px;
        overflow-y: auto
    }

        .form-group .select .options .option {
            height: 50px;
            padding-left: 20px;
            padding-right: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            cursor: pointer;
            -webkit-transition: background .2s ease,color .2s ease;
            -moz-transition: background .2s ease,color .2s ease;
            -o-transition: background .2s ease,color .2s ease;
            transition: background .2s ease,color .2s ease;
            font-size: 14px;
            font-size: 1.4rem
        }

            .form-group .select .options .option:nth-child(odd) {
                background-color: 92.156862745%
            }

            .form-group .select .options .option:hover, .form-group .select .options .option.selected {
                background-color: #1f2532;
                color: #fff
            }

.form-group .field-validation-error {
    background: red;
    color: #fff;
    line-height: 1;
    right: 5px;
    position: absolute;
    font-size: 12px;
    padding: 2px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.form-group .has-button .button-area .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 50px
}

    .form-group .has-button .button-area .button .form-control {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }

.form-group label.hidden ~ .options {
    top: 49px
}

.form-group .value {
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle
}

.form-group.form-group-flaggable .flaggable {
    height: 50px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center
}

    .form-group.form-group-flaggable .flaggable .inline-label {
        margin-bottom: 0
    }

    .form-group.form-group-flaggable .flaggable label .icon {
        color: #1f2532;
        border-radius: 2px
    }

        .form-group.form-group-flaggable .flaggable label .icon:before {
            font-size: 15px
        }

.form-group.form-group-flaggable.flaggable-row .flaggable {
    line-height: 50px;
    display: inline-block
}

    .form-group.form-group-flaggable.flaggable-row .flaggable label {
        line-height: inherit
    }

    .form-group.form-group-flaggable.flaggable-row .flaggable .icon {
        margin-top: 15px
    }

.form-group.form-group-flaggable.has-group-label {
    margin-top: 20px
}

    .form-group.form-group-flaggable.has-group-label > label {
        padding-left: 20px;
        margin-bottom: 0
    }

.form-group.inline-label label {
    padding-left: 0
}

.d-o-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end
}

    .d-o-b label {
        white-space: nowrap;
        margin-right: -100px
    }

@media (max-width:767px) {
    .d-o-b .select .select-icon {
        border-left: 0
    }
}

.d-o-b > .form-group + .form-group {
    position: relative;
    margin-left: 5px
}

@media (min-width:768px) {
    .d-o-b > .form-group + .form-group {
        margin-left: 10px
    }

        .d-o-b > .form-group + .form-group:before {
            content: "/";
            position: absolute;
            border: red;
            z-index: 1;
            width: 30px;
            left: -30px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center
        }
}

form > .title-wrap {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #ebebeb;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .form-group-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end
    }

        .form-group-row > div {
            -webkit-flex-grow: 1;
            -moz-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1
        }

            .form-group-row > div:not(:last-child) {
                margin-right: 20px
            }

        .form-group-row .form-group {
            margin-bottom: 20px
        }

        .form-group-row .payment-card-icons {
            margin-left: 20px
        }

            .form-group-row .payment-card-icons .card-wrap.form-group {
                margin-bottom: 0;
                height: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                -ms-align-items: center;
                align-items: center
            }

                .form-group-row .payment-card-icons .card-wrap.form-group img + img, picture + picture {
                    margin-left: 20px
                }

        .form-group-row.wrap-row {
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -webkit-box-lines: multiple
        }

    .form-group .select .options {
        top: 49px
    }

        .form-group .select .options .option {
            height: 50px
        }

    .form-group .has-button .button-area .button {
        height: 50px
    }

    .form-group.has-icon input {
        padding-right: 50px
    }

        .form-group.has-icon input + .icon {
            width: 50px;
            height: 50px
        }

    .form-group.form-group-flaggable .flaggable {
        height: 50px
    }

    .form-group.form-group-flaggable.flaggable-row .flaggable {
        line-height: 50px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .form-group-row .payment-card-icons {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .form-group-row .payment-card-icons {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .form-group-row .payment-card-icons {
        margin-left: 30px
    }
}

.form-group, .flaggable {
    margin-bottom: 20px
}

    .form-group textarea {
        line-height: 1
    }

    .form-group input, .form-group select, .form-group textarea {
        box-shadow: none
    }

        .form-group input:hover, .form-group select:hover, .form-group textarea:hover, .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
            box-shadow: none
        }

    .form-group .form-select-wrap select {
        padding-right: 50px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .form-group .form-select-wrap select::-ms-expand {
            display: none
        }

    .form-group .form-select-wrap .select-arrow {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #1f2532;
        pointer-events: none;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s
    }

        .form-group .form-select-wrap .select-arrow:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f107';
            color: #fff;
            font-size: 14px;
            width: 50px
        }

    .form-group .form-select-wrap:hover .select-arrow {
        background: #c7a95c
    }

.invalid-content label {
    color: red
}

.invalid-content input, .invalid-content select, .invalid-content textarea {
    border-color: red;
    background: red
}

.form-group-flaggable.flaggable-row {
    margin-left: -20px
}

    .form-group-flaggable.flaggable-row .flaggable {
        display: inline-block;
        margin-left: 20px
    }

.flaggable {
    position: relative;
    padding-left: 30px
}

    .flaggable label, .flaggable .frm-lbl {
        cursor: pointer
    }

        .flaggable label .icon, .flaggable .frm-lbl .icon {
            content: '';
            background: #e4e3e3;
            border: 1px solid #c5c5c5;
            height: 20px;
            width: 20px;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
            position: absolute;
            left: 0;
            top: 0
        }

        .flaggable label input, .flaggable .frm-lbl input {
            display: none
        }

            .flaggable label input[type='radio'] ~ .icon, .flaggable .frm-lbl input[type='radio'] ~ .icon {
                border-radius: 50%
            }

            .flaggable label input[type='radio'] ~ .icon, .flaggable .frm-lbl input[type='radio'] ~ .icon, .flaggable label input[type="checkbox"] ~ .icon, .flaggable .frm-lbl input[type="checkbox"] ~ .icon {
                color: transparent;
                line-height: 1;
                vertical-align: top;
                margin: 0 10px 0 0;
                -webkit-transition: 0.15s color;
                -moz-transition: 0.15s color;
                -o-transition: 0.15s color;
                transition: 0.15s color
            }

                .flaggable label input[type='radio'] ~ .icon:before, .flaggable .frm-lbl input[type='radio'] ~ .icon:before, .flaggable label input[type="checkbox"] ~ .icon:before, .flaggable .frm-lbl input[type="checkbox"] ~ .icon:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    display: block;
                    content: "\f17b";
                    line-height: 18px;
                    text-align: center;
                    font-size: 12px
                }

            .flaggable label input[type='radio']:checked ~ .icon, .flaggable .frm-lbl input[type='radio']:checked ~ .icon, .flaggable label input[type='checkbox']:checked ~ .icon, .flaggable .frm-lbl input[type='checkbox']:checked ~ .icon {
                color: #4b4b4b;
                border-color: #4b4b4b
            }

        .flaggable label:hover input[type='radio']:not(:checked) ~ .icon, .flaggable .frm-lbl:hover input[type='radio']:not(:checked) ~ .icon, .flaggable label:hover input[type='checkbox']:not(:checked) ~ .icon, .flaggable .frm-lbl:hover input[type='checkbox']:not(:checked) ~ .icon {
            color: rgba(75,75,75,0.3)
        }

    .flaggable + .button-wrap {
        margin-top: 20px
    }

@media (min-width:768px) {
    .flaggable + .button-wrap {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .flaggable + .button-wrap {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .flaggable + .button-wrap {
        margin-top: 30px
    }
}

.notification-15 {
    background: #d65050;
    color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .notification-15 {
        margin-bottom: 60px
    }
}

@media (min-width:992px) {
    .notification-15 {
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .notification-15 {
        margin-bottom: 60px
    }
}

.notification-15 .icon {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    color: #ebebeb;
    line-height: 50px;
    position: relative;
    margin: 0 20px;
    font-size: 26px
}

.notification-16 {
    padding: 40px;
    text-align: center
}

@media (min-width:768px) {
    .notification-16 {
        padding: 60px
    }
}

@media (min-width:992px) {
    .notification-16 {
        padding: 60px
    }
}

@media (min-width:1200px) {
    .notification-16 {
        padding: 60px
    }
}

.notification-16 .title {
    margin-bottom: 10px
}

.notification-16 .text {
    font-weight: bold
}

.notification-16 .icon {
    font-size: 48px
}

.notification-16 .button {
    margin-top: 20px
}

@media (min-width:768px) {
    .notification-16 .button {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .notification-16 .button {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .notification-16 .button {
        margin-top: 30px
    }
}

.modal-popup-15, .modal-popup-16 {
    top: 20px;
    bottom: auto;
    margin: auto
}

@media (min-width:768px) {
    .modal-popup-15, .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:992px) {
    .modal-popup-15, .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:1200px) {
    .modal-popup-15, .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:768px) {
    .modal-popup-15, .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:992px) {
    .modal-popup-15, .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:1200px) {
    .modal-popup-15, .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:768px) {
    .modal-popup-15, .modal-popup-16 {
        width: 750px
    }
}

@media (min-width:992px) {
    .modal-popup-15, .modal-popup-16 {
        width: 970px
    }
}

@media (min-width:1200px) {
    .modal-popup-15, .modal-popup-16 {
        width: 1170px
    }
}

.modal-popup-15 .form-group, .modal-popup-16 .form-group {
    margin-bottom: 10px !important
}

.modal-popup-15 .progression-8, .modal-popup-16 .progression-8 {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .modal-popup-15, .modal-popup-16 {
        width: auto;
        top: 0;
        bottom: 0
    }

        .modal-popup-15 .row, .modal-popup-16 .row {
            margin-left: 0;
            margin-right: 0
        }

            .modal-popup-15 .row > div, .modal-popup-16 .row > div {
                padding-left: 0;
                padding-right: 0
            }
}

.modal-popup-15 .modal-popup-15__module-content, .modal-popup-15 .modal-popup-16__module-content, .modal-popup-16 .modal-popup-15__module-content, .modal-popup-16 .modal-popup-16__module-content {
    overflow-y: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    max-height: calc(100vh - ( 20px * 2))
}

@media (min-width:768px) {
    .modal-popup-15 .modal-popup-15__module-content, .modal-popup-15 .modal-popup-16__module-content, .modal-popup-16 .modal-popup-15__module-content, .modal-popup-16 .modal-popup-16__module-content {
        max-height: calc(100vh - ( 30px * 4))
    }
}

@media (min-width:992px) {
    .modal-popup-15 .modal-popup-15__module-content, .modal-popup-15 .modal-popup-16__module-content, .modal-popup-16 .modal-popup-15__module-content, .modal-popup-16 .modal-popup-16__module-content {
        max-height: calc(100vh - ( 30px * 4))
    }
}

@media (min-width:1200px) {
    .modal-popup-15 .modal-popup-15__module-content, .modal-popup-15 .modal-popup-16__module-content, .modal-popup-16 .modal-popup-15__module-content, .modal-popup-16 .modal-popup-16__module-content {
        max-height: calc(100vh - ( 30px * 4))
    }
}

.modal-popup-15 .modal-popup-15__module, .modal-popup-15 .modal-popup-16__module, .modal-popup-16 .modal-popup-15__module, .modal-popup-16 .modal-popup-16__module {
    position: relative;
    margin-bottom: 0;
    border: none
}

.modal-popup-15 .btn-close, .modal-popup-16 .btn-close {
    position: absolute;
    cursor: pointer;
    padding: 10px;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 12;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

@media (min-width:768px) {
    .modal-popup-15 .btn-close, .modal-popup-16 .btn-close {
        top: 0;
        right: 0;
        font-size: 30px
    }
}

.modal-popup-15 .btn-close:hover, .modal-popup-16 .btn-close:hover {
    opacity: 0.8
}

.modal-popup-15 .force-centre, .modal-popup-16 .force-centre {
    margin-top: 80px
}

@media (min-width:768px) {
    .modal-popup-15 .force-centre, .modal-popup-16 .force-centre {
        margin-top: 120px
    }
}

@media (min-width:992px) {
    .modal-popup-15 .force-centre, .modal-popup-16 .force-centre {
        margin-top: 120px
    }
}

@media (min-width:1200px) {
    .modal-popup-15 .force-centre, .modal-popup-16 .force-centre {
        margin-top: 120px
    }
}

.modal-popup-15 .list-teasers-58, .modal-popup-16 .list-teasers-58 {
    margin-bottom: 0
}

.modal-popup-15 .order-flow-wrap .stage-1 .button-area-9, .modal-popup-16 .order-flow-wrap .stage-1 .button-area-9 {
    margin-top: 40px
}

@media (min-width:768px) {
    .modal-popup-15 .order-flow-wrap .stage-1 .button-area-9, .modal-popup-16 .order-flow-wrap .stage-1 .button-area-9 {
        margin-top: 60px
    }
}

@media (min-width:992px) {
    .modal-popup-15 .order-flow-wrap .stage-1 .button-area-9, .modal-popup-16 .order-flow-wrap .stage-1 .button-area-9 {
        margin-top: 60px
    }
}

@media (min-width:1200px) {
    .modal-popup-15 .order-flow-wrap .stage-1 .button-area-9, .modal-popup-16 .order-flow-wrap .stage-1 .button-area-9 {
        margin-top: 60px
    }
}

.modal-popup-15 .order-flow-wrap .stage-2 .blurb-85 .module-title, .modal-popup-16 .order-flow-wrap .stage-2 .blurb-85 .module-title {
    text-align: left
}

    .modal-popup-15 .order-flow-wrap .stage-2 .blurb-85 .module-title + .module-content, .modal-popup-16 .order-flow-wrap .stage-2 .blurb-85 .module-title + .module-content {
        margin-top: 0
    }

.modal-popup-15 .order-flow-wrap .stage-3 .blurb-85 .module-title, .modal-popup-16 .order-flow-wrap .stage-3 .blurb-85 .module-title {
    text-align: left
}

    .modal-popup-15 .order-flow-wrap .stage-3 .blurb-85 .module-title + .module-content, .modal-popup-16 .order-flow-wrap .stage-3 .blurb-85 .module-title + .module-content {
        margin-top: 0
    }

.modal-popup-15 .order-flow-wrap .stage-3 .blurb-85 .email, .modal-popup-16 .order-flow-wrap .stage-3 .blurb-85 .email {
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative
}

    .modal-popup-15 .order-flow-wrap .stage-3 .blurb-85 .email:hover, .modal-popup-16 .order-flow-wrap .stage-3 .blurb-85 .email:hover {
        z-index: 100;
        max-width: none;
        background-color: #fff;
        overflow: auto
    }

.postcode-lookup-samples {
    width: 100%
}

    .postcode-lookup-samples input {
        height: 50px;
        cursor: pointer;
        background-color: #fff;
        border: solid 1px #ebebeb;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px 0px 0px 5px;
        display: block;
        letter-spacing: 0.06em;
        font-size: 14px;
        color: #4b4b4b !important;
        float: left;
        width: 60%;
        margin-bottom: 10px
    }

        .postcode-lookup-samples input:not(:focus) {
            font-style: italic
        }

    .postcode-lookup-samples button {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        padding-top: 18px;
        padding-bottom: 18px;
        border-radius: 0px 5px 5px 0px;
        float: right;
        width: 40%;
        box-shadow: none;
        background-color: #1f2532;
        border: 0;
        color: #fff;
        height: 50px;
        margin-bottom: 20px
    }

    .postcode-lookup-samples p {
        width: 100%
    }

    .postcode-lookup-samples select {
        height: 50px;
        cursor: pointer;
        background-color: #fff;
        border: solid 1px #ebebeb;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px 0px 0px 5px;
        display: block;
        letter-spacing: 0.06em;
        font-size: 14px;
        color: #4b4b4b !important;
        width: 100%
    }

@media (max-width:768px) {
    .postcode-lookup-samples input {
        width: 50%
    }

    .postcode-lookup-samples button {
        width: 50%
    }
}

.results-42 .content-block-36, .results-42 .trustpilot-widget {
    margin-top: 20px
}

@media (min-width: 768px) {
    .results-42 .content-block-36, .results-42 .trustpilot-widget {
        margin-top: 30px
    }
}

@media (min-width: 992px) {
    .results-42 .content-block-36, .results-42 .trustpilot-widget {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .results-42 .content-block-36, .results-42 .trustpilot-widget {
        margin-top: 30px
    }
}

.content-block-36 .col-md-3 .button-item-17 {
    display: none
}

.content-block-36 .accordion-41 {
    margin-bottom: 0;
}

.hero-image-23 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .hero-image-23 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .hero-image-23 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .hero-image-23 {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .hero-image-23 .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .hero-image-23 .container {
        position: relative
    }
}

.hero-image-23 .item {
    height: 312px;
    position: relative
}

@media (min-width:768px) {
    .hero-image-23 .item {
        height: 308px
    }
}

@media (min-width:992px) {
    .hero-image-23 .item {
        height: 375px
    }
}

.hero-image-23 .image-wrap {
    position: relative;
    height: 100%;
    overflow: hidden
}

    .hero-image-23 .image-wrap .image {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100%;
        max-width: 200%;
        object-fit: cover
    }

.hero-image-23 .title-wrap .title-main {
    line-height: 1
}

.hero-image-23 .title-wrap .title-sub {
    margin-top: 10px
}

.hero-image-23 .slide-content {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 2;
    padding: 20px
}

@media (min-width:768px) {
    .hero-image-23 .slide-content {
        padding: 30px
    }
}

@media (min-width:992px) {
    .hero-image-23 .slide-content {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .hero-image-23 .slide-content {
        padding: 30px
    }
}

@media (min-width:768px) {
    .hero-image-23 .slide-content {
        left: 15px;
        right: 15px
    }
}

.breadcrumb-nav-16 {
    padding: 0 20px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #ebebeb
}

    .breadcrumb-nav-16 .breadcrumb-list {
        letter-spacing: -0.31em
    }

        .breadcrumb-nav-16 .breadcrumb-list li {
            display: none;
            padding: 13px 0;
            padding-left: 5px;
            font-size: 12px;
            letter-spacing: normal
        }

            .breadcrumb-nav-16 .breadcrumb-list li a {
                position: relative;
                padding-right: 20px;
                text-decoration: none
            }

                .breadcrumb-nav-16 .breadcrumb-list li a:after {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    font: normal normal normal 16px/1 FontAwesome;
                    content: "\f112"
                }

            .breadcrumb-nav-16 .breadcrumb-list li:nth-last-child(-n+2) {
                display: inline-block
            }

            .breadcrumb-nav-16 .breadcrumb-list li:first-child {
                display: inline-block;
                padding-right: 10px;
                padding-left: 0;
                margin-right: 5px;
                border-right: solid 1px #ebebeb
            }

                .breadcrumb-nav-16 .breadcrumb-list li:first-child a {
                    padding-left: 20px;
                    padding-right: 0
                }

                    .breadcrumb-nav-16 .breadcrumb-list li:first-child a:before {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        font: normal normal normal 16px/1 FontAwesome;
                        content: "\f237"
                    }

                    .breadcrumb-nav-16 .breadcrumb-list li:first-child a:after {
                        display: none
                    }

            .breadcrumb-nav-16 .breadcrumb-list li:last-child a:after {
                display: none
            }

@media (min-width:768px) {
    .breadcrumb-nav-16 {
        padding: 0 5px
    }

        .breadcrumb-nav-16 .breadcrumb-list li {
            display: inline-block;
            padding: 18px 0 18px 10px
        }

            .breadcrumb-nav-16 .breadcrumb-list li a {
                padding-right: 25px
            }

            .breadcrumb-nav-16 .breadcrumb-list li:first-child {
                padding-right: 20px;
                margin-right: 10px
            }
}

@media (min-width:992px) {
    .breadcrumb-nav-16 {
        border: none;
        margin-top: 20px
    }

        .breadcrumb-nav-16 .breadcrumb-list {
            border: solid 1px #ebebeb
        }

            .breadcrumb-nav-16 .breadcrumb-list li:first-child {
                padding-left: 20px
            }
}

@media (max-width:767px) {
    .slideshow-72:not(.remove-mob-lower-margin) + .breadcrumb-nav-16, .hero-image-23:not(.remove-mob-lower-margin) + .breadcrumb-nav-16 {
        margin-top: -20px
    }
}

@media (min-width:768px) {
    .slideshow-72 + .breadcrumb-nav-16, .hero-image-23 + .breadcrumb-nav-16 {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .slideshow-72 + .breadcrumb-nav-16, .hero-image-23 + .breadcrumb-nav-16 {
        margin-top: -10px
    }
}

::-webkit-input-placeholder {
    font-style: italic
}

::-moz-placeholder {
    font-style: italic
}

:-ms-input-placeholder {
    font-style: italic
}

.placeholder {
    text-overflow: ellipsis;
    font-family: 'Montserrat','sans-serif';
    font-style: normal;
    color: #1f2532;
    letter-spacing: 0.06em
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

[placeholder]:focus::-moz-placeholder {
    color: transparent
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}

.placeholder-focus {
    color: transparent
}

.form-control {
    box-shadow: none
}

    .form-control:focus {
        box-shadow: none
    }

.form-group {
    position: relative
}

    .form-group label {
        color: #1f2532;
        font-weight: normal;
        font-size: 14px
    }

    .form-group.has-icon {
        position: relative
    }

        .form-group.has-icon .form-group {
            padding-right: 50px
        }

            .form-group.has-icon .form-group + .icon {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 50px;
                height: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                -ms-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-justify-content: center;
                justify-content: center;
                -ms-flex-pack: center;
                pointer-events: none
            }

                .form-group.has-icon .form-group + .icon.fa-check-circle {
                    color: #68b266
                }

    .form-group.trim {
        max-width: 50%
    }

@media (min-width:768px) {
    .form-group.short {
        -webkit-box-flex: 0 1 150px;
        -webkit-flex: 0 1 150px;
        -ms-flex: 0 1 150px;
        flex: 0 1 150px
    }
}

.form-group .has-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .form-group .has-button .button-area {
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0
    }

        .form-group .has-button .button-area .button {
            padding-left: 20px;
            padding-right: 20px
        }

@media (min-width:768px) {
    .form-group .has-button .button-area .button {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .form-group .has-button .button-area .button {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .form-group .has-button .button-area .button {
        padding-left: 30px
    }
}

@media (min-width:768px) {
    .form-group .has-button .button-area .button {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .form-group .has-button .button-area .button {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .form-group .has-button .button-area .button {
        padding-right: 30px
    }
}

.form-group .has-button .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form-group .has-button.switch-icon .text {
    display: none
}

@media (min-width:768px) {
    .form-group .has-button.switch-icon .text {
        display: block
    }

    .form-group .has-button.switch-icon .fa {
        display: none
    }
}

.form-group .form-control {
    border: solid;
    height: 50px;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: block;
    letter-spacing: 0.06em
}

    .form-group .form-control.input-validation-error {
        border-color: red;
        background: #fbdddd
    }

.form-group .select {
    position: relative
}

    .form-group .select .select-icon {
        width: 50px;
        text-align: center;
        border-left: 1px solid #ebebeb;
        position: absolute;
        bottom: 0;
        top: 0;
        line-height: 48px;
        right: 0;
        color: #1f2532;
        pointer-events: none
    }

    .form-group .select .options {
        border: solid 1px #ebebeb;
        background: #fff;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 9;
        display: none;
        max-height: 252px;
        overflow-y: auto
    }

        .form-group .select .options .option {
            height: 50px;
            padding-left: 20px;
            padding-right: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            cursor: pointer;
            -webkit-transition: background .2s ease,color .2s ease;
            -moz-transition: background .2s ease,color .2s ease;
            -o-transition: background .2s ease,color .2s ease;
            transition: background .2s ease,color .2s ease;
            font-size: 14px;
            font-size: 1.4rem
        }

            .form-group .select .options .option:nth-child(odd) {
                background-color: 92.156862745%
            }

            .form-group .select .options .option:hover, .form-group .select .options .option.selected {
                background-color: #1f2532;
                color: #fff
            }

.form-group .field-validation-error {
    background: red;
    color: #fff;
    line-height: 1;
    right: 5px;
    position: absolute;
    font-size: 12px;
    padding: 2px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.form-group .has-button .button-area .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 50px
}

    .form-group .has-button .button-area .button .form-control {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }

.form-group label.hidden ~ .options {
    top: 49px
}

.form-group .value {
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle
}

.form-group.form-group-flaggable .flaggable {
    height: 50px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center
}

    .form-group.form-group-flaggable .flaggable .inline-label {
        margin-bottom: 0
    }

    .form-group.form-group-flaggable .flaggable label .icon {
        color: #1f2532;
        border-radius: 2px
    }

        .form-group.form-group-flaggable .flaggable label .icon:before {
            font-size: 15px
        }

.form-group.form-group-flaggable.flaggable-row .flaggable {
    line-height: 50px;
    display: inline-block
}

    .form-group.form-group-flaggable.flaggable-row .flaggable label {
        line-height: inherit
    }

    .form-group.form-group-flaggable.flaggable-row .flaggable .icon {
        margin-top: 15px
    }

.form-group.form-group-flaggable.has-group-label {
    margin-top: 20px
}

    .form-group.form-group-flaggable.has-group-label > label {
        padding-left: 20px;
        margin-bottom: 0
    }

.form-group.inline-label label {
    padding-left: 0
}

.d-o-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end
}

    .d-o-b label {
        white-space: nowrap;
        margin-right: -100px
    }

@media (max-width:767px) {
    .d-o-b .select .select-icon {
        border-left: 0
    }
}

.d-o-b > .form-group + .form-group {
    position: relative;
    margin-left: 5px
}

@media (min-width:768px) {
    .d-o-b > .form-group + .form-group {
        margin-left: 10px
    }

        .d-o-b > .form-group + .form-group:before {
            content: "/";
            position: absolute;
            border: red;
            z-index: 1;
            width: 30px;
            left: -30px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center
        }
}

form > .title-wrap {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #ebebeb;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .form-group-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end
    }

        .form-group-row > div {
            -webkit-flex-grow: 1;
            -moz-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1
        }

            .form-group-row > div:not(:last-child) {
                margin-right: 20px
            }

        .form-group-row .form-group {
            margin-bottom: 20px
        }

        .form-group-row .payment-card-icons {
            margin-left: 20px
        }

            .form-group-row .payment-card-icons .card-wrap.form-group {
                margin-bottom: 0;
                height: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                -ms-align-items: center;
                align-items: center
            }

                .form-group-row .payment-card-icons .card-wrap.form-group img + img, picture + picture {
                    margin-left: 20px
                }

        .form-group-row.wrap-row {
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -webkit-box-lines: multiple
        }

    .form-group .select .options {
        top: 49px
    }

        .form-group .select .options .option {
            height: 50px
        }

    .form-group .has-button .button-area .button {
        height: 50px
    }

    .form-group.has-icon input {
        padding-right: 50px
    }

        .form-group.has-icon input + .icon {
            width: 50px;
            height: 50px
        }

    .form-group.form-group-flaggable .flaggable {
        height: 50px
    }

    .form-group.form-group-flaggable.flaggable-row .flaggable {
        line-height: 50px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .form-group-row .payment-card-icons {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .form-group-row .payment-card-icons {
        margin-left: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .form-group-row .payment-card-icons {
        margin-left: 30px
    }
}

.form-group, .flaggable {
    margin-bottom: 20px
}

    .form-group textarea {
        line-height: 1
    }

    .form-group input, .form-group select, .form-group textarea {
        box-shadow: none
    }

        .form-group input:hover, .form-group select:hover, .form-group textarea:hover, .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
            box-shadow: none
        }

    .form-group .form-select-wrap select {
        padding-right: 50px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .form-group .form-select-wrap select::-ms-expand {
            display: none
        }

    .form-group .form-select-wrap .select-arrow {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #1f2532;
        pointer-events: none;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s
    }

        .form-group .form-select-wrap .select-arrow:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f107';
            color: #fff;
            font-size: 14px;
            width: 50px
        }

    .form-group .form-select-wrap:hover .select-arrow {
        background: #c7a95c
    }

.invalid-content label {
    color: red
}

.invalid-content input, .invalid-content select, .invalid-content textarea {
    border-color: red;
    background: red
}

.form-group-flaggable.flaggable-row {
    margin-left: -20px
}

    .form-group-flaggable.flaggable-row .flaggable {
        display: inline-block;
        margin-left: 20px
    }

.flaggable {
    position: relative;
    padding-left: 30px
}

    .flaggable label, .flaggable .frm-lbl {
        cursor: pointer
    }

        .flaggable label .icon, .flaggable .frm-lbl .icon {
            content: '';
            background: #e4e3e3;
            border: 1px solid #c5c5c5;
            height: 20px;
            width: 20px;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
            position: absolute;
            left: 0;
            top: 0
        }

        .flaggable label input, .flaggable .frm-lbl input {
            display: none
        }

            .flaggable label input[type='radio'] ~ .icon, .flaggable .frm-lbl input[type='radio'] ~ .icon {
                border-radius: 50%
            }

            .flaggable label input[type='radio'] ~ .icon, .flaggable .frm-lbl input[type='radio'] ~ .icon, .flaggable label input[type="checkbox"] ~ .icon, .flaggable .frm-lbl input[type="checkbox"] ~ .icon {
                color: transparent;
                line-height: 1;
                vertical-align: top;
                margin: 0 10px 0 0;
                -webkit-transition: 0.15s color;
                -moz-transition: 0.15s color;
                -o-transition: 0.15s color;
                transition: 0.15s color
            }

                .flaggable label input[type='radio'] ~ .icon:before, .flaggable .frm-lbl input[type='radio'] ~ .icon:before, .flaggable label input[type="checkbox"] ~ .icon:before, .flaggable .frm-lbl input[type="checkbox"] ~ .icon:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    display: block;
                    content: "\f17b";
                    line-height: 18px;
                    text-align: center;
                    font-size: 12px
                }

            .flaggable label input[type='radio']:checked ~ .icon, .flaggable .frm-lbl input[type='radio']:checked ~ .icon, .flaggable label input[type='checkbox']:checked ~ .icon, .flaggable .frm-lbl input[type='checkbox']:checked ~ .icon {
                color: #4b4b4b;
                border-color: #4b4b4b
            }

        .flaggable label:hover input[type='radio']:not(:checked) ~ .icon, .flaggable .frm-lbl:hover input[type='radio']:not(:checked) ~ .icon, .flaggable label:hover input[type='checkbox']:not(:checked) ~ .icon, .flaggable .frm-lbl:hover input[type='checkbox']:not(:checked) ~ .icon {
            color: rgba(75,75,75,0.3)
        }

    .flaggable + .button-wrap {
        margin-top: 20px
    }

@media (min-width:768px) {
    .flaggable + .button-wrap {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .flaggable + .button-wrap {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .flaggable + .button-wrap {
        margin-top: 30px
    }
}

.title-bar-32 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

.title-bar-32 + .title-bar-32 {
    margin-top: 10px
}

.informationpagecontentbuilder .title-bar-32 {
    margin-bottom: 0px
}

    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -20px
    }

@media (min-width:768px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

.informationpagecontentbuilder .title-bar-32 .set-h1 {
    font-weight: 200
}

.blurb-86 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

.blurb-86 .image-wrap {
    margin-top: 20px
}

    .blurb-86 .image-wrap .image {
        width: 80px
    }

@media (min-width:768px) {
    .blurb-86 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

        .blurb-86 .content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .blurb-86 .image-wrap {
            margin-top: 0;
            -webkit-box-ordinal-group: -1;
            -ms-flex-order: -1;
            -webkit-order: -1;
            order: -1;
            -webkit-box-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

            .blurb-86 .image-wrap .image {
                margin-right: 20px
            }
}

@media (min-width:768px) and (min-width:768px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

.postcode-lookup-1 .address-list {
    display: none
}

.postcode-lookup-1.open .address-list {
    display: block
}

.form-registration-8 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .form-registration-8 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .form-registration-8 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .form-registration-8 {
        margin-bottom: 30px
    }
}

.form-registration-8 form .title-bar {
    margin-top: 20px;
    margin-bottom: 20px
}

.form-registration-8 form .button-area {
    text-align: right
}

@media (max-width:767px) {
    .form-registration-8 form .button-area .button {
        width: 100%;
        text-align: center
    }
}

.form-registration-8 form .d-o-b {
    -webkit-flex-basis: 66.666%;
    -moz-flex-basis: 66.666%;
    -ms-flex-basis: 66.666%;
    flex-basis: 66.666%
}

@media (min-width:768px) {
    .form-registration-8 .form-group-row .email {
        -webkit-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 10px
    }

    .form-registration-8 .postcode-lookup > .form-group {
        width: 50%;
        padding-right: 10px
    }
}

.form-registration-8 .form-group-flaggable.flaggable-row {
    margin-top: 10px
}

.postcode-lookup-warranty {
    width: 100%
}

    .postcode-lookup-warranty input {
        height: 50px;
        cursor: pointer;
        background-color: #fff;
        border: solid 1px #ebebeb;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px 0px 0px 5px;
        display: block;
        letter-spacing: 0.06em;
        font-size: 14px;
        color: #4b4b4b !important;
        float: left;
        width: 60%;
        margin-bottom: 20px
    }

        .postcode-lookup-warranty input:not(:focus) {
            font-style: italic
        }

    .postcode-lookup-warranty button {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        padding-top: 18px;
        padding-bottom: 18px;
        border-radius: 0px 5px 5px 0px;
        float: right;
        width: 40%;
        box-shadow: none;
        background-color: #1f2532;
        border: 0;
        color: #fff;
        height: 50px;
        margin-bottom: 20px
    }

    .postcode-lookup-warranty p {
        width: 100%
    }

    .postcode-lookup-warranty select {
        height: 50px;
        cursor: pointer;
        background-color: #fff;
        border: solid 1px #ebebeb;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px 0px 0px 5px;
        display: block;
        letter-spacing: 0.06em;
        font-size: 14px;
        color: #4b4b4b !important;
        width: 100%
    }

@media (max-width:768px) {
    .postcode-lookup-warranty input {
        width: 50%
    }

    .postcode-lookup-warranty button {
        width: 50%
    }
}

.warranty_form input {
    margin-bottom: 20px
}

.form-group-row .form-group.form-field-remove-margin {
    margin-right: 0px;
}

.blurb-86 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

.blurb-86 .image-wrap {
    margin-top: 20px
}

    .blurb-86 .image-wrap .image {
        width: 80px
    }

@media (min-width:768px) {
    .blurb-86 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

        .blurb-86 .content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .blurb-86 .image-wrap {
            margin-top: 0;
            -webkit-box-ordinal-group: -1;
            -ms-flex-order: -1;
            -webkit-order: -1;
            order: -1;
            -webkit-box-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

            .blurb-86 .image-wrap .image {
                margin-right: 20px
            }
}

@media (min-width:768px) and (min-width:768px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

.blurb-89 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .blurb-89 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .blurb-89 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .blurb-89 {
        margin-bottom: 30px
    }
}

.button-item-17 .button span {
    line-height: 1;
    vertical-align: middle
}

.button-item-17 .default {
    display: inline-block
}

.button-item-17 .toggle {
    display: none
}

.open + .button-item-17 .toggle {
    display: inline-block
}

.open + .button-item-17 .default {
    display: none
}

@media (hover:none),(hover:on-demand) {
    .button-item-17 .button:hover {
        background: #1f2532
    }
}

@media (max-width:767px) {
    .button-item-17 {
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        text-align: center;
        z-index: 99999;
        padding: 10px 20px;
        backface-visibility: hidden
    }

        .button-item-17 .button {
            width: 100%
        }
}

.filter-results-16 .module {
    padding: 0;
    border: none;
    margin-bottom: 0
}

    .filter-results-16 .module .module-content .form-group {
        margin-bottom: 0
    }

        .filter-results-16 .module .module-content .form-group > label {
            margin-bottom: 0
        }

        .filter-results-16 .module .module-content .form-group .flaggable label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            margin-bottom: 0
        }

            .filter-results-16 .module .module-content .form-group .flaggable label .icon {
                margin-right: 20px
            }

        .filter-results-16 .module .module-content .form-group .flaggable:last-child {
            margin-bottom: 0
        }

            .filter-results-16 .module .module-content .form-group .flaggable:last-child label {
                margin-bottom: 0
            }


.list-links-25 {
    line-height: 1
}

    .list-links-25 .module {
        padding: 0;
        margin-bottom: 20px
    }

@media (min-width:768px) {
    .list-links-25 .module {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-links-25 .module {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-links-25 .module {
        margin-bottom: 30px
    }
}

.list-links-25 .title {
    display: none
}

.list-links-25 .content .list-wrap li a {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-decoration: none
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-top: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-top: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-top: 15px
    }
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-bottom: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-bottom: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-bottom: 15px
    }
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li a {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li a {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li a {
        padding-left: 30px
    }
}

.list-links-25 .content .list-wrap li a:hover {
    color: #fff;
    background: #1f2532
}

.list-links-25 .content .list-wrap li:first-child a {
    margin-top: 10px
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li:first-child a {
        margin-top: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li:first-child a {
        margin-top: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li:first-child a {
        margin-top: 15px
    }
}

.list-links-25 .content .list-wrap li:last-child a {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .list-links-25 .content .list-wrap li:last-child a {
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .list-links-25 .content .list-wrap li:last-child a {
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .list-links-25 .content .list-wrap li:last-child a {
        margin-bottom: 15px
    }
}

.list-links-25 .content iframe {
    height: 156.375006841px;
    width: 278px
}

@media (min-width:768px) {
    .list-links-25 .content iframe {
        height: 229.500010041px;
        width: 408px
    }
}

@media (min-width:992px) {
    .list-links-25 .content iframe {
        height: 311.625013634px;
        width: 554px
    }
}

@media (max-width:767px) {
    .list-links-25.is-mob-collapsible .title {
        cursor: pointer;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }

    .list-links-25.is-mob-collapsible .content {
        display: none
    }
}

@media (min-width:768px) {
    .list-links-25.is-mob-collapsible .content {
        display: block !important
    }
}

@media (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: inline-block
    }

        .list-links-25.sm-inline-links .list-wrap li a {
            padding: 10px;
            margin: -10px
        }
}

@media (min-width:768px) and (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-top: 30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-bottom: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-bottom: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-links-25.sm-inline-links .list-wrap li {
        padding-bottom: 30px
    }
}

.blurb-85 .button-area {
    margin-top: 20px
}

@media (min-width:768px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .blurb-85 .button-area .button {
        width: 100%
    }
}

@media (min-width:768px) {
    .blurb-85.extra-padding .module {
        padding-left: calc(8.33333333% + 15px);
        padding-right: calc(8.33333333% + 15px)
    }
}

@media (max-width:767px) {
    .content-block-38 .list-links-25 .content .list-wrap li a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .content-block-38 .blurb-85 .module {
        position: relative
    }
}

@media (min-width:768px) {
    .content-block-38 .blurb-85 .module {
        padding: 0;
        border: none
    }
}

.title-bar-32 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

.title-bar-32 + .title-bar-32 {
    margin-top: 10px
}

.informationpagecontentbuilder .title-bar-32 {
    margin-bottom: 0px
}

    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -20px
    }

@media (min-width:768px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

.informationpagecontentbuilder .title-bar-32 .set-h1 {
    font-weight: 200
}

.location-info-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .location-info-2 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .location-info-2 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .location-info-2 {
        margin-bottom: 30px
    }
}

.location-info-2 .icon {
    position: relative;
    left: -0.2em;
    top: 0.1em;
    font-size: 34px;
    width: 50px
}

@media (min-width:768px) {
    .location-info-2 .icon {
        font-size: 50px
    }
}

.location-info-2 .icon span {
    margin-top: -5px;
    vertical-align: top
}

    .location-info-2 .icon span img {
        margin-top: -50px
    }

.location-info-2 .details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

@media (min-width:768px) {
    .location-info-2 .details {
        margin-left: 15px
    }
}

.location-info-2 .details .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

    .location-info-2 .details .title .distance {
        margin-left: 10px;
        white-space: nowrap
    }

.location-info-2 .details a {
    display: block
}

.location-info-2 .text-link-blue {
    cursor: pointer;
    color: #1f2532;
    text-decoration: underline;
}

    .location-info-2 .text-link-blue:hover {
        text-decoration: none
    }

.list-destinations-27 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-destinations-27 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-destinations-27 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-destinations-27 {
        margin-bottom: 30px
    }
}

.list-destinations-27 .location-info {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .list-destinations-27 .location-info {
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-destinations-27 .location-info {
        padding-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-destinations-27 .location-info {
        padding-bottom: 30px
    }
}

.list-destinations-27 .btn-view-more {
    margin-bottom: 20px;
    vertical-align: top
}

@media (min-width:768px) {
    .list-destinations-27 .btn-view-more {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-destinations-27 .btn-view-more {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-destinations-27 .btn-view-more {
        margin-bottom: 30px
    }
}

.list-destinations-27 .enter-area {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-weight: 700
}

@media (min-width:768px) {
    .list-destinations-27 .enter-area {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-destinations-27 .enter-area {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-destinations-27 .enter-area {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .list-destinations-27 .enter-area {
        padding: 30px
    }
}

@media (min-width:992px) {
    .list-destinations-27 .enter-area {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .list-destinations-27 .enter-area {
        padding: 30px
    }
}

.list-destinations-27 .enter-area .image {
    margin-left: 20px
}

.blurb-86 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .blurb-86 {
        margin-bottom: 30px
    }
}

.blurb-86 .image-wrap {
    margin-top: 20px
}

    .blurb-86 .image-wrap .image {
        width: 80px
    }

@media (min-width:768px) {
    .blurb-86 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

        .blurb-86 .content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .blurb-86 .image-wrap {
            margin-top: 0;
            -webkit-box-ordinal-group: -1;
            -ms-flex-order: -1;
            -webkit-order: -1;
            order: -1;
            -webkit-box-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

            .blurb-86 .image-wrap .image {
                margin-right: 20px
            }
}

@media (min-width:768px) and (min-width:768px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .blurb-86 .image-wrap .image {
        margin-right: 30px
    }
}

.list-images-27 {
    margin-bottom: 20px;
    margin-top: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .list-images-27 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-images-27 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-images-27 {
        margin-bottom: 30px
    }
}

.list-images-27 img {
    margin-top: 15px;
    margin-left: 15px;
    height: 35px
}

@media (min-width:768px) {
    .list-images-27 {
        margin-top: -20px;
        margin-left: -20px
    }

        .list-images-27 img {
            margin-top: 20px;
            margin-left: 20px;
            height: 31px
        }
}

@media (min-width:992px) {
    .list-images-27 img {
        height: 40px
    }
}

.form-search-24 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .form-search-24 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .form-search-24 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .form-search-24 {
        margin-bottom: 30px
    }
}

.map-26 {
    height: 200px;
    background: #f2f2f2;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .map-26 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .map-26 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .map-26 {
        margin-bottom: 30px
    }
}

.map-26 .map_canvas {
    width: 100%;
    height: 100%
}

.map-26 .gm-style {
    font: inherit
}

    .map-26 .gm-style .gm-style-iw {
        font: inherit
    }

.map-26 .gm-style-iw {
    top: 30px !important;
    padding: 10px;
    background-color: #1f2532;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    overflow: visible
}

    .map-26 .gm-style-iw:after {
        content: "";
        z-index: 1;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -10px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #1f2532
    }

    .map-26 .gm-style-iw + div {
        display: none
    }

.map-26 #cd-zoom-in, .map-26 #cd-zoom-out {
    width: 27px;
    height: 24px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    border: solid 1px #ebebeb;
    border-radius: 0;
    margin-right: 20px
}

@media (min-width:768px) {
    .map-26 #cd-zoom-in, .map-26 #cd-zoom-out {
        margin-right: 30px
    }
}

@media (min-width:992px) {
    .map-26 #cd-zoom-in, .map-26 #cd-zoom-out {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .map-26 #cd-zoom-in, .map-26 #cd-zoom-out {
        margin-right: 30px
    }
}

.map-26 #cd-zoom-in {
    margin-bottom: 5px
}

.map-26 #cd-zoom-out {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .map-26 {
        height: 400px
    }
}

@media (min-width:1200px) {
    .map-26 {
        height: 600px
    }
}

.map-26 [style*='background-color: rgba(0, 0, 0, 0.2)'] {
    display: none
}

    .map-26 [style*='background-color: rgba(0, 0, 0, 0.2)'] + div + div {
        display: none
    }

@media (max-width:991px) {
    .content-block-33 .title-bar {
        text-align: center
    }
}

.content-block-33 .module {
    padding: 0;
    border: none
}

.content-block-33 .form-search-24 .module, .content-block-33 .form-search-24 .form-group {
    margin-bottom: 0
}

.content-block-33 .map-26 {
    width: 100%;
    height: 240px
}

.content-block-33 .form-search-24 .module {
    padding: 0;
    border: none
}

.content-block-33 .form-search-24 .module-title + .module-content {
    margin-top: 0
}

@media (min-width:768px) {
    .content-block-33 .map-26 {
        height: 320px
    }
}

@media (min-width:992px) {
    .content-block-33 .form-search-24 .module-title + .module-content {
        margin-top: 20px
    }

    .content-block-33 .map-26 {
        height: 380px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .content-block-33 .form-search-24 .module-title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .content-block-33 .form-search-24 .module-title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .content-block-33 .form-search-24 .module-title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .content-block-33 .map-26 {
        height: 585px
    }
}

.teaser-111 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

.teaser-111 .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    height: 200px
}

@media (min-width:768px) {
    .teaser-111 .link {
        height: 300px
    }
}

.teaser-111 .link:hover .icon {
    right: -10px
}

.teaser-111 .link:hover .image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.teaser-111 .image-wrap {
    position: relative;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden
}

    .teaser-111 .image-wrap .image {
        z-index: 1;
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        max-width: 200%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        backface-visibility: hidden
    }

.teaser-111 .title {
    background: #1f2532;
    color: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 56px
}

@media (min-width:768px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:768px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .teaser-111 .title {
        height: 72px
    }
}

.teaser-111 .title .icon {
    font-size: 20px;
    opacity: 0.4;
    position: relative;
    right: 0px;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.teaser-111 .title .title-sub {
    opacity: 1;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 6px
}

.teaser-111.has-sub-text .title {
    font-size: 13px;
    font-size: 1.3rem
}

@media (min-width:768px) {
    .tall-teaser .teaser-111 .link {
        height: 336px
    }
}

@media (min-width:1200px) {
    .tall-teaser .teaser-111 .link {
        height: 414px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .double-height-sm .teaser-111 .link {
        height: 630px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .double-height-md .teaser-111 .link {
        height: 630px
    }
}

@media (min-width:1200px) {
    .double-height-lg .teaser-111 .link {
        height: 630px
    }
}

.list-teasers-52 {
    margin-bottom: 20px;
    margin-top: 30px
}

@media (min-width:768px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

.list-teasers-52 .teaser {
    margin-bottom: 0
}

@media (max-width:767px) {
    .list-teasers-52 .row > div {
        border-bottom: 1px solid #fff
    }

        .list-teasers-52 .row > div:nth-child(even) {
            position: relative
        }

            .list-teasers-52 .row > div:nth-child(even):after {
                content: '';
                position: absolute;
                background: #fff;
                z-index: 200
            }

            .list-teasers-52 .row > div:nth-child(even):after {
                top: 0;
                bottom: 0;
                left: 0;
                width: 1px
            }
}

@media (min-width:768px) {
    .list-teasers-52 .row {
        margin-top: -20px
    }

    .list-teasers-52 .teaser {
        margin-top: 20px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

.title-bar-32 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

.title-bar-32 + .title-bar-32 {
    margin-top: 10px
}

.informationpagecontentbuilder .title-bar-32 {
    margin-bottom: 0px
}

    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -20px
    }

@media (min-width:768px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

.informationpagecontentbuilder .title-bar-32 .set-h1 {
    font-weight: 200
}

.list-teasers-74 {
    margin-top: 10px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-teasers-74 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-74 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 {
        margin-bottom: 30px
    }
}

.list-teasers-74 .lt-74__title {
    font-family: Montserrat,sans-serif;
    background: transparent;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 200;
    color: #000;
    line-height: 1;
    margin-bottom: 0;
    color: inherit;
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 20px
}

    .list-teasers-74 .lt-74__title + .module-content {
        margin-top: 20px
    }

@media (min-width:768px) {
    .list-teasers-74 .lt-74__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-74 .lt-74__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 .lt-74__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .list-teasers-74 .lt-74__title {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-74 .lt-74__title {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 .lt-74__title {
        margin-bottom: 30px
    }
}

.list-teasers-74 .lt-74__subtitle {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.625;
    padding: 0px 15% 30px 15%;
    margin-top: -10px
}

.list-teasers-74 .teaser {
    margin-bottom: 0
}

    .list-teasers-74 .teaser .image-wrap {
        height: 323px;
        padding-top: 115%;
        overflow: hidden;
    }

        .list-teasers-74 .teaser .image-wrap img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

@media (min-width:768px) {
    .list-teasers-74 .teaser .image-wrap {
        height: 220px
    }
}

@media (min-width:992px) {
    .list-teasers-74 .teaser .image-wrap {
        height: 293px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 .teaser .image-wrap {
        height: 360px
    }
}

.list-teasers-74 .teaser .image-wrap img {
    object-fit: cover
}

.list-teasers-74 .row {
    margin-top: -20px
}

@media (min-width:768px) {
    .list-teasers-74 .row {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .list-teasers-74 .row {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 .row {
        margin-top: -30px
    }
}

.list-teasers-74 .row > div {
    margin-top: 20px
}

@media (min-width:768px) {
    .list-teasers-74 .row > div {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-74 .row > div {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 .row > div {
        margin-top: 30px
    }
}

.list-teasers-74 .lower-button {
    text-align: center
}

    .list-teasers-74 .lower-button .button {
        margin-top: 20px
    }

@media (min-width:768px) {
    .list-teasers-74 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-74 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 .lower-button .button {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .list-teasers-74 .row > div > * {
        margin-left: 10px;
        margin-right: 10px
    }

    .list-teasers-74 .lt-74__title {
        font-size: 28px;
        font-size: 2.8rem
    }

    .list-teasers-74 .lt-74__subtitle {
        padding: 0 0 30px 0
    }
}

@media (min-width:768px) {
    .list-teasers-74 .row > .col-sm-4:nth-child(3n+1) {
        clear: left
    }

    .list-teasers-74 .row > .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

.list-teasers-74 .owl-carousel.owl-loaded .owl-nav {
    margin-top: 20px;
    line-height: 1;
    height: 35px;
    font-size: 34px;
    font-size: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

@media (min-width:768px) {
    .list-teasers-74 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-74 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-74 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

.list-teasers-74 .owl-carousel.owl-loaded .owl-dots {
    height: 35px;
    margin-top: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

    .list-teasers-74 .owl-carousel.owl-loaded .owl-dots .owl-dot {
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: top;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #d9d9d7;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s
    }

        .list-teasers-74 .owl-carousel.owl-loaded .owl-dots .owl-dot span {
            display: none
        }

        .list-teasers-74 .owl-carousel.owl-loaded .owl-dots .owl-dot.active {
            background: #1f2532
        }

        .list-teasers-74 .owl-carousel.owl-loaded .owl-dots .owl-dot:hover {
            background: #94a0bc
        }

@media (min-width:768px) {
    .list-teasers-74 .owl-carousel:not(.owl-loaded) {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-lines: multiple
    }

        .list-teasers-74 .owl-carousel:not(.owl-loaded) > div {
            margin-top: 20px;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-box-flex: 1 0 50%;
            -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
            flex: 1 0 50%;
            max-width: 50%
        }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-74 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-74 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-74 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-74 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-74 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-74 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

.list-details-19 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-details-19 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-details-19 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-details-19 {
        margin-bottom: 30px
    }
}

.list-details-19 .row {
    margin-top: -10px
}

    .list-details-19 .row > div {
        margin-top: 10px
    }

        .list-details-19 .row > div:nth-child(2n+1) {
            clear: left
        }

.rating-3 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .rating-3 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .rating-3 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .rating-3 {
        margin-bottom: 30px
    }
}

.rating-3 > div {
    text-align: center
}

@media (min-width:992px) {
    .rating-3 > div {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        line-height: 1
    }
}

.rating-3 .stars {
    font-size: 30px;
    line-height: 1
}

@media (max-width:991px) {
    .rating-3 .stars {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    .rating-3 .stars {
        margin-right: 15px
    }
}

@media (min-width:1200px) {
    .rating-3 .stars {
        margin-right: 25px
    }
}

.rating-3 .stars .fa + .fa {
    margin-left: 0px
}

.rating-3 .author + .date:before {
    content: ".";
    padding: 0 5px;
    line-height: 0
}

.rating-3 a .fa {
    margin-left: 5px;
    -webkit-transition: margin-left 0.25s ease;
    -moz-transition: margin-left 0.25s ease;
    -o-transition: margin-left 0.25s ease;
    transition: margin-left 0.25s ease
}

.rating-3 a:hover .fa {
    margin-left: 20px
}

@media (max-width: 767px) {
    .product-11 .hide-mobile {
        display: none !important;
    }

    .product-11 .item-product-11 {
        border-bottom: solid 1px #ebebeb;
        margin-bottom: 20px;
    }

        .product-11 .item-product-11 .title-bar {
            text-align: left;
        }

            .product-11 .item-product-11 .title-bar .detail {
                font-size: 18px;
            }

        .product-11 .item-product-11 .cta {
            margin-bottom: 0;
        }

        .product-11 .item-product-11 .list-details-19 {
            margin-top: 10px;
            text-align: left;
        }

            .product-11 .item-product-11 .list-details-19 .col-sm-6 .detail {
                margin-left: 10px;
            }

            .product-11 .item-product-11 .list-details-19 .col-sm-6:before {
                width: 20px;
                display: inline-block;
                left: 0;
                font: normal normal normal 20px/1 FontAwesome;
                content: "\f17b";
            }

    .product-11 .hero-image-24 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .product-11 .hide-desktop {
        display: none !important;
    }
}

.product-11 .image-wrap {
    padding-bottom: 20px;
}



.product-11 .product-image img {
    height: 100%;
    width: 100%;
}

.product-11 .product-image--insitue {
    height: 400px;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0px 5px 33px rgba(0, 0, 0, 0.25);
}

.product-11 .product-image--carpet {
    height: 130px;
    box-shadow: 0px 5px 33px rgba(0, 0, 0, 0.25);
}

.product-11 .product-image + .product-image {
    margin-top: 20px;
}

@media (min-width: 500px) {
    .product-11 .product-image--insitue {
        height: 350px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .product-11 .product-image--carpet:first-child {
        width: 277px;
        height: auto;
        aspect-ratio: 1;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .product-11 .product-image--insitue {
        height: 400px;
    }

    .product-11 .product-image--carpet:first-child {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .product-11 .product-image {
        width: 488px !important;
        margin-left: 0 !important;
    }
}

.product-11 .item-product-11 .button-fixed {
    display: none;
}

@media (min-width: 320px) and (max-width:480px) {
    .product-11 .item-product-11 .button-fixed {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 92%;
    }
}

@media (min-width:500px) and (max-width:767px) {
    .item-product-11 {
        padding-top: 20px
    }
}

.item-product-11 .title-bar {
    margin: 0 0 10px
}

@media (max-width:991px) {
    .item-product-11 .title-bar {
        text-align: center
    }
}

.item-product-11 .title-bar .font-weight-bold {
    font-weight: bold
}

.item-product-11 .title-bar .font-weight-normal {
    font-weight: normal
}

.item-product-11 .list-details {
    padding-top: 20px;
    border-top: 1px solid #ebebeb
}

@media (max-width:767px) {
    .item-product-11 .list-details {
        text-align: center
    }
}

@media (min-width:768px) {
    .item-product-11 .list-details {
        padding-top: 30px
    }
}

@media (min-width:992px) {
    .item-product-11 .list-details {
        padding-top: 30px
    }
}

@media (min-width:1200px) {
    .item-product-11 .list-details {
        padding-top: 30px
    }
}

.item-product-11 .image-wrap {
    text-align: center
}

@media (min-width:992px) {
    .item-product-11 .image-wrap {
        text-align: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .item-product-11 .content-wrap {
        width: 426px;
        margin: 0 auto
    }
}


.item-product-11 .cta {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .item-product-11 .cta {
        display: inline-block;
        text-align: left
    }
}

@media (min-width:1200px) {
    .item-product-11 .cta {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .item-product-11 .cta {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .item-product-11 .cta {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .item-product-11 .cta {
        margin-bottom: 30px
    }
}

.item-product-11 .cta .button-area {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .item-product-11 .cta .button-area {
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .item-product-11 .cta .button-area .btn-order {
        width: 100%
    }
}

.item-product-11 .cta .btn-find-nearest {
    display: block;
    text-align: center
}

@media (min-width:992px) {
    .item-product-11 .cta .btn-find-nearest {
        text-align: left
    }
}

@media (min-width:1200px) {
    .item-product-11 .cta .btn-find-nearest {
        text-align-last: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }
}

.item-product-11 .cta .btn-find-nearest .fa {
    margin-left: 5px;
    font-size: 22px;
    vertical-align: middle
}

@media (min-width:768px) {
    .item-product-11 .cta .btn-find-nearest .fa {
        margin-left: 10px;
        font-size: 32px
    }
}

@media (min-width:992px) {
    .item-product-11 .cta .btn-find-nearest .fa {
        vertical-align: baseline
    }
}

.item-product-11 .image-item-lower {
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .item-product-11 .image-item-lower {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .item-product-11 .image-item-lower {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .item-product-11 .image-item-lower {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .item-product-11 .image-item-lower {
        padding: 0;
        width: 277px;
    }
}

@media (min-width: 992px) {
    .item-product-11 .image-item-lower {
        width: 375px;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .item-product-11 .image-item-lower {
        width: 488px;
    }
}

.item-product-11 .image-item-lower img {
    width: 100%;
    aspect-ratio: 3;
    object-fit: cover;
    box-shadow: none !important;
}

.item-product-11 .image-item {
    text-align: right;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px 20px 40px;
}

@media (min-width: 768px) {
    .item-product-11 .image-item {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .item-product-11 .image-item {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .item-product-11 .image-item {
        margin-bottom: 30px;
    }
}

@media (min-width: 500px) {
    .item-product-11 .image-item {
        padding: 0;
        display: inline-block;
        width: 277px;
    }
}

@media (min-width: 992px) {
    .item-product-11 .image-item {
        width: 375px;
    }
}

@media (min-width: 1200px) {
    .item-product-11 .image-item {
        width: 488px;
    }
}

.item-product-11 .image-item > img {
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.54);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.54);
}

.item-product-11 .image-item .pin-it {
    display: block;
    position: absolute;
}

@media (max-width: 499px) {
    .item-product-11 .image-item .pin-it {
        top: 20px;
        right: 20px;
    }

        .item-product-11 .image-item .pin-it > img {
            height: 28px;
        }
}

@media (min-width: 500px) {
    .item-product-11 .image-item .pin-it {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
    }
}

@media (min-width: 992px) {
    .item-product-11 .image-item .pin-it {
        right: 20px;
    }
}

@media (max-width: 499px) {
    .item-product-11 .image-item {
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }

        .item-product-11 .image-item > img {
            width: 100%;
            box-shadow: none;
        }
}

.back-button {
    margin-bottom: 30px
}

.image-item-19 {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .image-item-19 {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .image-item-19 {
        margin-bottom: 30px;
    }
}

@media (min-width:1200px) {
    .image-item-19 {
        margin-bottom: 30px;
    }
}

.image-item-19 .title {
    font-family: 'Montserrat','sans-serif';
    color: #1f2532;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}

.image-item-19 .image,
.image-item-19 img {
    height: 100px;
    width: 100px;
}

@media (min-width:768px) {
    .image-item-19 .image, .image-item-19 img {
        width: auto;
        height: 70px;
    }
}

@media (min-width:992px) {
    .image-item-19 .image,
    .image-item-19 img {
        height: 110px;
    }
}

.image-item-19 .image svg,
.image-item-19 img svg {
    height: 100%;
}

    .image-item-19 .image svg .cls-1,
    .image-item-19 img svg .cls-1,
    .image-item-19 .image svg .cls-2,
    .image-item-19 img svg .cls-2,
    .image-item-19 .image svg .cls-3,
    .image-item-19 img svg .cls-3 {
        fill: none;
        stroke: #1f2532;
        stroke-miterlimit: 10;
        stroke-linecap: round;
    }

    .image-item-19 .image svg .cls-1,
    .image-item-19 img svg .cls-1,
    .image-item-19 .image svg .cls-3,
    .image-item-19 img svg .cls-3 {
        stroke-linejoin: round;
    }

.image-item-19.is-small {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

    .image-item-19.is-small .image {
        height: 33px;
        width: 40px;
        padding: 5px;
    }

    .image-item-19.is-small .title {
        font-size: 12px;
        font-size: 1.2rem;
    }

.image-item-19 + .image-item-19 {
    margin-left: 30px;
}

@media (min-width: 768px) {
    .image-item-19 {
        width: auto;
    }
}

.list-images-28 {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 20px;
}

    .list-images-28::-webkit-scrollbar {
        display: none;
    }

@media (min-width:768px) {
    .list-images-28 {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .list-images-28 {
        margin-bottom: 30px;
    }
}

@media (min-width:1200px) {
    .list-images-28 {
        margin-bottom: 30px;
    }
}

.list-images-28 .section-inner .row {
    display: flex;
}

    .list-images-28 .section-inner .row .image-item {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .list-images-28 .section-inner .row {
        display: block;
    }
}

.hero-image-24 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    min-height: 284px
}

@media (min-width:768px) {
    .hero-image-24 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .hero-image-24 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .hero-image-24 {
        margin-bottom: 30px
    }
}

.hero-image-24 .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:992px) {
    .hero-image-24 {
        min-height: 600px
    }
}

.hero-image-24 .module {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border: none;
    margin-bottom: 0;
    background-color: transparent
}

@media (min-width:768px) {
    .hero-image-24 .module {
        text-align: center
    }
}

.hero-image-24.has-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative
}

    .hero-image-24.has-background:not(.has-upper-gradient):before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.4)
    }

    .hero-image-24.has-background:not(.has-upper-gradient) .section-inner {
        position: relative
    }

    .hero-image-24.has-background.has-upper-gradient {
        position: relative
    }

        .hero-image-24.has-background.has-upper-gradient:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 25%;
            background-color: transparent;
            background-image: -moz-linear-gradient(top,#fff,transparent);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(transparent));
            background-image: -webkit-linear-gradient(top,#fff,transparent);
            background-image: -o-linear-gradient(top,#fff,transparent);
            background-image: linear-gradient(to bottom,#fff,transparent);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#00000000',GradientType=0)
        }

.hero-image-24.two-cols .module-content {
    text-align: left
}

@media (min-width:768px) {
    .hero-image-24.two-cols .module-content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width:992px) {
    .hero-image-24.two-cols .module-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:1200px) {
    .hero-image-24.two-cols .module-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:768px) {
    .hero-image-24.two-cols .module-content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media (min-width:992px) {
    .hero-image-24.two-cols .module-content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media (min-width:1200px) {
    .hero-image-24.two-cols .module-content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.teaser-116 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .teaser-116 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-116 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-116 {
        margin-bottom: 30px
    }
}

.teaser-116 .module {
    position: relative;
    z-index: 1
}

.teaser-116 .col-image {
    overflow: hidden;
    position: relative
}

.teaser-116 .image-wrap .image {
    width: 100%
}

.teaser-116 .image-wrap .icon {
    position: absolute;
    z-index: 1;
    height: 110px;
    line-height: 110px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 110px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 15px #000;
    background: #fff;
    text-align: center;
    font-size: 60px
}

@media (max-width:767px) {
    .teaser-116 .image-wrap .icon {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.teaser-116 .button {
    margin-top: 20px
}

@media (min-width:768px) {
    .teaser-116 .button {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .teaser-116 .button {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .teaser-116 .button {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .teaser-116 .section-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .teaser-116 .col-image {
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 434px
    }

    .teaser-116 .col-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

        .teaser-116 .col-text .module {
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-bottom: 0
        }

    .teaser-116.image-right .col-text {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .teaser-116.image-top .section-inner {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical
    }

    .teaser-116.image-top .col-image {
        height: 700px;
        width: auto
    }

    .teaser-116.image-top .col-text {
        position: relative;
        height: 160px;
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

        .teaser-116.image-top .col-text .module {
            width: 100%;
            position: absolute;
            bottom: 0;
            margin-top: 0;
            margin-bottom: 0
        }
}

@media (min-width:992px) {
    .teaser-116 .col-image {
        width: 625px
    }

    .teaser-116 .col-text {
        margin-left: -20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }

        .teaser-116 .col-text .module {
            margin-top: 60px;
            margin-bottom: 60px
        }

    .teaser-116.image-right .col-text {
        margin-left: 0;
        margin-right: -20px
    }

    .teaser-116.image-top .col-text {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116 .col-text {
        margin-left: -30px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116 .col-text {
        margin-left: -30px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116 .col-text {
        margin-left: -30px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116.image-right .col-text {
        margin-right: -30px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116.image-right .col-text {
        margin-right: -30px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116.image-right .col-text {
        margin-right: -30px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116.image-top .col-text {
        margin-left: 30px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116.image-top .col-text {
        margin-left: 30px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116.image-top .col-text {
        margin-left: 30px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116.image-top .col-text {
        margin-right: 30px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116.image-top .col-text {
        margin-right: 30px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116.image-top .col-text {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .teaser-116 .col-image {
        width: 700px
    }

    .teaser-116 .col-text .module {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.item-review-4 {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .item-review-4 {
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px
    }
}

@media (min-width:768px) {
    .item-review-4 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .item-review-4 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .item-review-4 {
        margin-bottom: 30px
    }
}

.item-review-4 .section-inner > :last-child {
    margin-bottom: 0
}

.item-review-4 .title {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .item-review-4 .rating > * {
        text-align: left
    }
}

.reviews-26 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .reviews-26 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .reviews-26 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .reviews-26 {
        margin-bottom: 30px
    }
}

.reviews-26 .row {
    margin-top: -20px
}

@media (min-width:768px) {
    .reviews-26 .row {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .reviews-26 .row {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .reviews-26 .row {
        margin-top: -30px
    }
}

.reviews-26 .row > div {
    margin-top: 20px
}

@media (min-width:768px) {
    .reviews-26 .row > div {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .reviews-26 .row > div {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .reviews-26 .row > div {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .reviews-26 .row > div:nth-child(2n+1) {
        clear: left
    }
}

.reviews-26 .item-review {
    margin-bottom: 0
}

.reviews-26 .title-bar {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .reviews-26 .title-bar {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .reviews-26 .title-bar {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .reviews-26 .title-bar {
        margin-bottom: 30px
    }
}

.reviews-26 .view-more-wrap {
    margin-top: 20px
}

@media (min-width:768px) {
    .reviews-26 .view-more-wrap {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .reviews-26 .view-more-wrap {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .reviews-26 .view-more-wrap {
        margin-top: 30px
    }
}

.reviews-26 .button-area {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-top: 20px
}

@media (min-width:768px) {
    .reviews-26 .button-area {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .reviews-26 .button-area {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .reviews-26 .button-area {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .reviews-26 .button-area {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }
}

.reviews-26 .button-area .button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .reviews-26 .button-area .button {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0
    }
}

.title-bar-32 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .title-bar-32 {
        margin-bottom: 30px
    }
}

.title-bar-32 + .title-bar-32 {
    margin-top: 10px
}

.informationpagecontentbuilder .title-bar-32 {
    margin-bottom: 0px
}

    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -20px
    }

@media (min-width:768px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .informationpagecontentbuilder .title-bar-32 + .informationpagecontentbuilder .title-bar-32 {
        margin-top: -30px
    }
}

.informationpagecontentbuilder .title-bar-32 .set-h1 {
    font-weight: 200
}

.teaser-118 {
    margin-bottom: 20px
    isolation: isolate;
}

@media (min-width:768px) {
    .teaser-118 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-118 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-118 {
        margin-bottom: 30px
    }
}


.teaser-118 .image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    padding-bottom: 100%;
    text-align: left
}

.teaser-118 .image-wrap .image {
    z-index: 1;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s; 
    -o-transition: 0.5s;
    transition: 0.5s;
}

.teaser-118 .image-wrap {
    background-size: cover;
    background-position: center
}

    .teaser-118 .image-wrap .image {
        width: 100%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s
    }

.teaser-118 .title {
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
    font-weight: 700;
}

.teaser-118 .title-sub--link {
    cursor: pointer;
    pointer-events: auto;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 5px
}

.teaser-118 .title-sub--link__icon {
    position: relative;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.teaser-118 .title-sub--link__icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.teaser-118 .title-sub--link__text {
    font-weight: 700
}

.teaser-118 .title-sub--link:hover .title-sub--link__text {
    text-decoration: underline
}

@media (max-width:767px) {
    .teaser-118 {
        text-align: center
    }

        .teaser-118 .image-wrap {
            margin: 0 auto 20px;
            padding-bottom: 0
        }

            .teaser-118 .image-wrap .image {
                width: 140px;
                height: 140px;
                position: static
            }

        .teaser-118 .title {
            padding-top: 0
        }
}

@media (min-width:768px) {
    .teaser-118 .title-sub {
        text-align: center
    }
}

@media (min-width:992px) {
    .teaser-118 .title-sub {
        margin-top: 5px
    }
}

.teaser-118 .link .teaser-118--picture-overlay .image {
    opacity: 0;
}

.teaser-118 .link:hover .teaser-118--picture-overlay .image {
    opacity: 1;
}

.teaser-118--alt {
    margin-bottom: -10px !important;
}
.teaser-118--alt .image-wrap {
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
}
.teaser-118--alt .image-wrap {
    background-size: cover;
    background-position: center;
}
.teaser-118--alt .title {
    font-size: 1.6rem;
    font-weight: unset;
    font-weight: 600;
}
.teaser-118--alt .title-sub {
    margin-top: 0;
}
.teaser-118--alt .title-sub--link {
    pointer-events: auto;
    padding-top: 10px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 5px;
    gap: 10px;
    outline: none;
    background: none;
    border: none;
    margin: auto;
    padding: 0;
}
.teaser-118--alt .title-sub--link:focus-visible .title-sub--link__text {
    text-decoration: underline;
}
.teaser-118--alt .title-sub--link__icon {
    position: relative;
    width: 14px;
    height: 14px;
    width: 36px;
    height: 36px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teaser-118--alt .title-sub--link__icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.teaser-118--alt .title-sub--link__text {
    font-weight: bold;
    font-size: 16px;
}
.teaser-118--alt .title-sub--link:hover .title-sub--link__text {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .teaser-118--alt {
        margin-bottom: 0 !important;
    }
    .teaser-118--alt .image-wrap {
        max-width: none;
    }
    .teaser-118--alt .title-sub--link {
        padding-top: 4px;
    }
    .teaser-118--alt .title-sub--link__icon {
        position: relative;
        width: 26px;
        height: 26px;
        font-size: 26px;
    }
}

.list-teasers-57 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-teasers-57 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-57 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-57 {
        margin-bottom: 30px
    }
}

.list-teasers-57 .row {
    margin-top: -20px
}

@media (min-width:768px) {
    .list-teasers-57 .row {
        margin-top: -30px
    }
}

@media (min-width:992px) {
    .list-teasers-57 .row {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .list-teasers-57 .row {
        margin-top: -30px
    }
}

.list-teasers-57 .teaser {
    margin-bottom: 0;
    margin-top: 20px
}

@media (min-width:768px) {
    .list-teasers-57 .teaser {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-57 .teaser {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-57 .teaser {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .list-teasers-57 .teaser-118 .image-wrap {
        max-width: 300px;
    }
}


@media (min-width: 768px) {
    .list-teasers-57 .teaser-118 .image-wrap .image img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 539px) {
    .list-teasers-57 .row {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .list-teasers-57 .teaser-118 .image-wrap .image,
    .list-teasers-57 .teaser-118 .image-wrap img {
        height: 300px;
        width: 100%;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .list-teasers-57 .row .col-xs-12 {
        width: 50%
    }
}

.filter-groups-9 {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .filter-groups-9 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }

    .filter-groups-9 .filter-groups {
        margin-left: 20px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .filter-groups-9 .filter-groups {
        margin-left: 30px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .filter-groups-9 .filter-groups {
        margin-left: 30px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .filter-groups-9 .filter-groups {
        margin-left: 30px
    }
}

.filter-groups-10 {
    text-align: center
}

.filter-groups-10 .icon-wrap {
    text-align: right;
    margin-right: 25px;
    padding-bottom: 0
}

    .filter-groups-10 .icon-wrap .icon {
        font-size: 20px;
        vertical-align: middle
    }

        .filter-groups-10 .icon-wrap .icon:first-child {
            margin-right: 10px
        }

        .filter-groups-10 .icon-wrap .icon.active {
            color: #1f2532
        }

.filter-groups-10 .form-group {
    -webkit-box-flex: 0 1 304px;
    -webkit-flex: 0 1 304px;
    -ms-flex: 0 1 304px;
    flex: 0 1 304px;
    margin-bottom: 0
}

.filter-groups-10 .paging {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.filter-groups-10 .paging .paging-5 {
    margin-top: 20px;
    gap: 20px
}

@media (min-width: 768px) {
    .filter-groups-10 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }

    .filter-groups-10 .title + .paging {
        -webkit-box-flex: 0 1 33%;
        -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%
    }

    .filter-groups-10 .paging {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }

    .filter-groups-10 .paging .paging-5 {
        margin-top: 0
    }

    .filter-groups-10 > * {
        -webkit-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

.trust-pilot-1 .title-bar {
    text-align: center;
}

.notification-17 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #1F2532;
    color: #FFFFFF;
    z-index: 999;
    transform: translateY(-100%);
    -webkit-animation: slidein .6s forwards;
    -moz-animation: slidein .6s forwards;
    -ms-animation: slidein .6s forwards;
    animation: slidein .6s forwards;
    top: 0;
    right: 0;
    left: 0;
}

@media (min-width: 768px) {
    .notification-17 {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .notification-17 {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .notification-17 {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .notification-17 {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .notification-17 {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .notification-17 {
        padding-right: 30px;
    }
}

.notification-17 a {
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

    .notification-17 a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f112";
        transition: .4s transform ease;
    }

    .notification-17 a:hover:after {
        transform: translateX(10px);
    }

.notification-17__close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.notification-17--close {
    -webkit-animation: slideOut .4s forwards;
    -moz-animation: slideOut .4s forwards;
    -ms-animation: slideOut .4s forwards;
    animation: slideOut .4s forwards;
}

@media (max-width: 767px) {
    .notification-17 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 112px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
    }

        .notification-17 > .container {
            max-height: 112px;
            overflow: hidden;
        }

        .notification-17 ~ .header-59 {
            top: 252px;
            height: calc(100vh - 252px) !important;
            background: #FFF;
        }


            .notification-17 ~ .header-59 .search-wrapper {
                top: 200px;
            }


        .notification-17 ~ .header-59-header-mobile {
            top: 112px !important;
        }

        .notification-17 ~ .header-59 .header-upper .search-wrapper .search-form {
            position: static;
        }

        .notification-17 ~ .header-59 .header-lower {
            padding-bottom: 0;
        }

        .notification-17 ~ .header-59 ~ main {
            padding-top: 252px !important;
        }
}

@media (min-width:1200px) {
    .notification-17__close {
        right: 40px;
    }
}

@keyframes slidein {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes slidein {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

.sample-1{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-shadow:0 1px 25px rgb(0 0 0 / .05);
    box-shadow:0 1px 25px rgb(0 0 0 / .05);
    padding:15px;
    border-radius:10px
}
.sample-1__image{
    -webkit-box-flex:0 0 auto;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:80px;
    height:80px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -ms-align-items:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-justify-content:center;
    justify-content:center;
    -ms-flex-pack:center;
    position:relative
}
.sample-1__image img{
    height:100%;
    width:100%
}
.sample-1__image__icon--add,.sample-1__image__icon--remove{
    background:0 0;
    padding:0;
    border:none
}
.sample-1__image__icon--add{
    position:absolute;
    height:40px;
    width:40px
}
.sample-1__image__icon--add:after,.sample-1__image__icon--add:before{
content:'';
position:absolute;
margin:auto;
top:0;
right:0;
bottom:0;
left:0;
background:#ebebeb
}
.sample-1__image__icon--add:before{
height:1px
}
.sample-1__image__icon--add:after{
width:1px
}
.sample-1__image__icon--remove,.sample-1__image__icon--removing{
position:absolute;
z-index:5;
right:0;
top:0;
transform:translate(50%,-50%);
height:33px;
width:33px;
border-radius:50%;
background:#1f2532;
padding:2px;
border:4px solid #fff
}
.sample-1__image__icon--remove span,.sample-1__image__icon--removing span{
background:#fff;
border-radius:50%;
height:100%;
width:100%;
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-align-items:center;
align-items:center;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-justify-content:center;
justify-content:center;
-ms-flex-pack:center
}
.sample-1__image__icon--remove{
display:none
}
.sample-1__image__icon--removing{
z-index:15
}
.sample-1__content{
-webkit-box-flex:1 1 auto;
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin-left:20px;
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-ms-flex-direction:column;
-webkit-flex-direction:column;
flex-direction:column;
-webkit-box-orient:vertical;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-justify-content:center;
justify-content:center;
-ms-flex-pack:center
}
.sample-1__content__title{
font-weight:400!important
}
.sample-1__content__desc{
margin-top:5px
}
.sample-1__content__desc p+p{
margin:0
}
.sample-1__content__remove{
margin-top:5px;
color:#CC6C76;
background:0 0;
height:auto;
width:auto;
padding:0;
border:none;
text-align:left
}
.sample-1__content__remove:hover{
text-decoration:underline
}
.sample-1--is-empty .sample-1__image{
background:url(../images/sample-placeholder.svg) center no-repeat;
background-size:contain
}
.sample-1--is-empty .sample-1__content{
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-align:flex-start;
-webkit-align-items:flex-start;
-ms-align-items:flex-start;
align-items:flex-start;
-ms-flex-align:start
}
.sample-1--is-empty:hover .sample-1__image{
background-image:url(../images/sample-placeholder-hover.svg)
}
.sample-1--is-empty:hover .sample-1__content__title{
text-decoration:underline
}
@media (min-width:992px){
.sample-1__image{
width:102px;
height:102px
}
.sample-1__image img{
-webkit-box-shadow:5px 5px 20px 0 rgba(0,0,0,.2);
box-shadow:5px 5px 20px 0 rgba(0,0,0,.2)
}
.sample-1__image__icon,.sample-1__image__icon--add{
display:block
}
.sample-1__content__remove{
display:none
}

}
.samples-1__blurb{
display:none
}
.samples-1__results__title{
font-weight:600!important
}
.samples-1__results__list,.samples-1__results__list .sample-1+.sample-1{
margin-top:20px
}
.samples-1__results__lower{
margin-top:40px
}
@media (min-width:768px){
.samples-1__results__lower{
margin-top:60px
}

}
@media (min-width:992px){
.samples-1__results__lower{
margin-top:60px
}

}
@media (min-width:1200px){
.samples-1__results__lower{
    margin-top:60px
}

}
.samples-1__results__lower__text{
    text-align:center;
    font-weight:600;
    font-size:16px;
    font-size:1.6rem
}
.samples-1__results__lower__text+.samples-1__results__lower__buttons{
    margin-top:20px
}
.samples-1__results__lower__buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    margin-left:-5px;
    margin-right:-5px
}
.samples-1__results__lower__buttons .button{
    -webkit-box-flex:1 1 auto;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    margin-left:5px;
    margin-right:5px;
    margin-top:10px;
    padding-left:5px;
    padding-right:5px
}
.samples-1__results__lower__buttons .button img,.samples-1__results__lower__buttons .button svg{
    height:20px;
    margin-right:5px;
    -webkit-box-flex:0 0 auto;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto
}
.samples-1__results__lower__buttons .button--back,.samples-1__results__lower__buttons .button--continue,.samples-1__results__lower__buttons .button--remove-all,.samples-1__results__lower__buttons .button--view{
    margin-top:0;
    -webkit-flex-basis:calc(50% - 10px);
    -moz-flex-basis:calc(50% - 10px);
    -ms-flex-basis:calc(50% - 10px);
    flex-basis:calc(50% - 10px);
    background:0 0;
    border:2px solid #D6D6D6;
    padding-top:0;
    padding-bottom:0;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4b4b4b
}
.samples-1__results__lower__buttons .button--continue,.samples-1__results__lower__buttons .button--remove-all{
    border-color:transparent
}
.samples-1__results__lower__buttons .button--remove-all{
    border:1px solid #1f2532
}
.samples-1__results__lower__buttons .button--continue{
    background:#1f2532;
    color:#fff
}
.samples-1__results__lower__buttons .button--continue:hover{
    background:#c7a95c
}
@media (max-width:991px){
    .samples-1__results__list .sample-1{
        position:relative
    }
    .samples-1__results__list .sample-1+.sample-1--is-empty{
        margin-top:40px
    }
    .samples-1__results__list .sample-1+.sample-1--is-empty:after{
        content:'';
        position:absolute;
        top:-20px;
        right:0;
        left:0;
        height:2px;
        background:#EFEFEF
    }
    .samples-1__results__list .sample-1+.sample-1--is-empty+.sample-1--is-empty{
        margin-top:20px
    }
    .samples-1 .samples-1__results__lower--desktop,.samples-1__results__list .sample-1+.sample-1--is-empty+.sample-1--is-empty:after{
        display:none
    }
    .samples-1__buttons .button--back,.samples-1__buttons .button--view{
        font-size:12px
    }
}
@media (min-width:992px){
    .samples-1{
        display:-webkit-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex
    }
    .samples-1 .samples-1__results__lower--mob{
        display:none
    }
    .samples-1__blurb{
        display:block;
        -webkit-box-flex:0 0 41.66666667%;
        -webkit-flex:0 0 41.66666667%;
        -ms-flex:0 0 41.66666667%;
        flex:0 0 41.66666667%
    }
    .samples-1__blurb__title+p{
        margin-top:20px
    }
    .samples-1__results{
        -webkit-box-flex:1 1 auto;
        -webkit-flex:1 1 auto;
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        padding-left:20px
    }
    .samples-1__results__title{
        display:none
    }
    .samples-1__results__list{
        margin-top:0
    }
    .samples-1__results__list .sample-1+.sample-1{
        margin-top:40px
    }
}
@media (min-width:992px) and (min-width:768px){
    .samples-1__results{
        padding-left:30px
    }
}
@media (min-width:992px) and (min-width:992px){
    .samples-1__results{
        padding-left:30px
    }
}
@media (min-width:992px) and (min-width:1200px){
    .samples-1__results{
        padding-left:30px
    }
}

.paging-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center
}

    .paging-5.paging-prev {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }

    .paging-5.paging-next {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

    .paging-5.paging-prev.paging-next {
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }

@media (min-width:768px) {
    .paging-5.paging-prev {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

    .paging-5.paging-next {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

    .paging-5.paging-prev.paging-next {
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
}

@media (max-width:767px) {
    .paging-5 .pagination-tabs {
        display: none
    }
}

.paging-5 .pagination-tabs .page-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .paging-5 .pagination-tabs .page-list .page-link {
        padding: 0 5px
    }

        .paging-5 .pagination-tabs .page-list .page-link:nth-child(n+4):not(:last-child) {
            display: none
        }

        .paging-5 .pagination-tabs .page-list .page-link a {
            color: #1f2532
        }

@media (min-width:768px) {
    .paging-5 .pagination-tabs .page-list .page-link {
        display: block !important
    }
}

.paging-5 .pagination-tabs .page-list .page-link.active a, .paging-5 .pagination-tabs .page-list .page-link a:hover {
    color: transparent
}

.paging-5 .pagination-tabs .page-list .page-link.has-dots:before {
    content: "...";
    padding-right: 15px;
    padding-left: 10px
}

.paging-5 .pagination-nav .pagination-next:after, .paging-5 .pagination-nav .pagination-next:before, .paging-5 .pagination-nav .pagination-prev:after, .paging-5 .pagination-nav .pagination-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.filter-results-16 .module {
    padding: 0;
    border: none;
    margin-bottom: 0
}

    .filter-results-16 .module .module-content .form-group {
        margin-bottom: 0
    }

        .filter-results-16 .module .module-content .form-group > label {
            margin-bottom: 0
        }

        .filter-results-16 .module .module-content .form-group .flaggable label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            margin-bottom: 0
        }

            .filter-results-16 .module .module-content .form-group .flaggable label .icon {
                margin-right: 20px
            }

        .filter-results-16 .module .module-content .form-group .flaggable:last-child {
            margin-bottom: 0
        }

            .filter-results-16 .module .module-content .form-group .flaggable:last-child label {
                margin-bottom: 0
            }

.list-results-4 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-results-4 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-results-4 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-results-4 {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .list-results-4 .upper-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
}

.list-results-4 .upper-content .search-summary {
    display: block;
    margin-top: 10px
}

@media (min-width:768px) {
    .list-results-4 .upper-content .search-summary {
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: right;
        margin-top: 0
    }
}

.list-results-4 .upper-content .list-criteria {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px
}

    .list-results-4 .upper-content .list-criteria li {
        display: inline-block
    }

        .list-results-4 .upper-content .list-criteria li:not(:last-child):after {
            content: ","
        }

.modal-popup-16 {
    top: 20px;
    bottom: auto;
    margin: auto
}

@media (min-width:768px) {
    .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:992px) {
    .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:1200px) {
    .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:768px) {
    .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:992px) {
    .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:1200px) {
    .modal-popup-16 {
        top: 30px
    }
}

@media (min-width:768px) {
    .modal-popup-16 {
        width: 750px
    }
}

@media (min-width:992px) {
    .modal-popup-16 {
        width: 970px
    }
}

@media (min-width:1200px) {
    .modal-popup-16 {
        width: 1170px
    }
}

@media (max-width:767px) {
    .modal-popup-16 {
        width: auto;
        top: 0;
        bottom: 0
    }
}

.modal-popup-16 .modal-popup-16__module-content {
    overflow-y: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0;
    padding-left: 0;
    max-height: calc(100vh - ( 20px * 2))
}

@media (min-width:768px) {
    .modal-popup-16 .modal-popup-16__module-content {
        max-height: calc(100vh - ( 30px * 4))
    }
}

@media (min-width:992px) {
    .modal-popup-16 .modal-popup-16__module-content {
        max-height: calc(100vh - ( 30px * 4))
    }
}

@media (min-width:1200px) {
    .modal-popup-16 .modal-popup-16__module-content {
        max-height: calc(100vh - ( 30px * 4))
    }
}

.modal-popup-16 .modal-popup-16__module {
    position: relative;
    margin-bottom: 0;
    border: none;
    padding: 0
}

.modal-popup-16 .btn-close {
    color: #fff;
    position: absolute;
    cursor: pointer;
    padding: 10px;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 12;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

@media (min-width:768px) {
    .modal-popup-16 .btn-close {
        top: 0;
        right: 0;
        font-size: 30px
    }
}

.modal-popup-16 .btn-close:hover {
    opacity: 0.8
}

.modal-popup-16 .image-wrap .image {
    width: 100%;
    max-width: none
}

.modal-popup-16 .content {
    padding: 20px
}

@media (min-width:768px) {
    .modal-popup-16 .content {
        padding: 30px
    }
}

@media (min-width:992px) {
    .modal-popup-16 .content {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .modal-popup-16 .content {
        padding: 30px
    }
}

.modal-popup-16 .title {
    font-family: 'Montserrat','sans-serif';
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px
}

.modal-popup-16 .text + .button-area {
    margin-top: 20px
}

@media (min-width:768px) {
    .modal-popup-16 .text + .button-area {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .modal-popup-16 .text + .button-area {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .modal-popup-16 .text + .button-area {
        margin-top: 30px
    }
}

.modal-popup-16 .button-area .button {
    width: 100%;
    text-align: center
}

@media (min-width:768px) {
    .modal-popup-16 {
        max-width: 945px
    }

        .modal-popup-16 .btn-close {
            color: #4b4b4b
        }

        .modal-popup-16 .modal-popup-16__module-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex
        }

            .modal-popup-16 .modal-popup-16__module-content .image-wrap {
                -webkit-box-flex: 1 1 auto;
                -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto
            }

            .modal-popup-16 .modal-popup-16__module-content .content {
                -webkit-box-flex: 0 0 365px;
                -webkit-flex: 0 0 365px;
                -ms-flex: 0 0 365px;
                flex: 0 0 365px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-box-orient: vertical
            }

                .modal-popup-16 .modal-popup-16__module-content .content .text {
                    -webkit-box-flex: 1 1 auto;
                    -webkit-flex: 1 1 auto;
                    -ms-flex: 1 1 auto;
                    flex: 1 1 auto
                }
}

.teaser-111 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

.teaser-111 .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    height: 200px
}

@media (min-width:768px) {
    .teaser-111 .link {
        height: 300px
    }
}

.teaser-111 .link:hover .icon {
    right: -10px
}

.teaser-111 .link:hover .image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.teaser-111 .image-wrap {
    position: relative;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden
}

    .teaser-111 .image-wrap .image {
        z-index: 1;
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        max-width: 200%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        backface-visibility: hidden
    }

.teaser-111 .title {
    background: #1f2532;
    color: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 56px
}

@media (min-width:768px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:768px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .teaser-111 .title {
        height: 72px
    }
}

.teaser-111 .title .icon {
    font-size: 20px;
    opacity: 0.4;
    position: relative;
    right: 0px;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.teaser-111 .title .title-sub {
    opacity: 1;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 6px
}

.teaser-111.has-sub-text .title {
    font-size: 13px;
    font-size: 1.3rem
}

@media (min-width:768px) {
    .tall-teaser .teaser-111 .link {
        height: 336px
    }
}

@media (min-width:1200px) {
    .tall-teaser .teaser-111 .link {
        height: 414px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .double-height-sm .teaser-111 .link {
        height: 630px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .double-height-md .teaser-111 .link {
        height: 630px
    }
}

@media (min-width:1200px) {
    .double-height-lg .teaser-111 .link {
        height: 630px
    }
}

.list-teasers-52 {
    margin-bottom: 20px;
    margin-top: 30px
}

@media (min-width:768px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

.list-teasers-52 .teaser {
    margin-bottom: 0
}

@media (max-width:767px) {
    .list-teasers-52 .row > div {
        border-bottom: 1px solid #fff
    }

        .list-teasers-52 .row > div:nth-child(even) {
            position: relative
        }

            .list-teasers-52 .row > div:nth-child(even):after {
                content: '';
                position: absolute;
                background: #fff;
                z-index: 200
            }

            .list-teasers-52 .row > div:nth-child(even):after {
                top: 0;
                bottom: 0;
                left: 0;
                width: 1px
            }
}

@media (min-width:768px) {
    .list-teasers-52 .row {
        margin-top: -20px
    }

    .list-teasers-52 .teaser {
        margin-top: 20px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .content-block-34 .no-mobile-spacing {
        margin-left: -15px;
        margin-right: -15px
    }
}

.accordion-41 {
    background-color: #ffffff;
}
.accordion-41__filters {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .accordion-41__filters {
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41__filters {
        padding-left: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41__filters {
        padding-left: 30px;
    }
}
@media (min-width: 768px) {
    .accordion-41__filters {
        padding-right: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41__filters {
        padding-right: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41__filters {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .accordion-41__filters {
        margin-top: -10px;
        padding-bottom: 10px;
    }
}
.accordion-41__filters__active {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.accordion-41__filters__active__item {
    border: 1px solid;
    background: #fff;
    padding: 5px 8px;
    margin: 0;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    padding-right: calc(33px);
}
.accordion-41__filters__active__item:hover:after {
    background: #4b4b4b;
    color: #fff;
}
.accordion-41__filters__active__item:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f342";
    font-size: 15px;
    background: #fff;
    height: 17px;
    width: 17px;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.accordion-41__filters__clear {
    border: none;
    background: none;
    padding: 0;
    margin: 20px 0 10px;
    font-size: 14px;
    text-decoration: underline;
}
.accordion-41__filters__clear:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .accordion-41__filters__clear {
        margin-bottom: 00px;
        margin-top: 10px;
    }
}
.accordion-41__filters__clear--hidden {
    display: none;
}
@media (min-width: 768px) {
    .accordion-41 {
        margin-bottom: 30px;
    }
    .accordion-41 .is-popover {
        max-width: 380px;
    }
    .accordion-41.open .is-popover .btn-close:after {
        content: "";
        position: fixed;
        top: 0;
        left: 380px;
        height: 100vh;
        width: 100vw;
        z-index: -1;
    }
    .accordion-41.open .is-popover .content-wrap .content {
        overflow: visible;
    }
}
@media (min-width: 992px) {
    .accordion-41 {
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 {
        margin-bottom: 30px;
    }
}
.accordion-41 .title-wrap .title-main {
    padding: 20px;
}
@media (min-width: 768px) {
    .accordion-41 .title-wrap .title-main {
        padding: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .title-wrap .title-main {
        padding: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .title-wrap .title-main {
        padding: 30px;
    }
}
.accordion-41 .title-wrap .title-sub {
    padding: 20px;
}
@media (min-width: 768px) {
    .accordion-41 .title-wrap .title-sub {
        padding: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .title-wrap .title-sub {
        padding: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .title-wrap .title-sub {
        padding: 30px;
    }
}
.accordion-41 .content-wrap {
    border: 1px solid #ebebeb;
    border-bottom: 0;
}
.accordion-41 .content-wrap .content-area {
    border-bottom: 1px solid #ebebeb;
}
.accordion-41 .content-wrap .content-area .title {
    line-height: 1;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 20px;
    cursor: pointer;
    outline-offset: -1px;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap .content-area .title {
        padding: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap .content-area .title {
        padding: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap .content-area .title {
        padding: 30px;
    }
}
.accordion-41 .content-wrap .content-area .title .title-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.accordion-41 .content-wrap .content-area .title .title-inner .text {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.accordion-41 .content-wrap .content-area .title .title-inner .icon {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.accordion-41 .content-wrap .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap .content {
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap .content {
        padding-left: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap .content {
        padding-left: 30px;
    }
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap .content {
        padding-right: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap .content {
        padding-right: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap .content {
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap .content {
        padding-bottom: 0px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap .content {
        padding-bottom: 0px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap .content {
        padding-bottom: 0px;
    }
}
.accordion-41 .content-wrap .content.no-results-text {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}
.accordion-41 .content-wrap.faq-wrap {
    border: none;
}
.accordion-41 .content-wrap.faq-wrap .content-area {
    border: 1px solid #ebebeb;
}
.accordion-41 .content-wrap.faq-wrap .content-area + .content-area {
    border-top: 1px solid #ebebeb;
    margin-top: -1px;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content-area + .content-area {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content-area + .content-area {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content-area + .content-area {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content-area + .content-area {
        margin-top: 30px;
    }
}
.accordion-41 .content-wrap.faq-wrap .content iframe {
    height: 156.37500684px;
    width: 278px;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content iframe {
        height: 229.50001004px;
        width: 408px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content iframe {
        height: 311.62501363px;
        width: 554px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content iframe {
        height: 386.43751691px;
        width: 687px;
    }
}
.accordion-41 .content-wrap.faq-wrap .content * {
    margin: 20px 0 0;
}
.accordion-41 .content-wrap.faq-wrap .content img {
    display: block;
}
.accordion-41 .content-wrap.faq-wrap .content h1 {
    font-size: 28px;
    font-size: 2.8rem;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 200;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content h1 {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content h1 {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
.accordion-41 .content-wrap.faq-wrap .content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content h2 {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content h2 {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content h2 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}
.accordion-41 .content-wrap.faq-wrap .content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.accordion-41 .content-wrap.faq-wrap .content h4 {
    font-size: 18px;
    font-size: 1.8rem;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 200;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content h4 {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content h4 {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content h4 {
        font-size: 20px;
        font-size: 2rem;
    }
}
.accordion-41 .content-wrap.faq-wrap .content h5 {
    font-size: 16px;
    font-size: 1.6rem;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 200;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.accordion-41 .content-wrap.faq-wrap .content h6 {
    font-size: 16px;
    font-size: 1.6rem;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 200;
}
@media (min-width: 768px) {
    .accordion-41 .content-wrap.faq-wrap .content h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
    .accordion-41 .content-wrap.faq-wrap .content h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .content-wrap.faq-wrap .content h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
    .accordion-41 .btn-wrap {
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (min-width: 768px) {
    .accordion-41 .btn-wrap {
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .accordion-41 .btn-wrap {
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    .accordion-41 .btn-wrap {
        margin-top: 30px;
    }
}
.accordion-41 .mobile-button-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (min-width: 768px) {
    .accordion-41 .mobile-button-wrapper {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .mobile-button-wrapper {
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .accordion-41 .mobile-button-wrapper {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .accordion-41 .mobile-button-wrapper {
        display: none;
    }
}
.accordion-41 .mobile-button-wrapper * {
    border: none;
}
.accordion-41 .mobile-button-wrapper .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
}
.accordion-41 .is-popover {
    background: #ffffff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.5s, visibility 0s 0.5s;
    position: fixed;
    z-index: 19999;
    left: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
}
.accordion-41 .is-popover.section-inner {
    width: 100%;
}
.accordion-41 .is-popover .btn-close {
    position: absolute;
    right: 20px;
    top: 23px;
    background: none;
    border: none;
    padding: 10px;
    margin: -10px;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    font-size: 20px;
}
@media (min-width: 768px) {
    .accordion-41 .is-popover .btn-close {
        top: 39px;
    }
}
.accordion-41 .is-popover .btn-close:hover {
    opacity: 0.75;
}
.accordion-41 .is-popover .title-wrap {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.accordion-41 .is-popover .content-wrap {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.accordion-41 .is-popover .btn-wrap {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px 20px;
    border-top: 1px solid #ebebeb;
}
.accordion-41 .is-popover .btn-wrap .button {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion-41 .is-popover .content-wrap {
    overflow-y: auto;
    padding-top: 1px;
}
.accordion-41 .is-popover:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s ease;
}
.accordion-41.open .content-wrap .content {
    padding-bottom: 20px;
}
.accordion-41.open .is-popover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.5s, visibility 0.5s;
    visibility: visible;
}
.accordion-41.open .is-popover:after {
    opacity: 1;
    pointer-events: none;
}

.blurb-85 .button-area {
    margin-top: 20px
}

@media (min-width:768px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .blurb-85 .button-area {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .blurb-85 .button-area .button {
        width: 100%
    }
}

@media (min-width:768px) {
    .blurb-85.extra-padding .module {
        padding-left: calc(8.33333333% + 15px);
        padding-right: calc(8.33333333% + 15px)
    }
}

.blurb-85 .info-block {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .blurb-85 .info-block {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .blurb-85 .info-block {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .blurb-85 .info-block {
        margin-top: 60px;
    }
}

.info-block-2 > .section-inner > div {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 20px;
}

@media (min-width: 768px) {
    .info-block-2 > .section-inner > div {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .info-block-2 > .section-inner > div {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .info-block-2 > .section-inner > div {
        padding: 30px;
    }
}

.info-block-2 + .content-block {
    margin-top: 20px;
}

.info-block-1 {
    display: flex;
    align-items: center;
    color: #F80E1B;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .info-block-1 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .info-block-1 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .info-block-1 {
        margin-bottom: 30px;
    }
}

.info-block-1__icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background: #F80E1B;
    color: #FFFFFF;
    font-family: times, serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    font-weight: bold;
    font-size: 22px;
    margin-right: 10px;
}

.teaser-111 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 {
        margin-bottom: 30px
    }
}

.teaser-111 .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    height: 200px
}

@media (min-width:768px) {
    .teaser-111 .link {
        height: 300px
    }
}

.teaser-111 .link:hover .icon {
    right: -10px
}

.teaser-111 .link:hover .image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.teaser-111 .image-wrap {
    position: relative;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden
}

    .teaser-111 .image-wrap .image {
        z-index: 1;
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        max-width: 200%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        backface-visibility: hidden
    }

.teaser-111 .title {
    background: #1f2532;
    color: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 56px
}

@media (min-width:768px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 .title {
        padding-left: 30px
    }
}

@media (min-width:768px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .teaser-111 .title {
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .teaser-111 .title {
        height: 72px
    }
}

.teaser-111 .title .icon {
    font-size: 20px;
    opacity: 0.4;
    position: relative;
    right: 0px;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.teaser-111 .title .title-sub {
    opacity: 1;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 6px
}

.teaser-111.has-sub-text .title {
    font-size: 13px;
    font-size: 1.3rem
}

@media (min-width:768px) {
    .tall-teaser .teaser-111 .link {
        height: 336px
    }
}

@media (min-width:1200px) {
    .tall-teaser .teaser-111 .link {
        height: 414px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .double-height-sm .teaser-111 .link {
        height: 630px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .double-height-md .teaser-111 .link {
        height: 630px
    }
}

@media (min-width:1200px) {
    .double-height-lg .teaser-111 .link {
        height: 630px
    }
}

.list-teasers-52 {
    margin-bottom: 20px;
    margin-top: 30px
}

@media (min-width:768px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-52 {
        margin-bottom: 30px
    }
}

.list-teasers-52 .teaser {
    margin-bottom: 0
}

@media (max-width:767px) {
    .list-teasers-52 .row > div {
        border-bottom: 1px solid #fff
    }

        .list-teasers-52 .row > div:nth-child(even) {
            position: relative
        }

            .list-teasers-52 .row > div:nth-child(even):after {
                content: '';
                position: absolute;
                background: #fff;
                z-index: 200
            }

            .list-teasers-52 .row > div:nth-child(even):after {
                top: 0;
                bottom: 0;
                left: 0;
                width: 1px
            }
}

@media (min-width:768px) {
    .list-teasers-52 .row {
        margin-top: -20px
    }

    .list-teasers-52 .teaser {
        margin-top: 20px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-52 .row {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-52 .teaser {
        margin-top: 30px
    }
}

.filter-results-16 .module {
    padding: 0;
    border: none;
    margin-bottom: 0
}

    .filter-results-16 .module .module-content .form-group {
        margin-bottom: 0
    }

        .filter-results-16 .module .module-content .form-group > label {
            margin-bottom: 0
        }

        .filter-results-16 .module .module-content .form-group .flaggable label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            -ms-align-items: center;
            align-items: center;
            margin-bottom: 0
        }

            .filter-results-16 .module .module-content .form-group .flaggable label .icon {
                margin-right: 20px
            }

        .filter-results-16 .module .module-content .form-group .flaggable:last-child {
            margin-bottom: 0
        }

            .filter-results-16 .module .module-content .form-group .flaggable:last-child label {
                margin-bottom: 0
            }

.slideshow-72 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .slideshow-72 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .slideshow-72 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .slideshow-72 {
        margin-bottom: 30px
    }
}

.slideshow-72 .item {
    position: relative;
    width: 100%
}

.slideshow-72 .title-wrap {
    max-width: 840px;
    width: 100%;
    padding: 20px
}

@media (min-width:768px) {
    .slideshow-72 .title-wrap {
        padding: 30px
    }
}

@media (min-width:992px) {
    .slideshow-72 .title-wrap {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .slideshow-72 .title-wrap {
        padding: 30px
    }
}

.slideshow-72 .title-main {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 200
}

.slideshow-72 .title-sub {
    margin-top: 20px;
    font-size: 18px
}

.slideshow-72 .button-area {
    margin-top: 20px
}

.slideshow-72 .image-wrap {
    position: relative;
    height: 237px;
    overflow: hidden
}

    .slideshow-72 .image-wrap .image {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        max-width: 200%;
        object-fit: cover
    }

@media (max-width:767px) {
    .slideshow-72 .title-wrap {
        text-align: center
    }
}

@media (min-width:768px) {
    .slideshow-72 .item {
        height: 882px;
        min-height: 400px
    }

    .slideshow-72 .title-main {
        font-size: 44px;
        font-size: 4.4rem
    }

    .slideshow-72 .image-wrap {
        height: 100%
    }

    .slideshow-72 .title-wrap {
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background: rgba(0,0,0,0.3);
        color: #fff
    }

    .slideshow-72 .content {
        padding: 20px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .slideshow-72.-vpos-top .content {
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }

    .slideshow-72.-vpos-center .content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center
    }

    .slideshow-72.-vpos-bottom .content {
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end
    }

    .slideshow-72.-hpos-left .content {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }

    .slideshow-72.-hpos-center .content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .slideshow-72.-hpos-right .content {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

    .slideshow-72.-text-left {
        text-align: left
    }

    .slideshow-72.-text-center {
        text-align: center
    }

    .slideshow-72.-text-right {
        text-align: right
    }

    .slideshow-72.-dark-text .content .title-wrap {
        color: #4b4b4b
    }

    .slideshow-72.-short .item {
        height: 520px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .slideshow-72 .content {
        padding: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .slideshow-72 .content {
        padding: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .slideshow-72 .content {
        padding: 30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .slideshow-72 .content {
        width: 750px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .slideshow-72 .content {
        width: 970px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .slideshow-72 .content {
        width: 1170px
    }
}

@media (min-width:1200px) {
    .slideshow-72 .title-main {
        font-size: 54px;
        font-size: 5.4rem
    }
}

.teaser-142 {
    margin-bottom: 20px;
    display: block;
    text-align: center
}

@media (min-width:768px) {
    .teaser-142 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-142 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-142 {
        margin-bottom: 30px
    }
}

.teaser-142 .image-wrap {
    position: relative;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .teaser-142 .image-wrap {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-142 .image-wrap {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-142 .image-wrap {
        margin-bottom: 30px
    }
}

.teaser-142 .image-wrap img {
    width: 100%;
    display: block;
    height: 100%
}

.teaser-142 .image-wrap .teaser-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #1F2532;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 50%;
}

@media (max-width:768px) {
    .teaser-142 .image-wrap.owl-image-wrap img {
        height: 80px
    }
}

.teaser-142 input {
    display: none
}

.teaser-142 .icon-add {
    bottom: 10px;
    right: 10px;
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 28px;
    font-size: 2.8rem;
    color: #4b4b4b;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

    .teaser-142 .icon-add:hover {
        background: #e6e6e6
    }

    .teaser-142 .icon-add:before, .teaser-142 .icon-add:after {
        -webkit-transition: background 0.15s;
        -moz-transition: background 0.15s;
        -o-transition: background 0.15s;
        transition: background 0.15s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .teaser-142 .icon-add:before {
        content: "\f2c2"
    }

    .teaser-142 .icon-add:after {
        content: "\f28e";
        opacity: 0
    }

    .teaser-142 .icon-add .tooltip {
        pointer-events: none;
        color: #4b4b4b;
        position: absolute;
        font-family: 'Montserrat','sans-serif';
        right: 100%;
        top: 0;
        bottom: 0;
        height: 32px;
        line-height: 32px;
        margin: auto;
        background: #fff;
        white-space: nowrap;
        font-size: 11px;
        font-size: 1.1rem;
        border-radius: 16px;
        margin-right: 6px;
        padding: 0 10px;
        opacity: 0;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s
    }

        .teaser-142 .icon-add .tooltip:after {
            content: '';
            position: absolute;
            z-index: 100;
            left: 100%;
            width: 0;
            height: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #fff;
            -webkit-transform: translateX(-2px);
            -moz-transform: translateX(-2px);
            -ms-transform: translateX(-2px);
            -o-transform: translateX(-2px);
            transform: translateX(-2px)
        }

.teaser-142.-added .icon-add {
    background: #1f2532;
    color: #fff
}

    .teaser-142.-added .icon-add:before {
        opacity: 0
    }

    .teaser-142.-added .icon-add:after {
        opacity: 1
    }

.teaser-142 input:checked + .icon-add {
    background: #1f2532;
    color: #fff
}

    .teaser-142 input:checked + .icon-add:before {
        opacity: 0
    }

    .teaser-142 input:checked + .icon-add:after {
        opacity: 1
    }

.teaser-142 .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Montserrat','sans-serif';
    font-weight: 200;
    line-height: 1.2;
    color: #000
}

.teaser-142 .desc {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem
}

.teaser-142 .button-area .text-link {
    font-weight: bold
}

.teaser-142:hover .button-area .text-link {
    text-decoration: none
}

.teaser-142:hover .icon-add .tooltip {
    opacity: 1
}

@media (min-width:768px) {
    .teaser-142 .desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.85
    }
}

@media (min-width:992px) {
    .teaser-142 .title {
        font-size: 24px;
        font-size: 2.4rem
    }

    .teaser-142 .desc {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625
    }
}

@media (min-width:1200px) {
    .teaser-142 .icon-add .tooltip {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.list-teasers-77 .owl-carousel .owl-item img {
    height: 212px;
    object-fit: cover
}

@media (max-width:1200px) {
    .list-teasers-77 .owl-carousel .owl-item img {
        height: 172px
    }
}

@media (max-width:992px) {
    .list-teasers-77 .owl-carousel .owl-item img {
        height: 165px
    }
}

@media (max-width:767px) {
    .list-teasers-77 .owl-carousel .owl-item img {
        height: 165px
    }
}

.list-teasers-75 {
    margin-bottom: 20px
}

    .list-teasers-75 .lt-75__title {
        font-family: Montserrat,sans-serif;
        background: transparent;
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 15px;
        font-weight: 200;
        color: #000;
        line-height: 1;
        margin-bottom: 0;
        color: inherit;
        font-size: 28px;
        font-size: 2.8rem;
        text-align: center;
        margin-bottom: 20px;
        margin-bottom: 10px !important;
        padding-bottom: 40px;
        margin-top: 30px
    }

        .list-teasers-75 .lt-75__title + .module-content {
            margin-top: 20px
        }

@media (min-width:768px) {
    .list-teasers-75 .lt-75__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-75 .lt-75__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-75 .lt-75__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .list-teasers-75 .lt-75__title {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-75 .lt-75__title {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-75 .lt-75__title {
        margin-bottom: 30px
    }
}

.list-teasers-75 .detect-vw {
    position: absolute;
    z-index: -100;
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 4px;
    opacity: 0;
    visibility: hidden
}

@media (min-width:768px) {
    .list-teasers-75 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-75 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-75 {
        margin-bottom: 30px
    }
}

.list-teasers-75 .teaser {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    height: 100%
}

    .list-teasers-75 .teaser .image-wrap {
        -webkit-box-flex: 0 0 80px;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-bottom: 0;
        margin-right: 20px
    }

@media (min-width:768px) {
    .list-teasers-75 .teaser .image-wrap {
        margin-right: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-75 .teaser .image-wrap {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-75 .teaser .image-wrap {
        margin-right: 30px
    }
}

.list-teasers-75 .owl-carousel.owl-loaded .owl-nav {
    margin-top: 20px;
    line-height: 1;
    height: 35px;
    font-size: 34px;
    font-size: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

@media (min-width:768px) {
    .list-teasers-75 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-75 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-75 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

.list-teasers-75 .owl-carousel.owl-loaded .owl-dots {
    height: 35px;
    margin-top: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

    .list-teasers-75 .owl-carousel.owl-loaded .owl-dots .owl-dot {
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: top;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #d9d9d7;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s
    }

        .list-teasers-75 .owl-carousel.owl-loaded .owl-dots .owl-dot span {
            display: none
        }

        .list-teasers-75 .owl-carousel.owl-loaded .owl-dots .owl-dot.active {
            background: #1f2532
        }

        .list-teasers-75 .owl-carousel.owl-loaded .owl-dots .owl-dot:hover {
            background: #94a0bc
        }

.list-teasers-75 .lower-button {
    text-align: center
}

    .list-teasers-75 .lower-button .button {
        margin-top: 20px
    }

@media (min-width:768px) {
    .list-teasers-75 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-75 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-75 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .list-teasers-75 .detect-vw {
        width: 8px
    }

    .list-teasers-75 .owl-carousel:not(.owl-loaded) {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-lines: multiple
    }

        .list-teasers-75 .owl-carousel:not(.owl-loaded) > div {
            margin-top: 20px;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-box-flex: 1 0 50%;
            -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
            flex: 1 0 50%;
            max-width: 50%
        }

    .list-teasers-75 .lt-75__title {
        font-size: 35px;
        font-size: 3.5rem
    }

    .list-teasers-75 .teaser .image-wrap {
        -webkit-box-flex: 0 0 130px;
        -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-75 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-75 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-75 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-75 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-75 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-75 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-75 .detect-vw {
        width: 12px
    }

    .list-teasers-75 .lt-75__title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:1200px) {
    .list-teasers-75 .detect-vw {
        width: 16px
    }
}

.content-block-67 + *:not(.content-block-67, .modal-popup) {
    margin-top: 20px;
    padding-top: 20px
}

@media (min-width:768px) {
    .content-block-67 + *:not(.content-block-67, .modal-popup) {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .content-block-67 + *:not(.content-block-67, .modal-popup) {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .content-block-67 + *:not(.content-block-67, .modal-popup) {
        margin-top: 30px
    }
}

.content-block-67 .fa-play {
    padding-left: 0
}

.content-block-67 > .section-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-block-67.-t2 {
    background: #f0f0f1;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0
}

    .content-block-67.-t2.-is-thumbnail .cb67__blurb__title {
        text-align: left
    }

.content-block-67 .cb67__media-block {
    height: 100%;
    width: 100%;
}

    .content-block-67 .cb67__media-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
        min-height: 100%;
        display: inline-block;
    }

    .content-block-67 .cb67__media-block .video {
        position: relative
    }

        .content-block-67 .cb67__media-block .video video {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: top
        }

        .content-block-67 .cb67__media-block .video .play {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 124px;
            width: 100px;
            text-align: center;
            color: #fff
        }

            .content-block-67 .cb67__media-block .video .play .icon {
                font-size: 96px;
                font-size: 9.6rem
            }

            .content-block-67 .cb67__media-block .video .play .text {
                font-size: 16px;
                font-size: 1.6rem
            }

.content-block-67 .cb67__blurb__content > *:last-child {
    margin-bottom: 0
}

.content-block-67 .cb67__blurb__title {
    font-family: 'Montserrat','sans-serif';
    margin-bottom: 10px;
    line-height: 1;
    font-size: 28px;
    font-size: 2.8rem;
    color: #000;
    font-weight: 200;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .content-block-67 .row > .col-sm-6 > .cb67__blurb__title:not(.-center-title) {
        text-align: left;
    }
}

.content-block-67 .cb67__blurb__title > * {
    font-size: inherit
}

.content-block-67 .cb67__blurb__title-sub {
    font-family: 'Montserrat','sans-serif';
    margin-bottom: 10px;
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    font-weight: 200;
    margin-top: 20px;
}

@media (min-width:768px) {
    .content-block-67 .cb67__blurb__title-sub {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .content-block-67 .cb67__blurb__title-sub {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .content-block-67 .cb67__blurb__title-sub {
        margin-top: 30px
    }
}

.content-block-67 .cb67__blurb__text {
    margin-top: 20px
}

@media (min-width:768px) {
    .content-block-67 .cb67__blurb__text {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .content-block-67 .cb67__blurb__text {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .content-block-67 .cb67__blurb__text {
        margin-top: 30px
    }
}

.content-block-67 .cb67__blurb__text a {
    cursor: pointer;
    color: #1f2532;
    text-decoration: underline
}

    .content-block-67 .cb67__blurb__text a:hover {
        text-decoration: none
    }

.content-block-67 .cb67__blurb__button {
    margin-top: 20px
}

@media (min-width:768px) {
    .content-block-67 .cb67__blurb__button {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .content-block-67 .cb67__blurb__button {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .content-block-67 .cb67__blurb__button {
        margin-top: 30px
    }
}

.content-block-67 .cb67__background-media-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:768px) {
    .content-block-67 .cb67__background-media-wrapper {
        padding-top: 60px
    }
}

@media (min-width:992px) {
    .content-block-67 .cb67__background-media-wrapper {
        padding-top: 60px
    }
}

@media (min-width:1200px) {
    .content-block-67 .cb67__background-media-wrapper {
        padding-top: 60px
    }
}

@media (min-width:768px) {
    .content-block-67 .cb67__background-media-wrapper {
        padding-bottom: 60px
    }
}

@media (min-width:992px) {
    .content-block-67 .cb67__background-media-wrapper {
        padding-bottom: 60px
    }
}

@media (min-width:1200px) {
    .content-block-67 .cb67__background-media-wrapper {
        padding-bottom: 60px
    }
}

.content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block img, .content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block .video {
    overflow: hidden
}

    .content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block .video video {
        width: 100%;
        vertical-align: top
    }

.content-block-67 .cb67__background-media-wrapper .cb67__blurb {
    position: relative
}

@media (min-width:992px) {
    .content-block-67 .cb67__background-media-wrapper {
        min-height: 445px
    }
}

@media (min-width:1200px) {
    .content-block-67 .cb67__background-media-wrapper {
        min-height: 625px
    }
}

@media (max-width:767px) {
    .content-block-67 {
        text-align: center
    }

        .content-block-67 .row {
            margin-top: -20px
        }

            .content-block-67 .row > div {
                margin-top: 20px
            }

        .content-block-67 .cb67__blurb__button .button {
            font-size: 14px;
            font-size: 1.4rem
        }
}

@media (min-width:768px) {
    .content-block-67 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

        .content-block-67 .row > div {
            -webkit-box-flex: 1 0 auto;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

    .content-block-67 .cb67__blurb__title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:992px) {
    .content-block-67 .cb67__blurb__title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.tab-menu-17 {
    padding-left: 0px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

@media screen and (min-width:992px) {
    .tab-menu-17 {
        white-space: normal
    }
}

.tab-menu-17 li.tab {
    display: inline-block;
    list-style-type: none;
    border-bottom: 3px solid 1;
    -webkit-transition: border-bottom 0.2s;
    -moz-transition: border-bottom 0.2s;
    -o-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s
}

    .tab-menu-17 li.tab :nth-last-child(1) {
        margin-right: 0px
    }

    .tab-menu-17 li.tab a {
        display: inline-block;
        padding: 10px 10px;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none
    }

@media screen and (min-width:992px) {
    .tab-menu-17 li.tab a {
        padding: 10px 20px
    }
}

.tab-menu-17 li.tab:hover {
    border-bottom: 3px solid #1f2532;
    -webkit-transition: border-bottom 0.2s;
    -moz-transition: border-bottom 0.2s;
    -o-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s
}

.tab-menu-17 li.tab-active {
    font-weight: 900;
    border-bottom: 3px solid #1f2532
}

.list-links-39 {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1
}

@media (min-width:768px) {
    .list-links-39 {
        padding-top: 60px
    }
}

@media (min-width:992px) {
    .list-links-39 {
        padding-top: 60px
    }
}

@media (min-width:1200px) {
    .list-links-39 {
        padding-top: 60px
    }
}

@media (min-width:768px) {
    .list-links-39 {
        padding-bottom: 60px
    }
}

@media (min-width:992px) {
    .list-links-39 {
        padding-bottom: 60px
    }
}

@media (min-width:1200px) {
    .list-links-39 {
        padding-bottom: 60px
    }
}

.list-links-39 .sitemap-title {
    margin-bottom: 20px
}

.list-links-39 .sitemap-subtitle a {
    text-decoration: none
}

    .list-links-39 .sitemap-subtitle a:hover {
        border-bottom: 1px solid #1f2532
    }

.list-links-39.grey-bg {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.02)
}

.list-links-39 .anchor-point {
    position: relative;
    top: -70px
}

@media screen and (min-width:768px) {
    .list-links-39 .anchor-point {
        top: -100px
    }
}

@media (min-width:768px) {
    .list-links-39 .list-grid {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (min-width:992px) {
    .list-links-39 .list-grid {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@media (min-width:1200px) {
    .list-links-39 .list-grid {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

.list-links-39 .content {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .list-links-39 .content {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-links-39 .content {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-links-39 .content {
        margin-bottom: 30px
    }
}

.list-links-39 .content .sitemap-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem
}

.list-links-39 .content .list-wrap li a {
    display: block;
    margin-top: 8px;
    text-decoration: none;
    font-size: 1.2rem
}

    .list-links-39 .content .list-wrap li a:hover {
        color: #1f2532;
        text-decoration: underline
    }

.list-links-39 .content .list-wrap li:last-child a {
    margin-bottom: 10px
}

.teaser-142 {
    margin-bottom: 20px;
    display: block;
    text-align: center
}

@media (min-width:768px) {
    .teaser-142 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-142 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-142 {
        margin-bottom: 30px
    }
}

.teaser-142 .image-wrap {
    position: relative;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .teaser-142 .image-wrap {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .teaser-142 .image-wrap {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .teaser-142 .image-wrap {
        margin-bottom: 30px
    }
}

.teaser-142 .image-wrap img {
    width: 100%;
    display: block;
    height: 100%
}

@media (max-width:768px) {
    .teaser-142 .image-wrap.owl-image-wrap img {
        height: 80px
    }
}

.teaser-142 input {
    display: none
}

.teaser-142 .icon-add {
    bottom: 10px;
    right: 10px;
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 28px;
    font-size: 2.8rem;
    color: #4b4b4b;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

    .teaser-142 .icon-add:hover {
        background: #e6e6e6
    }

    .teaser-142 .icon-add:before, .teaser-142 .icon-add:after {
        -webkit-transition: background 0.15s;
        -moz-transition: background 0.15s;
        -o-transition: background 0.15s;
        transition: background 0.15s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .teaser-142 .icon-add:before {
        content: "\f2c2"
    }

    .teaser-142 .icon-add:after {
        content: "\f28e";
        opacity: 0
    }

    .teaser-142 .icon-add .tooltip {
        pointer-events: none;
        color: #4b4b4b;
        position: absolute;
        font-family: 'Montserrat','sans-serif';
        right: 100%;
        top: 0;
        bottom: 0;
        height: 32px;
        line-height: 32px;
        margin: auto;
        background: #fff;
        white-space: nowrap;
        font-size: 11px;
        font-size: 1.1rem;
        border-radius: 16px;
        margin-right: 6px;
        padding: 0 10px;
        opacity: 0;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s
    }

        .teaser-142 .icon-add .tooltip:after {
            content: '';
            position: absolute;
            z-index: 100;
            left: 100%;
            width: 0;
            height: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #fff;
            -webkit-transform: translateX(-2px);
            -moz-transform: translateX(-2px);
            -ms-transform: translateX(-2px);
            -o-transform: translateX(-2px);
            transform: translateX(-2px)
        }

.teaser-142.-added .icon-add {
    background: #1f2532;
    color: #fff
}

    .teaser-142.-added .icon-add:before {
        opacity: 0
    }

    .teaser-142.-added .icon-add:after {
        opacity: 1
    }

.teaser-142 input:checked + .icon-add {
    background: #1f2532;
    color: #fff
}

    .teaser-142 input:checked + .icon-add:before {
        opacity: 0
    }

    .teaser-142 input:checked + .icon-add:after {
        opacity: 1
    }

.teaser-142 .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Montserrat','sans-serif';
    font-weight: 200;
    line-height: 1.2;
    color: #000
}

.teaser-142 .desc {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem
}

.teaser-142 .button-area .text-link {
    font-weight: bold
}

.teaser-142:hover .button-area .text-link {
    text-decoration: none
}

.teaser-142:hover .icon-add .tooltip {
    opacity: 1
}

@media (min-width:768px) {
    .teaser-142 .desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.85
    }
}

@media (min-width:992px) {
    .teaser-142 .title {
        font-size: 24px;
        font-size: 2.4rem
    }

    .teaser-142 .desc {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625
    }
}

@media (min-width:1200px) {
    .teaser-142 .icon-add .tooltip {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.list-teasers-77 .owl-carousel .owl-item img {
    height: 212px;
    object-fit: cover
}

@media (max-width:1200px) {
    .list-teasers-77 .owl-carousel .owl-item img {
        height: 172px
    }
}

@media (max-width:992px) {
    .list-teasers-77 .owl-carousel .owl-item img {
        height: 165px
    }
}

@media (max-width:767px) {
    .list-teasers-77 .owl-carousel .owl-item img {
        height: 165px
    }
}

.list-teasers-77 {
    overflow: hidden;
    margin-bottom: 20px
}

    .list-teasers-77 .teaser .image-wrap {
        box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.3);
        padding-bottom: 100%;
        overflow: hidden;
    }

        .list-teasers-77 .teaser .image-wrap img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

    .list-teasers-77 .lt-77__title {
        font-family: Montserrat,sans-serif;
        background: transparent;
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 15px;
        font-weight: 200;
        color: #000;
        line-height: 1;
        margin-bottom: 0;
        color: inherit;
        text-align: center;
        margin-bottom: 20px
    }

        .list-teasers-77 .lt-77__title + .module-content {
            margin-top: 20px
        }

@media (min-width:768px) {
    .list-teasers-77 .lt-77__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-77 .lt-77__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-77 .lt-77__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .list-teasers-77 .lt-77__title {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-77 .lt-77__title {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-77 .lt-77__title {
        margin-bottom: 30px
    }
}

.list-teasers-77 .detect-vw {
    position: absolute;
    z-index: -100;
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 4px;
    opacity: 0;
    visibility: hidden
}

@media (min-width:768px) {
    .list-teasers-77 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-77 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-77 {
        margin-bottom: 30px
    }
}

.list-teasers-77 .owl-carousel.owl-loaded .owl-nav {
    margin-top: 20px;
    line-height: 1;
    height: 35px;
    font-size: 34px;
    font-size: 3.4rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

@media (min-width:768px) {
    .list-teasers-77 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-77 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-77 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 30px
    }
}

.list-teasers-77 .owl-carousel.owl-loaded .owl-nav:not(.disabled) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.list-teasers-77 .owl-carousel.owl-loaded .owl-dots {
    height: 35px;
    margin-top: -35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

    .list-teasers-77 .owl-carousel.owl-loaded .owl-dots:not(.disabled) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .list-teasers-77 .owl-carousel.owl-loaded .owl-dots .owl-dot {
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: top;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #d9d9d7;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s
    }

        .list-teasers-77 .owl-carousel.owl-loaded .owl-dots .owl-dot span {
            display: none
        }

        .list-teasers-77 .owl-carousel.owl-loaded .owl-dots .owl-dot.active {
            background: #1f2532
        }

        .list-teasers-77 .owl-carousel.owl-loaded .owl-dots .owl-dot:hover {
            background: #94a0bc
        }

.list-teasers-77 .lower-button {
    text-align: center
}

    .list-teasers-77 .lower-button .button {
        margin-top: 20px
    }

@media (min-width:768px) {
    .list-teasers-77 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-77 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .list-teasers-77 .lower-button .button {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .list-teasers-77 .detect-vw {
        width: 8px
    }

    .list-teasers-77 .owl-carousel:not(.owl-loaded) {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-lines: multiple
    }

        .list-teasers-77 .owl-carousel:not(.owl-loaded) > div {
            margin-top: 20px;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-box-flex: 1 0 50%;
            -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
            flex: 1 0 50%;
            max-width: 50%
        }

    .list-teasers-77 .lt-77__title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-77 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-77 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-77 .owl-carousel:not(.owl-loaded) {
        margin-top: -30px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .list-teasers-77 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .list-teasers-77 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .list-teasers-77 .owl-carousel:not(.owl-loaded) > div {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .list-teasers-77 .detect-vw {
        width: 12px
    }
}

@media (min-width:1200px) {
    .list-teasers-77 .detect-vw {
        width: 16px
    }
}

html {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased
}

    html body {
        overflow-y: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        min-height: 100vh
    }

        html body main {
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

@media (max-width:767px) {
    html.mob-overflow-y-hidden body {
        overflow-y: hidden
    }
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
    body {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    body {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:1200px) {
    body {
        font-size: 16px;
        font-size: 1.6rem
    }
}

main > section:first-child[class^=hero-image] {
    margin-top: 0 !important
}

p + p {
    margin-top: 20px
}

address {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.section-inner, .container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .section-inner, .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .section-inner, .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .section-inner, .container {
        width: 1170px
    }
}

.section-inner .section-inner, .container .section-inner {
    width: auto;
    padding-left: 0;
    padding-right: 0
}

@media (max-width:767px) {
    .no-mobile-spacing .section-inner {
        padding-left: 0;
        padding-right: 0
    }

        .no-mobile-spacing .section-inner .row {
            margin-left: 0;
            margin-right: 0
        }

            .no-mobile-spacing .section-inner .row > div {
                padding-left: 0;
                padding-right: 0
            }

    .section-inner .no-mobile-spacing {
        margin-left: -15px;
        margin-right: -15px
    }
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    line-height: 1;
    margin: 0;
    font-family: inherit
}

.module {
    padding: 20px
}

@media (min-width:768px) {
    .module {
        padding: 30px
    }
}

@media (min-width:992px) {
    .module {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .module {
        padding: 30px
    }
}

.module .module-title {
    margin-bottom: 0;
    line-height: 1;
    color: inherit
}

    .module .module-title + .module-content {
        margin-top: 20px
    }

@media (min-width:768px) {
    .module .module-title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .module .module-title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .module .module-title + .module-content {
        margin-top: 30px
    }
}

@media (max-width:768px) {
    .module {
        margin-bottom: 20px
    }
}

@media (max-width:768px) and (min-width:768px) {
    .module {
        margin-bottom: 30px
    }
}

@media (max-width:768px) and (min-width:992px) {
    .module {
        margin-bottom: 30px
    }
}

@media (max-width:768px) and (min-width:1200px) {
    .module {
        margin-bottom: 30px
    }
}

::-moz-selection {
    background: #1f2532;
    color: #fff
}

::selection {
    background: #1f2532;
    color: #fff
}

.button {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

@media (min-width:768px) {
    .button {
        padding-left: 60px
    }
}

@media (min-width:992px) {
    .button {
        padding-left: 60px
    }
}

@media (min-width:1200px) {
    .button {
        padding-left: 60px
    }
}

@media (min-width:768px) {
    .button {
        padding-right: 60px
    }
}

@media (min-width:992px) {
    .button {
        padding-right: 60px
    }
}

@media (min-width:1200px) {
    .button {
        padding-right: 60px
    }
}

.button.alt {
    background: #c7a95c
}

    .button.alt:hover {
        background: #1f2532
    }

.button.-t2 {
    background: #fff;
    border: 2px solid #ebebeb;
    color: #1f2532;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold
}

    .button.-t2:hover {
        background: #1f2532;
        color: #fff
    }

.button .icon {
    font-size: 17px;
    vertical-align: baseline
}

.text-link {
    cursor: pointer;
    color: #1f2532;
    text-decoration: underline
}

    .text-link:hover {
        text-decoration: none
    }

.modal .section-inner {
    width: auto;
    padding-left: 0;
    padding-right: 0
}

.modal .flaggable, .modal .form-group {
    margin-bottom: 20px
}

.fa-play {
    padding-left: 0.1em
}

.header-59 {
    letter-spacing: 0.06em;
    color: #1f2532
}

    .header-59 .social-links-wrapper .social-links .icon-wrap a:nth-child(5n+1) {
        clear: left
    }

@media (min-width:768px) {
    .header-59 .header-lower, .header-59 .subnav {
        background: #f0f0f1
    }

        .header-59 .header-lower .main-nav .nav-list > li {
            color: #000
        }

            .header-59 .header-lower .main-nav .nav-list > li > a, .header-59 .header-lower .main-nav .nav-list > li > .more-link, .header-59 .header-lower .main-nav .nav-list > li ul li a {
                text-transform: uppercase;
                font-weight: 600
            }
}

.slideshow-72 .content .title-wrap .title-main {
    line-height: 1.2
}

.slideshow-72 .content .title-wrap .title-sub {
    line-height: 1.2
}

@media (min-width:768px) {
    .slideshow-72 .content .title-wrap {
        background: rgba(0,0,0,0.5);
        color: #fff
    }
}

.search-bar-3 .form-group {
    border: #ebebeb solid 1px;
    border-radius: 5px
}

    .search-bar-3 .form-group .form-control {
        border: none
    }

    .search-bar-3 .form-group .button {
        background: none;
        color: inherit;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        transition: 0.15s;
        font-size: 28px
    }

        .search-bar-3 .form-group .button:hover {
            background: inherit;
            opacity: 0.75
        }

.paging-5 {
    font-size: 14px;
    font-size: 1.4rem
}

    .paging-5 .pagination-tabs {
        display: block;
        margin: 0 20px
    }

@media (max-width:767px) {
    .paging-5 .pagination-tabs {
        display: none
    }
}

.paging-5 .pagination-tabs .page-list .page-link {
    padding: 0 3px
}

    .paging-5 .pagination-tabs .page-list .page-link a {
        text-decoration: none
    }

        .paging-5 .pagination-tabs .page-list .page-link.active a, .paging-5 .pagination-tabs .page-list .page-link a:hover {
            color: inherit;
            text-decoration: underline
        }

    .paging-5 .pagination-tabs .page-list .page-link.has-dots:before {
        padding-right: 3px;
        padding-left: 3px;
        letter-spacing: 5px
    }

.paging-5 .pagination-nav .pagination-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f111";
    padding-right: 5px
}

.paging-5 .pagination-nav .pagination-next:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f112";
    padding-left: 5px
}

.paging-5 .pagination-nav > * {
    white-space: nowrap;
    border-radius: 5px;
    color: #fff;
    background-color: #1f2532;
    line-height: 1;
    padding: 10px 20px;
    display: block;
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s
}

    .paging-5 .pagination-nav > .disabled {
        pointer-events: none;
        opacity: 0.5
    }

.map-26 #cd-zoom-in, .map-26 #cd-zoom-out {
    color: #828282
}

.map-26 .gm-style .gm-style-iw {
    font-size: 14px
}

.teaser-111 .title {
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    background: rgba(0,0,0,0.75);
    margin-top: -56px
}

@media (min-width:768px) {
    .teaser-111 .title {
        margin-top: -72px
    }
}

.teaser-116 .image-wrap img {
    min-height: 230px
}

@media (min-width:768px) {
    .teaser-116 .image-wrap img {
        min-height: 350px
    }
}

@media (min-width:992px) {
    .teaser-116 .col-image {
        width: 700px
    }

    .teaser-116 .image-wrap img.image {
        height: 600px
    }
}

.teaser-116 .button {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:768px) {
    .teaser-116 .button {
        padding-left: 30px
    }
}

@media (min-width:992px) {
    .teaser-116 .button {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .teaser-116 .button {
        padding-left: 30px
    }
}

@media (min-width:768px) {
    .teaser-116 .button {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .teaser-116 .button {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .teaser-116 .button {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .teaser-116 .col-image {
        width: 750px
    }
}

@media (min-width:768px) {
    .teaser-116 .image-wrap {
        height: 100%
    }

        .teaser-116 .image-wrap .image {
            height: 100%
        }
}

@media (min-width:992px) {
    .teaser-116 .module {
        padding: 40px
    }

    .teaser-116 .col-text {
        margin-left: -80px
    }

    .teaser-116.image-right .col-text {
        margin-right: -80px
    }

    .teaser-116.image-top .col-text {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116 .module {
        padding: 60px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116 .module {
        padding: 60px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116 .module {
        padding: 60px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116 .col-text {
        margin-left: -120px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116 .col-text {
        margin-left: -120px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116 .col-text {
        margin-left: -120px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116.image-right .col-text {
        margin-right: -120px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116.image-right .col-text {
        margin-right: -120px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116.image-right .col-text {
        margin-right: -120px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116.image-top .col-text {
        margin-left: 60px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116.image-top .col-text {
        margin-left: 60px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116.image-top .col-text {
        margin-left: 60px
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teaser-116.image-top .col-text {
        margin-right: 60px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teaser-116.image-top .col-text {
        margin-right: 60px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teaser-116.image-top .col-text {
        margin-right: 60px
    }
}

@media (min-width:1200px) {
    .teaser-116 .col-text {
        margin-left: -40px
    }

    .teaser-116.image-right .col-text {
        margin-right: -40px
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .teaser-116 .col-text {
        margin-left: -60px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .teaser-116 .col-text {
        margin-left: -60px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .teaser-116 .col-text {
        margin-left: -60px
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .teaser-116.image-right .col-text {
        margin-right: -60px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .teaser-116.image-right .col-text {
        margin-right: -60px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .teaser-116.image-right .col-text {
        margin-right: -60px
    }
}

.modal-popup-15 {
    max-width: 944px
}

@media(max-width: 767px) {
    .modal-popup-15 .modal-popup-15__module {
        position: fixed;
        min-height: -webkit-fill-available;
        width: 100%;
    }

    .button-area-10 {
        padding-bottom: 100px;
    }
}

@media (min-width:1200px) {
    .modal-popup-15 .modal-popup-15__module {
        padding-right: 60px;
        padding-bottom: 60px;
        padding-left: 60px
    }
}

.modal-popup-15 .blurb-85 .module-title {
    text-align: center
}

@media (min-width: 1200px) {
    .progression-8,
    .notification-12 {
        margin-bottom: 60px;
    }
}

.content-block-34 .accordion-41 .content-area .title .title-inner,
.content-block-36 .accordion-41 .content-area .title .title-inner {
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width:1200px) {
    .content-block-34, .content-block-36 {
        margin-top: 45px
    }
}

.content-block-34 .title-inner, .content-block-36 .title-inner {
    margin-bottom: 10px
}

    .content-block-34 .title-inner::after, .content-block-36 .title-inner::after {
        position: absolute;
        left: 0px;
        bottom: -10px;
        content: '';
        height: 1px;
        width: 30px;
        border-bottom: 1px solid
    }

.content-block-36 .list-teasers-57 .title-sub, .content-block-34 .list-teasers-57 .title-sub {
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .content-block-36 .list-teasers-57 .row, .content-block-34 .list-teasers-57 .row {
        pointer-events: none;
        margin-top: -40px
    }

        .content-block-36 .list-teasers-57 .row .teaser, .content-block-34 .list-teasers-57 .row .teaser {
            margin-top: 40px
        }

            .content-block-36 .list-teasers-57 .row .teaser .link, .content-block-34 .list-teasers-57 .row .teaser .link {
                pointer-events: auto
            }

        .content-block-36 .list-teasers-57 .row > .col-xs-6:nth-child(3n+1), .content-block-34 .list-teasers-57 .row > .col-xs-6:nth-child(3n+1) {
            clear: left
        }
}

@media (min-width:768px) and (min-width:768px) {
    .content-block-36 .list-teasers-57 .row, .content-block-34 .list-teasers-57 .row {
        margin-top: -60px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .content-block-36 .list-teasers-57 .row, .content-block-34 .list-teasers-57 .row {
        margin-top: -60px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .content-block-36 .list-teasers-57 .row, .content-block-34 .list-teasers-57 .row {
        margin-top: -60px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .content-block-36 .list-teasers-57 .row .teaser, .content-block-34 .list-teasers-57 .row .teaser {
        margin-top: 60px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .content-block-36 .list-teasers-57 .row .teaser, .content-block-34 .list-teasers-57 .row .teaser {
        margin-top: 60px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .content-block-36 .list-teasers-57 .row .teaser, .content-block-34 .list-teasers-57 .row .teaser {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .content-block-36 .list-teasers-57 .row > .col-xs-6:nth-child(2n+1), .content-block-34 .list-teasers-57 .row > .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.content-block-36 .list-teasers-57 .row .col-md-3 .button-item-17, .content-block-34 .list-teasers-57 .row .col-md-3 .button-item-17 {
    display: none
}

@media (max-width:767px) {
    .content-block-34 .list-teasers-57 .row .col-md-9 > .filter-groups-10, .content-block-34 .list-teasers-57 .row .col-md-9 > .filter-groups-10 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .content-block-36 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .paging, .content-block-34 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .paging {
            margin: 0 0 20px 0
        }

        .content-block-36 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .form-group, .content-block-34 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .form-group {
            -webkit-box-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }
}

@media (max-width: 767px) {
    .content-block-34 .list-teasers-57 .row .col-md-9 > .filter-groups-10, .content-block-36 .list-teasers-57 .row .col-md-9 > .filter-groups-10 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .content-block-34 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .paging, .content-block-36 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .paging {
        margin: 0 0 20px
    }

    .content-block-34 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .form-group, .content-block-36 .list-teasers-57 .row .col-md-9 > .filter-groups-10 .form-group {
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.button-item-17 .button {
    padding: 10px 15px
}

    .button-item-17 .button .icon {
        margin-right: 10px
    }

.list-links-25 .content .list-wrap li a {
    font-size: 14px;
    font-size: 1.4rem
}

    .list-links-25 .content .list-wrap li a:hover {
        text-decoration: none
    }

.list-destinations-27 .button {
    width: 100%;
    text-align: center
}

.list-destinations-27 .enter-area {
    font-weight: normal;
    border-radius: 5px
}

@media (max-width:767px) {
    .footer .list-links-25 .title {
        border-bottom: 1px solid
    }

    .footer .list-links-25 .content {
        border-bottom: 1px solid
    }
}

.list-results-4 {
    font-size: 14px;
    font-size: 1.4rem
}

.teaser-118 .title-sub {
    line-height: 1.2
}

.filter-groups-10 .paging {
    position: relative;
    z-index: 1
}

.reviews-26 > .section-inner {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .reviews-26 > .section-inner {
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .reviews-26 > .section-inner {
        padding-bottom: 30px
    }
}

@media (min-width:1200px) {
    .reviews-26 > .section-inner {
        padding-bottom: 30px
    }
}

@media (min-width:1200px) {
    .reviews-26 .row {
        padding-left: 80px;
        padding-right: 80px;
        margin-top: -50px
    }

        .reviews-26 .row > div {
            margin-top: 50px
        }

    .reviews-26 .view-more-wrap {
        margin-bottom: 50px
    }
}

@media (min-width:768px) {
    .item-product-11 {
        margin-top: 20px !important
    }
}

@media (min-width:992px) {
    .item-product-11 {
        margin-top: 60px !important
    }
}

@media (max-width:767px) {
    .item-product-11 ~ .teaser-116 {
        text-align: center
    }
}

@media (min-width:768px) {
    .item-product-11 ~ .teaser-116 {
        margin-bottom: 60px
    }
}

@media (min-width:992px) {
    .item-product-11 ~ .teaser-116 {
        margin-bottom: 90px
    }
}

@media (min-width:1200px) {
    .item-product-11 ~ .teaser-116 {
        margin-bottom: 120px
    }
}

@media (min-width:768px) {
    .item-product-11 ~ .hero-image-24 {
        margin-bottom: 35px
    }
}

@media (min-width:992px) {
    .item-product-11 ~ .hero-image-24 {
        margin-bottom: 60px
    }
}

@media (min-width:992px) {
    .item-product-11 ~ .reviews-26 {
        margin-bottom: 60px
    }

        .item-product-11 ~ .reviews-26 > .section-inner {
            padding-bottom: 60px
        }

        .item-product-11 ~ .reviews-26 .view-more-wrap {
            margin-top: 60px
        }
}

.item-product-11 .list-details-19 {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .item-product-11 .list-details-19 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .item-product-11 .list-details-19 {
        margin-bottom: 20px
    }
}

.item-product-11 ~ .hero-image-24 {
    height: 286px;
    min-height: 286px
}

@media (min-width:768px) {
    .item-product-11 ~ .hero-image-24 {
        height: 400px;
        min-height: 400px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .item-product-11 .button-area .btn-order {
        padding-left: 20px;
        padding-right: 20px
    }
}

.item-product-11 .cta {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .rating-3 .date {
        font-weight: bold
    }
}

.rating-3 .author {
    font-weight: bold
}

@media (min-width:1200px) {
    .list-images-28 {
        margin-top: 30px
    }
}

.list-images-28 + section:not(.hero-image-24) {
    padding-top: 20px
}

.progression-8 .step {
    color: #d7d7d7;
    border-color: #d7d7d7
}

.notification-12 {
    border-color: #d7d7d7
}

    .notification-12 .text {
        color: #d7d7d7
    }

.image-item-19 .title {
    font-weight: bold
}

.teaser-119.is-empty .image-wrap {
    background: #f8f8f8
}

    .teaser-119.is-empty .image-wrap:before, .teaser-119.is-empty .image-wrap:after {
        background: #d7d7d7
    }

.teaser-119.is-empty .icon {
    border-color: #d7d7d7
}

.teaser-119.is-empty .desc {
    color: #d7d7d7
}

.notification-13 {
    font-size: 14px;
    font-size: 1.4rem
}

.filter-results-16 label {
    font-weight: normal
}

@media (max-width:767px) {
    main {
        padding-top: 140px !important
    }
}

main > :first-child:not(.slideshow-72):not(.hero-image-23) {
    margin-top: 20px
}

@media (min-width:768px) {
    main > :first-child:not(.slideshow-72):not(.hero-image-23) {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    main > :first-child:not(.slideshow-72):not(.hero-image-23) {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    main > :first-child:not(.slideshow-72):not(.hero-image-23) {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    main > .item-product-11 {
        margin-top: 0 !important
    }
}

@media (max-width:767px) {
    .remove-mob-lower-margin {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .blurb-89 a[href^=tel] {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.hero-image-24.large-text .module-content {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 300
}

@media (min-width:992px) {
    .informationpagecontentbuilder main > section {
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .informationpagecontentbuilder main > section {
        margin-bottom: 50px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .searchresults .col-md-3 {
        position: absolute
    }

    .searchresults .col-md-9 {
        margin-top: 97px
    }

    .searchresults .upper-wrap {
        position: absolute;
        top: -60px;
        left: 140px;
        right: 15px
    }
}

#grid .grid-item {
    color: #fff
}

    #grid .grid-item * {
        color: #fff;
        text-decoration: none
    }

#grid p {
    margin: 0
}

#grid #filter-display {
    font-size: 18px;
    padding: 0.5em;
    border: 1px solid #ccc;
    color: blue
}

@media (min-width:768px) {
    .row-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-lines: multiple
    }

        .row-flex:before, .row-flex:after {
            display: none
        }

        .row-flex > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

            .row-flex > div > section, .row-flex > div > div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-box-orient: vertical
            }

        .row-flex.maintain-col-widths > div {
            -webkit-box-flex: 0 1 auto;
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto
        }
}

@media (max-width:767px) {
    .row-flex-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-lines: multiple
    }

        .row-flex-mob:before, .row-flex-mob:after {
            display: none
        }

        .row-flex-mob > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

            .row-flex-mob > div > section, .row-flex-mob > div > div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-box-orient: vertical
            }

        .row-flex-mob.maintain-col-widths > div {
            -webkit-box-flex: 0 1 auto;
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto
        }
}

@media (min-width:768px) and (max-width:991px) {
    .pull-right-sm {
        float: right
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .pull-right-md {
        float: right
    }
}

@media (min-width:1200px) {
    .pull-right-lg {
        float: right
    }
}

.bold {
    font-weight: 700
}

.set-text {
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .set-text {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .set-text {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:1200px) {
    .set-text {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.set-title {
    font-size: 24px;
    font-size: 2.4rem
}

@media (min-width:768px) {
    .set-title {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media (min-width:992px) {
    .set-title {
        font-size: 44px;
        font-size: 4.4rem
    }
}

@media (min-width:1200px) {
    .set-title {
        font-size: 44px;
        font-size: 4.4rem
    }
}

.set-h1 {
    font-size: 28px;
    font-size: 2.8rem
}

@media (min-width:768px) {
    .set-h1 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media (min-width:992px) {
    .set-h1 {
        font-size: 44px;
        font-size: 4.4rem
    }
}

@media (min-width:1200px) {
    .set-h1 {
        font-size: 44px;
        font-size: 4.4rem
    }
}

.set-h2 {
    font-size: 24px;
    font-size: 2.4rem
}

@media (min-width:768px) {
    .set-h2 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width:992px) {
    .set-h2 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    .set-h2 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

.set-h3 {
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .set-h3 {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:992px) {
    .set-h3 {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media (min-width:1200px) {
    .set-h3 {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.set-h4 {
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .set-h4 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .set-h4 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .set-h4 {
        font-size: 20px;
        font-size: 2rem
    }
}

.set-h5 {
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:768px) {
    .set-h5 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:992px) {
    .set-h5 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    .set-h5 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.set-h6 {
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:768px) {
    .set-h6 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:992px) {
    .set-h6 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    .set-h6 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.set-h1, .set-h2, .set-h3, .set-h4, .set-h5, .set-h6, .set-title {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.set-h1, .set-h2, .set-h4, .set-h5, .set-h6, .set-title {
    font-weight: 200
}

.set-h2, .set-h3 {
    line-height: 1.4
}

.form-group.form-group-flaggable .flaggable {
    height: auto
}

    .form-group.form-group-flaggable .flaggable label .icon {
        color: transparent
    }

.social-links-28 {
    margin-left: 0 !important
}

    .social-links-28 .icon-wrap {
        margin-left: 0 !important
    }

        .social-links-28 .icon-wrap > a {
            margin-left: 0 !important
        }

            .social-links-28 .icon-wrap > a + a {
                margin-left: 20px !important
            }

@media (max-width: 767px) {
    .social-links-28 {
        padding-top: 20px;
        border-top: 1px solid #ebebeb;
        margin-bottom: 0;
        margin-left: 0;
        display: block;
        text-align: center;
    }
}

[data-basic-lightbox-trigger] {
    cursor: pointer
}

[data-basic-lightbox-type="video-yt"] {
    display: none
}

.blb-close-icon {
    position: fixed;
    z-index: 1;
    top: 20px;
    right: 20px;
    font-size: 34px !important;
    color: #fff;
    cursor: pointer
}

@media (min-width:992px) {
    .list-teasers-74, .list-teasers-75, .list-teasers-90 {
        margin-bottom: 60px
    }
}

.page-reviews .reviews-26 {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .page-reviews .reviews-26 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .page-reviews .reviews-26 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .page-reviews .reviews-26 {
        margin-top: 60px;
    }
}

.page-reviews .reviews-26 > .section-inner {
    border-bottom: none;
}

.slideshow-72 .image-wrap img {
    display: inline-block;
    position: relative;
    width: 100% !important;
    height: 100% !important
}

.list-teasers-52 {
    margin-top: 30px
}

.slideshow-72 .item {
    position: relative;
    width: 100%;
}

.slideshow-72 .title-wrap {
    max-width: 840px;
    width: 100%;
}

.slideshow-72 .title-main {
    line-height: 1;
    font-weight: 200;
}

.slideshow-72 .title-sub {
    margin-top: 20px;
    font-size: 18px;
}

.slideshow-72 .button-area {
    margin-top: 20px;
}

.slideshow-72 .image-wrap {
    position: relative;
    height: 237px;
    overflow: hidden;
}

    .slideshow-72 .image-wrap .image {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        max-width: 200%;
        object-fit: cover;
    }

@media (max-width: 767px) {
    .slideshow-72 .title-wrap {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .slideshow-72 .item {
        height: 882px;
        min-height: 400px;
    }

    .slideshow-72 .image-wrap {
        height: 100%;
    }

    .slideshow-72 .title-wrap {
        background: rgba(0,0,0,0.3);
        color:;
    }

    .slideshow-72 .content {
        margin: 0 auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
    }

    .slideshow-72.-text-left {
        text-align: left;
    }

    .slideshow-72.-text-center {
        text-align: center;
    }

    .slideshow-72.-text-right {
        text-align: right;
    }

    .slideshow-72.-no-bg .content .title-wrap {
        background: none;
    }

    .slideshow-72.-dark-text .content .title-wrap {
        color:;
    }

    .slideshow-72.-short .item {
        height: 520px;
    }
}

.list-teasers-57 .teaser {
    margin-bottom: 0;
}

.teaser-118 .link {
    display: block;
}

.teaser-118 .image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    text-align: left;
}

    .teaser-118 .image-wrap .image {
        z-index: 1;
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        max-width: 200%;
        width: auto;
        height: 100%;
        object-fit: cover;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .teaser-118 .image-wrap .image {
        width: 100%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }


@media (max-width: 767px) {
    .teaser-118 {
        text-align: center;
    }
    .teaser-118 .image-wrap {
        max-width: 140px;
        margin: 0 auto 20px;
        padding-bottom: 0;
    }
    .teaser-118 .image-wrap .image {
        width: 140px;
        height: 140px;
        position: static;
    }
    .teaser-118 .title {
        padding-top: 0;
    }
    .teaser-118--alt {
        margin-bottom: 0 !important;
    }
    .teaser-118--alt .teaser-118--picture-main .image {
        position: static;
        width: 100% !important;
    }
    .teaser-118--alt .teaser-118--picture-overlay .image {
        position: absolute;
        inset: 0;
        z-index: 1141;
    }
    .teaser-118--alt .image-wrap {
        max-width: none;
    }
    .teaser-118--alt .title-sub--link {
        padding-top: 4px;
    }
    .teaser-118--alt .title-sub--link__icon {
        position: relative;
        width: 26px;
        height: 26px;
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .teaser-118 .title-sub {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .teaser-118 .title-sub {
        margin-top: 5px;
    }
}

.content-block-67 {
    margin-bottom: 50px;
}

    .content-block-67 + *:not(.content-block-67, .content-block-67 .modal-popup) {
        padding-top: 20px;
    }

    .content-block-67 .fa-play {
        padding-left: 0;
    }

    .content-block-67 > .section-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .content-block-67.-t2 {
        background: #F0F0F1;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

        .content-block-67.-t2.-is-thumbnail .cb67__blurb__title {
            text-align: left;
        }


    /*.content-block-67 .cb67__media-block img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: top;
            min-width: 100%;
            min-height: 100%;
        }*/

    .content-block-67 .cb67__media-block .video {
        position: relative;
    }

        .content-block-67 .cb67__media-block .video video {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: top;
        }

        .content-block-67 .cb67__media-block .video .play {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 124px;
            width: 100px;
            text-align: center;
            color:;
        }

    .content-block-67 .cb67__blurb__content > *:last-child {
        margin-bottom: 0;
    }

    .content-block-67 .cb67__blurb__title {
        font-family:;
        margin-bottom: 10px;
        line-height: 1;
        color: #000;
        font-weight: 200;
        margin-bottom: 30px;
    }

        .content-block-67 .cb67__blurb__title > * {
            font-size: inherit;
        }

    .content-block-67 .cb67__blurb__title-sub {
        font-family:;
        margin-bottom: 10px;
        line-height: 1;
        color: #000;
        font-weight: 200;
    }

    .content-block-67 .cb67__background-media-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

        .content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block img, .content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block .video {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block .video {
            overflow: hidden;
        }

            .content-block-67 .cb67__background-media-wrapper .cb67__background-media .cb67__media-block .video video {
                width: 100%;
                vertical-align: top;
            }

        .content-block-67 .cb67__background-media-wrapper .cb67__blurb {
            position: relative;
        }

@media (min-width: 992px) {
    .content-block-67 .cb67__background-media-wrapper {
        min-height: 445px;
    }
}

@media (min-width: 1200px) {
    .content-block-67 .cb67__background-media-wrapper {
        min-height: 625px;
    }
}

@media (max-width: 767px) {
    .content-block-67 {
        text-align: center;
    }

        .content-block-67 .row {
            margin-top:;
        }

            .content-block-67 .row > div {
                margin-top:;
            }
}


.pagination {
    margin-bottom: 30px;
}

.form-registration-8 .form-address-8 {
    clear: both;
}

.form-registration-8 form .title-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-registration-8 form .button-area {
    text-align: right;
}

@media (max-width: 767px) {
    .form-registration-8 form .button-area .button {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .form-registration-8 .form-group-row .email {
        padding-right: 10px;
    }

    .form-registration-8 .postcode-lookup > .form-group {
        width: 50%;
        padding-right: 10px;
    }
}

.form-registration-8 .form-group-flaggable.flaggable-row {
    margin-top: 10px;
}

.postcode-lookup-warranty {
    width: 100%;
}

    .postcode-lookup-warranty input {
        height: 50px;
        cursor: pointer;
        background-color: #fff;
        border: solid 1px #ebebeb;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px 0px 0px 5px;
        display: block;
        letter-spacing: 0.06em;
        font-size: 14px;
        color: #4b4b4b !important;
        float: left;
        width: 60%;
        margin-bottom: 20px;
    }

        .postcode-lookup-warranty input:not(:focus) {
            font-style: italic;
        }

    .postcode-lookup-warranty button {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        padding-top: 18px;
        padding-bottom: 18px;
        border-radius: 0px 5px 5px 0px;
        float: right;
        width: 40%;
        box-shadow: none;
        background-color: #1f2532;
        border: 0;
        color: #fff;
        height: 50px;
        margin-bottom: 20px;
    }

    .postcode-lookup-warranty p {
        width: 100%;
    }

    .postcode-lookup-warranty select {
        height: 50px;
        cursor: pointer;
        background-color: #fff;
        border: solid 1px #ebebeb;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px 0px 0px 5px;
        display: block;
        letter-spacing: 0.06em;
        font-size: 14px;
        color: #4b4b4b !important;
        width: 100%;
    }

@media (max-width: 768px) {
    .postcode-lookup-warranty input {
        width: 50%;
    }

    .postcode-lookup-warranty button {
        width: 50%;
    }

    .postcode-lookup-warranty .post-code-search {
        margin-bottom: 50px !important;
    }
}

.warranty_form input {
    margin-bottom: 20px;
}

.form-address-6 .form-details {
    clear: both;
}

.form-group-row .form-group.form-field-remove-margin {
    margin-right: 0px;
}

.form-group-row .form-field-extra-margin {
    margin-left: 20px;
    margin-right: 0px !important;
}

.widget-block {
    margin-bottom: 30px;
}

.slideshow-72 .item {
    display: block;
}

.slideshow-72:hover .button.-t2 {
    background: #1f2532;
    color: #fff;
}

.slideshow-72.has-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative
}

    .slideshow-72.has-background:not(.has-upper-gradient):before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.4)
    }

    .slideshow-72.has-background:not(.has-upper-gradient) .section-inner {
        position: relative
    }

    .slideshow-72.has-background.has-upper-gradient {
        position: relative
    }

        .slideshow-72.has-background.has-upper-gradient:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 25%;
            background-color: transparent;
            background-image: -moz-linear-gradient(top,#fff,transparent);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(transparent));
            background-image: -webkit-linear-gradient(top,#fff,transparent);
            background-image: -o-linear-gradient(top,#fff,transparent);
            background-image: linear-gradient(to bottom,#fff,transparent);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#00000000',GradientType=0)
        }

.-center-title, .-center-title.content-block-67.-t2.-is-thumbnail .cb67__blurb__title {
    text-align: center !important;
}

.cb67__blurb .cb67__blurb__title:not(.-center-title) {
    text-align: left !important;
}

main > :first-child:not(.slideshow-72):not(.hero-image-23) {
    margin-top: 30px;
}

@media (min-width:1200px) {
    .content-block-67 .cb67__media-block img {
        min-height: 264px;
    }
}

.list-teasers-74.-t2 {
    background: #f0f0f1;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.slideshow-72 .image-wrap {
    z-index: -1;
}

@media (max-width: 767px) {
    .modal-popup-15 .content-block-67 h2 {
        text-align: center;
        margin-bottom: 20px;
    }
}

.published-date {
    margin-bottom: 10px;
    color: grey;
}






.tableBlock {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .tableBlock {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .tableBlock {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .tableBlock {
        margin-bottom: 30px;
    }
}

.tableBlock .table {
    border: solid 1px #ebebeb;
    font-weight: 300;
}

    .tableBlock .table > thead > tr > th,
    .tableBlock .table > tbody > tr > td {
        padding: 14px 20px;
        vertical-align: middle;
        text-align: center;
    }

        .tableBlock .table > thead > tr > th + th,
        .tableBlock .table > tbody > tr > td + th,
        .tableBlock .table > thead > tr > th + td,
        .tableBlock .table > tbody > tr > td + td {
            border-left: solid 1px #ebebeb;
        }

    .tableBlock .table > thead > tr > th {
        background: #1F2532;
        color: #FFFFFF;
        font-weight: inherit;
        position: relative;
    }

        .tableBlock .table > thead > tr > th.sortable {
            cursor: pointer;
        }

        .tableBlock .table > thead > tr > th span {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

    .tableBlock .table > tbody > tr:nth-child(even) > td {
        background: #f9f9f9;
    }

    .tableBlock .table th span.tableColoredHeader {
        width: 100%;
        height: 100%;
        right: 0;
    }

.tableBlock .table-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 99px;
}

.tableBlock .table-key {
    font-weight: inherit;
}

    .tableBlock .table-key > div {
        display: flex;
        align-items: center;
    }

        .tableBlock .table-key > div > div {
            width: 20px;
            height: 20px;
            border-radius: 99px;
            margin-right: 20px;
        }

        .tableBlock .table-key > div + div {
            margin-top: 10px;
        }

    .tableBlock .table-key + .table {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .tableBlock .table-key + .table {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .tableBlock .table-key + .table {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .tableBlock .table-key + .table {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .tableBlock .table-key {
        display: flex;
        align-items: center;
    }

        .tableBlock .table-key > div + div {
            margin-left: 20px;
            margin-top: 0;
        }
}

@media (min-width: 992px) {
    .tableBlock thead tr th + th {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .tableBlock thead tr th + th {
        font-size: 0px;
    }
}

.accordion-62 {
    margin-bottom: 20px;
    font-weight: 200;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .accordion-62 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .accordion-62 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-62 {
        margin-bottom: 30px;
    }
}

.accordion-62 > .section-inner > .row > div:first-child {
    transition: transform .4s ease;
}

.accordion-62 > .section-inner > .row > div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform .4s ease;
}

.accordion-62.active > .section-inner > .row > div:first-child {
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.accordion-62.active > .section-inner > .row > div:last-child {
    transform: translateX(0%);
    position: relative;
}

.accordion-62__tabs {
    margin-top: 20px;
    border: solid 1px #ebebeb;
}

@media (min-width: 768px) {
    .accordion-62__tabs {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .accordion-62__tabs {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-62__tabs {
        margin-top: 30px;
    }
}

.accordion-62__tabs > div {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: color .4s ease, background .4s ease;
}

    .accordion-62__tabs > div.active {
        pointer-events: none;
    }

    .accordion-62__tabs > div:hover {
        background: #1F2532;
        color: #FFFFFF;
    }

    .accordion-62__tabs > div + div {
        border-top: solid 1px #ebebeb;
    }

.accordion-62__items > div {
    display: none;
}

    .accordion-62__items > div.active {
        display: block;
    }

.accordion-62__back {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .accordion-62__back {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .accordion-62__back {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-62__back {
        margin-bottom: 30px;
    }
}

.accordion-62__back span {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .accordion-62 > .section-inner > .row > div:first-child,
    .accordion-62 > .section-inner > .row > div:last-child {
        position: relative !important;
        transform: none !important;
    }

    .accordion-62__back {
        display: none;
    }
}

.steps-1 {
    counter-reset: section;
}

    .steps-1 > div {
        position: relative;
        border: solid 1px #ebebeb;
        background: #FFFFFF;
        margin-top: 40px;
        padding: 20px;
    }

@media (min-width: 768px) {
    .steps-1 > div {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .steps-1 > div {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .steps-1 > div {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .steps-1 > div {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .steps-1 > div {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .steps-1 > div {
        padding: 30px;
    }
}

.steps-1 > div:before {
    counter-increment: section;
    content: "Step " counter(section);
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -20px;
}

@media (min-width: 768px) {
    .steps-1 > div:before {
        margin-top: -30px;
    }
}

@media (min-width: 992px) {
    .steps-1 > div:before {
        margin-top: -30px;
    }
}

@media (min-width: 1200px) {
    .steps-1 > div:before {
        margin-top: -30px;
    }
}

.list-teasers-78 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .list-teasers-78 {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-78 {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-78 {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .list-teasers-78 {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-78 {
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-78 {
        padding-bottom: 30px;
    }
}


.list-teasers-78__title {
    font-family: 'Montserrat', 'sans-serif';
    background: transparent;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 200;
    color: #002053;
    margin-bottom: 0;
    line-height: 1;
    color: inherit;
    color: #000;
    text-align: center;
}

    .list-teasers-78__title + .module-content {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .list-teasers-78__title + .module-content {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-78__title + .module-content {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-78__title + .module-content {
        margin-top: 30px;
    }
}

.list-teasers-78__text {
    margin-top: 20px;
    text-align: center;
}

.list-teasers-78__row-wrap {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .list-teasers-78__row-wrap {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-78__row-wrap {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-78__row-wrap {
        margin-top: 30px;
    }
}

.list-teasers-78 .row {
    margin-top: -40px;
}


    .list-teasers-78 .row > div {
        margin-top: 40px;
    }

@media (min-width: 768px) {
    .list-teasers-78 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-78 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-78 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .list-teasers-78__title {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

@media (min-width: 992px) {
    .list-teasers-78__title {
        font-size: 44px;
        font-size: 4.4rem;
    }

    .list-teasers-78 .teaser-156 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-78 .teaser-156 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.teaser-156 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.teaser-156__icon {
    background: #272E3F;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

    .teaser-156__icon > * {
        width: 34px;
    }

.teaser-156__content {
    margin-left: 10px;
}

.teaser-156__content__title {
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 500;
    max-width: 100%;
}

.teaser-156__content__text {
    max-width: 100%;
}

@media (min-width: 768px) {
    .teaser-156 {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        text-align: center;
    }

    .teaser-156__icon {
        width: 88px;
        height: 88px;
    }

        .teaser-156__icon > * {
            width: 44px;
        }

    .teaser-156__content {
        margin-left: 0;
    }

    .teaser-156__content__title {
        margin-top: 20px;
    }

    .teaser-156__content__text {
        margin-top: 10px;
    }
}

.teaser-160__image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

    .teaser-160__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform .7s ease;
    }

.teaser-160__title {
    padding: 10px 0;
    text-align: left;
}

.teaser-160:hover .teaser-160__image img {
    transform: scale(1.1);
}

.list-teasers-89 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .list-teasers-89 {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-89 {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-89 {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .list-teasers-89 {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-89 {
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-89 {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .list-teasers-89 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-89 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-89 {
        margin-bottom: 30px;
    }
}

.list-teasers-89__title {
    font-family: 'Montserrat', 'sans-serif';
    background: transparent;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 200;
    color: #002053;
    margin-bottom: 0;
    line-height: 1;
    color: inherit;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 28px;
    font-size: 2.8rem;
}

    .list-teasers-89__title + .module-content {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .list-teasers-89__title + .module-content {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-89__title + .module-content {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-89__title + .module-content {
        margin-top: 30px;
    }
}

.list-teasers-89__title__icon {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}

.list-teasers-89 > .container > * + * {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .list-teasers-89 > .container > * + * {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .list-teasers-89 > .container > * + * {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .list-teasers-89 .container > * + * {
        padding-top: 30px;
    }
}

.list-teasers-89 > .row {
    margin-bottom: -10px;
}

    .list-teasers-89 > .row > div {
        padding-bottom: 10px;
    }

@media (min-width: 768px) {
    .list-teasers-89__title {
        font-size: 35px;
        font-size: 3.5rem;
    }
}

.accordion-63 {
    max-width: 762px;
    margin: auto;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .accordion-63 {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .accordion-63 {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .accordion-63 {
        margin-bottom: 60px;
    }
}

.accordion-63 h1,
.accordion-63 h2,
.accordion-63 h3,
.accordion-63 h4,
.accordion-63 h5,
.accordion-63 h6,
.accordion-63 p {
    text-align: center;
}

.accordion-63 > * + *:not(.accordion-63__content) {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .accordion-63 > * + *:not(.accordion-63__content) {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .accordion-63 > * + *:not(.accordion-63__content) {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-63 > * + *:not(.accordion-63__content) {
        margin-top: 30px;
    }
}

.accordion-63__tabs__tab {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    height: 55px;
    overflow: hidden;
    border-radius: 5px;
    transition: all .4s ease;
    border: solid 1px transparent;
    outline: none;
}

    .accordion-63__tabs__tab .icon {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #FFF;
        border: solid 1px #ebebeb;
        color: #FFF;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        transition: border-color 0.4s ease;
    }

        .accordion-63__tabs__tab .icon:before {
            transform: scale(0);
            transition: transform .4s ease;
        }

    .accordion-63__tabs__tab .text-link {
        margin-left: auto;
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s ease;
    }

    .accordion-63__tabs__tab + .accordion-63__tabs__tab {
        margin-top: 5px;
    }

    .accordion-63__tabs__tab--active,
    .accordion-63__tabs__tab:focus,
    .accordion-63__tabs__tab:hover {
        border-color: #13BA20;
    }

        .accordion-63__tabs__tab:hover .icon,
        .accordion-63__tabs__tab:focus .icon {
            border-color: #13BA20;
        }

        .accordion-63__tabs__tab:hover .text-link,
        .accordion-63__tabs__tab:focus .text-link {
            text-decoration: none;
        }

        .accordion-63__tabs__tab--active .icon {
            background: #13BA20;
        }

            .accordion-63__tabs__tab--active .icon:before {
                transform: scale(1);
            }

        .accordion-63__tabs__tab--active .text-link {
            opacity: 1;
            pointer-events: unset;
        }

.accordion-63__content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.8s ease, opacity 0.8s ease;
}

.accordion-63__content__title > * + * {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .accordion-63__content__title > * + * {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .accordion-63__content__title > * + * {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-63__content__title > * + * {
        padding-top: 30px;
    }
}

.accordion-63__content .contact-form {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .accordion-63__content .contact-form {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .accordion-63__content .contact-form {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-63__content .contact-form {
        margin-top: 30px;
    }
}

.accordion-63--open .accordion-63__tabs__tab {
    margin-top: 0 !important;
}

    .accordion-63--open .accordion-63__tabs__tab:not(.accordion-63__tabs__tab--active) {
        height: 0;
        opacity: 0;
    }

.accordion-63--open .accordion-63__content {
    margin-top: 20px;
    max-height: 9999px;
    opacity: 1;
}

@media (min-width: 768px) {
    .accordion-63--open .accordion-63__content {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .accordion-63--open .accordion-63__content {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-63--open .accordion-63__content {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .accordion-63 {
        max-width: 580px;
    }
}

@media (min-width: 992px) {
    .accordion-63 {
        max-width: 762px;
    }
}

.contact-form-1__title + * {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .contact-form-1__title + * {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .contact-form-1__title + * {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .contact-form-1__title + * {
        margin-top: 30px;
    }
}

.contact-form-1 .form-control {
    background: #F7F7F8;
}

.contact-form-1 textarea {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-form-1 .button {
    width: 100%;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .contact-form-1 .button {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .contact-form-1 .button {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .contact-form-1 .button {
        padding-top: 30px;
    }
}

.range-category-all {
    text-align: center;
    padding-top: 50px;
}

.header-59 .mob-detect,
.header-59 .tab-detect {
    display: none;
}

@media (max-width: 767px) {
    .header-59 .mob-detect {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-59 .tab-detect {
        display: block;
    }
}

@media (min-width:768px) {
    .header-59 .subnav .btn-back {
        display: none !important;
    }
}

@media (min-width:1199px) {
    .header-59 .subnav .btn-overview {
        display: none !important;
    }
}

@media (max-width:767px) {
    .header-59 .nav-list .subnav:not(.open), .header-59 .nav-list > .has-sub-nav > .subnav:not(.open) > li .btn-back {
        display: none !important;
    }

    .header-59 .nav-list .subnav.open, .header-59 .nav-list > .has-sub-nav > .subnav.open > li .btn-back {
        display: block !important;
    }

    .header-59 .header-lower .main-nav .nav-list > li.has-sub-nav.open > a {
        display: none;
    }

    .header-59 .main-nav.open .nav-item:not(.open) {
        display: none;
    }

    .header-59 .subnav .btn-back {
        background: #f0f0f1;
        color: #000;
        cursor: pointer;
    }

        .header-59 .subnav .btn-back > * {
            text-align: center;
            display: block;
            font-weight: bold;
            font-size: 1.4rem;
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .header-59 .subnav .subItem {
        padding-left: 20px;
    }

    .header-59 .subnav .btn-back > :before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f111";
        position: absolute;
        left: 20px;
        padding-top: 4px;
    }

    .header-59 .has-sub-nav > a::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        font-size: inherit;
        text-rendering: auto;
        content: "\f112";
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        color: #244762;
    }
}

.radio-validation {
    border-color: red;
    background-color: #fbdddd;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-left: 0px !important;
    padding-top: 20px;
}

    .radio-validation.checkbox-validation {
        padding-left: 20px;
        padding-right: 20px;
    }

.teaser-161 {
    text-align: center;
    padding-bottom: 20px
}

    .teaser-161 > * + * {
        margin-top: 20px
    }

.teaser-161__image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden
}

    .teaser-161__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform .7s ease
    }

.teaser-161__content {
    font-weight: 200
}

.teaser-161__content__link {
    font-weight: 600
}

.teaser-161__content > * + * {
    margin-top: 10px
}

.teaser-161__content__title {
    font-weight: inherit !important
}


.slideshow-92 > .container > * + * {
    padding-top: 20px
}

@media (min-width:768px) {
    .slideshow-92 > .container > * + * {
        padding-top: 30px
    }
}

@media (min-width:992px) {
    .slideshow-92 > .container > * + * {
        padding-top: 30px
    }
}

@media (min-width:1200px) {
    .slideshow-92 > .container > * + * {
        padding-top: 30px
    }
}

.slideshow-92__title {
    font-family: Montserrat,sans-serif;
    background: 0 0;
    margin-bottom: 15px;
    font-weight: 200;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center
}

    .slideshow-92__title + .module-content {
        margin-top: 20px
    }

@media (min-width:768px) {
    .slideshow-92__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .slideshow-92__title + .module-content {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .slideshow-92__title + .module-content {
        margin-top: 30px
    }
}

.slideshow-92__slides {
    position: relative
}

    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        padding-left: 5px;
        padding-right: 5px transition:opacity .4s ease;
        background: rgba(255,255,255,.6);
        font-size: 24px;
        font-size: 2.4rem;
        display: flex;
        align-items: center;
        height: calc((100vw / 2) - 30px)
    }

        .slideshow-92__slides .owl-nav .owl-next.disabled, .slideshow-92__slides .owl-nav .owl-prev.disabled {
            opacity: 0
        }

    .slideshow-92__slides .owl-nav .owl-prev {
        left: 0
    }

    .slideshow-92__slides .owl-nav .owl-next {
        right: 0
    }

@media (min-width:768px) {
    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        height: calc((750px / 3) - 30px)
    }

        .slideshow-92__slides .owl-nav .owl-next.disabled, .slideshow-92__slides .owl-nav .owl-prev.disabled {
            opacity: .2
        }

    .slideshow-92__slides .owl-nav .owl-prev {
        left: 0;
        transform: translateX(-100%)
    }

    .slideshow-92__slides .owl-nav .owl-next {
        right: 0;
        transform: translateX(100%)
    }
}

@media (min-width:768px) {
    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        height: calc((750px / 3) - 30px)
    }
}

@media (min-width:992px) {
    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        height: calc((970px / 3) - 30px)
    }
}

@media (min-width:1200px) {
    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        height: calc((1140px / 3) - 20px)
    }
}

@media (min-width:768px) and (max-width:808px) {
    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        transform: translateX(0)
    }
}

@media (min-width:992px) and (max-width:1032px) {
    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        transform: translateX(0)
    }
}

@media (min-width:1200px) and (max-width:1240px) {
    .slideshow-92__slides .owl-nav .owl-next, .slideshow-92__slides .owl-nav .owl-prev {
        transform: translateX(0)
    }
}

.hero-image-25 {
    margin-bottom: 30px;
}




.hero-image-25__image {
    position: relative;
    height: 226px;
}

    .hero-image-25__image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.hero-image-25__content {
    padding: 20px;
    background: #5F7C79;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .hero-image-25__content {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .hero-image-25__content {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .hero-image-25__content {
        padding: 30px;
    }
}

.hero-image-25__content__inner {
    text-align: center;
}

.hero-image-25__content__inner__title {
    font-weight: 200;
    font-size: 2.8rem;
    line-height: 1.25;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-align: center;
}

.hero-image-25__content__inner__text {
    margin-top: 22px;
    position: relative;
    line-height: 1.7;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    padding-top: 20px;
}

    .hero-image-25__content__inner__text:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 72px;
        background: #FFFFFF;
    }

.hero-image-25__content__inner .button {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .hero-image-25__image {
        height: 464px;
    }

    .hero-image-25__content__inner {
        text-align: left;
    }

    .hero-image-25__content__inner__title {
        text-align: left;
        font-size: 4.6rem;
    }

    .hero-image-25__content__inner__text:before {
        left: 0;
        transform: none;
    }
}

@media (min-width: 992px) {
    .hero-image-25 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        min-height: 468px;
    }

    .hero-image-25__image {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
    }

    .hero-image-25__content {
        width: 426px;
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-image-25--is-slim {
        min-height: 520px;
    }
}

.list-teasers-90 {
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .list-teasers-90 {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .list-teasers-90 {
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .list-teasers-90 {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .list-teasers-90 {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .list-teasers-90 {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .list-teasers-90 {
        margin-top: 30px;
    }
}
.list-teasers-90__title {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 200;
}
.list-teasers-90 .owl-carousel {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .list-teasers-90 .owl-carousel {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .list-teasers-90 .owl-carousel {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .list-teasers-90 .owl-carousel {
        margin-top: 30px;
    }
}
.list-teasers-90 .teaser-162 {
    margin-bottom: 0;
}
.list-teasers-90 .teaser-162__image-wrap {
    box-shadow: none;
}
.list-teasers-90 .teaser-162__content {
    margin-top: 15px;
    font-size: 20px;
}
.list-teasers-90 .teaser-162__content__title {
    font-weight: 200;
}
.list-teasers-90 .teaser-162__content__link {
    font-size: 16px;
    margin-top: 5px;
}
.list-teasers-90 .teaser-162__content__link__text {
    text-decoration: underline;
    font-weight: 600;
}
.list-teasers-90 .teaser-162__content__link:hover .teaser-162__content__link__text {
    text-decoration: none;
}
.list-teasers-90 .owl-carousel.owl-loaded .owl-nav {
    margin-top: 10px;
    line-height: 1;
    height: 35px;
    font-size: 34px;
    font-size: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.list-teasers-90 .owl-carousel.owl-loaded .owl-dots {
    height: 35px;
    margin-top: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.list-teasers-90 .owl-carousel.owl-loaded .owl-dots .owl-dot {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d9d9d7;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.list-teasers-90 .owl-carousel.owl-loaded .owl-dots .owl-dot span {
    display: none;
}
.list-teasers-90 .owl-carousel.owl-loaded .owl-dots .owl-dot.active {
    background: #1f2532;
}
.list-teasers-90 .owl-carousel.owl-loaded .owl-dots .owl-dot:hover {
    background: #94a0bc;
}
.list-teasers-90__view-all {
    margin-top: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .list-teasers-90__view-all {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .list-teasers-90__view-all {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .list-teasers-90__view-all {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .list-teasers-90__title {
        font-size: 35px;
        font-size: 3.5rem;
    }
    .list-teasers-90 .owl-carousel.owl-loaded .owl-nav {
        margin-top: 20px;
    }
}
@media (min-width: 992px) {
    .list-teasers-90 .teaser-162__content {
        font-size: 24px;
    }
}

.teaser-162 {
    position: relative;
}
.teaser-162__image-wrap {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 100%;
    text-align: left;
}
.teaser-162__image-wrap picture {
    z-index: 1;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.teaser-162__image-wrap picture img {
    height: 100%
}
.teaser-162__content {
    text-align: center;
}
.teaser-162__content__title {
    font-weight: bold;
}
.teaser-162__content__link {
    display: block;
}
.teaser-162__content__link:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;
}




@media (min-width: 1440px) {
    .hero-image-25 {
        min-height: 620px;
    }

    .hero-image-25__content {
        width: 35.5%;
    }

    .hero-image-25__content__inner {
        width: 474px;
    }

    .hero-image-25--is-slim {
        min-height: 520px;
    }
}

.button.-t3 {
    background: transparent;
    border: 2px solid #FFFFFF;
    color: inherit;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

    .button.-t3:focus,
    .button.-t3:hover {
        background: #FFFFFF;
        color: #5F7C79;
    }


.content-block-67__icon > .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .content-block-67__icon > .section-inner {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon > .section-inner {
        padding-top: 60px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon > .section-inner {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .content-block-67__icon > .section-inner {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon > .section-inner {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon > .section-inner {
        padding-bottom: 60px;
    }
}

.content-block-67__icon.-t2 {
    background: #f0f0f1;
}

    .content-block-67__icon.-t2.-is-thumbnail .cb67__blurb__title {
        color: #000;
        font-weight: 200;
        margin-top: 20px;
        text-align: left;
    }


.content-block-67__icon .cb67__blurb__badge {
    height: 92px;
    width: 92px;
}

.content-block-67__icon .cb67__background-media-wrapper {
    position: relative;
    display: flex;
}

.content-block-67__icon .cb67__blurb__title {
    font-size: 30px;
    font-size: 3rem;
}

.content-block-67__icon .cb67__blurb__text__with__image {
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

    .content-block-67__icon .cb67__blurb__text__with__image p {
        text-align: left;
    }

    .content-block-67__icon .cb67__blurb__text__with__image ul {
        text-align: left;
    }

.content-block-67__icon.-full-width .cb67__blurb {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
}

.content-block-67__icon.-full-width .cb67__media-block {
    height: 100%;
    min-height: 620px;
}

}

@media (min-width:992px) {
    .content-block-67__icon .cb67__blurb__title {
        font-size: 34px;
        font-size: 3.4rem;
    }

    .content-block-67__icon.-full-width .cb67__blurb__text {
        -webkit-line-clamp: 12;
    }

    .content-block-67__icon.-full-width .cb67__media-block {
        min-height: 532px;
    }
}

@media (min-width: 1440px) {
    .content-block-67__icon .cb67__blurb__badge {
        height: 116px;
        width: 116px;
    }

    .content-block-67__icon.-full-width .cb67__blurb {
        width: 60%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .content-block-67__icon.-full-width .cb67__blurb__text {
        -webkit-line-clamp: 12;
    }

    .content-block-67__icon.-full-width .cb67__media-block {
        min-height: 630px;
    }
}

main > :first-child:not(.slideshow-72):not(.hero-image-23) {
}

.content-block-67__icon > .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .content-block-67__icon > .section-inner {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon > .section-inner {
        padding-top: 60px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon > .section-inner {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .content-block-67__icon > .section-inner {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon > .section-inner {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon > .section-inner {
        padding-bottom: 60px;
    }
}

.content-block-67__icon.-t2 {
    background: #F0F0F1;
    padding-top: 0;
    padding-bottom: 0;
}

.content-block-67__icon.-full-width .section-inner {
    width: auto;
    padding: 0;
}

    .content-block-67__icon.-full-width .section-inner .row {
        margin-left: 0;
        margin-right: 0;
    }

        .content-block-67__icon.-full-width .section-inner .row > div {
            margin-top: 0;
            padding-left: 0;
            padding-right: 0;
        }

.content-block-67__icon.-full-width .cb67__blurb {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-top: 60px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .content-block-67__icon.-full-width .cb67__blurb {
        padding-right: 30px;
    }
}

.content-block-67__icon.-full-width .cb67__media-block {
    height: 226px;
}


@media (max-width: 767px) {
    .content-block-67__icon {
        text-align: center;
    }

        .content-block-67__icon .row {
            margin-top: -20px;
        }

            .content-block-67__icon .row > div {
                margin-top: 20px;
            }
}

.form-tooltip-1 {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .form-tooltip-1 span {
        font-size: 14px;
    }

    .form-tooltip-1 i {
        margin-left: 5px;
        font-size: 14px;
    }

    .form-tooltip-1:hover .form-tooltip-1__content {
        display: block;
    }

    .form-tooltip-1 .form-tooltip-1__content {
        position: absolute;
        left: 0;
        z-index: 20;
        width: 300px;
        background-color: #dcdcdc;
        padding: 10px;
        border-radius: 10px;
        bottom: calc(190%);
        display: none;
    }

        .form-tooltip-1 .form-tooltip-1__content:before {
            content: "\A";
            border-style: solid;
            border-width: 7px 15px 7px 0;
            border-color: transparent #dcdcdc transparent transparent;
            position: absolute;
            bottom: -14px;
            transform: rotate(-90deg);
            left: 50px;
        }

@media (min-width: 768px) {
    .form-tooltip-1 .form-tooltip-1__content {
        width: 400px;
        left: calc(40%);
        transform: translateY(-50%);
        top: 50%;
        bottom: auto;
    }

        .form-tooltip-1 .form-tooltip-1__content:before {
            bottom: auto;
            left: -15px;
            transform: translateY(-50%);
            top: 50%;
        }
}

.list-images-29__title {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    text-wrap: balance;
}

.list-images-29__title + * {
    margin-top: 20px
}

@media (min-width: 768px) {
    .list-images-29__title + * {
        margin-top: 30px
    }
}

@media (min-width: 992px) {
    .list-images-29__title + * {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .list-images-29__title + * {
        margin-top: 30px
    }
}

.list-images-29__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 30px
}

.list-images-29__items__item {
    width: 45px
}

.list-images-29__items__item img {
    width: auto;
    height: 45px;
}

@media (min-width: 768px) {
    .list-images-29__title {
        font-size: 2rem
    }

    .list-images-29__items {
        gap: 40px
    }

    .list-images-29__items__item {
        width: 90px
    }

    .list-images-29__items__item img {
        width: auto;
        height: 90px;
    }
}

@media (min-width: 992px) {
    .list-images-29__title {
        font-size: 2.4rem
    }
}

.content-block-38 .accordion-41 .content-wrap .content-area .title .title-inner {
    margin-bottom: 0;
}

.results-42 {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .results-42 {
        padding-bottom: 30px
    }
}

@media (min-width: 992px) {
    .results-42 {
        padding-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .results-42 {
        padding-bottom: 30px
    }
}

.results-42 .content-block-36, .results-42 .trustpilot-widget {
    margin-top: 20px
}

@media (min-width: 768px) {
    .results-42 .content-block-36, .results-42 .trustpilot-widget {
        margin-top: 30px
    }
}

@media (min-width: 992px) {
    .results-42 .content-block-36, .results-42 .trustpilot-widget {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .results-42 .content-block-36, .results-42 .trustpilot-widget {
        margin-top: 30px
    }
}

.results-42 .widget-block {
    margin-top: 55px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .results-42 .widget-block {
        margin-top: 22px;
        margin-bottom: 6px;
    }
}

.teaser-118 .link:hover .image.noinsitu {
    opacity: 1
}

.cms-area-15 > * + * {
    margin-top: 20px;
}
.cms-area-15 > * + *:is(h1, h2, h3, h4, h5, h6) {
    margin-top: 40px;
}

.teaser-118 picture + picture {
    margin-left:0px;
}