﻿:root {
    --main-theme-color: #001638;
    --main-theme-secondary-color: #00ccff;
    --main-theme-accent-color: #ee8648;
    --main-theme-text-color: #3f4e55;
    --navbar-text-color: rgba(255,255,255,.8);
}

@font-face {
    font-family: 'dmsicons';
    src: url('fonts/dmsicons/dmsicons.woff') format('woff'),url('fonts/dmsicons/dmsicons.ttf') format('truetype'),url('fonts/dmsicons/dmsiconsc359.svg?3gckdg#dmsicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trenda Regular';
    src: url(.fonts/Trenda-Regular/Trenda-Regular.eot);
    src: url(fonts/Trenda-Regular/Trenda-Regulard41d.eot?#iefix) format("embedded-opentype"),url(fonts/Trenda-Regular/Trenda-Regular.woff) format("woff"),url(fonts/Trenda-Regular/Trenda-Regular.ttf) format("truetype"),url(fonts/Trenda-Regular/Trenda-Regular.svg#Trenda-Regular) format("svg");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Trenda Bold';
    src: url(fonts/Trenda-Bold/Trenda-Bold.eot);
    src: url(fonts/Trenda-Bold/Trenda-Boldd41d.eot?#iefix) format("embedded-opentype"),url(fonts/Trenda-Bold/Trenda-Bold.woff) format("woff"),url(fonts/Trenda-Bold/Trenda-Bold.ttf) format("truetype"),url(fonts/Trenda-Bold/Trenda-Bold.svg#Trenda-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}


#landing-animation {
    overflow: hidden;
    max-width: 90%;
    margin: 50px auto;
    height: 100%;
    mask-image: linear-gradient(transparent, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient( to right,transparent, black 10%, black 90%, transparent 100%);
}

.landing-animation-content {
    width: auto;
    height: 100px;
    font-size: 0px;
    
}

.crop-homepage {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 350px;
}

.crop-homepage img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.landing-animation-content > div {
    display: inline-block;
    width: 350px;
    float: none;
    padding: 0 0px;
    text-align: center;
    margin-right: 20px;
    height: 650px;
    vertical-align: text-top;
    position: relative;
}

    .landing-animation-content p {
        width: auto;
        font-size: 1rem;
        padding: 0 1.875rem
    }

    .landing-animation-content a {
        font-size: 1rem;
        position: absolute;
        bottom: 1em;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 50%;
    }

.landing-animation-content h3 {
    margin-top: 1em
}



.cookie-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 22, 56,.95);
    color: white;
    z-index: 9999;
    grid-template-columns: auto 200px;
    grid-row-gap: 1.5rem;
    padding: 0.625rem 1.25rem;
    display: none;
    border-top: 4px solid var(--main-theme-accent-color);
}


.cookie-banner-explanation h3 {
    color: var(--navbar-text-color);
}

.cookie-banner-explanation p{
    color: white;
    margin-bottom: 0;
}

.cookie-banner-button {
    padding: 0.625rem 1.25rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 4px;
    cursor: pointer
}

.cookie-banner-link {
    color: var(--navbar-text-color);
}

.cookie-banner-button:hover {
    background-color: #fff;
    color: var(--main-theme-color);
}

@media (max-width: 1199px) {
    .cookie-banner {
        grid-template-columns: 100%;
    }

    .cookie-banner-button {
        padding: 0.625rem 3rem;
    }
}

@media all and (max-width:767px) {
    .cookie-banner {
        grid-template-columns: 100%;
    }

    .cookie-banner-button {
        padding: 0.625rem 6rem;
    }
}

.loadingImage {
    height: 100px;
    margin: 20px;
    display: inline-block;
}

table, th, td {
    border: 1px solid black;
}

td {
    padding: 5px;
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}


@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    60% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    60% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.field-iframe {
    max-width: 100%;
}


#main::after, #main::before, .clearfix::after, .clearfix::before, .region-bottom::after, .region-bottom::before, .region-content::after, .region-content::before, .region-footer::after, .region-footer::before, .region-header::after, .region-header::before, .region-hero::after, .region-hero::before, .region-sidebar-first::after, .region-sidebar-first::before, .region-sidebar-second::after, .region-sidebar-second::before, .region-system::after, .region-system::before, .region-top::after, .region-top::before {
    display: table;
    content: ""
}

#main::after, .clearfix::after, .region-bottom::after, .region-content::after, .region-footer::after, .region-header::after, .region-hero::after, .region-sidebar-first::after, .region-sidebar-second::after, .region-system::after, .region-top::after {
    clear: both
}

.block-dms-masquerade > a::before, .block-masquerade .toggler::before, .block-views-blockbusiness-cases-quotes .slick-next::before, .block-views-blockbusiness-cases-quotes .slick-prev::before, .block-views-blockgeneral-settings-views-quick-links .field__item a::before, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-facebook a::before, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-googleplus a::before, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-instagram a::before, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-linkedin a::before, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-pinterest a::before, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-twitter a::before, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-youtube a::before, .block-views-blockservices-overview .slick-next::after, .block-views-blockservices-overview .slick-prev::after, .fa, .field--name-field-brands .slick-arrow.slick-next::after, .field--name-field-brands .slick-arrow.slick-prev::after, .field--name-field-testimonials .slick-arrow.slick-next::after, .field--name-field-testimonials .slick-arrow.slick-prev::after, .icon, .main-menu--mobile > .menu__list > .menu__item .subtoggle.open::after, .main-menu--mobile > .menu__list > .menu__item .subtoggle::after, .node--type-business-case.node--view-mode-promoted .business-case__promoted--content .business-case__promoted--more a::after, .node--type-business-case.node--view-mode-quote .business-case__quote--more a::after, .node--type-business-case.node--view-mode-teaser .business-case__teaser--more a::after, .node--type-event.node--view-mode-teaser .event__teaser--more a::after, .node--type-office.node--view-mode-teaser .view-on-map::after, .node--type-person.node--view-mode-group-teaser .field--name-field-linkedin a::after, .node--type-region.node--view-mode-teaser .region__teaser--more::after, .node__hero--usps .field--name-field-hero-usps .slick-next::after, .node__hero--usps .field--name-field-hero-usps .slick-prev::after, .paragraph--type--image-slider .slick-slider .slick-arrow.slick-next::after, .paragraph--type--image-slider .slick-slider .slick-arrow.slick-prev::after, .pg-list-item__link--more a::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle.open::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 dmsicons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.visually-hidden, input[type=checkbox], input[type=radio] {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    overflow: hidden
}

[id^=onetrust] .visually-hidden, [id^=onetrust] input[type=checkbox], [id^=onetrust] input[type=radio] {
    clip: auto
}

body.breakpoint-labels::before {
    content: 'Default';
    background: #e10;
    padding: 0 .9375rem;
    color: #fff;
    font-size: 1rem;
    line-height: 2.5rem;
    border-radius: 0 7px 0 0;
    opacity: .75;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 42
}

@media all and (max-width:1300px) {
    body.breakpoint-labels::before {
        content: 'Extra extra large';
        background: #333
    }
}

@media all and (max-width:1199px) {
    body.breakpoint-labels::before {
        content: 'Extra large';
        background: #429
    }
}

@media all and (max-width:959px) {
    body.breakpoint-labels::before {
        content: 'Large';
        background: #1ab
    }
}

@media all and (max-width:767px) {
    body.breakpoint-labels::before {
        content: 'Medium';
        background: #ac2
    }
}

@media all and (max-width:479px) {
    body.breakpoint-labels::before {
        content: 'Small';
        background: #f93
    }
}

.menu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu__item a {
    display: block
}

.messages {
    margin: 1.875rem 0;
    padding: 1.25rem;
    opacity: .8;
    background-color: #2196f3;
    color: #fff;
    font-weight: 700
}

    .messages a {
        color: #fff
    }

        .messages a:hover {
            color: var(--navbar-text-color)
        }

.messages--status {
    background-color: #4caf50
}

.messages--warning {
    background-color: #ff9800
}

.messages--error {
    background-color: #f44336
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .tabs li {
        display: block;
        margin: 0 1px 1px 0
    }

        .tabs li a {
            display: block;
            padding: 0 .9375rem;
            border: 1px solid #333;
            background: #333;
            color: #333;
            font-size: 1rem;
            line-height: 2.5rem;
            text-decoration: none
        }

            .tabs li a:hover {
                background: #0084d7
            }

.user-login-form, .user-pass, .user-register-form {
    max-width: 31.25rem;
    margin: 0 0 3.125rem
}

.pager[data-drupal-views-infinite-scroll-pager] {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 1.875rem 0;
    text-align: center
}

    .pager[data-drupal-views-infinite-scroll-pager] .pager__item a {
        display: inline-block;
        background-color: var(--main-theme-color);
        padding: .3125rem .9375rem;
        color: #fff;
        text-decoration: none;
        border-radius: 4px
    }

        .pager[data-drupal-views-infinite-scroll-pager] .pager__item a:hover {
            background-color: var(--main-theme-secondary-color)
        }

body.maintenance-page {
    display: table
}

    body.maintenance-page .dialog-off-canvas-main-canvas {
        display: table;
        width: 100%;
        height: 100%
    }

.maintenance-container {
    display: table-cell;
    padding: 1.25rem;
    vertical-align: middle;
    text-align: center
}

.maintenance-content {
    display: inline-block;
    max-width: 45rem;
    padding: 3.125rem;
    border: 1px solid #ccc;
    background: #fff
}

.maintenance-icon {
    display: inline-block;
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 0 1.875rem;
    border-radius: 100%;
    background: #efefef;
    font-size: 3.125rem;
    line-height: 7.5rem
}

body, html {
    width: 100%;
    height: 100%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,“Segoe UI”,Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px
}

body {
    margin: 0;
    padding: 0;
    background: #efefef;
    color: var(--main-theme-text-color);
    font-family: "Trenda Regular",sans-serif,-apple-system,BlinkMacSystemFont,“Segoe UI”,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.63;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:focus {
    outline: 0
}

.wrapper {
    max-width: 1920px;
    min-height: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1.875rem rgba(0,0,0,.1);
    box-shadow: 0 0 1.875rem rgba(0,0,0,.1);
    overflow: hidden;
    background: #fff
}

.container, .path-search .region-content, .path-user .region-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.25rem
}

    .container.container-xs, .path-search .container-xs.region-content, .path-user .container-xs.region-content {
        max-width: 768px
    }

    .container.container-s, .container.container-small, .path-search .container-s.region-content, .path-search .container-small.region-content, .path-user .container-s.region-content, .path-user .container-small.region-content {
        max-width: 900px
    }

    .container.container-l, .container.container-large, .path-search .container-l.region-content, .path-search .container-large.region-content, .path-user .container-l.region-content, .path-user .container-large.region-content {
        max-width: 1600px
    }

    .container .container, .container .path-search .region-content, .container .path-user .region-content, .path-search .container .region-content, .path-search .region-content .container, .path-search .region-content .region-content, .path-user .container .region-content, .path-user .region-content .container, .path-user .region-content .region-content {
        padding: 0
    }

details > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.block__title, .hero-slide__title, .newsletter-form .block__title, h1, h2, h3 {
    font-family: "Trenda Bold",sans-serif;
    margin-bottom: 1em
}

    .block__title a, .hero-slide__title a, .newsletter-form .block__title a, h1 a, h2 a, h3 a {
        text-decoration: none
    }

h1 {
    /*margin-top: 0;*/
    color: var(--main-theme-color);
    font-size: 3rem;
    line-height: 1
}

@media all and (max-width:767px) {
    h1 {
        font-size: 2.375rem
    }
}

.block__title, .hero-slide__title, h2 {
    margin-top: 0;
    color: var(--main-theme-color);
    font-size: 1.75rem;
    line-height: 1.17
}

@media all and (max-width:767px) {
    .block__title, .hero-slide__title, h2 {
        font-size: 1.5rem
    }
}

.newsletter-form .block__title, h3 {
    margin-top: 0;
    color: var(--main-theme-color);
    font-size: 1.375rem;
    line-height: 1.25
}

.node__hero--usps .field--name-field-usp-title, h4 {
    margin-top: 0;
    color: var(--main-theme-color);
    font-size: 1.125rem;
    line-height: 1.25
}

.subtitle {
    margin: 0;
    color: var(--main-theme-accent-color);
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.5rem
}

    .subtitle + p {
        margin-bottom: 1.25rem
    }

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

p {
    margin: 1.25rem 0
}

    p:first-child {
        margin-top: 0
    }

a {
    color: var(--main-theme-color);
    text-decoration: underline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    a:hover {
        color: var(--main-theme-secondary-color)
    }

b, strong {
    font-family: "Trenda Bold",sans-serif
}

@media all and (max-width:959px) {
    a[href^="tel:"] {
        color: var(--main-theme-color);
        text-decoration: underline
    }

        a[href^="tel:"]:hover {
            color: var(--main-theme-secondary-color)
        }
}

.btn {
    display: inline-block;
    background-color: transparent;
    padding: .5rem 1.25rem;
    color: var(--main-theme-text-color);
    font-family: "Trenda Bold",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #e2e8ec;
    border-radius: 4px;
    cursor: pointer
}

    .btn:focus, .btn:hover {
        background-color: #e2e8ec;
        color: var(--main-theme-text-color);
        border-color: #e2e8ec
    }

.btn--blue, .btn--primary {
    background-color: var(--main-theme-color);
    color: #fff;
    border-color: var(--main-theme-color)
}

    .btn--blue:focus, .btn--blue:hover, .btn--primary:focus, .btn--primary:hover {
        background-color: transparent;
        color: var(--main-theme-color);
        border-color: var(--main-theme-color)
    }

.btn--secondary, .btn--yellow {
    background-color: var(--main-theme-secondary-color);
    color: var(--main-theme-color);
    border-color: var(--main-theme-secondary-color)
}

    .btn--secondary:focus, .btn--secondary:hover, .btn--yellow:focus, .btn--yellow:hover {
        background-color: transparent;
        color: var(--main-theme-color);
        border-color: var(--main-theme-secondary-color)
    }

.btn--other {
    background-color: var(--main-theme-accent-color);
    color: var(--main-theme-color);
    border-color: var(--main-theme-accent-color)
}

    .btn--other:focus, .btn--other:hover {
        background-color: transparent;
        color: var(--main-theme-color);
        border-color: var(--main-theme-accent-color)
    }

.mm-open {
    position: relative;
    overflow: hidden
}

    .mm-open .off-canvas {
        overflow-y: scroll
    }

    .mm-open .wrapper {
        opacity: .1;
        pointer-events: none;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.off-canvas {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    z-index: 42
}

.wrapper {
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mm-toggle {
    display: none;
    position: relative;
    z-index: 42
}

.mm-none .mm-toggle {
    display: none
}

.mm-left.mm-open .off-canvas {
    left: 0
}

.mm-left.mm-open .wrapper {
    left: 20rem
}

.mm-left .off-canvas {
    width: 20rem;
    position: fixed;
    top: 0;
    left: -20rem;
    bottom: 0
}

.mm-right.mm-open .off-canvas {
    right: 0
}

.mm-right.mm-open .wrapper {
    left: -20rem
}

.mm-right .off-canvas {
    width: 20rem;
    position: fixed;
    top: 0;
    right: -20rem;
    bottom: 0
}

.mm-top.mm-open .off-canvas {
    height: 100%;
    bottom: 0;
    overflow-y: scroll
}

.mm-top .off-canvas {
    background-color: #fff;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    bottom: 100%;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media all and (max-width:1199px) {
    .mm-toggle {
        display: block
    }
}

.block-local-tasks-block {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 42;
    background-color: #333
}

    .block-local-tasks-block ul {
        margin: 0
    }

        .block-local-tasks-block ul li {
            padding: 0;
            margin: 0;
            background: 0 0
        }

            .block-local-tasks-block ul li::before {
                display: none
            }

            .block-local-tasks-block ul li a {
                border: none;
                color: #ddd;
                background: 0 0;
                font-size: .9rem
            }

                .block-local-tasks-block ul li a:hover {
                    background: #0084d7
                }

body.adminimal-admin-toolbar {
    padding-top: 79px !important
}

    body.adminimal-admin-toolbar .block-local-tasks-block {
        top: 39px
    }

    body.adminimal-admin-toolbar.toolbar-tray-open {
        padding-top: 119px !important
    }

        body.adminimal-admin-toolbar.toolbar-tray-open .block-local-tasks-block {
            top: 79px
        }

ul.toolbar-menu li {
    padding: 0;
    margin: 0
}

    ul.toolbar-menu li::before {
        display: none
    }

select::-ms-expand {
    display: none
}

.webform-submission-form {
    max-width: 48rem
}

    .webform-submission-form fieldset {
        padding: 0;
        margin: 0 0 1.5625rem 0;
        border: none
    }

        .webform-submission-form fieldset legend {
            padding: 0;
            font-size: 1.3rem;
            font-weight: 700
        }

    .webform-submission-form .description {
        display: block;
        font-size: 80%
    }

.captcha, .form-item {
    margin: 0 0 .625rem
}

label {
    display: block;
    padding: .375rem 0;
    color: var(--main-theme-text-color);
    font-size: 1rem;
    line-height: 1.75rem
}

    label.form-required::after {
        content: ' ✱';
        font-size: 60%;
        line-height: 0;
        vertical-align: super
    }

.bi-arrow-counterclockwise{
    text-decoration: none;
}

.bi-arrow-counterclockwise:after {
    font-family: 'FontAwesome';
    font-size: 120%;
    line-height: 0;
    content: " \f021"
}

.js-form-type-checkbox label, .js-form-type-radio label {
    display: inline-block
}

label.error {
    width: 100%;
    text-align: right;
    color: #f44336
}

label .webform-element-help {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.125rem
}

    label .webform-element-help:hover {
        background: #f44336;
        border-color: #f44336
    }

.description {
    font-size: 80%;
    color: rgba(0,0,0,.5)
}

.file-input-wrapper, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    height: 2.625rem;
    padding: .375rem .9375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: var(--main-theme-text-color);
    font-size: 1rem;
    line-height: 1.75rem
}

    .file-input-wrapper.error, input[type=date].error, input[type=email].error, input[type=number].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, input[type=url].error, select.error, textarea.error {
        border: 1px solid #f44336
    }

        .file-input-wrapper.error:focus, input[type=date].error:focus, input[type=email].error:focus, input[type=number].error:focus, input[type=password].error:focus, input[type=search].error:focus, input[type=tel].error:focus, input[type=text].error:focus, input[type=url].error:focus, select.error:focus, textarea.error:focus {
            border-color: #f44336
        }

    .file-input-wrapper:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
        border: 1px solid #333
    }

select {
    padding-right: 2.5rem;
    background-size: .625rem .625rem;
    background-repeat: no-repeat;
    background-position: right .9375rem center
}

textarea {
    min-height: 12.5rem;
    font-size: 1rem;
    resize: vertical
}

.js-webform-checkboxes, .js-webform-radios {
    display: block;
    width: 100%;
    padding: .375rem 0
}

    .js-webform-checkboxes::after, .js-webform-checkboxes::before, .js-webform-radios::after, .js-webform-radios::before {
        display: table;
        content: ""
    }

    .js-webform-checkboxes::after, .js-webform-radios::after {
        clear: both
    }

    .js-webform-checkboxes .js-form-type-checkbox, .js-webform-checkboxes .js-form-type-radio, .js-webform-radios .js-form-type-checkbox, .js-webform-radios .js-form-type-radio {
        display: block;
        margin: 0 0 .1875rem 0
    }

        .js-webform-checkboxes .js-form-type-checkbox input, .js-webform-checkboxes .js-form-type-radio input, .js-webform-radios .js-form-type-checkbox input, .js-webform-radios .js-form-type-radio input {
            margin: .5rem .6rem 0 0
        }

        .js-webform-checkboxes .js-form-type-checkbox label, .js-webform-checkboxes .js-form-type-radio label, .js-webform-radios .js-form-type-checkbox label, .js-webform-radios .js-form-type-radio label {
            margin-top: .125rem
        }

    .js-webform-checkboxes.webform-options-display-one-column, .js-webform-radios.webform-options-display-one-column {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }

        .js-webform-checkboxes.webform-options-display-one-column .form-item, .js-webform-radios.webform-options-display-one-column .form-item {
            width: 100%
        }

    .js-webform-checkboxes.webform-options-display-two-columns, .js-webform-radios.webform-options-display-two-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .js-webform-checkboxes.webform-options-display-two-columns .form-item, .js-webform-radios.webform-options-display-two-columns .form-item {
            width: 50%
        }

    .js-webform-checkboxes.webform-options-display-three-columns, .js-webform-radios.webform-options-display-three-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .js-webform-checkboxes.webform-options-display-three-columns .form-item, .js-webform-radios.webform-options-display-three-columns .form-item {
            width: 33.33%
        }

    .js-webform-checkboxes.webform-options-display-side-by-side .form-item, .js-webform-radios.webform-options-display-side-by-side .form-item {
        display: inline-block;
        width: auto;
        margin-right: .9375rem
    }

input[type=radio] + label {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.375rem;
    position: relative;
    cursor: pointer
}

    input[type=radio] + label::before {
        display: block;
        content: "";
        width: .625rem;
        height: .625rem;
        position: absolute;
        left: 0;
        top: .5rem;
        border: 1px solid #ccc;
        border-radius: 50%;
        background: 0 0
    }

input[type=radio]:checked + label::before {
    border-color: var(--main-theme-color);
    background: var(--main-theme-color)
}

input[type=checkbox] + label {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.375rem;
    position: relative;
    cursor: pointer
}

    input[type=checkbox] + label::before {
        display: block;
        content: "";
        width: .875rem;
        height: .875rem;
        position: absolute;
        left: 0;
        top: .375rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: 0 0;
        color: var(--main-theme-color);
        font-size: .8rem;
        line-height: .875rem
    }

input[type=checkbox]:checked + label::before {
    content: "\f00c";
    font-family: dmsicons
}



.button-file-upload {
    display: block;
    overflow: hidden;
}
  input[type="file"] {
    left: -1000px;
    position: fixed;
  }

.fake-upload-button {
    float: left;
    margin-right: 12px;
    cursor: pointer;
    display: inline-block;
    line-height: 3;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    transition: .3s;
    padding: .4375rem 1.5625rem;
    cursor: pointer;
    border: none;
    background-color: var(--main-theme-color);
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: "Trenda Regular",sans-serif;
    border-radius: 4px
}


.fake-upload-button:hover {
    color: #fff;
    background-color: var(--main-theme-accent-color)
}

.button-file-upload-text {
    padding: .4375rem 0 0 0;
    color: var(--main-theme-color);
    float: left;
    font-size: .7rem;
    line-height: 3;
}


input[type=submit] {
    transition: .3s;
    padding: .4375rem 1.5625rem;
    cursor: pointer;
    border: none;
    background-color: var(--main-theme-color);
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: "Trenda Regular",sans-serif;
    border-radius: 4px
}

    input[type=submit]:hover:enabled {
        color: #fff;
        background-color: var(--main-theme-accent-color)
    }

    input[type=submit]:focus:enabled {
        background-color: var(--main-theme-secondary-color)
    }

    input[type=submit]:disabled {
        opacity: .3;
        cursor: not-allowed;
    }

.js-form-type-managed-file {
    width: 100%;
    position: relative
}

    .js-form-type-managed-file label {
        z-index: 2;
        font-weight: 400
    }

    .js-form-type-managed-file .form-managed-file {
        position: relative
    }

        .js-form-type-managed-file .form-managed-file .file-input-wrapper {
            margin: 0 0 .3125rem 0;
            position: relative;
            background-color: #fff;
            background-size: 1.25rem 1.25rem;
            background-repeat: no-repeat;
            background-position: .625rem center
        }

            .js-form-type-managed-file .form-managed-file .file-input-wrapper .file-input-wrapper__label {
                margin-left: 1.875rem
            }

            .js-form-type-managed-file .form-managed-file .file-input-wrapper input[type=file] {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0
            }

.form-managed-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .form-managed-file .file-input-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        z-index: 8
    }

    .form-managed-file .file {
        display: block;
        padding: 0 0 .3125rem 0;
        background: #fff;
        position: relative;
        z-index: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .form-managed-file .form-submit {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background-color: #e2e8ec;
        color: var(--main-theme-text-color)
    }

    .form-managed-file .description {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

.captcha {
    width: 100%
}

.sliding-popup-bottom {
    width: calc(100% - 80px);
    max-width: 46.875rem;
    padding: 3.125rem;
    color: var(--main-theme-text-color);
    background: #e2e8ec;
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem !important;
    text-align: left;
    line-height: 1.5em;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 0 10px;
    box-shadow: rgba(0,0,0,.1) 0 0 10px
}

    .newsletter-form .sliding-popup-bottom .block__title, .sliding-popup-bottom .block__title, .sliding-popup-bottom .hero-slide__title, .sliding-popup-bottom .newsletter-form .block__title, .sliding-popup-bottom a, .sliding-popup-bottom h2, .sliding-popup-bottom h3 {
        color: var(--main-theme-text-color)
    }

@media all and (max-width:1199px) {
    .sliding-popup-bottom {
        width: calc(100% - 60px);
        padding: 1.875rem;
        right: 1.875rem;
        bottom: 1.875rem !important
    }
}

@media all and (max-width:767px) {
    .sliding-popup-bottom {
        width: 100%;
        height: 100%;
        padding: 1.875rem 0;
        right: 0;
        bottom: 0 !important
    }
}

.sliding-popup-bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-overflow-scrolling: touch
}

@media all and (max-width:767px) {
    .sliding-popup-bottom .inner {
        display: block;
        height: 100%;
        padding: 0 1.875rem;
        overflow-y: auto
    }
}

.sliding-popup-bottom .inner .gdpr_popup__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__intro {
        margin: 0 0 1.875rem 0
    }

    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories {
        clear: both;
        display: none
    }

        .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category {
            margin: 0 0 .9375rem 0
        }

            .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category:nth-last-child(1) {
                margin: 0
            }

            .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__form-element {
                margin: 0 0 .3125rem 0
            }

                .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__form-element input {
                    display: none
                }

                .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__form-element label {
                    padding: 0 0 0 1.5625rem;
                    position: relative;
                    color: var(--main-theme-text-color);
                    line-height: 1.3em
                }

                    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__form-element label::before {
                        width: .9rem;
                        height: .9rem;
                        border: 1px solid var(--main-theme-text-color);
                        background: #fff;
                        border-radius: .1875rem;
                        position: absolute;
                        left: 0;
                        top: .1875rem;
                        font-family: dmsicons;
                        font-size: .6rem;
                        line-height: .85rem;
                        text-align: center
                    }

                .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__form-element input:checked + label::before {
                    content: "\f00c";
                    font-family: dmsicons
                }

                .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__form-element input:disabled + label {
                    color: var(--main-theme-text-color);
                    cursor: default
                }

                    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__form-element input:disabled + label::before {
                        opacity: .5
                    }

            .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__description {
                padding-left: 1.5625rem;
                font-size: .9rem;
                opacity: .5
            }

@media all and (max-width:479px) {
    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__categories .category .category__description {
        display: none
    }
}

.sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.875rem 0 0 0
}

@media all and (max-width:767px) {
    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons {
        display: block
    }
}

.sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .gdpr-action-link {
    cursor: pointer;
    text-decoration: underline
}

@media all and (max-width:767px) {
    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .gdpr-action-link {
        display: block;
        margin: 0
    }
}

.sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .gdpr-action-link:hover {
    text-decoration: none
}

.sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .save-preferences--link--container {
    display: none
}

.sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .agree-button {
    margin-right: 1.25rem;
    font-family: "Trenda Regular",sans-serif;
    cursor: pointer
}

@media all and (max-width:767px) {
    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .agree-button {
        display: block;
        margin: 0 0 1.25rem 0
    }
}

.sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .agree-button:focus, .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__content__buttons .agree-button:hover {
    color: var(--main-theme-text-color) !important
}

.sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__privacy-url {
    margin: 1.875rem 0 0 0
}

    .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__privacy-url a {
        color: var(--main-theme-text-color);
        text-decoration: underline
    }

        .sliding-popup-bottom .inner .gdpr_popup__content .gdpr_popup__privacy-url a:hover {
            text-decoration: none
        }

.ajax-progress.ajax-progress-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    opacity: 1;
    background: rgba(255,255,255,.5);
    border-radius: none
}

    .ajax-progress.ajax-progress-fullscreen .ajax-throbber {
        position: absolute;
        top: 49%;
        left: 49%
    }

@supports (display:flex) {
    .ajax-progress.ajax-progress-fullscreen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .ajax-progress.ajax-progress-fullscreen .ajax-throbber {
            position: relative;
            top: auto;
            left: auto
        }
}

.ajax-throbber.sk-chasing-dots .sk-child, .ajax-throbber.sk-circle .sk-child::before, .ajax-throbber.sk-cube-grid .sk-cube, .ajax-throbber.sk-double-bounce .sk-child, .ajax-throbber.sk-fading-circle .sk-circle::before, .ajax-throbber.sk-folding-cube .sk-cube::before, .ajax-throbber.sk-rotating-plane, .ajax-throbber.sk-spinner-pulse, .ajax-throbber.sk-three-bounce .sk-child, .ajax-throbber.sk-wandering-cubes .sk-cube, .ajax-throbber.sk-wave .sk-rect {
    background-color: var(--main-theme-color)
}

.block-masquerade {
    display: block;
    width: 100%;
    max-width: 15.625rem;
    padding: 25px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,.05) 0 0 6px;
    box-shadow: rgba(0,0,0,.05) 0 0 6px;
    border-radius: 5px 5px 0 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

    .block-masquerade .toggler {
        display: block;
        width: 40px;
        height: 35px;
        background: #fff;
        position: absolute;
        right: 15px;
        top: -35px;
        color: #000;
        text-align: center;
        line-height: 42px;
        -webkit-box-shadow: rgba(0,0,0,.05) 0 -3px 3px;
        box-shadow: rgba(0,0,0,.05) 0 -3px 3px;
        border-radius: 5px 5px 0 0;
        cursor: pointer
    }

        .block-masquerade .toggler::before {
            margin-right: .625rem;
            text-decoration: underline
        }

        .block-masquerade .toggler::before {
            content: ""
        }

        .block-masquerade .toggler::after, .block-masquerade .toggler::before {
            text-decoration: none
        }

        .block-masquerade .toggler::before {
            margin: 0;
            font-size: 1.3rem
        }

    .block-masquerade.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

@media all and (max-width:479px) {
    .block-masquerade {
        max-width: 100%;
        right: 0;
        border-radius: 0
    }
}

.block-dms-masquerade {
    display: block;
    width: 100%;
    max-width: 15.625rem;
    padding: 25px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,.05) 0 0 6px;
    box-shadow: rgba(0,0,0,.05) 0 0 6px;
    border-radius: 5px 5px 0 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

    .block-dms-masquerade > a {
        display: block;
        width: 40px;
        height: 35px;
        background: #fff;
        position: absolute;
        right: 15px;
        top: -35px;
        color: #000;
        text-align: center;
        line-height: 42px;
        -webkit-box-shadow: rgba(0,0,0,.05) 0 -3px 3px;
        box-shadow: rgba(0,0,0,.05) 0 -3px 3px;
        border-radius: 5px 5px 0 0;
        cursor: pointer
    }

        .block-dms-masquerade > a::before {
            margin-right: .625rem;
            text-decoration: underline
        }

        .block-dms-masquerade > a::before {
            content: ""
        }

        .block-dms-masquerade > a::after, .block-dms-masquerade > a::before {
            text-decoration: none
        }

        .block-dms-masquerade > a::before {
            margin: 0;
            font-size: 1.3rem
        }

@media all and (max-width:1300px) {
    .header-logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media all and (max-width:1199px) {
    .header-logo img {
        width: auto;
        height: 2.5rem
    }
}

.footer-logo {
    grid-area: logo;
    margin-bottom: 1.875rem
}

.language-switcher-language-url {
    margin-left: 2.5rem
}

    .language-switcher-language-url ul.links {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: .875rem;
        text-transform: uppercase
    }

        .language-switcher-language-url ul.links li:not(:last-child) {
            margin-right: .625rem
        }

        .language-switcher-language-url ul.links li a, .language-switcher-language-url ul.links li span {
            color: var(--navbar-text-color);
            text-decoration: none
        }

            .language-switcher-language-url ul.links li a.is-active, .language-switcher-language-url ul.links li span.is-active {
                font-family: "Trenda Bold",sans-serif
            }

        .language-switcher-language-url ul.links li span {
            text-decoration: line-through
        }

.video {
    position: relative;
    text-decoration: none
}

    .video::before {
        position: absolute;
        left: 0;
        width: 100%;
        content: "\f04b";
        font-family: dmsicons;
        font-size: 50px;
        line-height: 50px;
        text-align: center;
        top: 50%;
        color: #fff;
        translate: 0 -50%
    }

.ui-dialog .filter-wrapper {
    display: none
}

.geysirmodaladd-select-type-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.1875rem 0
}

    .geysirmodaladd-select-type-form .geysir-add-type {
        margin-right: 5%;
        margin-bottom: 5%;
        width: calc((100% - 5% * (5 - 1))/ 5)
    }

        .geysirmodaladd-select-type-form .geysir-add-type:nth-child(5n) {
            margin-right: 5%
        }

        .geysirmodaladd-select-type-form .geysir-add-type:nth-child(5n) {
            margin-right: 0
        }

    .geysirmodaladd-select-type-form .geysir-add-type {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid transparent;
        min-width: auto
    }

        .geysirmodaladd-select-type-form .geysir-add-type input {
            width: 100%;
            margin-bottom: auto
        }

        .geysirmodaladd-select-type-form .geysir-add-type span {
            margin-top: .3125rem
        }

@media all and (max-width:959px) {
    .geysirmodaladd-select-type-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .geysirmodaladd-select-type-form .geysir-add-type {
            margin-right: 3%;
            margin-bottom: 3%;
            width: calc((100% - 3% * (4 - 1))/ 4)
        }

            .geysirmodaladd-select-type-form .geysir-add-type:nth-child(5n) {
                margin-right: 3%
            }

            .geysirmodaladd-select-type-form .geysir-add-type:nth-child(4n) {
                margin-right: 0
            }
}

@media all and (max-width:767px) {
    .geysirmodaladd-select-type-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .geysirmodaladd-select-type-form .geysir-add-type {
            margin-right: 3%;
            margin-bottom: 3%;
            width: calc((100% - 3% * (3 - 1))/ 3)
        }

            .geysirmodaladd-select-type-form .geysir-add-type:nth-child(4n) {
                margin-right: 3%
            }

            .geysirmodaladd-select-type-form .geysir-add-type:nth-child(3n) {
                margin-right: 0
            }
}

@media all and (max-width:479px) {
    .geysirmodaladd-select-type-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .geysirmodaladd-select-type-form .geysir-add-type {
            margin-right: 3%;
            margin-bottom: 3%;
            width: calc((100% - 3% * (2 - 1))/ 2)
        }

            .geysirmodaladd-select-type-form .geysir-add-type:nth-child(3n) {
                margin-right: 3%
            }

            .geysirmodaladd-select-type-form .geysir-add-type:nth-child(2n) {
                margin-right: 0
            }
}

.geysirmodaladd-select-type-form .geysir-add-type:hover {
    border: 1px solid #2196f3
}

.geysir-button {
    margin: 0 auto
}

.geysir-field-paragraph-wrapper {
    pointer-events: none
}

    .geysir-field-paragraph-wrapper > * {
        pointer-events: all
    }

    .geysir-field-paragraph-wrapper:hover {
        z-index: 2
    }

        .geysir-field-paragraph-wrapper:hover > .paragraph {
            position: relative;
            z-index: 1
        }

        .geysir-field-paragraph-wrapper:hover::after {
            background-color: transparent
        }

.editor-link-dialog {
    width: 30rem;
    min-height: 18.75rem
}

@media all and (max-width:767px) {
    .editor-link-dialog {
        width: auto;
        max-width: 20rem
    }
}

.editor-link-dialog .editor-link-dialog {
    min-height: 18.75rem
}

.editor-link-dialog .linkit-ui-autocomplete {
    max-height: 11.875rem;
    -webkit-box-shadow: 0 5px 10px 0 rgba(239,239,239,.75);
    box-shadow: 0 5px 10px 0 rgba(239,239,239,.75)
}

.media-image-edit-form .focal-point-wrapper .focal-point-preview-link {
    background-color: #efefef;
    margin: 1.25rem 0 0;
    padding: .3125rem;
    color: #000;
    border: 1px solid #ccc;
    text-decoration: none
}

    .media-image-edit-form .focal-point-wrapper .focal-point-preview-link::before {
        margin-right: .3125rem
    }

    .media-image-edit-form .focal-point-wrapper .focal-point-preview-link:hover {
        background-color: #ccc;
        color: #000
    }

.media-image-edit-form details[data-drupal-selector=edit-group-video] {
    background-color: #efefef;
    margin: 1.25rem 0;
    padding: .625rem;
    border: 1px solid #ccc
}

    .media-image-edit-form details[data-drupal-selector=edit-group-video] > summary {
        display: none
    }

.media-image-edit-form .js-form-type-vertical-tabs {
    display: none
}

.geysir-dialog .ui-dialog-content {
    padding: .625rem
}

.geysir-dialog .tabledrag-toggle-weight-wrapper {
    display: none
}

.geysir-dialog details {
    padding: .625rem 0
}

    .geysir-dialog details > summary {
        display: none
    }

.geysir-dialog .form-required::after {
    content: '*';
    display: inline-block;
    margin-left: .1875rem
}

.geysir-dialog .field--type-link fieldset {
    border: 1px solid #ccc
}

.geysir-dialog .horizontal-tabs {
    margin: 0
}

.geysir-dialog .horizontal-tabs-list {
    font-size: .9375rem
}

.geysir-dialog .field-multiple-table {
    width: 100%
}

    .geysir-dialog .field-multiple-table thead .node__hero--usps .field--name-field-usp-title, .geysir-dialog .field-multiple-table thead h4, .node__hero--usps .geysir-dialog .field-multiple-table thead .field--name-field-usp-title {
        background-color: #efefef;
        margin: 0;
        padding: .625rem 0;
        text-transform: uppercase
    }

    .geysir-dialog .field-multiple-table td.field-multiple-drag {
        width: 1.875rem
    }

.geysir-dialog .paragraphs-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: none !important;
    margin: 0 !important;
    padding: .625rem 0;
    border-bottom: 1px dashed #efefef
}


.geysir-dialog .paragraphs-actions .paragraphs-dropdown {
    margin: 0
}

    .geysir-dialog .paragraphs-actions .paragraphs-dropdown.open .paragraphs-dropdown-actions {
        border: 0;
        top: 2.3125rem
    }

@media all and (max-width:767px) {
    .geysir-dialog .paragraphs-actions .paragraphs-dropdown.open .paragraphs-dropdown-actions {
        top: 2.1875rem
    }
}

.geysir-dialog .paragraphs-actions .paragraphs-dropdown.open .paragraphs-dropdown-actions input[type=submit] {
    background-color: #fff
}

    .geysir-dialog .paragraphs-actions .paragraphs-dropdown.open .paragraphs-dropdown-actions input[type=submit]:not(:first-child) {
        margin-top: -1px
    }

    .geysir-dialog .paragraphs-actions .paragraphs-dropdown.open .paragraphs-dropdown-actions input[type=submit]:hover {
        background-color: #ccc
    }

.geysir-dialog .paragraphs-actions .paragraphs-dropdown .paragraphs-dropdown-actions {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.geysir-dialog .paragraphs-actions .paragraphs-dropdown .paragraphs-dropdown-toggle {
    background-color: #efefef;
    height: 2.375rem;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media all and (max-width:767px) {
    .geysir-dialog .paragraphs-actions .paragraphs-dropdown .paragraphs-dropdown-toggle {
        height: 2.25rem
    }
}

.geysir-dialog .paragraphs-actions .paragraphs-dropdown .paragraphs-dropdown-toggle:hover {
    background-color: #ccc
}

.geysir-dialog a:hover {
    color: #2196f3
}

.geysir-dialog .paragraphs-subform {
    margin-top: .625rem
}

.geysir-dialog .tabledrag-handle .handle {
    background-position: center;
    width: 30px;
    height: 24px;
    margin: 0
}

.geysir-dialog .dropbutton-multiple .dropbutton-toggle {
    background-color: #efefef;
    border: 1px solid #ccc;
    border-left: 0
}

.geysir-dialog .dropbutton-multiple.open .dropbutton-action {
    margin-top: -1px
}

    .geysir-dialog .dropbutton-multiple.open .dropbutton-action .button {
        width: 100%
    }

    .geysir-dialog .dropbutton-multiple.open .dropbutton-action:first-child {
        margin-top: 0
    }

.geysir-dialog .entities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .geysir-dialog .entities-list .rendered-entity {
        background-color: rgba(239,239,239,.5);
        width: calc(33.333% - 20px);
        padding: .625rem;
        overflow: hidden;
        text-align: center;
        border: 1px solid transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .geysir-dialog .entities-list .rendered-entity .field {
            margin: 0 0 .625rem
        }

        .geysir-dialog .entities-list .rendered-entity .remove-button {
            margin-top: auto
        }

@media all and (max-width:767px) {
    .geysir-dialog .entities-list .rendered-entity {
        width: calc(50% - 20px)
    }
}

@media all and (max-width:479px) {
    .geysir-dialog .entities-list .rendered-entity {
        width: calc(100% - 20px)
    }
}

.geysir-dialog .entities-list .rendered-entity .field--name-name {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.geysir-dialog .entities-list .rendered-entity:hover {
    background-color: #efefef;
    border-color: #ccc;
    opacity: 1
}

.geysir-dialog .entities-list .rendered-entity input[type=submit] {
    padding: 0 .9375rem
}

.geysir-dialog.ui-dialog input[type=submit] {
    display: inline-block;
    background-color: #efefef;
    background-image: none;
    padding: .25rem 1rem;
    font-size: .9375rem;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0
}

    .geysir-dialog.ui-dialog input[type=submit]:hover {
        background-color: #ccc
    }

.geysir-dialog .description {
    font-size: 80%;
    color: rgba(0,0,0,.5)
}

.geysir-dialog .file-input-wrapper, .geysir-dialog input[type=date], .geysir-dialog input[type=email], .geysir-dialog input[type=number], .geysir-dialog input[type=password], .geysir-dialog input[type=search], .geysir-dialog input[type=tel], .geysir-dialog input[type=text], .geysir-dialog input[type=url], .geysir-dialog select, .geysir-dialog textarea {
    width: 100%;
    height: 2.625rem;
    padding: .375rem .9375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    color: var(--main-theme-text-color);
    font-size: 1rem;
    line-height: 1.75rem
}

    .geysir-dialog .file-input-wrapper.error, .geysir-dialog input[type=date].error, .geysir-dialog input[type=email].error, .geysir-dialog input[type=number].error, .geysir-dialog input[type=password].error, .geysir-dialog input[type=search].error, .geysir-dialog input[type=tel].error, .geysir-dialog input[type=text].error, .geysir-dialog input[type=url].error, .geysir-dialog select.error, .geysir-dialog textarea.error {
        border: 1px solid #f44336
    }

        .geysir-dialog .file-input-wrapper.error:focus, .geysir-dialog input[type=date].error:focus, .geysir-dialog input[type=email].error:focus, .geysir-dialog input[type=number].error:focus, .geysir-dialog input[type=password].error:focus, .geysir-dialog input[type=search].error:focus, .geysir-dialog input[type=tel].error:focus, .geysir-dialog input[type=text].error:focus, .geysir-dialog input[type=url].error:focus, .geysir-dialog select.error:focus, .geysir-dialog textarea.error:focus {
            border-color: #f44336
        }

    .geysir-dialog .file-input-wrapper:focus, .geysir-dialog input[type=date]:focus, .geysir-dialog input[type=email]:focus, .geysir-dialog input[type=number]:focus, .geysir-dialog input[type=password]:focus, .geysir-dialog input[type=search]:focus, .geysir-dialog input[type=tel]:focus, .geysir-dialog input[type=text]:focus, .geysir-dialog input[type=url]:focus, .geysir-dialog select:focus, .geysir-dialog textarea:focus {
        border: 1px solid #aaa
    }

.geysir-dialog select {
    padding-right: 2.5rem;
    background-size: .625rem .625rem;
    background-repeat: no-repeat;
    background-position: right .9375rem center
}

.geysir-dialog textarea {
    min-height: 12.5rem;
    font-size: 1rem;
    resize: vertical
}

.geysir-dialog .messages {
    margin: .625rem 0;
    padding: .625rem
}

.geysir-dialog .field-multiple-table {
    border-collapse: collapse
}

.geysir-dialog tr.drag-previous {
    background-color: #ffd
}

.geysir-dialog tr.draggable {
    border-bottom: 1px dashed #efefef
}

    .geysir-dialog tr.draggable .paragraphs-actions {
        padding: 0;
        border: 0
    }

    .geysir-dialog tr.draggable:last-child {
        border: 0
    }

    .geysir-dialog tr.draggable.drag {
        background-color: #efefef;
        opacity: .5
    }

.mm-toggle--wrapper {
    margin-right: 1.875rem;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none
}

    .mm-toggle--wrapper:hover {
        color: var(--main-theme-secondary-color)
    }

.mm-toggle--offcanvas {
    width: 100%;
    padding: 1.4375rem 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-theme-color);
    text-align: center;
    text-decoration: none
}

    .mm-toggle--offcanvas i {
        margin-right: .625rem
    }

    .mm-toggle--offcanvas:hover {
        color: var(--main-theme-secondary-color)
    }

.main-menu--mobile .menu__item {
    border-bottom: 1px solid rgba(35,40,82,.75);
}

    .main-menu--mobile .menu__item a {
        background-color: var(--main-theme-secondary-color);
        padding: .3125rem .9375rem;
        color: var(--main-theme-color);
        text-decoration: none;
        border-left: 4px solid transparent
    }

        .main-menu--mobile .menu__item a.is-active, .main-menu--mobile .menu__item a:hover {
            border-left-color: var(--main-theme-color)
        }

    .main-menu--mobile .menu__item .menu__list .menu__item {
        border-top: 1px solid rgba(246,183,17,.75);
        border-bottom: 0
    }

        .main-menu--mobile .menu__item .menu__list .menu__item a {
            padding: .3125rem .9375rem .3125rem 1.875rem;
            opacity: .95
        }

.main-menu--mobile .subtoggle {
    color: var(--main-theme-color)
}

.secondary-menu--mobile .menu__item {
    border-bottom: 1px solid rgba(35,40,82,.75)
}

    .secondary-menu--mobile .menu__item a {
        background-color: var(--main-theme-color);
        padding: .3125rem .9375rem;
        color: #fff;
        text-decoration: none;
        border-left: 4px solid transparent
    }

        .secondary-menu--mobile .menu__item a.is-active, .secondary-menu--mobile .menu__item a:hover {
            border-left-color: var(--main-theme-accent-color)
        }

    .secondary-menu--mobile .menu__item .menu__list .menu__item {
        border-top: 1px solid rgba(35,40,82,.75);
        border-bottom: 0
    }

        .secondary-menu--mobile .menu__item .menu__list .menu__item a {
            padding: .3125rem .9375rem .3125rem 1.875rem;
            opacity: .95
        }

.secondary-menu--mobile .subtoggle {
    color: #fff
}

.main-menu--mobile > .menu__list > .menu__item, .secondary-menu--mobile > .menu__list > .menu__item {
    position: relative
}

    .main-menu--mobile > .menu__list > .menu__item > a, .secondary-menu--mobile > .menu__list > .menu__item > a {
        padding-right: 2.8125rem
    }

    .main-menu--mobile > .menu__list > .menu__item .subtoggle, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle {
        width: 2.1875rem;
        padding-top: .625rem;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        line-height: 100%
    }

        .main-menu--mobile > .menu__list > .menu__item .subtoggle::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .main-menu--mobile > .menu__list > .menu__item .subtoggle::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle::after {
            content: ""
        }

        .main-menu--mobile > .menu__list > .menu__item .subtoggle::after, .main-menu--mobile > .menu__list > .menu__item .subtoggle::before, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle::before {
            text-decoration: none
        }

        .main-menu--mobile > .menu__list > .menu__item .subtoggle.open::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle.open::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .main-menu--mobile > .menu__list > .menu__item .subtoggle.open::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle.open::after {
            content: ""
        }

        .main-menu--mobile > .menu__list > .menu__item .subtoggle.open::after, .main-menu--mobile > .menu__list > .menu__item .subtoggle.open::before, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle.open::after, .secondary-menu--mobile > .menu__list > .menu__item .subtoggle.open::before {
            text-decoration: none
        }

    .main-menu--mobile > .menu__list > .menu__item .menu__list, .secondary-menu--mobile > .menu__list > .menu__item .menu__list {
        display: none
    }

.main-menu {
    position: relative;
    z-index: 1
}

@media all and (max-width:1199px) {
    .main-menu {
        display: none
    }
}

.main-menu > .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .main-menu > .menu__list > .menu__item {
        position: relative
    }

        .main-menu > .menu__list > .menu__item.menu__item--active a {
            border-color: var(--main-theme-color)
        }

        .main-menu > .menu__list > .menu__item:not(:last-child) {
            margin-right: 1.25rem
        }

        .main-menu > .menu__list > .menu__item:hover > .menu__list {
            opacity: 1;
            left: -1.25rem
        }

        .main-menu > .menu__list > .menu__item > a {
            padding: 1rem 0;
            font-size: 1.0625rem;
            line-height: 1.25rem;
            text-decoration: none;
            border-bottom: 4px solid transparent
        }

@media all and (max-width:1300px) {
    .main-menu > .menu__list > .menu__item > a {
        font-size: .9375rem
    }
}

.main-menu > .menu__list > .menu__item > a:hover {
    color: var(--main-theme-color);
    border-color: var(--main-theme-color)
}

.main-menu > .menu__list > .menu__item > a.is-active {
    border-color: var(--main-theme-color)
}

.main-menu > .menu__list > .menu__item > .menu__list {
    background-color: var(--main-theme-secondary-color);
    min-width: calc(100% + 40px);
    position: absolute;
    top: 100%;
    left: -9999px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 15px 15px 0 rgba(0,0,0,.3)
}

    .main-menu > .menu__list > .menu__item > .menu__list > .menu__item.menu__item--active a {
        font-family: "Trenda Bold",sans-serif
    }

    .main-menu > .menu__list > .menu__item > .menu__list > .menu__item > a {
        padding: .625rem 1.25rem;
        white-space: nowrap;
        color: var(--main-theme-color);
        text-decoration: none
    }

        .main-menu > .menu__list > .menu__item > .menu__list > .menu__item > a:hover {
            background-color: rgba(255,255,255,.25)
        }

.secondary-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 2
}

@media all and (max-width:1199px) {
    .secondary-menu {
        display: none
    }
}

.secondary-menu > .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .secondary-menu > .menu__list > .menu__item {
        position: relative
    }

        .secondary-menu > .menu__list > .menu__item.menu__item--active a {
            text-decoration: underline
        }

        .secondary-menu > .menu__list > .menu__item:hover > .menu__list {
            opacity: 1;
            left: 0
        }

        .secondary-menu > .menu__list > .menu__item > a {
            padding: .3125rem .625rem;
            color: var(--navbar-text-color);
            text-decoration: none;
            border: 2px solid transparent;
            border-radius: 4px
        }

            .secondary-menu > .menu__list > .menu__item > a:hover {
                text-decoration: underline
            }

            .secondary-menu > .menu__list > .menu__item > a.contact {
                margin-left: .625rem;
                font-family: "Trenda Bold",sans-serif;
                border: 2px solid rgba(255,255,255,.5)
            }

                .secondary-menu > .menu__list > .menu__item > a.contact.is-active, .secondary-menu > .menu__list > .menu__item > a.contact:hover {
                    background-color: #fff;
                    color: var(--main-theme-color)
                }

        .secondary-menu > .menu__list > .menu__item > .menu__list {
            background-color: var(--main-theme-color);
            min-width: calc(100% + 20px);
            position: absolute;
            top: 100%;
            left: -9999px;
            opacity: 0;
            -webkit-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s
        }

            .secondary-menu > .menu__list > .menu__item > .menu__list > .menu__item.menu__item--active a {
                font-family: "Trenda Bold",sans-serif
            }

            .secondary-menu > .menu__list > .menu__item > .menu__list > .menu__item > a {
                padding: .3125rem .625rem;
                white-space: nowrap;
                color: var(--navbar-text-color);
                text-decoration: none
            }

                .secondary-menu > .menu__list > .menu__item > .menu__list > .menu__item > a:hover {
                    background-color: rgba(255,255,255,.25)
                }

.bottom-menu {
    text-align: center;
    font-size: .8125rem
}

    .bottom-menu .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media all and (max-width:767px) {
    .bottom-menu .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bottom-menu .menu__item:not(:last-child) {
    margin-right: .9375rem
}

@media all and (max-width:479px) {
    .bottom-menu .menu__item:not(:last-child) {
        margin-right: 0
    }
}

@media all and (max-width:479px) {
    .bottom-menu {
        margin-bottom: .9375rem
    }

        .bottom-menu .menu__item {
            margin: 0
        }
}

.dms-menu {
    text-align: center;
    font-size: .8125rem
}

    .dms-menu .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media all and (max-width:767px) {
    .dms-menu .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.dms-menu .menu__item:not(:first-child) {
    margin-left: .9375rem
}

@media all and (max-width:479px) {
    .dms-menu .menu__item:not(:first-child) {
        margin-right: 0
    }
}

@media all and (max-width:479px) {
    .dms-menu .menu__item {
        margin: 0
    }
}

@media all and (max-width:1199px) {
    .wrapper {
        padding-top: 4.125rem
    }

    .region-top {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 42
    }
}

.nav__breadcrumb {
    display: block;
    margin: 1.25rem 0;
    padding: 0;
    color: #979797;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase
}

@media all and (max-width:767px) {
    .nav__breadcrumb {
        display: none
    }
}

.breadcrumb__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumb__item {
    display: inline-block
}

    .breadcrumb__item::before {
        content: '/';
        padding: 0 .3125rem
    }

    .breadcrumb__item:first-child::before {
        display: none
    }

    .breadcrumb__item a {
        display: inline;
        text-decoration: none;
        color: #979797
    }

        .breadcrumb__item a:hover {
            color: var(--main-theme-color)
        }

.node__hero {
    margin-top: 0.5rem;
    position: relative
}

@media all and (max-width:767px) {
    .node__hero {
        margin-top: 1.25rem
    }
}

.node__hero--top.has-intro .container, .node__hero--top.has-intro .path-search .region-content, .node__hero--top.has-intro .path-user .region-content, .path-search .node__hero--top.has-intro .region-content, .path-user .node__hero--top.has-intro .region-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.node__hero--top.has-intro h1 {
    width: 60%
}

@media all and (max-width:959px) {
    .node__hero--top.has-intro h1 {
        width: 100%
    }
}

.node__hero--top.has-intro .field--name-field-intro {
    width: calc(40% - 100px);
    margin: 0 0 1.875rem
}

@media all and (max-width:959px) {
    .node__hero--top.has-intro .field--name-field-intro {
        width: 100%
    }
}

.node__hero--helper {
    position: relative
}

.node__hero--image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 17.5rem;
    border-bottom: 4px solid var(--main-theme-accent-color);
    position: relative
}

    .node__hero--image .container, .node__hero--image .path-search .region-content, .node__hero--image .path-user .region-content, .path-search .node__hero--image .region-content, .path-user .node__hero--image .region-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-height: 22.5rem
    }

@media all and (max-width:959px) {
    .node__hero--image .container, .node__hero--image .path-search .region-content, .node__hero--image .path-user .region-content, .path-search .node__hero--image .region-content, .path-user .node__hero--image .region-content {
        min-height: auto
    }
}

.node__hero--image .field--name-field-hero-text {
    padding: 3.125rem 50% 7.8125rem 0;
    color: #fff;
    font-family: "Trenda Bold",sans-serif;
    font-size: 1.75rem;
    line-height: 2.5rem
}

@media all and (max-width:959px) {
    .node__hero--image .field--name-field-hero-text {
        padding-right: 0
    }
}

.node__hero--image + .node__hero--usps .field--name-field-hero-usps {
    position: absolute;
    right: 0;
    bottom: -6.25rem;
    z-index: 1
}

    .node__hero--image + .node__hero--usps .field--name-field-hero-usps.usp-count-1 {
        width: 40%
    }

@media all and (max-width:959px) {
    .node__hero--image + .node__hero--usps .field--name-field-hero-usps.usp-count-1 {
        width: 60%
    }
}

@media all and (max-width:767px) {
    .node__hero--image + .node__hero--usps .field--name-field-hero-usps.usp-count-1 {
        width: 90%
    }
}

.node__hero--usps {
    position: relative
}

    .node__hero--usps div[data-geysir-field-paragraph-field-wrapper] .links {
        display: none
    }

    .node__hero--usps .field--name-field-hero-usps {
        background-color: var(--main-theme-color)
    }

        .node__hero--usps .field--name-field-hero-usps.usp-count-1 {
            width: 40%;
            margin-left: 60%
        }

@media all and (max-width:959px) {
    .node__hero--usps .field--name-field-hero-usps.usp-count-1 {
        width: 60%;
        margin-left: 40%
    }
}

@media all and (max-width:767px) {
    .node__hero--usps .field--name-field-hero-usps.usp-count-1 {
        width: 90%;
        margin-left: 10%
    }
}

.node__hero--usps .field--name-field-hero-usps.usp-count-2 {
    width: 65%;
    margin-left: 35%
}

@media all and (max-width:959px) {
    .node__hero--usps .field--name-field-hero-usps.usp-count-2 {
        width: 90%;
        margin-left: 10%
    }
}

.node__hero--usps .field--name-field-hero-usps.usp-count-3-or-more {
    width: 75%;
    margin-left: 25%
}

@media all and (max-width:767px) {
    .node__hero--usps .field--name-field-hero-usps.usp-count-3-or-more {
        width: 90%;
        margin-left: 10%
    }
}

.node__hero--usps .field--name-field-hero-usps .slick-prev {
    right: 2.5rem
}

    .node__hero--usps .field--name-field-hero-usps .slick-prev::after {
        margin-left: .625rem;
        text-decoration: underline
    }

    .node__hero--usps .field--name-field-hero-usps .slick-prev::after {
        content: ""
    }

    .node__hero--usps .field--name-field-hero-usps .slick-prev::after, .node__hero--usps .field--name-field-hero-usps .slick-prev::before {
        text-decoration: none
    }

.node__hero--usps .field--name-field-hero-usps .slick-next {
    right: 0
}

    .node__hero--usps .field--name-field-hero-usps .slick-next::after {
        margin-left: .625rem;
        text-decoration: underline
    }

    .node__hero--usps .field--name-field-hero-usps .slick-next::after {
        content: ""
    }

    .node__hero--usps .field--name-field-hero-usps .slick-next::after, .node__hero--usps .field--name-field-hero-usps .slick-next::before {
        text-decoration: none
    }

.node__hero--usps .field--name-field-hero-usps .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.875rem;
    color: #fff;
    position: absolute;
    top: -2.5rem;
    cursor: pointer
}

    .node__hero--usps .field--name-field-hero-usps .slick-arrow:not(.slick-disabled):hover {
        color: var(--main-theme-secondary-color)
    }

    .node__hero--usps .field--name-field-hero-usps .slick-arrow::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0
    }

.node__hero--usps .field--name-field-hero-usps .slick-disabled {
    opacity: .35
}

.node__hero--usps .usp-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    padding: 2.5rem;
    color: #fff
}

    .node__hero--usps .usp-item .usp-icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 1.25rem
    }

        .node__hero--usps .usp-item .usp-icon svg circle, .node__hero--usps .usp-item .usp-icon svg path, .node__hero--usps .usp-item .usp-icon svg rect {
            fill: #fff
        }

    .node__hero--usps .usp-item .usp-content {
        width: calc(100% - 60px)
    }

.node__hero--usps .field--name-field-usp-title {
    margin-bottom: .625rem;
    color: #fff
}

.article-latest__link, .article-teaser__link {
    color: var(--main-theme-text-color);
    text-decoration: none
}

    .article-latest__link:hover, .article-teaser__link:hover {
        color: var(--main-theme-text-color)
    }

.field--name-field-teaser-image {
    margin-bottom: 1.25rem
}

.node--type-business-case.node--view-mode-quote {
    padding: 3.125rem;
    border: 1px solid #e2e8ec;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.06)
}

    .node--type-business-case.node--view-mode-quote:hover {
        border-bottom: 4px solid var(--main-theme-accent-color);
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.26);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.26)
    }

    .node--type-business-case.node--view-mode-quote .business-case__quote--header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.875rem
    }

@media all and (max-width:479px) {
    .node--type-business-case.node--view-mode-quote .business-case__quote--header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.node--type-business-case.node--view-mode-quote .business-case__quote--logo .field--name-field-client-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin-right: 1.25rem;
    padding: .3125rem;
    border: 1px solid #e2e8ec;
    border-radius: 50%
}

@media all and (max-width:479px) {
    .node--type-business-case.node--view-mode-quote .business-case__quote--logo .field--name-field-client-logo {
        margin-right: 0;
        margin-bottom: .9375rem
    }
}

.node--type-business-case.node--view-mode-quote .business-case__quote--info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .node--type-business-case.node--view-mode-quote .business-case__quote--info .field--name-field-client {
        color: var(--main-theme-color);
        font-size: 1.1875rem;
        font-family: "Trenda Bold",sans-serif
    }

.node--type-business-case.node--view-mode-quote .business-case__quote--content .field--name-field-client-quote {
    margin-bottom: 1.25rem
}

    .node--type-business-case.node--view-mode-quote .business-case__quote--content .field--name-field-client-quote::before {
        content: open-quote
    }

    .node--type-business-case.node--view-mode-quote .business-case__quote--content .field--name-field-client-quote::after {
        content: close-quote
    }

.node--type-business-case.node--view-mode-quote .business-case__quote--more {
    margin-top: auto
}

    .node--type-business-case.node--view-mode-quote .business-case__quote--more a {
        text-decoration: none
    }

        .node--type-business-case.node--view-mode-quote .business-case__quote--more a::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .node--type-business-case.node--view-mode-quote .business-case__quote--more a::after {
            content: ""
        }

        .node--type-business-case.node--view-mode-quote .business-case__quote--more a::after, .node--type-business-case.node--view-mode-quote .business-case__quote--more a::before {
            text-decoration: none
        }

.node--type-business-case.node--view-mode-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 1.875rem;
    border: 1px solid #e2e8ec;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

    .node--type-business-case.node--view-mode-teaser .business-case__teaser--content {
        position: relative
    }

        .node--type-business-case.node--view-mode-teaser .business-case__teaser--content .field--name-field-teaser-image {
            margin: -1.875rem -1.875rem 1.875rem
        }

        .node--type-business-case.node--view-mode-teaser .business-case__teaser--content .field--name-field-service {
            display: inline-block;
            background-color: var(--main-theme-secondary-color);
            padding: .3125rem .9375rem;
            font-size: .75rem;
            color: #fff;
            text-transform: uppercase;
            border-radius: 4px;
            position: absolute;
            top: -1.25rem;
            left: -1.25rem
        }

        .node--type-business-case.node--view-mode-teaser .business-case__teaser--content .field--name-field-client {
            font-size: .875rem;
            color: var(--main-theme-accent-color);
            text-transform: uppercase
        }

        .node--type-business-case.node--view-mode-teaser .business-case__teaser--content .field--name-field-teaser-text {
            margin-bottom: .9375rem
        }

    .node--type-business-case.node--view-mode-teaser .business-case__teaser--more {
        margin-top: auto
    }

        .node--type-business-case.node--view-mode-teaser .business-case__teaser--more a::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .node--type-business-case.node--view-mode-teaser .business-case__teaser--more a::after {
            content: ""
        }

        .node--type-business-case.node--view-mode-teaser .business-case__teaser--more a::after, .node--type-business-case.node--view-mode-teaser .business-case__teaser--more a::before {
            text-decoration: none
        }

.node--type-business-case.node--view-mode-promoted {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    min-height: 18.75rem;
    color: #fff;
    position: relative
}

@media all and (max-width:767px) {
    .node--type-business-case.node--view-mode-promoted {
        padding-top: 3.75rem;
        min-height: 16.25rem
    }
}

.node--type-business-case.node--view-mode-promoted .business-case__promoted--content {
    padding: 1.875rem;
    position: absolute;
    left: 0;
    bottom: 0
}

    .newsletter-form .node--type-business-case.node--view-mode-promoted .business-case__promoted--content .block__title, .node--type-business-case.node--view-mode-promoted .business-case__promoted--content .newsletter-form .block__title, .node--type-business-case.node--view-mode-promoted .business-case__promoted--content h3 {
        color: #fff
    }

    .node--type-business-case.node--view-mode-promoted .business-case__promoted--content .business-case__promoted--more a::after {
        margin-left: .625rem;
        text-decoration: underline
    }

    .node--type-business-case.node--view-mode-promoted .business-case__promoted--content .business-case__promoted--more a::after {
        content: ""
    }

    .node--type-business-case.node--view-mode-promoted .business-case__promoted--content .business-case__promoted--more a::after, .node--type-business-case.node--view-mode-promoted .business-case__promoted--content .business-case__promoted--more a::before {
        text-decoration: none
    }

.node--type-business-case.node--view-mode-promoted .field--name-field-service {
    display: inline-block;
    background-color: var(--main-theme-secondary-color);
    padding: .3125rem .9375rem;
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    position: absolute;
    top: .625rem;
    left: .625rem
}

.node--type-business-case.node--view-mode-full .back-to-overview {
    margin-bottom: 1.25rem;
    text-align: right
}

.node--type-business-case.node--view-mode-full .field--name-field-client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
    font-size: .875rem;
    text-transform: uppercase;
    color: var(--main-theme-accent-color)
}

    .node--type-business-case.node--view-mode-full .field--name-field-client .field__label::after {
        content: ':';
        margin-right: .3125rem
    }

.node--type-call-to-action.node--view-mode-teaser {
    max-width: 47.5rem;
    margin: 0 auto;
    text-align: center
}

.node--type-event.node--view-mode-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 1.875rem;
    border: 1px solid #e2e8ec;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

    .node--type-event.node--view-mode-teaser .event__teaser--content {
        position: relative
    }

        .node--type-event.node--view-mode-teaser .event__teaser--content .field--name-field-teaser-image {
            margin: -1.875rem -1.875rem 1.875rem
        }

        .node--type-event.node--view-mode-teaser .event__teaser--content .field--name-field-event-date {
            display: inline-block;
            background-color: var(--main-theme-secondary-color);
            padding: .3125rem .9375rem;
            font-size: .75rem;
            color: #fff;
            text-transform: uppercase;
            border-radius: 4px;
            position: absolute;
            top: -1.25rem;
            left: -1.25rem
        }

        .node--type-event.node--view-mode-teaser .event__teaser--content .field--name-field-teaser-text {
            margin-bottom: .9375rem
        }

    .node--type-event.node--view-mode-teaser .event__teaser--more {
        margin-top: auto
    }

        .node--type-event.node--view-mode-teaser .event__teaser--more a::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .node--type-event.node--view-mode-teaser .event__teaser--more a::after {
            content: ""
        }

        .node--type-event.node--view-mode-teaser .event__teaser--more a::after, .node--type-event.node--view-mode-teaser .event__teaser--more a::before {
            text-decoration: none
        }

.node--type-event.node--view-mode-full .back-to-overview {
    margin-bottom: 1.25rem;
    text-align: right
}

.node--type-event.node--view-mode-full .field--name-field-event-date {
    display: inline-block;
    background-color: var(--main-theme-secondary-color);
    margin: 0 0 1.875rem;
    padding: .3125rem .9375rem;
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px
}

.node--type-event.node--view-mode-full .event-form {
    background-color: #e2e8ec;
    padding: 80px 0
}

    .node--type-event.node--view-mode-full .event-form form {
        margin: 0 auto
    }

.homepage__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 58.75rem;
    margin: 0 auto;
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden
}

.homepage__hero--image {
    width: 40%
}

@media all and (max-width:767px) {
    .homepage__hero--image {
        width: 100%;
        position: absolute;
        top: 50%;
        left: -9.375rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .25;
        z-index: 1
    }
}

@media all and (max-width:479px) {
    .homepage__hero--image {
        opacity: .15
    }
}

.homepage__hero--content {
    width: 55%;
    padding: 0 1.25rem
}

@media all and (max-width:767px) {
    .homepage__hero--content {
        width: 100%;
        margin-left: 6.25rem;
        position: relative;
        z-index: 2
    }
}

@media all and (max-width:479px) {
    .homepage__hero--content {
        margin-left: 0
    }
}

.homepage__hero--content h1 {
    margin: 0 0 .625rem
}

.homepage__hero--content .block__title, .homepage__hero--content .hero-slide__title, .homepage__hero--content h2 {
    font-family: "Trenda Regular",sans-serif;
    margin: 0 0 .625rem
}

.node--type-office.node--view-mode-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e2e8ec;
    padding: 1.875rem
}

    .node--type-office.node--view-mode-teaser .office__teaser--content {
        margin-bottom: 1.25rem
    }

        .node--type-office.node--view-mode-teaser .office__teaser--content .field--name-field-office-image {
            margin: -1.875rem -1.875rem 1.875rem
        }

        .node--type-office.node--view-mode-teaser .office__teaser--content .field--name-field-services {
            margin-top: .625rem;
            color: var(--main-theme-accent-color)
        }

    .node--type-office.node--view-mode-teaser .office__teaser--more {
        margin-top: auto
    }

    .node--type-office.node--view-mode-teaser .view-on-map::after {
        margin-left: .625rem;
        text-decoration: underline
    }

    .node--type-office.node--view-mode-teaser .view-on-map::after {
        content: ""
    }

    .node--type-office.node--view-mode-teaser .view-on-map::after, .node--type-office.node--view-mode-teaser .view-on-map::before {
        text-decoration: none
    }

.node--type-person.node--view-mode-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 4.6875rem 1.875rem;
    border: 1px solid #e2e8ec;
    border-bottom: 4px solid var(--main-theme-accent-color);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

@media all and (max-width:767px) {
    .node--type-person.node--view-mode-teaser {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.node--type-person.node--view-mode-teaser .person__teaser--image {
    margin-right: 3.125rem;
    position: relative
}

@media all and (max-width:767px) {
    .node--type-person.node--view-mode-teaser .person__teaser--image {
        margin-right: 0;
        margin-bottom: 3.125rem
    }
}

.node--type-person.node--view-mode-teaser .person__teaser--image .image-container {
    width: 10.25rem;
    height: 10.25rem;
    border-radius: 50%;
    overflow: hidden
}

.node--type-person.node--view-mode-teaser .person__teaser--image::after {
    content: '';
    background-size: 2.375rem 2.375rem;
    background-color: var(--main-theme-color);
    background-repeat: no-repeat;
    background-position: center;
    width: 4.25rem;
    height: 4.25rem;
    padding: .9375rem;
    border-radius: 50%;
    position: absolute;
    left: -.625rem;
    bottom: -.625rem
}

@media all and (max-width:767px) {
    .node--type-person.node--view-mode-teaser .person__teaser--content {
        text-align: center
    }
}

.node--type-person.node--view-mode-teaser .person__teaser--content .phone {
    white-space: nowrap
}

    .node--type-person.node--view-mode-teaser .person__teaser--content .phone::after {
        margin-left: .3125rem;
        vertical-align: middle
    }

.node--type-person.node--view-mode-teaser .node__hero--usps .field--name-field-usp-title, .node--type-person.node--view-mode-teaser h4, .node__hero--usps .node--type-person.node--view-mode-teaser .field--name-field-usp-title {
    margin-bottom: .9375rem
}

.node--type-person.node--view-mode-teaser .field--name-field-function {
    margin-bottom: 1.25rem
}

.node--type-person.node--view-mode-teaser .person__teaser--links .btn {
    margin-right: .9375rem
}

.node--type-person.node--view-mode-group-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 1.25rem;
    border: 1px solid #e2e8ec;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

.node--type-person-admin-view {
    flex: 0 0 0;
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
    cursor: pointer;
    min-width: 200px;
}

@media all and (max-width:767px) {
    .node--type-person.node--view-mode-group-teaser {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.node--type-person.node--view-mode-group-teaser:hover {
    border-color: var(--main-theme-accent-color)
}

.node--type-person.node--view-mode-group-teaser .person__group-teaser--image {
    margin-right: .9375rem
}

.person__group-teaser--social-container{
    width: 10%
}

.person__group-teaser--content {
    width: 90%
}

@media all and (max-width:767px) {
    .node--type-person.node--view-mode-group-teaser .person__group-teaser--image {
        margin-right: 0;
        margin-bottom: .9375rem
    }

    .person__group-teaser--social-container {
        width: 100%
    }

    .person__group-teaser--content {
        width: 100%
    }
}


.node--type-person.node--view-mode-group-teaser .person__group-teaser--image .image-container {
    width: 8.125rem;
    height: 8.125rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

@media all and (max-width:767px) {
    .node--type-person.node--view-mode-group-teaser .person__group-teaser--image .image-container {
        width: 5.625rem;
        height: 5.625rem
    }
}

.node--type-person.node--view-mode-group-teaser .node__hero--usps .field--name-field-usp-title, .node--type-person.node--view-mode-group-teaser h4, .node__hero--usps .node--type-person.node--view-mode-group-teaser .field--name-field-usp-title {
    margin-bottom: .625rem
}

.node--type-person.node--view-mode-group-teaser .field--name-field-function {
    margin-bottom: .9375rem
}

.node--type-person.node--view-mode-group-teaser .field--name-field-linkedin a {
    display: inline-block;
    font-size: 1.875rem;
    text-indent: -9999px
}

    .node--type-person.node--view-mode-group-teaser .field--name-field-linkedin a::after {
        margin-left: .625rem;
        text-decoration: underline
    }

    .node--type-person.node--view-mode-group-teaser .field--name-field-linkedin a::after {
        content: ""
    }

    .field--name-field-social-media-link a{
        font-size: 3rem;
    }

    .field--name-field-social-media-link a i{
        transition: .3s
    }

    .field--name-field-social-media-link a i:hover{
        color: var(--main-theme-accent-color)
    }

    .node--type-person.node--view-mode-group-teaser .field--name-field-linkedin a::after, .node--type-person.node--view-mode-group-teaser .field--name-field-linkedin a::before {
        text-decoration: none
    }

    .node--type-person.node--view-mode-group-teaser .field--name-field-linkedin a::after {
        display: inline-block;
        float: left;
        margin: 0;
        text-indent: 0
    }

.node--type-region.node--view-mode-teaser {
    background-color: #e2e8ec;
    height: 100%;
    padding: 2.5rem
}

    .node--type-region.node--view-mode-teaser .region__teaser--more {
        margin-top: auto
    }

        .node--type-region.node--view-mode-teaser .region__teaser--more::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .node--type-region.node--view-mode-teaser .region__teaser--more::after {
            content: ""
        }

        .node--type-region.node--view-mode-teaser .region__teaser--more::after, .node--type-region.node--view-mode-teaser .region__teaser--more::before {
            text-decoration: none
        }

.node--type-service.node--view-mode-teaser {
    display: block;
    background-color: #fff;
    height: 100%;
    color: var(--main-theme-text-color);
    text-decoration: none
}

    .node--type-service.node--view-mode-teaser:hover {
        background-color: var(--main-theme-secondary-color)
    }

    .node--type-service.node--view-mode-teaser .service__teaser--content {
        padding: 0 1.875rem 1.875rem
    }

        .newsletter-form .node--type-service.node--view-mode-teaser .service__teaser--content .block__title, .node--type-service.node--view-mode-teaser .service__teaser--content .newsletter-form .block__title, .node--type-service.node--view-mode-teaser .service__teaser--content h3 {
            color: var(--main-theme-color)
        }

.node--type-vacancy.node--view-mode-teaser {
    background-color: #e2e8ec;
    margin-bottom: 1.875rem;
    padding: 1.875rem
}

    .node--type-vacancy.node--view-mode-teaser .field--name-field-location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.25rem;
        font-size: .875rem;
        text-transform: uppercase;
        color: var(--main-theme-secondary-color)
    }

        .node--type-vacancy.node--view-mode-teaser .field--name-field-location .field__label::after {
            content: ':';
            margin-right: .3125rem
        }

    .node--type-vacancy.node--view-mode-teaser .field--name-field-teaser-text {
        margin-bottom: 1.25rem
    }

.node--type-vacancy.node--view-mode-full .back-to-overview {
    margin-bottom: 1.25rem;
    text-align: right
}

.node--type-vacancy.node--view-mode-full .field--name-field-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
    font-size: .875rem;
    text-transform: uppercase;
    color: var(--main-theme-secondary-color)
}

    .node--type-vacancy.node--view-mode-full .field--name-field-location .field__label::after {
        content: ':';
        margin-right: .3125rem
    }

.node--type-vacancy.node--view-mode-full .application-form {
    background-color: #e2e8ec;
    padding: 80px 0
}

    .node--type-vacancy.node--view-mode-full .application-form .block__title, .node--type-vacancy.node--view-mode-full .application-form .hero-slide__title, .node--type-vacancy.node--view-mode-full .application-form h2 {
        text-align: center
    }

.paragraph {
    padding: 80px 0
}

    .paragraph .paragraph {
        padding: 0
    }

.pg-no-top-padding {
    padding-top: 0
}

.first-pg-with-hero-usps {
    padding-top: 11.25rem
}

body.node-id-59 .first-pg-with-hero-usps {
    padding-top: 80px
}

.pg-with-visual {
    background-position: left center;
    background-repeat: no-repeat
}

@media all and (max-width:1300px) {
    .pg-with-visual {
        background-image: none
    }
}

.pg-section__title {
    margin-top: 0
}

.pg-bg--primary {
    background-color: var(--main-theme-color);
    color: #fff
}

    .pg-bg--primary a:not(.btn) {
        color: inherit
    }

    .pg-bg--primary h1 {
        color: inherit
    }

    .pg-bg--primary .block__title, .pg-bg--primary .hero-slide__title, .pg-bg--primary h2 {
        color: inherit
    }

    .newsletter-form .pg-bg--primary .block__title, .pg-bg--primary .newsletter-form .block__title, .pg-bg--primary h3 {
        color: inherit
    }

    .node__hero--usps .pg-bg--primary .field--name-field-usp-title, .pg-bg--primary .node__hero--usps .field--name-field-usp-title, .pg-bg--primary h4 {
        color: inherit
    }

    .pg-bg--primary h5 {
        color: inherit
    }

    .pg-bg--primary h6 {
        color: inherit
    }

.pg-bg--secondary {
    background-color: var(--main-theme-secondary-color);
    color: var(--main-theme-text-color)
}

    .pg-bg--secondary a:not(.btn) {
        color: inherit
    }

    .pg-bg--secondary h1 {
        color: inherit
    }

    .pg-bg--secondary .block__title, .pg-bg--secondary .hero-slide__title, .pg-bg--secondary h2 {
        color: inherit
    }

    .newsletter-form .pg-bg--secondary .block__title, .pg-bg--secondary .newsletter-form .block__title, .pg-bg--secondary h3 {
        color: inherit
    }

    .node__hero--usps .pg-bg--secondary .field--name-field-usp-title, .pg-bg--secondary .node__hero--usps .field--name-field-usp-title, .pg-bg--secondary h4 {
        color: inherit
    }

    .pg-bg--secondary h5 {
        color: inherit
    }

    .pg-bg--secondary h6 {
        color: inherit
    }

.pg-bg--neutral {
    background-color: #e2e8ec;
    color: var(--main-theme-text-color)
}

    .pg-bg--neutral a:not(.btn) {
        color: inherit
    }

    .pg-bg--neutral h1 {
        color: inherit
    }

    .pg-bg--neutral .block__title, .pg-bg--neutral .hero-slide__title, .pg-bg--neutral h2 {
        color: inherit
    }

    .newsletter-form .pg-bg--neutral .block__title, .pg-bg--neutral .newsletter-form .block__title, .pg-bg--neutral h3 {
        color: inherit
    }

    .node__hero--usps .pg-bg--neutral .field--name-field-usp-title, .pg-bg--neutral .node__hero--usps .field--name-field-usp-title, .pg-bg--neutral h4 {
        color: inherit
    }

    .pg-bg--neutral h5 {
        color: inherit
    }

    .pg-bg--neutral h6 {
        color: inherit
    }

.geysir-field-paragraph-wrapper > .paragraph {
    padding: 80px 0
}

    .geysir-field-paragraph-wrapper > .paragraph.first-pg-with-hero-usps {
        padding: 11.25rem 0 80px
    }

body.node-id-59 .geysir-field-paragraph-wrapper > .paragraph.first-pg-with-hero-usps {
    padding-top: 80px
}

.hero-is-boxed + .pg-bg--none, .pg-bg--neutral + .pg-bg--neutral, .pg-bg--none + .pg-bg--none, .pg-bg--primary + .pg-bg--primary, .pg-bg--secondary + .pg-bg--secondary {
    padding-top: 0
}

.path-search .pg-valign--center > .region-content, .path-user .pg-valign--center > .region-content, .pg-valign--center > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.path-search .pg-valign--bottom > .region-content, .path-user .pg-valign--bottom > .region-content, .pg-valign--bottom > .container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.container-width-small > .container, .path-search .container-width-small > .region-content, .path-user .container-width-small > .region-content {
    max-width: 900px
}

.container-width-default > .container, .path-search .container-width-default > .region-content, .path-user .container-width-default > .region-content {
    max-width: 1400px
}

.container-width-large > .container, .path-search .container-width-large > .region-content, .path-user .container-width-large > .region-content {
    max-width: 1600px
}

.paragraph--type--block .field--name-field-intro, .paragraph--type--block .pg-section__title {
    max-width: 47.5rem
}

.paragraph--type--block .field--name-field-intro {
    margin-bottom: 1.875rem
}

.paragraph--type--block .custom-block-embed, .paragraph--type--block .field--name-field-block-embed {
    text-align: left
}

    .paragraph--type--block .custom-block-embed::after, .paragraph--type--block .custom-block-embed::before, .paragraph--type--block .field--name-field-block-embed::after, .paragraph--type--block .field--name-field-block-embed::before {
        display: table;
        content: ""
    }

    .paragraph--type--block .custom-block-embed::after, .paragraph--type--block .field--name-field-block-embed::after {
        clear: both
    }

.paragraph--type--brands {
    text-align: center
}

    .paragraph--type--brands .field--name-field-intro, .paragraph--type--brands .pg-section__title {
        max-width: 47.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .paragraph--type--brands .field--name-field-intro {
        margin-bottom: 1.875rem
    }

.field--name-field-brands .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.field--name-field-brands .image-container {
    margin: 0 .625rem
}

    .field--name-field-brands .image-container img {
        margin: 0 auto
    }

.field--name-field-brands .slick-slider {
    position: relative
}

.field--name-field-brands .slick-arrow, .field--name-field-brands .tns-nav {
    position: absolute;
    z-index: 3;
    color: #fff
}

.field--name-field-brands .slick-arrow {
    top: 50%;
    background-color: var(--main-theme-text-color);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%
}

    .field--name-field-brands .slick-arrow.slick-prev {
        left: 1rem
    }

        .field--name-field-brands .slick-arrow.slick-prev::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .field--name-field-brands .slick-arrow.slick-prev::after {
            content: ""
        }

        .field--name-field-brands .slick-arrow.slick-prev::after, .field--name-field-brands .slick-arrow.slick-prev::before {
            text-decoration: none
        }

        .field--name-field-brands .slick-arrow.slick-prev::after {
            margin: 0
        }

    .field--name-field-brands .slick-arrow.slick-next {
        right: 1rem
    }

        .field--name-field-brands .slick-arrow.slick-next::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .field--name-field-brands .slick-arrow.slick-next::after {
            content: ""
        }

        .field--name-field-brands .slick-arrow.slick-next::after, .field--name-field-brands .slick-arrow.slick-next::before {
            text-decoration: none
        }

        .field--name-field-brands .slick-arrow.slick-next::after {
            margin: 0
        }

    .field--name-field-brands .slick-arrow.slick-disabled {
        display: none !important
    }

.field--name-field-brands .carousel__btn {
    color: var(--main-theme-text-color);
    font-size: 2.625rem
}

.field--name-field-brands .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: .5rem;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

    .field--name-field-brands .slick-dots li:only-child {
        display: none
    }

    .field--name-field-brands .slick-dots button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-left: .25rem;
        margin-right: .25rem;
        padding: 0;
        width: 1rem;
        height: 1rem;
        font-size: 0;
        border: 0;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid var(--main-theme-text-color);
        background-color: #fff
    }

    .field--name-field-brands .slick-dots .slick-active button {
        background-color: var(--main-theme-text-color)
    }

.field--name-field-brands.pg-bg--secondary .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none
}

    .field--name-field-brands.pg-bg--secondary .slick-dots button {
        border: 1px solid #fff;
        background-color: var(--main-theme-text-color)
    }

    .field--name-field-brands.pg-bg--secondary .slick-dots .slick-active button {
        background-color: #fff
    }

.paragraph--type--download .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4.6875rem 1.875rem;
    border: 1px solid #e2e8ec;
    border-bottom: 4px solid var(--main-theme-accent-color);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

@media all and (max-width:479px) {
    .paragraph--type--download .download {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.paragraph--type--download .field--name-field-file-image {
    margin-right: 3.75rem;
    position: relative
}

@media all and (max-width:479px) {
    .paragraph--type--download .field--name-field-file-image {
        margin-right: 0;
        margin-bottom: 3.125rem
    }
}



.paragraph--type--download .download-info a {
    display: inline-block;
    background-color: var(--main-theme-color);
    padding: .625rem 1.25rem;
    color: #fff;
    text-decoration: none;
    border-radius: 4px
}

    .paragraph--type--download .download-info a:hover {
        background-color: var(--main-theme-secondary-color)
    }

.paragraph--type--form .pg-form__form {
    max-width: 50rem
}

.paragraph--type--form .field--name-field-text-optional {
    background-color: #e2e8ec;
    padding: 1.875rem
}

    .paragraph--type--form .field--name-field-text-optional iframe {
        border: 2px solid #ddd
    }

.paragraph--type--form.pg--has-text > .container, .path-search .paragraph--type--form.pg--has-text > .region-content, .path-user .paragraph--type--form.pg--has-text > .region-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:959px) {
    .paragraph--type--form.pg--has-text > .container, .path-search .paragraph--type--form.pg--has-text > .region-content, .path-user .paragraph--type--form.pg--has-text > .region-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.paragraph--type--form.pg--has-text .pg-form__form {
    width: 40%
}

.pg-maps___contact {
    width: 60%
}

@media all and (max-width:959px) {
    .paragraph--type--form.pg--has-text .pg-form__form {
        width: 100%;
        margin-bottom: 3.125rem
    }

    .pg-maps___contact {
        width: 100%;
        margin-bottom: 3.125rem
    }
}

.paragraph--type--form.pg--has-text .field--name-field-text-optional {
    width: 90%;
    margin: auto;
}

@media all and (max-width:959px) {
    .paragraph--type--form.pg--has-text .field--name-field-text-optional {
        width: 100%
    }
}

.paragraph--type--group .field--name-field-intro, .paragraph--type--group .pg-section__title {
    max-width: 47.5rem
}

.paragraph--type--group .field--name-field-intro {
    margin-bottom: 1.875rem
}

.paragraph--type--group .field--name-field-group-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .paragraph--type--group .field--name-field-group-members .node {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
        margin-right: 1.875rem;
        margin-bottom: 1.875rem
    }

        .paragraph--type--group .field--name-field-group-members .node:nth-child(3n) {
            margin-right: 0
        }

@media all and (max-width:1199px) {
    .paragraph--type--group .field--name-field-group-members .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-right: 1.875rem
    }

    .paragraph--type--group .field--name-field-group-members .node:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .paragraph--type--group .field--name-field-group-members .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100%);
        margin-right: 0
    }

    .node--type-person-admin-view {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: calc(100%);
        margin-right: 0
    }
}

.hero-style-1 .hero__images::before {
    content: '';
    display: block;
    background-color: rgba(30,75,121,.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media all and (max-width:767px) {
    .hero-style-1 .hero__content > .container, .hero-style-1 .path-search .hero__content > .region-content, .hero-style-1 .path-user .hero__content > .region-content, .path-search .hero-style-1 .hero__content > .region-content, .path-user .hero-style-1 .hero__content > .region-content {
        padding: 0
    }
}

.hero-style-1 .hero__content-wrapper {
    max-width: 73.75rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width:767px) {
    .hero-style-1 .hero__content-wrapper {
        background: #1e4b79;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.hero-style-1 .hero__content-text {
    padding-right: 50%
}

@media all and (max-width:767px) {
    .hero-style-1 .hero__content-text {
        padding: 1.875rem
    }
}

.hero-style-1.hero-is-boxed .hero__content {
    padding-left: 3.125rem
}

@media all and (max-width:767px) {
    .hero-style-1.hero-is-boxed .hero__content {
        padding-left: 0
    }
}

.hero-style-2 .hero__images .slick-dots {
    text-align: right;
    right: 1.875rem
}

@media all and (max-width:767px) {
    .hero-style-2 .hero__images .slick-dots {
        text-align: center;
        right: auto
    }
}

@media all and (max-width:767px) {
    .hero-style-2 .hero__content > .container, .hero-style-2 .path-search .hero__content > .region-content, .hero-style-2 .path-user .hero__content > .region-content, .path-search .hero-style-2 .hero__content > .region-content, .path-user .hero-style-2 .hero__content > .region-content {
        padding: 0
    }
}

.hero-style-2 .hero__content-wrapper {
    background-color: rgba(30,75,121,.7);
    max-width: 43.75rem;
    margin: 0 auto;
    padding: 1.875rem 3.125rem;
    position: absolute;
    bottom: 0
}

@media all and (max-width:959px) {
    .hero-style-2 .hero__content-wrapper {
        max-width: 37.5rem
    }
}

@media all and (max-width:767px) {
    .hero-style-2 .hero__content-wrapper {
        background-color: #1e4b79;
        max-width: 100%;
        padding: 1.875rem;
        position: relative;
        bottom: auto
    }
}

.hero-style-3 .hero__images .slick-dots {
    width: 65%;
    left: 35%
}

@media all and (max-width:1199px) {
    .hero-style-3 .hero__images .slick-dots {
        width: 60%;
        left: 40%
    }
}

@media all and (max-width:959px) {
    .hero-style-3 .hero__images .slick-dots {
        width: 50%;
        left: 50%
    }
}

.hero-style-3 .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(30,75,121,.8);
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

@media all and (max-width:1199px) {
    .hero-style-3 .hero__content {
        width: 40%
    }
}

@media all and (max-width:959px) {
    .hero-style-3 .hero__content {
        width: 50%
    }
}

@media all and (max-width:767px) {
    .hero-style-3 .hero__content {
        background-color: #1e4b79;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto
    }
}

.hero-style-3 .hero__content-wrapper {
    padding: 0 3.125rem
}

@media all and (max-width:767px) {
    .hero-style-3 .hero__content-wrapper {
        padding: 1.875rem
    }
}

.hero-style-3.hero-is-boxed .hero__images .slick-dots {
    width: 55%;
    left: 45%
}

.hero-style-3.hero-is-boxed .hero__content {
    width: 45%
}

@media all and (max-width:767px) {
    .hero-style-3.hero-is-boxed .hero__content {
        width: 100%
    }
}

.hero-style-4 .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width:767px) {
    .hero-style-4 .hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero-style-4 .hero__images {
    width: 50%
}

@media all and (max-width:767px) {
    .hero-style-4 .hero__images {
        width: 100%
    }
}

.hero-style-4 .hero__content {
    background-color: #1e4b79;
    width: 50%
}

@media all and (max-width:767px) {
    .hero-style-4 .hero__content {
        width: 100%
    }
}

.hero-style-4 .hero__content-wrapper {
    padding: 0 3.125rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width:767px) {
    .hero-style-4 .hero__content-wrapper {
        padding: 1.875rem;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.paragraph--type--hero {
    position: relative
}

    .paragraph--type--hero:not(.hero-is-boxed) {
        padding: 0
    }

.hero__wrapper {
    position: relative
}

.hero__images .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: .9375rem;
    z-index: 3
}

    .hero__images .slick-dots li {
        display: inline-block;
        background-color: #fff;
        margin: 0 .3125rem;
        width: 2rem;
        height: .25rem;
        cursor: pointer;
        -webkit-animation: all .2s ease-in;
        animation: all .2s ease-in
    }

        .hero__images .slick-dots li button {
            display: none
        }

        .hero__images .slick-dots li.slick-active {
            background-color: #1e4b79
        }

        .hero__images .slick-dots li:only-child {
            display: none
        }

@media all and (max-width:959px) {
    .hero__images .slick-dots {
        display: none !important
    }
}

.hero__images--image .image-container {
    height: 33.125rem
}

@media all and (max-width:1199px) {
    .hero__images--image .image-container {
        height: 26.875rem
    }
}

@media all and (max-width:767px) {
    .hero__images--image .image-container {
        height: 20.625rem
    }
}

.hero__images--image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 100%;
    max-width: none;
    height: 100%
}

.hero__content-wrapper {
    z-index: 2;
    color: #fff
}

    .hero__content-wrapper * {
        color: inherit
    }

.paragraph--type--image-gallery {
    text-align: center
}

    .paragraph--type--image-gallery .field--name-field-intro, .paragraph--type--image-gallery .pg-section__title {
        max-width: 47.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .paragraph--type--image-gallery .field--name-field-intro {
        margin-bottom: 1.875rem
    }

    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% - 2% * (3 - 1))/ 3)
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item:nth-child(3n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item:nth-child(3n) {
                margin-right: 0
            }

@media all and (max-width:767px) {
    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% - 2% * (2 - 1))/ 2)
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item:nth-child(3n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item:nth-child(2n) {
                margin-right: 0
            }
}

@media all and (max-width:479px) {
    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% / 1))
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item:nth-child(2n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--3 .paragraph-gallery .gallery-item:nth-child(1n) {
                margin-right: 0
            }
}

.paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item {
        margin-right: 2%;
        margin-bottom: 2%;
        width: calc((100% - 2% * (4 - 1))/ 4)
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item:nth-child(4n) {
            margin-right: 2%
        }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item:nth-child(4n) {
            margin-right: 0
        }

@media all and (max-width:767px) {
    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% - 2% * (2 - 1))/ 2)
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item:nth-child(4n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item:nth-child(2n) {
                margin-right: 0
            }
}

@media all and (max-width:479px) {
    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% / 1))
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item:nth-child(2n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--4 .paragraph-gallery .gallery-item:nth-child(1n) {
                margin-right: 0
            }
}

.paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item {
        margin-right: 2%;
        margin-bottom: 2%;
        width: calc((100% - 2% * (5 - 1))/ 5)
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(5n) {
            margin-right: 2%
        }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(5n) {
            margin-right: 0
        }

@media all and (max-width:959px) {
    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% - 2% * (3 - 1))/ 3)
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(5n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(3n) {
                margin-right: 0
            }
}

@media all and (max-width:767px) {
    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% - 2% * (2 - 1))/ 2)
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(3n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(2n) {
                margin-right: 0
            }
}

@media all and (max-width:479px) {
    .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item {
            margin-right: 2%;
            margin-bottom: 2%;
            width: calc((100% / 1))
        }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(2n) {
                margin-right: 2%
            }

            .paragraph--type--image-gallery.pg-image-gallery--grid-preference--5 .paragraph-gallery .gallery-item:nth-child(1n) {
                margin-right: 0
            }
}

.paragraph--type--image-slider {
    text-align: center
}

    .paragraph--type--image-slider .field--name-field-intro, .paragraph--type--image-slider .pg-section__title {
        max-width: 47.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .paragraph--type--image-slider .field--name-field-intro {
        margin-bottom: 1.875rem
    }

    .paragraph--type--image-slider .slick-slide .image-container {
        margin: 0 .625rem
    }

    .paragraph--type--image-slider a {
        display: block
    }

    .paragraph--type--image-slider .slick-slider {
        position: relative
    }

        .paragraph--type--image-slider .slick-slider .slick-arrow, .paragraph--type--image-slider .slick-slider .tns-nav {
            position: absolute;
            z-index: 3;
            color: var(--main-theme-text-color)
        }

        .paragraph--type--image-slider .slick-slider .slick-arrow {
            top: 50%;
            background-color: #fff;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0;
            border: 0;
            cursor: pointer;
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 100%
        }

            .paragraph--type--image-slider .slick-slider .slick-arrow.slick-prev {
                left: 1rem
            }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-prev::after {
                    margin-left: .625rem;
                    text-decoration: underline
                }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-prev::after {
                    content: ""
                }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-prev::after, .paragraph--type--image-slider .slick-slider .slick-arrow.slick-prev::before {
                    text-decoration: none
                }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-prev::after {
                    margin: 0
                }

            .paragraph--type--image-slider .slick-slider .slick-arrow.slick-next {
                right: 1rem
            }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-next::after {
                    margin-left: .625rem;
                    text-decoration: underline
                }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-next::after {
                    content: ""
                }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-next::after, .paragraph--type--image-slider .slick-slider .slick-arrow.slick-next::before {
                    text-decoration: none
                }

                .paragraph--type--image-slider .slick-slider .slick-arrow.slick-next::after {
                    margin: 0
                }

        .paragraph--type--image-slider .slick-slider .carousel__btn {
            color: var(--main-theme-text-color);
            font-size: 2.625rem
        }

    .paragraph--type--image-slider .slick-dots {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: center
    }

        .paragraph--type--image-slider .slick-dots li:only-child {
            display: none
        }

        .paragraph--type--image-slider .slick-dots button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin-left: .25rem;
            margin-right: .25rem;
            padding: 0;
            width: 1rem;
            height: 1rem;
            font-size: 0;
            border: 0;
            border-radius: 50%;
            cursor: pointer;
            border: 1px solid var(--main-theme-text-color);
            background-color: #fff
        }

        .paragraph--type--image-slider .slick-dots .slick-active button {
            background-color: var(--main-theme-text-color)
        }

    .paragraph--type--image-slider.pg-bg--secondary .slick-dots {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .paragraph--type--image-slider.pg-bg--secondary .slick-dots button {
            border: 1px solid #fff;
            background-color: var(--main-theme-text-color)
        }

        .paragraph--type--image-slider.pg-bg--secondary .slick-dots .slick-active button {
            background-color: #fff
        }

.paragraph--type--list-grid{
    display: grid;
    grid-template-columns: 55px auto;
}

.paragraph--type--list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: .0625rem solid #e2e8ec;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

    .paragraph--type--list-item .field--name-field-list-item-text {
        height: 100%;
        padding: 0 1.875rem
    }

    .paragraph--type--list-item .field--name-field-list-item-visual {
        margin-bottom: 1.875rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.pg-list-item__link {
    text-decoration: none;
    display: inline-block
}

.pg-list-item__link--visual {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pg-list-item__link--more {
    margin-top: auto;
    padding: 0 1.875rem 1.875rem
}

    .pg-list-item__link--more a {
        text-decoration: underline
    }

        .pg-list-item__link--more a::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .pg-list-item__link--more a::after {
            content: ""
        }

        .pg-list-item__link--more a::after, .pg-list-item__link--more a::before {
            text-decoration: none
        }

        .pg-list-item__link--more a:hover::after {
            -webkit-animation: bounce 2s infinite;
            animation: bounce 2s infinite
        }

.pg-list-item__link--block {
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 0 .625rem rgba(0,0,0,.06);
    box-shadow: 0 0 .625rem rgba(0,0,0,.06);
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    -o-transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease,-webkit-box-shadow 250ms ease
}

    .pg-list-item__link--block:hover {
        -webkit-box-shadow: 0 0 .9375rem .3125rem rgba(0,0,0,.06);
        box-shadow: 0 0 .9375rem .3125rem rgba(0,0,0,.06)
    }

.pg-list-item__title {
    padding: 0 1.875rem
}

.pg-list-item__link:focus .pg-list-item__title, .pg-list-item__link:hover .pg-list-item__title {
    text-decoration: underline
}

.paragraph--type--list .field--name-field-intro, .paragraph--type--list .pg-section__title {
    max-width: 47.5rem
}

.paragraph--type--list .field--name-field-intro {
    margin-bottom: 1.875rem
}

.paragraph--type--list .field--name-field-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .paragraph--type--list .field--name-field-list-items .paragraph--type--list-item {
        margin-right: 1.875rem;
        margin-bottom: 1.875rem
    }

.paragraph--type--list.pg-gridcol--2 .field--name-field-list-items .paragraph--type--list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px)
}

    .paragraph--type--list.pg-gridcol--2 .field--name-field-list-items .paragraph--type--list-item:nth-child(2n) {
        margin-right: 0
    }

@media all and (max-width:767px) {
    .paragraph--type--list.pg-gridcol--2 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.paragraph-type-image-event {
    cursor: zoom-in
}

.paragraph-type-image-event img{
    margin: auto;
}

.paragraph-type-image-event-cover-picture::before {
    content: '●';
    font-size: 90px;
    line-height: 0;
    position: relative;
    top: calc(100% - 25px);
    left: 0px;
    color: var(--main-theme-secondary-color);
}

.paragraph-type-image-event-cover-picture::after {
    content: '✱';
    font-size: 45px;
    line-height: 0;
    position: relative;
    top: -20px;
    left: 7px;
    color: var(--main-theme-color);
}

    .paragraph-type-image-event:hover {
        border-color: var(--main-theme-accent-color);
    }

.paragraph--type--list.pg-gridcol--3 .field--name-field-list-items .paragraph--type--list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem
}

    .paragraph--type--list.pg-gridcol--3 .field--name-field-list-items .paragraph--type--list-item:nth-child(3n) {
        margin-right: 0
    }

@media all and (max-width:1199px) {
    .paragraph--type--list.pg-gridcol--3 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin-right: 1.875rem
    }

    .paragraph--type--list.pg-gridcol--3 .field--name-field-list-items .paragraph--type--list-item:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .paragraph--type--list.pg-gridcol--3 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.paragraph--type--list.pg-gridcol--4 .field--name-field-list-items .paragraph--type--list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 22.5px);
    flex: 0 0 calc(25% - 22.5px)
}

    .paragraph--type--list.pg-gridcol--4 .field--name-field-list-items .paragraph--type--list-item:nth-child(4n) {
        margin-right: 0
    }

@media all and (max-width:1199px) {
    .paragraph--type--list.pg-gridcol--4 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
        margin-right: 1.875rem
    }

    .paragraph--type--list.pg-gridcol--4 .field--name-field-list-items .paragraph--type--list-item:nth-child(3n) {
        margin-right: 0
    }
}

@media all and (max-width:959px) {
    .paragraph--type--list.pg-gridcol--4 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin-right: 1.875rem
    }

    .paragraph--type--list.pg-gridcol--4 .field--name-field-list-items .paragraph--type--list-item:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .paragraph--type--list.pg-gridcol--4 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}


.paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item img {
    width: 50%;
    margin: auto;
    margin-top: 1.25rem;
}

.paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:hover {
    border-color: var(--main-theme-accent-color);
    cursor: pointer;
}


.paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 25px);
    flex: 0 0 calc(20% - 25px)
}

    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:nth-child(5n) {
        margin-right: 0
    }

@media all and (max-width:1199px) {
    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 22.5px);
        flex: 0 0 calc(25% - 22.5px);
        margin-right: 1.875rem
    }

    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:nth-child(4n) {
        margin-right: 0
    }
}

@media all and (max-width:959px) {
    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 30px);
        flex: 0 0 calc(33.333% - 30px);
        margin-right: 1.875rem
    }

    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:nth-child(3n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 35px);
        margin-right: 1.875rem
    }

    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:nth-child(2n) {
        margin-right: 0
    }

    .paragraph--type--list.pg-gridcol--5 .field--name-field-list-items .paragraph--type--list-item:last-child {
        margin-right: 0
    }

}













.paragraph--type--media {
    text-align: center
}

    .paragraph--type--media .field--name-field-intro, .paragraph--type--media .pg-section__title {
        max-width: 47.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .paragraph--type--media .field--name-field-intro {
        margin-bottom: 1.875rem
    }

.paragraph--type--testimonial {
    text-align: center
}

    .paragraph--type--testimonial .testimonial-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.875rem;
        font-size: 80%
    }

        .paragraph--type--testimonial .testimonial-info.has-picture {
            text-align: left
        }

    .paragraph--type--testimonial .field--name-field-body {
        padding: .625rem 1.875rem;
        position: relative
    }

        .paragraph--type--testimonial .field--name-field-body::after, .paragraph--type--testimonial .field--name-field-body::before {
            font-size: 3.125rem;
            font-family: auto;
            position: absolute
        }

        .paragraph--type--testimonial .field--name-field-body::before {
            content: open-quote;
            top: 10px;
            left: 0
        }

        .paragraph--type--testimonial .field--name-field-body::after {
            content: close-quote;
            right: 0;
            bottom: 0
        }

    .paragraph--type--testimonial .field--name-field-picture {
        display: inline-block;
        margin-right: 1.25rem;
        border-radius: 50%;
        overflow: hidden
    }

    .paragraph--type--testimonial .field--name-field-name {
        font-weight: 700
    }

.field--name-field-testimonials .slick-slider {
    position: relative
}

.field--name-field-testimonials .slick-arrow {
    position: absolute;
    z-index: 3
}

.field--name-field-testimonials .slick-arrow {
    bottom: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

    .field--name-field-testimonials .slick-arrow.slick-prev {
        left: 1rem
    }

        .field--name-field-testimonials .slick-arrow.slick-prev::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .field--name-field-testimonials .slick-arrow.slick-prev::after {
            content: ""
        }

        .field--name-field-testimonials .slick-arrow.slick-prev::after, .field--name-field-testimonials .slick-arrow.slick-prev::before {
            text-decoration: none
        }

        .field--name-field-testimonials .slick-arrow.slick-prev::after {
            margin: 0
        }

    .field--name-field-testimonials .slick-arrow.slick-next {
        right: 1rem
    }

        .field--name-field-testimonials .slick-arrow.slick-next::after {
            margin-left: .625rem;
            text-decoration: underline
        }

        .field--name-field-testimonials .slick-arrow.slick-next::after {
            content: ""
        }

        .field--name-field-testimonials .slick-arrow.slick-next::after, .field--name-field-testimonials .slick-arrow.slick-next::before {
            text-decoration: none
        }

        .field--name-field-testimonials .slick-arrow.slick-next::after {
            margin: 0
        }

    .field--name-field-testimonials .slick-arrow.slick-disabled {
        opacity: .25
    }

.field--name-field-testimonials .carousel__btn {
    color: var(--main-theme-text-color);
    font-size: 2.625rem
}

.field--name-field-testimonials .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: .5rem;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

    .field--name-field-testimonials .slick-dots li:only-child {
        display: none
    }

.paragraph--type--text-media .container, .paragraph--type--text-media .path-search .region-content, .paragraph--type--text-media .path-user .region-content, .path-search .paragraph--type--text-media .region-content, .path-user .paragraph--type--text-media .region-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paragraph--type--text-media .pg-text-media__media, .paragraph--type--text-media .pg-text-media__text {
    width: 48%
}

.paragraph--type--text-media.pg--has-media-left .container, .paragraph--type--text-media.pg--has-media-left .path-search .region-content, .paragraph--type--text-media.pg--has-media-left .path-user .region-content, .path-search .paragraph--type--text-media.pg--has-media-left .region-content, .path-user .paragraph--type--text-media.pg--has-media-left .region-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media all and (max-width:767px) {
    .paragraph--type--text-media .pg-text-media__media, .paragraph--type--text-media .pg-text-media__text {
        width: 100%
    }
}

.field--name-field-text-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pg-textcol--1 .field--name-field-text-columns {
    max-width: 47.5rem
}

.pg-textcol--2 .field--name-field-text-columns .paragraph--type--text-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 48%;
    flex: 0 48%
}

@media all and (max-width:767px) {
    .pg-textcol--2 .field--name-field-text-columns .paragraph--type--text-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }
}

.pg-textcol--3 .field--name-field-text-columns .paragraph--type--text-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 31%;
    flex: 0 31%
}

@media all and (max-width:767px) {
    .pg-textcol--3 .field--name-field-text-columns .paragraph--type--text-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }
}

.paragraph--type--timeline .paragraph--type--timeline-entry {
    position: relative;
    padding-bottom: 3.75rem;
    position: relative
}

    .paragraph--type--timeline .paragraph--type--timeline-entry::before {
        content: '';
        display: block;
        width: 50%;
        height: 100%;
        border-left: 1px solid var(--main-theme-color);
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1
    }

@media all and (max-width:767px) {
    .paragraph--type--timeline .paragraph--type--timeline-entry::before {
        left: 2.5rem
    }
}

@media all and (max-width:479px) {
    .paragraph--type--timeline .paragraph--type--timeline-entry::before {
        display: none
    }
}

.paragraph--type--timeline .paragraph--type--timeline-entry:first-child::before {
    height: 50%;
    top: 50%
}

@media all and (max-width:767px) {
    .paragraph--type--timeline .paragraph--type--timeline-entry:first-child::before {
        height: 100%;
        top: 0
    }
}

.paragraph--type--timeline .paragraph--type--timeline-entry:last-child {
    padding-bottom: 0
}

    .paragraph--type--timeline .paragraph--type--timeline-entry:last-child::before {
        height: 50%;
        top: auto;
        bottom: 50%
    }

@media all and (max-width:767px) {
    .paragraph--type--timeline .paragraph--type--timeline-entry:last-child::before {
        display: none
    }
}

.paragraph--type--timeline .timeline-entry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

@media all and (max-width:767px) {
    .paragraph--type--timeline .timeline-entry-wrapper {
        display: block;
        padding-left: calc(80px + 40px)
    }
}

@media all and (max-width:479px) {
    .paragraph--type--timeline .timeline-entry-wrapper {
        padding-left: 0
    }
}

.paragraph--type--timeline .timeline-entry-wrapper .field--name-field-year {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: var(--main-theme-color);
    width: 5rem;
    height: 5rem;
    color: #fff;
    font-weight: 700;
    border: 2px solid var(--main-theme-color);
    border-radius: 50%;
    text-align: center
}

@media all and (max-width:767px) {
    .paragraph--type--timeline .timeline-entry-wrapper .field--name-field-year {
        position: absolute;
        top: 0;
        left: 0
    }
}

@media all and (max-width:479px) {
    .paragraph--type--timeline .timeline-entry-wrapper .field--name-field-year {
        display: block;
        background-color: transparent;
        width: auto;
        height: auto;
        color: var(--main-theme-color);
        font-family: "Trenda Bold",sans-serif;
        border: 0;
        text-align: left;
        position: relative
    }
}

.paragraph--type--timeline .timeline-entry-wrapper .field--name-field-body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 100px)
}

@media all and (max-width:767px) {
    .paragraph--type--timeline .timeline-entry-wrapper .field--name-field-body {
        width: 100%
    }
}

.paragraph--type--timeline .timeline-entry-wrapper .field--name-field-media {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 100px)
}

@media all and (max-width:767px) {
    .paragraph--type--timeline .timeline-entry-wrapper .field--name-field-media {
        width: 100%
    }
}

.timeline-layout--alternate .paragraph--type--timeline-entry:nth-child(even) .field--name-field-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.timeline-layout--alternate .paragraph--type--timeline-entry:nth-child(even) .field--name-field-media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.timeline-layout--image-left .paragraph--type--timeline-entry .field--name-field-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.timeline-layout--image-left .paragraph--type--timeline-entry .field--name-field-media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.paragraph--type--usp-creative .container, .paragraph--type--usp-creative .path-search .region-content, .paragraph--type--usp-creative .path-user .region-content, .path-search .paragraph--type--usp-creative .region-content, .path-user .paragraph--type--usp-creative .region-content {
    max-width: 65rem
}

.paragraph--type--usp-creative .field--name-field-usps-title {
    margin-bottom: 1.875rem;
    font-size: 2.25rem;
    line-height: 1.17
}

.paragraph--type--usp-creative .field--name-field-usp-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-2 .usp-item {
        width: 18%
    }

    .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-3 .usp-item {
        width: 18%
    }

    .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-4 .usp-item {
        width: 18%
    }

    .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-5 .usp-item {
        width: 18%
    }



    .paragraph--type--usp-creative .field--name-field-usp-items .usp-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 15.625rem;
        padding: 1.875rem;
        text-align: center;
        border: 2px solid var(--main-theme-secondary-color);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .usp-icon {
            width: 3.75rem;
            height: 3.75rem;
            margin: 0 auto .625rem
        }

            .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .usp-icon svg circle, .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .usp-icon svg path, .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .usp-icon svg rect {
                fill: var(--main-theme-color)
            }



        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:hover {
            background-color: var(--main-theme-color);
            color: #fff;
            border-color: var(--main-theme-color)
        }

            .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:hover .usp-icon {
                display: none
            }

            .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:hover .field--name-field-usp-title {
                display: none
            }

            .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:hover .field--name-field-usp-text {
                display: block;
                font-size: .8rem;
                opacity: 1
            }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .field--name-field-usp-title {
            font-family: "Trenda Bold",sans-serif;
            font-size: 1.25rem;
            line-height: 1.25
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .field--name-field-usp-text {
            display: none;
            opacity: 0
        }

@media all and (max-width:1199px) {
    .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-2 .usp-item, .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-3 .usp-item, .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-4 .usp-item, .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-5 .usp-item {
        width: 80%
    }

        .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-2 .usp-item:nth-child(4), .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-3 .usp-item:nth-child(4), .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-4 .usp-item:nth-child(4), .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-5 .usp-item:nth-child(4) {
            margin-top: 0;
            margin-left: 0
        }

    .paragraph--type--usp-creative .field--name-field-usp-items .usp-item {
        background-color: var(--main-theme-color);
        height: auto;
        margin: 0 0 1.25rem;
        color: #fff;
        border-color: var(--main-theme-color)
    }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .usp-icon svg circle, .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .usp-icon svg path, .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .usp-icon svg rect {
            fill: #fff
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(2), .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(3), .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(4) {
            margin-top: 0
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(odd) {
            background-color: var(--main-theme-secondary-color);
            margin: auto !important;
            color: var(--main-theme-text-color);
            border-color: var(--main-theme-secondary-color)
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(even) {
            margin: auto !important;
        }

        
        
        

            .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(odd) .usp-icon svg circle, .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(odd) .usp-icon svg path, .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:nth-child(odd) .usp-icon svg rect {
                fill: var(--main-theme-text-color)
            }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:hover .usp-icon {
            display: block
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:hover .field--name-field-usp-title {
            display: block
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .field--name-field-usp-title {
            margin-bottom: 1.25rem
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item .field--name-field-usp-text {
            display: block;
            opacity: 1
        }

        .paragraph--type--usp-creative .field--name-field-usp-items .usp-item:hover .field--name-field-usp-text {
            font-size: 1rem;
        }
}

@media all and (max-width:479px) {
    .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-2 .usp-item, .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-3 .usp-item, .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-4 .usp-item, .paragraph--type--usp-creative .field--name-field-usp-items.usp-count-5 .usp-item {
        width: 95%
    }

}

.paragraph--type--usp-gradient .field--name-field-usps-title {
    margin-bottom: 1.875rem;
    font-size: 2.25rem;
    line-height: 1.17
}

.paragraph--type--usp-gradient .field--name-field-usp-subtitle {
    background-color: #fff;
    padding: 2.5rem 1.25rem;
    font-size: 1.5rem;
    font-family: "Trenda Bold",sans-serif;
    line-height: 1.33;
    text-align: center
}

.paragraph--type--usp-gradient .field--name-field-usp-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20rem;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.2);
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.2)
}

    .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-2 .usp-item {
        width: 50%
    }

    .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-3 .usp-item {
        width: 33.333%
    }

    .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-4 .usp-item {
        width: 25%
    }

    .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-5 .usp-item {
        width: 20%
    }

    .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .9375rem;
        color: #fff;
        text-align: center;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .usp-icon {
            width: 3.75rem;
            height: 3.75rem;
            margin: 0 auto .625rem
        }

            .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .usp-icon svg circle, .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .usp-icon svg path, .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .usp-icon svg rect {
                fill: #fff
            }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:hover {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            z-index: 1
        }

            .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:hover > * {
                -webkit-transform: scale(.75);
                -ms-transform: scale(.75);
                transform: scale(.75)
            }

            .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:hover .usp-icon {
                display: none
            }

            .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:hover .field--name-field-usp-text {
                display: block;
                margin-top: .625rem;
                opacity: 1
            }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:nth-last-child(1) {
            background-color: var(--main-theme-color)
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:nth-last-child(2) {
            background-color: #3a4288
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:nth-last-child(3) {
            background-color: #5761b7
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:nth-last-child(4) {
            background-color: #8c93ce
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:nth-last-child(5) {
            background-color: #c2c6e5
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .field--name-field-usp-title {
            font-size: 1.5rem;
            line-height: 2rem
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .field--name-field-usp-text {
            display: none;
            opacity: 0
        }

@media all and (max-width:1199px) {
    .paragraph--type--usp-gradient .field--name-field-usp-items {
        height: auto
    }

        .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-2 .usp-item {
            width: 50%
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-3 .usp-item {
            width: 33.333%
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-4 .usp-item {
            width: 50%
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-5 .usp-item {
            width: 33.333%
        }

        .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item {
            padding: 2.5rem 1.25rem
        }

            .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:hover {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }

                .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:hover > * {
                    -webkit-transform: none;
                    -ms-transform: none;
                    transform: none
                }

                .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item:hover .usp-icon {
                    display: block
                }

            .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .field--name-field-usp-title {
                margin-bottom: 1.25rem
            }

            .paragraph--type--usp-gradient .field--name-field-usp-items .usp-item .field--name-field-usp-text {
                display: block;
                opacity: 1
            }
}

@media all and (max-width:767px) {
    .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-2 .usp-item, .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-3 .usp-item, .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-4 .usp-item, .paragraph--type--usp-gradient .field--name-field-usp-items.usp-count-5 .usp-item {
        width: 100%
    }
}

#main {
    margin: 0
}

.region-bottom {
    padding: 2.5rem 0
}

    .path-search .region-bottom .region-content, .path-user .region-bottom .region-content, .region-bottom .container, .region-bottom .path-search .region-content, .region-bottom .path-user .region-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

@media all and (max-width:767px) {
    .path-search .region-bottom .region-content, .path-user .region-bottom .region-content, .region-bottom .container, .region-bottom .path-search .region-content, .region-bottom .path-user .region-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.region-doormat {
    background-color: var(--main-theme-color);
    padding: 3.75rem 0;
    border-bottom: 4px solid var(--main-theme-accent-color)
}

.region-footer {
    background-color: rgba(238,238,238,.5);
    padding: 5rem 0
}

    .path-search .region-footer .region-content, .path-user .region-footer .region-content, .region-footer .container, .region-footer .path-search .region-content, .region-footer .path-user .region-content {
        display: grid;
        -webkit-column-gap: 3.75rem;
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem;
        grid-template-areas: "logo quicklinks socials" "contactinfo quicklinks socials"
    }

@media all and (max-width:767px) {
    .path-search .region-footer .region-content, .path-user .region-footer .region-content, .region-footer .container, .region-footer .path-search .region-content, .region-footer .path-user .region-content {
        display: block;
        text-align: center
    }
}

.region-header {
    background-color: var(--main-theme-secondary-color);
}

.region-off-canvas {
    background-color: #fff
}

.region-top {
    background-color: var(--main-theme-color);
    padding: .8125rem 0
}

    .path-search .region-top .region-content, .path-user .region-top .region-content, .region-top .container, .region-top .path-search .region-content, .region-top .path-user .region-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.block-views-blockarticles-block-1 .views-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .block-views-blockarticles-block-1 .views-rows .views-row {
        margin-right: 4%;
        margin-bottom: 4%;
        width: calc((100% - 4% * (3 - 1))/ 3)
    }

        .block-views-blockarticles-block-1 .views-rows .views-row:nth-child(3n) {
            margin-right: 4%
        }

        .block-views-blockarticles-block-1 .views-rows .views-row:nth-child(3n) {
            margin-right: 0
        }

@media all and (max-width:767px) {
    .block-views-blockarticles-block-1 .views-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .block-views-blockarticles-block-1 .views-rows .views-row {
            margin-right: 4%;
            margin-bottom: 4%;
            width: calc((100% - 4% * (2 - 1))/ 2)
        }

            .block-views-blockarticles-block-1 .views-rows .views-row:nth-child(3n) {
                margin-right: 4%
            }

            .block-views-blockarticles-block-1 .views-rows .views-row:nth-child(2n) {
                margin-right: 0
            }
}

@media all and (max-width:479px) {
    .block-views-blockarticles-block-1 .views-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .block-views-blockarticles-block-1 .views-rows .views-row {
            margin-right: 4%;
            margin-bottom: 4%;
            width: calc((100% / 1))
        }

            .block-views-blockarticles-block-1 .views-rows .views-row:nth-child(2n) {
                margin-right: 4%
            }

            .block-views-blockarticles-block-1 .views-rows .views-row:nth-child(1n) {
                margin-right: 0
            }
}

.block-views-blockarticles-block-2 .views-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .block-views-blockarticles-block-2 .views-rows .views-row {
        margin-right: 4%;
        margin-bottom: 4%;
        width: calc((100% - 4% * (3 - 1))/ 3)
    }

        .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(3n) {
            margin-right: 4%
        }

        .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(3n) {
            margin-right: 0
        }

@media all and (max-width:767px) {
    .block-views-blockarticles-block-2 .views-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .block-views-blockarticles-block-2 .views-rows .views-row {
            margin-right: 4%;
            margin-bottom: 4%;
            width: calc((100% - 4% * (2 - 1))/ 2)
        }

            .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(3n) {
                margin-right: 4%
            }

            .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(2n) {
                margin-right: 0
            }

            .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(3) {
                display: none
            }
}

@media all and (max-width:479px) {
    .block-views-blockarticles-block-2 .views-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .block-views-blockarticles-block-2 .views-rows .views-row {
            margin-right: 4%;
            margin-bottom: 4%;
            width: calc((100% / 1))
        }

            .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(2n) {
                margin-right: 4%
            }

            .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(1n) {
                margin-right: 0
            }

            .block-views-blockarticles-block-2 .views-rows .views-row:nth-child(2) {
                display: none
            }
}

.block-views-blockbusiness-cases-overview .views-filters {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #e2e8ec
}

    .block-views-blockbusiness-cases-overview .views-filters legend {
        font-family: "Trenda Bold",sans-serif;
        text-transform: uppercase
    }

    .block-views-blockbusiness-cases-overview .views-filters .form-checkboxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media all and (max-width:479px) {
    .block-views-blockbusiness-cases-overview .views-filters .form-checkboxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-views-blockbusiness-cases-overview .views-filters .form-checkboxes .form-item {
    margin-right: 1.25rem
}

.block-views-blockbusiness-cases-overview .views-rows .views-infinite-scroll-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .block-views-blockbusiness-cases-overview .views-rows .views-infinite-scroll-content-wrapper.clearfix::after, .block-views-blockbusiness-cases-overview .views-rows .views-infinite-scroll-content-wrapper.clearfix::before {
        display: none
    }

.block-views-blockbusiness-cases-overview .node {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem
}

    .block-views-blockbusiness-cases-overview .node:nth-child(3n) {
        margin-right: 0
    }

@media all and (max-width:1199px) {
    .block-views-blockbusiness-cases-overview .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin-right: 1.875rem
    }

    .block-views-blockbusiness-cases-overview .node:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .block-views-blockbusiness-cases-overview .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.block-views-blockbusiness-cases-related {
    background-color: #e2e8ec;
    padding: 5rem 0 3.125rem
}

    .block-views-blockbusiness-cases-related .views-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block-views-blockbusiness-cases-related .node {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
        margin-right: 1.875rem;
        margin-bottom: 1.875rem
    }

        .block-views-blockbusiness-cases-related .node:nth-child(3n) {
            margin-right: 0
        }

@media all and (max-width:1199px) {
    .block-views-blockbusiness-cases-related .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin-right: 1.875rem
    }

    .block-views-blockbusiness-cases-related .node:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .block-views-blockbusiness-cases-related .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

@media all and (max-width:1199px) {
    .block-views-blockbusiness-cases-related .node:nth-child(3) {
        display: none
    }
}

@media all and (max-width:767px) {
    .block-views-blockbusiness-cases-related .node:nth-child(2) {
        display: none
    }
}

.block-views-blockbusiness-cases-promoted .views-rows {
    display: grid;
    grid-template-areas: "bl1 bl2" "bl1 bl3";
    grid-gap: 1.875rem
}

@media all and (max-width:767px) {
    .block-views-blockbusiness-cases-promoted .views-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 0
    }
}

@media all and (max-width:767px) {
    .block-views-blockbusiness-cases-promoted .node {
        margin-bottom: 1.875rem
    }
}

.block-views-blockbusiness-cases-promoted .node:nth-child(1) {
    grid-area: bl1
}

@media all and (max-width:767px) {
    .block-views-blockbusiness-cases-promoted .node:nth-child(1) .newsletter-form .block__title, .block-views-blockbusiness-cases-promoted .node:nth-child(1) h3, .newsletter-form .block-views-blockbusiness-cases-promoted .node:nth-child(1) .block__title {
        margin: 0
    }

    .block-views-blockbusiness-cases-promoted .node:nth-child(1) .field--name-field-teaser-text {
        display: none
    }
}

.block-views-blockbusiness-cases-promoted .node:nth-child(2) {
    grid-area: bl2
}

.block-views-blockbusiness-cases-promoted .node:nth-child(3) {
    grid-area: bl3
}

    .block-views-blockbusiness-cases-promoted .node:nth-child(2) .newsletter-form .block__title, .block-views-blockbusiness-cases-promoted .node:nth-child(2) h3, .block-views-blockbusiness-cases-promoted .node:nth-child(3) .newsletter-form .block__title, .block-views-blockbusiness-cases-promoted .node:nth-child(3) h3, .newsletter-form .block-views-blockbusiness-cases-promoted .node:nth-child(2) .block__title, .newsletter-form .block-views-blockbusiness-cases-promoted .node:nth-child(3) .block__title {
        margin: 0
    }

    .block-views-blockbusiness-cases-promoted .node:nth-child(2) .field--name-field-teaser-text, .block-views-blockbusiness-cases-promoted .node:nth-child(3) .field--name-field-teaser-text {
        display: none
    }

.block-views-blockbusiness-cases-quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:959px) {
    .block-views-blockbusiness-cases-quotes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-views-blockbusiness-cases-quotes .block__title {
    width: 20%;
    padding: .9375rem 0
}

@media all and (max-width:1199px) {
    .block-views-blockbusiness-cases-quotes .block__title {
        width: 30%
    }
}

@media all and (max-width:959px) {
    .block-views-blockbusiness-cases-quotes .block__title {
        width: 100%
    }
}

.block-views-blockbusiness-cases-quotes .view-id-business_cases.view-display-id-quotes {
    width: 75%
}

@media all and (max-width:1199px) {
    .block-views-blockbusiness-cases-quotes .view-id-business_cases.view-display-id-quotes {
        width: 65%
    }
}

@media all and (max-width:959px) {
    .block-views-blockbusiness-cases-quotes .view-id-business_cases.view-display-id-quotes {
        width: 100%
    }
}

.block-views-blockbusiness-cases-quotes .business-cases__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem
}

.block-views-blockbusiness-cases-quotes .slick-list {
    margin: 0 -.9375rem;
    padding: .9375rem 0
}

.block-views-blockbusiness-cases-quotes .slick-slide {
    margin: 0 .9375rem
}

.block-views-blockbusiness-cases-quotes .slick-arrow {
    font-size: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer
}

    .block-views-blockbusiness-cases-quotes .slick-arrow::after {
        margin: 0
    }

.block-views-blockbusiness-cases-quotes .slick-disabled {
    opacity: .25;
    pointer-events: none
}

.block-views-blockbusiness-cases-quotes .slick-prev {
    margin-right: 1.25rem
}

    .block-views-blockbusiness-cases-quotes .slick-prev::before {
        margin-right: .625rem;
        text-decoration: underline
    }

    .block-views-blockbusiness-cases-quotes .slick-prev::before {
        content: ""
    }

    .block-views-blockbusiness-cases-quotes .slick-prev::after, .block-views-blockbusiness-cases-quotes .slick-prev::before {
        text-decoration: none
    }

.block-views-blockbusiness-cases-quotes .slick-next::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockbusiness-cases-quotes .slick-next::before {
    content: ""
}

.block-views-blockbusiness-cases-quotes .slick-next::after, .block-views-blockbusiness-cases-quotes .slick-next::before {
    text-decoration: none
}

.block-views-blockevents-overview .views-rows .views-infinite-scroll-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .block-views-blockevents-overview .views-rows .views-infinite-scroll-content-wrapper.clearfix::after, .block-views-blockevents-overview .views-rows .views-infinite-scroll-content-wrapper.clearfix::before {
        display: none
    }

.block-views-blockevents-overview .node {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem
}

    .block-views-blockevents-overview .node:nth-child(3n) {
        margin-right: 0
    }

@media all and (max-width:1199px) {
    .block-views-blockevents-overview .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin-right: 1.875rem
    }

    .block-views-blockevents-overview .node:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .block-views-blockevents-overview .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.view-id-general_settings_views.view-display-id-footer_cta .general_settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20%
}

@media all and (max-width:959px) {
    .view-id-general_settings_views.view-display-id-footer_cta .general_settings {
        padding: 0 15%
    }
}

@media all and (max-width:767px) {
    .view-id-general_settings_views.view-display-id-footer_cta .general_settings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        text-align: center
    }
}

.view-id-general_settings_views.view-display-id-footer_cta .field--name-field-footer-cta a {
    padding: .625rem 1.25rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 4px
}

    .view-id-general_settings_views.view-display-id-footer_cta .field--name-field-footer-cta a:hover {
        background-color: #fff;
        color: var(--main-theme-color)
    }

.view-id-general_settings_views.view-display-id-footer_cta .field--name-field-footer-cta-text {
    color: #fff
}

@media all and (max-width:767px) {
    .view-id-general_settings_views.view-display-id-footer_cta .field--name-field-footer-cta-text {
        margin-bottom: 1.875rem
    }
}

.view-id-general_settings_views.view-display-id-footer_cta .field--name-field-footer-cta-text * {
    margin: .625rem 0;
    color: inherit
}

.view-id-general_settings_views.view-display-id-footer_cta .field--name-field-footer-cta-text .subtitle {
    font-size: .875rem;
    color: var(--main-theme-accent-color)
}

.block-views-blockgeneral-settings-views-quick-links {
    grid-area: quicklinks
}

@media all and (max-width:767px) {
    .block-views-blockgeneral-settings-views-quick-links {
        margin-bottom: 1.875rem
    }
}

.block-views-blockgeneral-settings-views-quick-links .block__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.6
}

.block-views-blockgeneral-settings-views-quick-links .field__item:not(:last-child) {
    margin-bottom: .625rem
}

.block-views-blockgeneral-settings-views-quick-links .field__item a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-quick-links .field__item a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-quick-links .field__item a::after, .block-views-blockgeneral-settings-views-quick-links .field__item a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-quick-links .field__item a::before {
    margin-right: 1.25rem
}

.block-views-blockgeneral-settings-views-socials {
    grid-area: socials
}

    .block-views-blockgeneral-settings-views-socials .block__title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.6
    }

    .block-views-blockgeneral-settings-views-socials .general_settings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media all and (max-width:767px) {
    .block-views-blockgeneral-settings-views-socials .general_settings {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.block-views-blockgeneral-settings-views-socials .field--type-link {
    font-size: 1.25rem
}

.block-views-blockgeneral-settings-views-socials .field--type-social-link {
    font-size: 1.25rem;
}

.block-views-blockgeneral-settings-views-socials .field--type-social-link i{
    transition: 0.3s;
    margin-right: .625rem;
}

    .block-views-blockgeneral-settings-views-socials .field--type-link a {
        display: block;
        width: 1.875rem;
        color: var(--main-theme-secondary-color);
        text-indent: -9999px
    }

        .block-views-blockgeneral-settings-views-socials .field--type-link a::after, .block-views-blockgeneral-settings-views-socials .field--type-link a::before {
            display: inline-block;
            float: left;
            text-indent: 0
        }

        .block-views-blockgeneral-settings-views-socials .field--type-link a:hover {
            color: var(--main-theme-accent-color)
        }

        .block-views-blockgeneral-settings-views-socials .field--type-social-link a:hover {
            color: var(--main-theme-accent-color)
        }

        .block-views-blockgeneral-settings-views-socials .field--type-social-link a i:hover {
            color: var(--main-theme-accent-color)
        }

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-facebook a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-facebook a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-facebook a::after, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-facebook a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-instagram a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-instagram a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-instagram a::after, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-instagram a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-googleplus a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-googleplus a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-googleplus a::after, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-googleplus a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-linkedin a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-linkedin a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-linkedin a::after, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-linkedin a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-pinterest a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-pinterest a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-pinterest a::after, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-pinterest a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-twitter a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-twitter a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-twitter a::after, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-twitter a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-youtube a::before {
    margin-right: .625rem;
    text-decoration: underline
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-youtube a::before {
    content: ""
}

.block-views-blockgeneral-settings-views-socials .field--name-field-gs-youtube a::after, .block-views-blockgeneral-settings-views-socials .field--name-field-gs-youtube a::before {
    text-decoration: none
}

.block-views-blockgeneral-settings-views-vacancy-overview .field--name-field-text {
    margin-bottom: 3.75rem;
    padding: 4.6875rem 1.875rem;
    border: 1px solid #e2e8ec;
    text-align: center;
    border-bottom: 4px solid var(--main-theme-accent-color);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

.block-views-blockgeneral-settings-views-vacancy-overview .field--name-field-contact .node--type-person.node--view-mode-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

    .block-views-blockgeneral-settings-views-vacancy-overview .field--name-field-contact .node--type-person.node--view-mode-teaser .person__teaser--image {
        margin-bottom: 3.125rem;
        margin-right: 0
    }

.block-views-blockgeneral-settings-views-footer-contact-info {
    line-height: 1
}

    .block-views-blockgeneral-settings-views-footer-contact-info p::before {
        vertical-align: middle;
        margin-right: .3125rem
    }



.hero-slide {
    width: 100%;
    position: relative
}

.hero-slide__link {
    color: #fff;
    text-decoration: none
}

    .hero-slide__link:hover .hero-slide__content {
        background: rgba(0,0,0,.9)
    }

.hero-slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.75);
    max-width: 25rem;
    padding: .625rem 1.25rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.hero-slide__title {
    color: #fff
}

.hero-slide__text {
    display: block
}

    .hero-slide__text p {
        margin: 1.25rem 0 0
    }

@media all and (max-width:767px) {
    .hero-slide__text {
        display: none
    }
}

.view-id-offices.view-display-id-overview_map_general .views-field-title {
    margin-bottom: .625rem;
    font-family: "Trenda Bold",sans-serif;
    font-size: .875rem;
    color: var(--main-theme-color)
}

.view-id-offices.view-display-id-overview_map_general .views-field-field-address {
    max-width: 12.5rem
}

.view-id-offices.view-display-id-overview_map_by_region {
    border-top: 4px solid var(--main-theme-color)
}

    .view-id-offices.view-display-id-overview_map_by_region .views-field-title {
        margin-bottom: .625rem;
        font-family: "Trenda Bold",sans-serif;
        font-size: .875rem;
        color: var(--main-theme-color)
    }

    .view-id-offices.view-display-id-overview_map_by_region .views-field-field-address {
        max-width: 17.5rem
    }

.view-id-offices.view-display-id-overview_list_by_region .views-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 5rem
}

.view-id-offices.view-display-id-overview_list_by_region .node {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem
}

    .view-id-offices.view-display-id-overview_list_by_region .node:nth-child(3n) {
        margin-right: 0
    }

@media all and (max-width:1199px) {
    .view-id-offices.view-display-id-overview_list_by_region .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin-right: 1.875rem
    }

    .view-id-offices.view-display-id-overview_list_by_region .node:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .view-id-offices.view-display-id-overview_list_by_region .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.view-id-regions.view-display-id-overview .views-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.view-id-regions.view-display-id-overview .node {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 1.875rem;
    margin-bottom: 1.875rem
}

    .view-id-regions.view-display-id-overview .node:nth-child(3n) {
        margin-right: 0
    }

@media all and (max-width:1199px) {
    .view-id-regions.view-display-id-overview .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin-right: 1.875rem
    }

    .view-id-regions.view-display-id-overview .node:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .view-id-regions.view-display-id-overview .node:nth-child(n) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.block-views-blockservices-overview .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-views-blockservices-overview .slick-list {
    margin: 0 -.9375rem
}

.block-views-blockservices-overview .slick-slide {
    height: auto;
    margin: 0 .9375rem
}

.block-views-blockservices-overview .slick-prev {
    right: 2.5rem
}

    .block-views-blockservices-overview .slick-prev::after {
        margin-left: .625rem;
        text-decoration: underline
    }

    .block-views-blockservices-overview .slick-prev::after {
        content: ""
    }

    .block-views-blockservices-overview .slick-prev::after, .block-views-blockservices-overview .slick-prev::before {
        text-decoration: none
    }

.block-views-blockservices-overview .slick-next {
    right: 0
}

    .block-views-blockservices-overview .slick-next::after {
        margin-left: .625rem;
        text-decoration: underline
    }

    .block-views-blockservices-overview .slick-next::after {
        content: ""
    }

    .block-views-blockservices-overview .slick-next::after, .block-views-blockservices-overview .slick-next::before {
        text-decoration: none
    }

.block-views-blockservices-overview .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.875rem;
    color: var(--main-theme-color);
    position: absolute;
    top: -2.5rem;
    cursor: pointer
}

    .block-views-blockservices-overview .slick-arrow:not(.slick-disabled):hover {
        color: var(--main-theme-secondary-color)
    }

    .block-views-blockservices-overview .slick-arrow::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0
    }

.block-views-blockservices-overview .slick-disabled {
    opacity: .35
}

.block-views-blockvacancies-overview .view-id-vacancies.view-display-id-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .block-views-blockvacancies-overview .view-id-vacancies.view-display-id-overview .views-overview {
        width: 60%
    }

@media all and (max-width:959px) {
    .block-views-blockvacancies-overview .view-id-vacancies.view-display-id-overview .views-overview {
        width: 100%
    }
}

.block-views-blockvacancies-overview .view-id-vacancies.view-display-id-overview .views-sidebar {
    width: 35%
}

@media all and (max-width:959px) {
    .block-views-blockvacancies-overview .view-id-vacancies.view-display-id-overview .views-sidebar {
        width: 100%
    }
}

.faq-menu-overview--block .node--type-faq-item {
    margin: 0 0 2.8125rem 0
}

.view-id-warehouses.view-display-id-overview_map {
    border-top: 4px solid var(--main-theme-color)
}

    .view-id-warehouses.view-display-id-overview_map .views-field-title {
        margin-bottom: .625rem;
        font-family: "Trenda Bold",sans-serif;
        font-size: .875rem;
        color: var(--main-theme-color)
    }

    .view-id-warehouses.view-display-id-overview_map .views-field-field-address {
        max-width: 12.5rem
    }

.locations__overview .locations__filters {
    margin: 0 0 1.875rem 0
}

.locations__overview .locations__map {
    width: 100%;
    margin: 0 0 1.875rem 0
}

    .locations__overview .locations__map .inner {
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        position: relative
    }

        .locations__overview .locations__map .inner .map {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0
        }

            .locations__overview .locations__map .inner .map .geolocation-common-map {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0
            }

.locations__overview .locations__cards .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .locations__overview .locations__cards .cards .location {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
        padding: 1.875rem;
        margin: 0 1.875rem 1.875rem 0;
        background: #efefef
    }

        .locations__overview .locations__cards .cards .location:nth-child(3n) {
            margin-right: 0
        }

@media all and (max-width:959px) {
    .locations__overview .locations__cards .cards .location {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        margin: 0 2.5rem 2.5rem 0
    }

        .locations__overview .locations__cards .cards .location:nth-child(3n) {
            margin: 0 2.5rem 2.5rem 0
        }

        .locations__overview .locations__cards .cards .location:nth-child(2n) {
            margin-right: 0
        }
}

@media all and (max-width:767px) {
    .locations__overview .locations__cards .cards .location {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 1.25rem 0
    }

        .locations__overview .locations__cards .cards .location:nth-child(3n) {
            margin: 0 0 1.25rem 0
        }

        .locations__overview .locations__cards .cards .location:nth-child(2n) {
            margin-right: 0
        }
}

.locations__overview .locations__cards .cards .location .location__name {
    display: block;
    margin: 0 0 1.25rem 0;
    color: #052e5c;
    font-weight: 700;
    text-transform: uppercase
}

.webform-submission-contact-custom-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .webform-submission-contact-custom-form .form-item {
        width: 100%
    }

    .webform-submission-contact-custom-form .form-item-first-name, .webform-submission-contact-custom-form .form-item-name {
        width: calc(50% - 15px)
    }

@media all and (max-width:767px) {
    .webform-submission-contact-custom-form .form-item-first-name, .webform-submission-contact-custom-form .form-item-name {
        width: 100%
    }
}

.webform-submission-contact-custom-form .form-item-company, .webform-submission-contact-custom-form .form-item-email, .webform-submission-contact-custom-form .form-item-telephone-number {
    width: calc(33.333% - 20px)
}

@media all and (max-width:767px) {
    .webform-submission-contact-custom-form .form-item-company, .webform-submission-contact-custom-form .form-item-email, .webform-submission-contact-custom-form .form-item-telephone-number {
        width: 100%
    }
}

.newsletter-form {
    padding: 4.6875rem 3.75rem;
    border: 1px solid #e2e8ec;
    border-bottom: 4px solid var(--main-theme-accent-color);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    text-align: center
}

@media all and (max-width:767px) {
    .newsletter-form {
        padding: 4.6875rem 1.25rem
    }
}

.newsletter-form .webform-submission-newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 31.25rem;
    margin: 0 auto
}

@media all and (max-width:479px) {
    .newsletter-form .webform-submission-newsletter-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .newsletter-form .webform-submission-newsletter-form .form-item {
            margin: 0
        }
}

.newsletter-form .webform-submission-newsletter-form input[type=email] {
    border-radius: 4px 0 0 4px
}

@media all and (max-width:479px) {
    .newsletter-form .webform-submission-newsletter-form input[type=email] {
        border-radius: 4px 4px 0 0
    }
}

.newsletter-form .webform-submission-newsletter-form input[type=email]:focus {
    border-color: #e2e8ec;
    background-color: #e2e8ec
}

.newsletter-form .webform-submission-newsletter-form input[type=submit] {
    border-radius: 0 4px 4px 0
}

@media all and (max-width:479px) {
    .newsletter-form .webform-submission-newsletter-form input[type=submit] {
        width: 100%;
        border-radius: 0 0 4px 4px
    }
}

.webform-submission-application-form-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .webform-submission-application-form-form #ajax-wrapper, .webform-submission-application-form-form .form-item {
        width: 100%
    }

    .webform-submission-application-form-form .form-item-first-name, .webform-submission-application-form-form .form-item-name {
        width: calc(50% - 15px)
    }

@media all and (max-width:767px) {
    .webform-submission-application-form-form .form-item-first-name, .webform-submission-application-form-form .form-item-name {
        width: 100%
    }
}

.webform-submission-open-application-form-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .webform-submission-open-application-form-form #ajax-wrapper, .webform-submission-open-application-form-form .form-item {
        width: 100%
    }

    .webform-submission-open-application-form-form .form-item-first-name, .webform-submission-open-application-form-form .form-item-name {
        width: calc(50% - 15px)
    }

@media all and (max-width:767px) {
    .webform-submission-open-application-form-form .form-item-first-name, .webform-submission-open-application-form-form .form-item-name {
        width: 100%
    }
}
