﻿/*
@font-face {
    font-family: 'acumin-pro-condensed';
    src: url('../font/Acumin Pro Condensed.ttf');
}*/
@import url("https://use.typekit.net/krc3pfc.css");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
label,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
.footer2021 img,
ins,
kbd,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

    a.button2021:hover {
        text-decoration: none;
        color: inherit;
    }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/*img,
object,
picture,
video {
    display: block;
    width: 100%;
    height: auto;
}*/

.footer2021 a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote::after,
    blockquote::before,
    q::after,
    q::before {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*input,
select,
textarea,
button {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    background:;
    color: inherit;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}*/

/*input[type=text],
    input[type=number],
    input[type=tel],
    input[type=email],
    input[type=date],
    input[type=url],
    input[type=search],
    input[type=password],
    input[type=submit],
    input[type=button],
    select,
    textarea,
    button {
        -webkit-appearance: none;
        appearance: none;
    }*/

button {
    text-align: left;
    cursor: hand;
    cursor: pointer;
}

:root {
    font-family: acumin-pro, sans-serif;
    font-size: 12px;
}

@media (min-width: 790px) {
    :root {
        font-size: 18px;
    }
}

@media (min-width: 1060px) {
    :root {
        font-size: 19px;
    }
}

body {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555555;
}

.heading {
    font-weight: 600;
    font-family: acumin-pro-condensed, sans-serif;
    color: #000;
}

.heading--large {
    font-size: 2.5rem;
    line-height: 0.9;
}

.heading--large--blue {
    font-size: 2.5rem;
    line-height: 0.9;
    color: rgb(0,0,255);
}

@media (min-width: 790px) {
    .heading--large {
        font-size: 3.68rem;
    }
}

.heading--medium {
    font-size: 2.2rem;
    line-height: 1;
}

@media (min-width: 790px) {
    .heading--medium {
        font-size: 2.42rem;
    }
}

.heading--small {
    font-size: 1.07rem;
    line-height: 1.1;
}

@media (min-width: 790px) {
    .heading--small {
        font-size: 1.26rem;
    }
}

.lead {
    font-size: 1.25rem;
    line-height: 1.4;
}

.list {
    list-style: none;
}

.list__item {
    padding-left: 40px;
    position: relative;
}

    .list__item::before {
        content: "";
        position: absolute;
        left: 10px;
    }

.list--ordered {
    counter-reset: list;
}

.list--unordered .list__item::before {
    content: "\2022";
}

.list--ordered .list__item::before {
    top: 0.4em;
    font-size: 60%;
    font-weight: 600;
    counter-increment: list;
    content: counter(list, decimal-leading-zero);
}

.text-spacing .heading:not(:first-child) {
    margin-top: 40px;
}

.text-spacing > *:not(:last-child) {
    margin-bottom: 20px;
}

.text-spacing .list__item:not(:last-child) {
    margin-bottom: 10px;
}

.strong {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.superscript {
    font-size: 0.7em;
    vertical-align: top;
}

.subscript {
    font-size: 0.7em;
    vertical-align: bottom;
}

.small {
    font-size: 0.8rem;
}

.dark {
    color: #000;
}

.button2021 {
    display: inline-block;
    background-color: #FFD938;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 600;
    color: #000;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 50px;
    text-transform: uppercase;
    font-size: 1.05rem;
}

@media (min-width: 790px) {
    .button2021 {
        padding-left: 40px;
        padding-right: 40px;
        min-height: 60px;
    }
}

.button--small {
    font-size: 0.8rem;
}

.button--light {
    background-color: #fff;
    border: 2px #FFD938 solid;
}

    .button--light.active {
        background-color: #FFD938;
    }

.button--text-link {
    background-color: transparent;
    padding: 5px 0;
}

.button--icon {
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
}

    .button--icon.icon--phone {
        background-image: url("../img/plane.svg");
    }

    .button--icon.icon--email {
        background-image: url("../img/email.svg");
    }

/*input[type=text] {
    font-size: 1.05rem;
    background-color: #EEEEEE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 60px;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}*/

/*input:focus {
    outline: none;
}*/

textarea {
    font-size: 1.05rem;
    background-color: #EEEEEE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 30px;
    width: 100%;
    min-height: 140px;
    resize: none;
    box-sizing: border-box;
}

select {
    font-size: 1.05rem;
    background-color: #EEEEEE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 60px;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}

    select:focus {
        outline: none;
    }

    select:after {
        content: "";
        background-image: url(../images/arrow-circle-down.svg);
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 4px;
    }

.select-wrapper {
    background-color: #EEEEEE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

    .select-wrapper:after {
        content: "";
        background-image: url("../images/arrow-circle-down.svg");
        width: 30px;
        height: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 5;
    }

    .select-wrapper select {
        font-size: 1.05rem;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        position: relative;
        cursor: pointer;
        z-index: 10;
        padding: 0 30px;
    }

.flex {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex--gutter-sm {
    margin-left: -20px;
}

    .flex--gutter-sm > .flex__column {
        padding-left: 20px;
    }

.flex--gutter-md {
    margin-left: -40px;
}

    .flex--gutter-md > .flex__column {
        padding-left: 40px;
    }

.flex--gutter-lg {
    margin-left: -80px;
}

    .flex--gutter-lg > .flex__column {
        padding-left: 80px;
    }

.flex--align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex--align-middle {
    -webkit-align-items: center;
    align-items: center;
}

.flex--align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex--adjust-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex--adjust-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex--adjust-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex--adjust-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex__column {
    width: 100%;
}

.flex__column--align-top {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.flex__column--align-center {
    -webkit-align-self: center;
    align-self: center;
}

.flex__column--align-bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

@media (min-width: 1060px) {
    .flex {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex__column {
        flex: 1;
        width: 0;
    }
}

.container2021 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 790px) {
    .container2021 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1060px) {
    .container2021 {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.container--narrow {
    max-width: 720px;
}

.container--medium {
    max-width: 1060px;
}

.container--wide {
    max-width: 1440px;
}

.container--vertical {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 790px) {
    .container--vertical {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .container--vertical {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.image,
.video,
.gallery,
.embed {
    height: 100%;
}

.gallery__carousel {
    height: 100%;
}

    .gallery__carousel .owl-stage-outer,
    .gallery__carousel .owl-stage,
    .gallery__carousel .owl-item {
        height: 100%;
    }

.gallery__item {
    height: 100%;
}

.gallery__nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
}

.gallery__button {
    display: block;
    padding: 10px;
}

.gallery__icon {
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.embed__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    padding: 12px;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
}

    .embed__play svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: currentColor;
    }

.embed:hover .embed__play {
    transform: translate(-50%, -50%) scale(0.95);
    transition: all 0.1s ease;
}

.embed-video-player {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-video-player__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.embed-video-player__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.1s ease;
}

    .embed-video-player__close:hover {
        background: #fff;
        color: #000;
    }

    .embed-video-player__close svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: currentColor;
    }

.embed-video-player__stage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 1440px;
}

    .embed-video-player__stage::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .embed-video-player__stage iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.proportional--16\:9 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .proportional--16\:9::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .proportional--16\:9 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.proportional--16\:10 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .proportional--16\:10::before {
        content: "";
        display: block;
        padding-top: 62.5%;
    }

    .proportional--16\:10 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.proportional--3\:2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .proportional--3\:2::before {
        content: "";
        display: block;
        padding-top: 66.66666667%;
    }

    .proportional--3\:2 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.proportional--4\:3 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .proportional--4\:3::before {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .proportional--4\:3 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.proportional--1\:1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .proportional--1\:1::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .proportional--1\:1 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.proportional--3\:4 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .proportional--3\:4::before {
        content: "";
        display: block;
        padding-top: 133.33333333%;
    }

    .proportional--3\:4 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.proportional__source {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.proportional__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1rem;
    white-space: nowrap;
    padding: 20px;
}

.accordions {
    list-style: none;
}

.accordions__item {
    padding: 0;
    margin: 0;
}

.accordions .accordion {
    position: relative;
}

    .accordions .accordion::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 2px solid currentColor;
    }

.accordions .accordion__toggle {
    position: relative;
    width: 100%;
    padding: 1em;
}

.accordions .accordion__title {
    padding-right: 20%;
}

.accordions .accordion__content {
    padding: 0 1em 1em;
}

.accordions .accordion__arrow {
    position: absolute;
    height: 24px;
    width: auto;
    top: calc(50% - 12px);
    right: 1em;
    fill: currentColor;
    transform: rotate(0deg);
    will-change: transform;
}

.accordions .accordion--open .accordion__arrow {
    transform: rotate(180deg);
}

.flex-dummy {
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}

    .flex-dummy:before {
        display: none !important;
    }

    .flex-dummy:after {
        display: none !important;
    }

.layout--padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--padding {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--padding {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--padding {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--padding {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--background-color1 {
    background-color: #003978;
}

.layout--background-color2 {
    background-color: #0E2146;
}

.layout--background-color3 {
    background-color: #5C79BB;
}

.layout--background-color4 {
    background-color: #FFD938;
}

.layout--background-color5 {
    background-color: #555555;
}

.colored--heading {
    background-color: #003978;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 790px) {
    .colored--heading {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .colored--heading {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .colored--heading {
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .colored--heading {
        padding-bottom: calc(40px + 1vw);
    }
}

.colored--heading .heading {
    color: #fff;
}

.pre-header {
    background-color: #003978;
    height: 100px;
    position: relative;
    z-index: 4;
}

    .pre-header .container2021 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

        .pre-header .container2021 .heading {
            color: #fff;
            display: none;
        }

@media (min-width: 790px) {
    .pre-header .container2021 .heading {
        display: inline-block;
    }
}

.pre-header .container2021 .track-input-container {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 580px) {
    .pre-header .container2021 .track-input-container {
        margin: 0 20px;
    }
}

@media (min-width: 1060px) {
    .pre-header .container2021 .track-input-container {
        margin: 0 40px;
    }
}

.pre-header .container2021 .track-input-container .track-input {
    background-color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding-left: 20px;
    padding-right: 75px;
    height: 50px;
    border: none;
    width: 140px;
}

@media (min-width: 375px) {
    .pre-header .container2021 .track-input-container .track-input {
        width: 200px;
    }
}

@media (min-width: 580px) {
    .pre-header .container2021 .track-input-container .track-input {
        width: 235px;
    }
}

@media (min-width: 790px) {
    .pre-header .container2021 .track-input-container .track-input {
        height: 60px;
        padding-left: 35px;
        width: 300px;
    }
}

.pre-header .container2021 .track-input-container .button2021 {
    margin: 0 0 0 -70px;
}

.pre-header .container2021 .pre-header--link {
    margin: 0 0 0 10px;
    text-align: center;
}

@media (min-width: 1060px) {
    .pre-header .container2021 .pre-header--link {
        margin: 0 0 0 40px;
    }
}

.pre-header .container2021 .pre-header--link svg {
    display: inline-block;
    height: 25px;
    width: auto;
}

    .pre-header .container2021 .pre-header--link svg path {
        stroke: #FFD938;
    }

.pre-header .container2021 .pre-header--link label {
    color: #fff;
    display: block;
    font-size: 12px;
}

.pre-header .container2021 .login-box {
    position: absolute;
    top: 100px;
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    display: none;
    -webkit-box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
}

    .pre-header .container2021 .login-box .heading {
        color: #000;
        margin-bottom: 20px;
        display: inline-block;
    }

    .pre-header .container2021 .login-box input {
        margin-bottom: 20px;
    }

    .pre-header .container2021 .login-box.open {
        display: block;
    }

.login-box input[type="text"], .login-box input[type="password"] {
    font-size: 1.05rem;
    background-color: #EEEEEE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 60px;
    padding: 0 30px;
    width: 100%;
    --- box-sizing: border-box;
}

.login-box input[type="text"], .login-box input[type="password"] {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    color: inherit;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 35px;
}

.pre-header .container2021 .language-box {
    position: absolute;
    top: 100px;
    background-color: #fff;
    padding: 40px;
    display: none;
    -webkit-box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
}

    .pre-header .container2021 .language-box .active {
        font-weight: 600;
    }

    .pre-header .container2021 .language-box.open {
        display: block;
    }

.header {
    background-color: #fff;
    color: #000;
    height: 110px;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 790px) {
    .header {
        height: 130px;
    }
}

.header > .container2021 {
    display: flex;
    align-items: center;
    height: 100%;
}

    .header > .container2021 .logo {
        display: block;
        position: relative;
        z-index: 2;
    }

        .header > .container2021 .logo img {
            height: 50px;
            width: auto;
        }

@media (min-width: 790px) {
    .header > .container2021 .logo img {
        height: 75px;
    }
}

.header > .container2021 nav {
    margin-left: auto;
    margin-right: 30px;
}

.header > .container2021 .button--contact {
    display: none;
}

.footer2021 a:hover {
    text-decoration: none;
    color: #000;
}

@media (min-width: 1060px) {
    .header > .container2021 .button--contact {
        display: block;
    }
}

.header > .container2021 .main-menu {
    display: none;
    list-style: none;
}

@media (min-width: 1060px) {
    .header > .container2021 .main-menu {
        display: block;
    }
}

.header > .container2021 .main-menu li {
    display: inline-block;
    margin: 0 20px 0 0;
    border-bottom: 1px solid transparent;
}

    .header > .container2021 .main-menu li.toggle-megaMenu {
        position: relative;
        padding-right: 25px;
    }

        .header > .container2021 .main-menu li.toggle-megaMenu:after {
            content: "";
            background-image: url("../images/arrow-circle-down.svg");
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            top: 4px;
            -webkit-transition: transform 0.5s ease;
            -moz-transition: transform 0.5s ease;
            transition: transform 0.5s ease;
        }

        .header > .container2021 .main-menu li.toggle-megaMenu.active {
            border-color: #fff;
        }

            .header > .container2021 .main-menu li.toggle-megaMenu.active:after {
                transform: rotate(180deg);
            }

.header > .container2021 .mobile-menu-button {
    height: 60px;
    width: 60px;
    position: relative;
    display: block;
    margin-left: 15px;
}

@media (min-width: 1060px) {
    .header > .container2021 .mobile-menu-button {
        display: none;
    }
}

.header > .container2021 .mobile-menu-button span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #003978;
}

    .header > .container2021 .mobile-menu-button span + span {
        top: 27px;
    }

        .header > .container2021 .mobile-menu-button span + span + span {
            top: 34px;
        }

.mega-dropdown-menu {
    background-color: #0E2146;
    color: #fff;
    height: auto;
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: none;
}

@media (min-width: 1060px) {
    .mega-dropdown-menu {
        display: block;
    }
}

.mega-dropdown-menu.active {
    max-height: 1000px;
}

.mega-dropdown-menu .container2021 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .mega-dropdown-menu .container2021 {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .mega-dropdown-menu .container2021 {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .mega-dropdown-menu .container2021 {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .mega-dropdown-menu .container2021 {
        padding-bottom: calc(80px + 1vw);
    }
}

.mega-dropdown-menu .container2021 .sub-menu {
    column-count: 1;
    column-gap: 40px;
    font-size: 20px;
    line-height: 1.5;
}

@media (min-width: 580px) {
    .mega-dropdown-menu .container2021 .sub-menu {
        column-count: 2;
    }
}

@media (min-width: 1060px) {
    .mega-dropdown-menu .container2021 .sub-menu {
        column-count: 3;
    }
}

@media (min-width: 1400px) {
    .mega-dropdown-menu .container2021 .sub-menu {
        column-count: 4;
    }
}

.mega-dropdown-menu .container2021 .sub-menu li {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin-bottom: 40px;
}

    .mega-dropdown-menu .container2021 .sub-menu li label {
        font-weight: bold;
    }

    .mega-dropdown-menu .container2021 .sub-menu li ul li {
        display: block;
        margin-bottom: 0;
    }

.mobile-nav-open .header .container2021 .mobile-menu-button span {
    transform: rotate(45deg);
    top: 27px;
}

    .mobile-nav-open .header .container2021 .mobile-menu-button span + span {
        transform: rotate(-45deg);
        top: 27px;
    }

.mobile-nav-open .mobile-menu {
    height: auto;
    max-height: 3000px;
}

html:after {
    opacity: 0;
    height: 0;
    width: 0;
    content: "";
    position: fixed;
    background-color: #000000;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    transition: opacity 0.5s ease, height 0s ease 0.5s, width 0s ease 0.5s;
}

.mega-dropdown-open:after {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, height 0s ease, width 0s ease;
}

.mega-dropdown-open .header .container2021 .mobile-menu-button span {
    transform: rotate(45deg);
    top: 27px;
}

    .mega-dropdown-open .header .container2021 .mobile-menu-button span + span {
        transform: rotate(-45deg);
        top: 27px;
    }

.mega-dropdown-open .dropdown-menu {
    max-height: 500px;
}

.mobile-menu {
    background-color: #0E2146;
    color: #fff;
    position: absolute;
    max-height: 0;
    top: 210px;
    width: 100%;
    right: 0;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

@media (min-width: 790px) {
    .mobile-menu {
        top: 280px;
    }
}

@media (min-width: 1060px) {
    .mobile-menu {
        display: none;
    }
}

.main-menu li a:hover {
    text-decoration: none;
}

.mobile-menu .full-menu {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    list-style: none;
    font-size: 20px;
    line-height: 1.5;
}

    .mobile-menu .full-menu li a {
        color: #fff;
    }

        .mobile-menu .full-menu li a:hover {
            text-decoration: none;
            font-weight: bold;
        }

@media (min-width: 790px) {
    .mobile-menu .full-menu {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .mobile-menu .full-menu {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .mobile-menu .full-menu {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .mobile-menu .full-menu {
        padding-bottom: calc(80px + 1vw);
    }
}

.mobile-menu .full-menu li {
    font-weight: bold;
    margin-bottom: 30px;
}

    .mobile-menu .full-menu li ul {
        padding-left: 20px;
        list-style: none;
    }

        .mobile-menu .full-menu li ul li {
            font-weight: normal;
            margin-bottom: 0;
        }

.footer2021 {
    position: relative;
    font-family: acumin-pro, sans-serif;
    font-size: 17px;
}

    .footer2021:after {
        content: "";
        background-image: url("../images/strokes-pattern.png");
        width: 50%;
        height: 40%;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .footer2021 .container2021 {
        display: flex;
        flex-wrap: wrap;
    }

        .footer2021 .container2021 .left {
            display: flex;
            position: relative;
            width: 10%;
        }

@media (min-width: 1060px) {
    .footer2021 .container2021 .left {
        width: 15%;
    }
}

.footer2021 .container2021 .left svg {
    margin: 25px 0 0 0;
    width: 40px;
    height: 40px;
}

@media (min-width: 1060px) {
    .footer2021 .container2021 .left svg {
        position: absolute;
        top: 40px;
        right: 40px;
        margin-right: 10px;
    }
}

.footer2021 .container2021 .left .heading-container {
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    left: 49px;
    top: 75px;
}

@media (min-width: 1060px) {
    .footer2021 .container2021 .left .heading-container {
        left: unset;
        right: -258px;
        top: 115px;
    }
}

.footer2021 .container2021 .left .heading {
    width: 300px;
    color: #fff;
}

.footer2021 .container2021 .left:before {
    content: "";
    background-color: #5C79BB;
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    z-index: -1;
    right: -20px;
    top: 0;
}

@media (min-width: 1060px) {
    .footer2021 .container2021 .left:before {
        right: 0;
    }
}

.footer2021 .container2021 .right {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    width: 90%;
    padding-top: 20px;
}

@media (min-width: 1060px) {
    .footer2021 .container2021 .right {
        width: 85%;
    }
}

.footer2021 .container2021 .right .col {
    flex-basis: 100%;
    padding: 0 20px 20px 20px;
}

@media (min-width: 790px) {
    .footer2021 .container2021 .right .col {
        flex-basis: 30%;
    }
}

@media (min-width: 1060px) {
    .footer2021 .container2021 .right .col {
        padding: 40px 20px;
    }
}

@media (min-width: 1400px) {
    .footer2021 .container2021 .right .col {
        flex-basis: 19%;
    }
}

.footer2021 .container2021 .right .full-width {
    width: 100%;
    padding: 0 20px 40px 20px;
}

.colophon {
    background-color: #003978;
    padding: 20px 0;
    color: #fff;
}

    .colophon .legal {
        width: 100%;
    }

@media (min-width: 790px) {
    .colophon .legal {
        width: auto;
    }
}

.colophon .legal ul {
    list-style: none;
}

.colophon .credits {
    margin-top: 10px;
    width: 100%;
}

@media (min-width: 790px) {
    .colophon .credits {
        margin-top: 0;
        margin-left: auto;
        width: auto;
    }
}

.breadcrumb-path {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    line-height: 1;
    padding: 20px 0;
    background-color: #EEEEEE;
    /* Hide everything but the current page, 
		 the closest ancestor and the seperator 
		 between them */
}

.breadcrumb-path__seperator {
    opacity: 0.5;
    background-color: #000;
    width: 10px;
    height: 1px;
    display: inline-block;
    margin: 0 5px 3px;
}

.breadcrumb-path__item {
    padding: 0.15em 0;
    opacity: 0.5;
    transition: all 0.1s ease;
    /* Truncate long ancestor page names */
}

    .breadcrumb-path__item:not(.breadcrumb-path__item--seperator):hover {
        opacity: 1;
    }

.breadcrumb-path__item--current {
    opacity: 1;
}

.breadcrumb-path__item:not(.breadcrumb-path__item--current) {
    max-width: 12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-path > * {
    display: none;
    /* Show everything on md screens */
}

    .breadcrumb-path > *:nth-last-child(-n+3) {
        display: block;
    }

@media (min-width: 1060px) {
    .breadcrumb-path > * {
        display: block;
    }
}

.breadcrumb-path .container2021 {
    width: 100%;
}

.some-list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}

.some-list__item a {
    display: block;
}

.some-list__item svg {
    display: block;
    fill: currentColor;
    width: 24px;
    height: 24px;
}

.text__flex {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (min-width: 1060px) {
    .text__flex {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0 0 -80px;
    }
}

.text__column {
    width: 100%;
}

@media (min-width: 1060px) {
    .text__column {
        padding: 0 0 0 80px;
    }
}

.text__column:not(:first-child) .text-spacing > *:first-child {
    margin-top: 20px;
}

.text__column:not(:first-child) .text-spacing > .heading:first-child {
    margin-top: 40px;
}

@media (min-width: 1060px) {
    .text__column:not(:first-child) .text-spacing > *:first-child,
    .text__column:not(:first-child) .text-spacing > .heading:first-child {
        margin-top: 0;
    }
}

.text-and-object {
    position: relative;
}

.text-and-object__container {
    margin-left: 0;
}

.text-and-object .container--narrow {
    max-width: 625px;
}

.text-and-object__flex {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -181px;
}

.text-and-object__column {
    width: 100%;
}

@media (min-width: 1060px) {
    .text-and-object__column {
        width: 50%;
    }
}

@media (min-width: 1060px) {
    .text-and-object--object-left .text-and-object__container {
        margin-left: 0;
        margin-right: auto;
    }

    .text-and-object--object-left .text-and-object__object {
        -webkit-order: 1;
        order: 1;
    }

    .text-and-object--object-left .text-and-object__text {
        -webkit-order: 2;
        order: 2;
    }

    .text-and-object--object-right .text-and-object__container {
        margin-left: auto;
        margin-right: 0;
    }

    .text-and-object--object-right .text-and-object__object {
        -webkit-order: 2;
        order: 2;
    }

    .text-and-object--object-right .text-and-object__text {
        -webkit-order: 1;
        order: 1;
    }

    .text-and-object--ruler-text .proportional,
    .text-and-object--ruler-text .proportional__source {
        height: 100%;
    }

        .text-and-object--ruler-text .proportional::before,
        .text-and-object--ruler-text .proportional__source::before {
            display: none;
        }

    .text-and-object--ruler-object.text-and-object--align-top .text-and-object__flex {
        align-items: flex-start;
    }

    .text-and-object--ruler-object.text-and-object--align-middle .text-and-object__flex {
        align-items: center;
    }

    .text-and-object--ruler-object.text-and-object--align-bottom .text-and-object__flex {
        align-items: flex-end;
    }
}

.text-and-object .text-and-object__object {
    width: 100%;
}

@media (min-width: 1060px) {
    .text-and-object .text-and-object__object {
        width: 55%;
    }
}

.text-and-object .text-and-object__text {
    width: 100%;
}

@media (min-width: 1060px) {
    .text-and-object .text-and-object__text {
        width: 45%;
        padding-top: 181px;
    }
}

.text-and-object .main-heading {
    position: relative;
    z-index: 1;
    background-color: hotpink;
    display: inline-block;
}

    .text-and-object .main-heading:before {
        content: "";
        display: block;
        width: 55%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        position: absolute;
        background-color: #003978;
    }

    .text-and-object .main-heading .heading {
        color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

@media (min-width: 790px) {
    .text-and-object .main-heading .heading {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .text-and-object .main-heading .heading {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .text-and-object .main-heading .heading {
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .text-and-object .main-heading .heading {
        padding-bottom: calc(40px + 1vw);
    }
}

.text-and-object-floating__flex {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.text-and-object-floating__column {
    width: 100%;
}

@media (min-width: 1060px) {
    .text-and-object-floating__column {
        width: 50%;
    }
}

@media (min-width: 1060px) {
    .text-and-object-floating--object-left .text-and-object__object {
        -webkit-order: 1;
        order: 1;
    }

    .text-and-object-floating--object-left .text-and-object__text {
        -webkit-order: 2;
        order: 2;
    }

    .text-and-object-floating--object-right .text-and-object__object {
        -webkit-order: 2;
        order: 2;
    }

    .text-and-object-floating--object-right .text-and-object__text {
        -webkit-order: 1;
        order: 1;
    }

    .text-and-object-floating--align-top .text-and-object-floating__flex {
        align-items: flex-start;
    }

    .text-and-object-floating--align-middle .text-and-object-floating__flex {
        align-items: center;
    }

    .text-and-object-floating--align-bottom .text-and-object-floating__flex {
        align-items: flex-end;
    }
}

.map__canvas {
    height: 80vmin;
}

.layout--billboard .gallery {
    position: relative;
}

    .layout--billboard .gallery .item .billboard-image {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .layout--billboard .gallery .item .billboard-image::before {
            content: "";
            display: block;
            padding-top: 42.10526316%;
        }

        .layout--billboard .gallery .item .billboard-image > .content {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .layout--billboard .gallery .item .billboard-image .content {
            background-position: center;
            background-size: cover;
            width: 100vw;
            margin-left: auto;
            margin-right: 0;
        }

@media (min-width: 1060px) {
    .layout--billboard .gallery .item .billboard-image .content {
        width: 90vw;
    }
}

.layout--billboard .gallery .item .billboard-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100vw;
    height: auto;
    z-index: 1;
    background-color: #0E2146;
    left: 0;
}

@media (min-width: 790px) {
    .layout--billboard .gallery .item .billboard-text {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--billboard .gallery .item .billboard-text {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--billboard .gallery .item .billboard-text {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--billboard .gallery .item .billboard-text {
        padding-bottom: calc(80px + 1vw);
    }
}

@media (min-width: 1060px) {
    .layout--billboard .gallery .item .billboard-text {
        padding-left: 60px;
        padding-right: 60px;
        width: 50vw;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
}

@media (min-width: 1400px) {
    .layout--billboard .gallery .item .billboard-text {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.layout--billboard .gallery .item .billboard-text .heading {
    color: #fff;
}

.layout--billboard .gallery .gallery__nav {
    width: 160px;
    right: auto;
    top: auto;
    left: 20px;
    position: absolute;
    bottom: 20px;
}

@media (min-width: 1060px) {
    .layout--billboard .gallery .gallery__nav {
        bottom: 80px;
        right: 80px;
        left: auto;
    }
}

.layout--billboard .gallery .gallery__nav .gallery__button {
    background-color: #fff;
    border: 2px #FFD938 solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.layout--statements {
    position: relative;
}

    .layout--statements:before {
        content: "";
        background-image: url("../img/strokes-pattern.png");
        width: 30%;
        height: 250px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }

@media (min-width: 1060px) {
    .layout--statements:before {
        height: 100%;
    }
}

.layout--statements .gallery .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--statements .gallery .item {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--statements .gallery .item {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--statements .gallery .item {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--statements .gallery .item {
        padding-bottom: calc(80px + 1vw);
    }
}

@media (min-width: 1060px) {
    .layout--statements .gallery .item {
        width: 80%;
        flex-wrap: nowrap;
    }
}

.layout--statements .gallery .item .statement-image {
    padding-bottom: 30px;
    width: 100%;
}

@media (min-width: 1060px) {
    .layout--statements .gallery .item .statement-image {
        padding-right: 75px;
        padding-bottom: 0;
        width: auto;
    }
}

.layout--statements .gallery .item .statement-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 190px;
    height: 190px;
}

.layout--statements .gallery .item .statement-text .statement-titel {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

    .layout--statements .gallery .item .statement-text .statement-titel .logo {
        width: 55px;
        height: auto;
    }

    .layout--statements .gallery .item .statement-text .statement-titel p {
        margin-left: 20px;
    }

.layout--statements .gallery .gallery__nav {
    top: auto;
    width: 160px;
    right: 0;
    left: auto;
    transform: translateY(0);
    position: absolute;
    top: 111px;
}

@media (min-width: 1060px) {
    .layout--statements .gallery .gallery__nav {
        top: 160px;
        right: 0;
    }
}

.layout--statements .gallery .gallery__nav .gallery__button {
    background-color: #fff;
    border: 2px #FFD938 solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.layout--styled-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 790px) {
    .layout--styled-list {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .layout--styled-list {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--styled-list {
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .layout--styled-list {
        padding-bottom: calc(40px + 1vw);
    }
}

.layout--styled-list .styled-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .layout--styled-list .styled-list li {
        position: relative;
        padding-left: 35px;
        height: 40px;
        width: 100%;
    }

@media (min-width: 790px) {
    .layout--styled-list .styled-list li {
        width: 50%;
    }
}

@media (min-width: 1060px) {
    .layout--styled-list .styled-list li {
        width: 33%;
    }
}

@media (min-width: 1400px) {
    .layout--styled-list .styled-list li {
        width: 25%;
    }
}

@media (min-width: 1800px) {
    .layout--styled-list .styled-list li {
        width: 25%;
    }
}

.layout--styled-list .styled-list li:before {
    content: "";
    background-image: url("../img/list-dot.svg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}

.layout--cols-text {
    position: relative;
}

    .layout--cols-text:before {
        content: "";
        background-image: url("../img/strokes-pattern.png");
        width: 20%;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }

    .layout--cols-text .cols-text--gallery {
        width: 100%;
        background-position: center;
        background-size: cover;
    }

        .layout--cols-text .cols-text--gallery .gallery .gallery__carousel .owl-stage-outer {
            height: 100%;
        }

@media (min-width: 1060px) {
    .layout--cols-text .cols-text--gallery .gallery .gallery__carousel .owl-stage-outer {
        height: auto;
        max-height: 100%;
    }
}

.layout--cols-text .cols-text--gallery .gallery .gallery__carousel .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .layout--cols-text .cols-text--gallery .gallery .gallery__carousel .item::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .layout--cols-text .cols-text--gallery .gallery .gallery__carousel .item > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .layout--cols-text .cols-text--gallery .gallery .gallery__carousel .item .content {
        background-position: center;
        background-size: cover;
    }

.layout--cols-text .cols-text--gallery .gallery .gallery__carousel .gallery__nav {
    top: auto;
    width: 160px;
    right: 0;
    left: auto;
    transform: translateY(0);
    position: absolute;
    bottom: 70px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
}

    .layout--cols-text .cols-text--gallery .gallery .gallery__carousel .gallery__nav .gallery__button {
        background-color: #fff;
        border: 2px #FFD938 solid;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.layout--cols-text .date {
    padding-top: 20px;
    padding-bottom: 30px;
}

@media (min-width: 790px) {
    .layout--cols-text .date {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .layout--cols-text .date {
        padding-top: calc(40px + 1vw);
    }
}

.layout--cols-text .cols-text {
    width: 90%;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--cols-text .cols-text {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--cols-text .cols-text {
        padding-bottom: calc(80px + 1vw);
    }
}

@media (min-width: 1400px) {
    .layout--cols-text .cols-text {
        columns: 2;
        column-gap: 80px;
    }
}
/***************
*
* text-and-object
*
***************/
.layout--text-and-gallery {
    position: relative;
}

@media (min-width: 1060px) {
    .layout--text-and-gallery {
        padding: 0;
    }
}

.layout--text-and-gallery:before {
    content: "";
    background-image: url("../img/strokes-pattern.png");
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.layout--text-and-gallery > .container2021 {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

    .layout--text-and-gallery > .container2021 .text-and-gallery--gallery {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        left: auto;
        right: 0;
    }

@media (min-width: 1060px) {
    .layout--text-and-gallery > .container2021 .text-and-gallery--gallery {
        width: 55vw;
        position: absolute;
        height: 100%;
    }
}

.layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .owl-stage-outer {
    height: 100%;
}

@media (min-width: 1060px) {
    .layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .owl-stage-outer {
        height: auto;
        max-height: 100%;
    }
}

.layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .item::before {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .item > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media (min-width: 1060px) {
    .layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .item {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .item::before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .item > .content {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
}

.layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .item .content {
    background-position: center;
    background-size: cover;
}

.layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .gallery__nav {
    top: auto;
    width: 160px;
    right: 0;
    left: auto;
    transform: translateY(0);
    position: absolute;
    bottom: 70px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
}

    .layout--text-and-gallery > .container2021 .text-and-gallery--gallery .gallery .gallery__carousel .gallery__nav .gallery__button {
        background-color: #fff;
        border: 2px #FFD938 solid;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.layout--text-and-gallery > .container2021 .text-and-gallery--text {
    width: 100%;
    padding: 80px 0;
    padding-left: 0;
}

@media (min-width: 1060px) {
    .layout--text-and-gallery > .container2021 .text-and-gallery--text {
        width: 40%;
        padding-right: 80px;
        padding-top: 270px;
    }
}

.layout--text-and-gallery .main-heading {
    z-index: 2;
    display: inline-block;
    width: 100vw;
    position: relative;
}

@media (min-width: 1060px) {
    .layout--text-and-gallery .main-heading {
        position: absolute;
    }
}

.layout--text-and-gallery .main-heading:before {
    content: "";
    display: block;
    width: 55vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background-color: #0E2146;
}

.layout--text-and-gallery .main-heading .container2021 {
    padding-bottom: 0;
}

.layout--text-and-gallery .main-heading .heading {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0E2146;
    padding-right: 40px;
    display: inline-block;
}

@media (min-width: 790px) {
    .layout--text-and-gallery .main-heading .heading {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .layout--text-and-gallery .main-heading .heading {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--text-and-gallery .main-heading .heading {
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .layout--text-and-gallery .main-heading .heading {
        padding-bottom: calc(40px + 1vw);
    }
}

.contact-page {
    position: relative;
}

    .contact-page:before {
        content: "";
        background-image: url("../img/strokes-pattern.png");
        width: 100%;
        height: 35%;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }

@media (min-width: 790px) {
    .contact-page:before {
        width: 30%;
        height: 25%;
    }
}

@media (min-width: 1060px) {
    .contact-page:before {
        width: 35%;
        height: 20%;
    }
}

@media (min-width: 1400px) {
    .contact-page:before {
        width: 40%;
        height: 15%;
    }
}

.contact-page .country-list {
    list-style: none;
    padding-top: 20px;
}

@media (min-width: 790px) {
    .contact-page .country-list {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-list {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .contact-page .country-list {
        padding-bottom: 20px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-list {
        padding-bottom: calc(20px + 1vw);
    }
}

.contact-page .country-list li {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 20px;
}

.contact-page .country-information {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .contact-page .country-information .main-info-col {
        width: 100%;
    }

@media (min-width: 1400px) {
    .contact-page .country-information .main-info-col {
        width: 60%;
    }
}

.contact-page .country-information .main-info {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 790px) {
    .contact-page .country-information .main-info {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-information .main-info {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .contact-page .country-information .main-info {
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-information .main-info {
        padding-bottom: calc(40px + 1vw);
    }
}

.contact-page .country-information .main-info:before {
    content: "";
    background-color: #5C79BB;
    width: 1000%;
    left: -200%;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}

.contact-page .country-information .main-info .heading {
    color: #fff;
}

.contact-page .country-information .main-info .bits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    color: #fff;
}

    .contact-page .country-information .main-info .bits .bit {
        padding-right: 20px;
        width: 50%;
    }

@media (min-width: 1060px) {
    .contact-page .country-information .main-info .bits .bit {
        width: auto;
    }
}

.contact-page .country-information .main-info .bits .bit .strong {
    padding-right: 40px;
}

.contact-page .country-information .main-info .bits .bit .button2021 {
    margin-right: 20px;
    margin-top: 20px;
}

@media (min-width: 1400px) {
    .contact-page .country-information .main-info .bits .bit .button2021 {
        margin-top: -3px;
    }
}

.contact-page .country-information .locations > .heading {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 790px) {
    .contact-page .country-information .locations > .heading {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-information .locations > .heading {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .contact-page .country-information .locations > .heading {
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-information .locations > .heading {
        padding-bottom: calc(40px + 1vw);
    }
}

.contact-page .country-information .locations .location-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contact-page .country-information .locations .location-list li {
        width: 100%;
        margin-bottom: 30px;
    }

@media (min-width: 580px) {
    .contact-page .country-information .locations .location-list li {
        width: 45%;
    }
}

@media (min-width: 1400px) {
    .contact-page .country-information .locations .location-list li {
        width: 30%;
    }
}

.contact-page .country-information .locations .location-list li .heading {
    margin-bottom: 10px;
}

.contact-page .country-map {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

@media (min-width: 790px) {
    .contact-page .country-map {
        padding-top: 40px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-map {
        padding-top: calc(40px + 1vw);
    }
}

@media (min-width: 790px) {
    .contact-page .country-map {
        padding-bottom: 40px;
    }
}

@media (min-width: 1060px) {
    .contact-page .country-map {
        padding-bottom: calc(40px + 1vw);
    }
}

@media (min-width: 1400px) {
    .contact-page .country-map {
        width: 35%;
    }
}

.contact-page .country-map .map {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .contact-page .country-map .map::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .contact-page .country-map .map > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .contact-page .country-map .map img {
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.layout--contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--contact {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--contact {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--contact {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--contact {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--contact .container2021 .contact-text {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 790px) {
    .layout--contact .container2021 .contact-text {
        width: 80%;
    }
}

@media (min-width: 1060px) {
    .layout--contact .container2021 .contact-text {
        width: 49%;
    }
}

.layout--contact .container2021 .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .layout--contact .container2021 .contact-form .contact-col {
        width: 100%;
    }

@media (min-width: 1060px) {
    .layout--contact .container2021 .contact-form .contact-col {
        width: 49%;
    }
}

.layout--contact .container2021 .contact-form .contact-col input {
    margin-bottom: 20px;
}

.layout--contact .container2021 .contact-form .contact-col textarea {
    height: 300px;
    margin-bottom: 20px;
}

.layout--contact .container2021 .contact-form .contact-col .dropdown {
    margin-bottom: 20px;
}

.layout--flow {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

@media (min-width: 790px) {
    .layout--flow {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--flow {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--flow {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--flow {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--flow .container2021 > .heading {
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--flow .container2021 > .heading {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--flow .container2021 > .heading {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--flow .flow-type {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--flow .flow-type {
        flex-wrap: nowrap;
    }
}

.layout--flow .flow-type:before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 150px);
    background-color: #003978;
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: -1;
}

@media (min-width: 790px) {
    .layout--flow .flow-type:before {
        left: 100px;
        top: 50px;
        height: 2px;
        width: calc(100% - 200px);
    }
}

@media (min-width: 1060px) {
    .layout--flow .flow-type:before {
        width: calc(100% - 200px);
        left: 100px;
        top: 70px;
    }
}

@media (min-width: 1400px) {
    .layout--flow .flow-type:before {
        width: calc(100% - 180px);
        left: 90px;
        top: 90px;
    }
}

@media (min-width: 790px) {
    .layout--flow .flow-type {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--flow .flow-type {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--flow .flow-type .flow-item {
    position: relative;
    text-align: left;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 790px) {
    .layout--flow .flow-type .flow-item {
        width: auto;
        text-align: center;
        margin-bottom: 0;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
    }
}

.layout--flow .flow-type .flow-item .flow-icon {
    border: 2px solid #003978;
    background-color: #fff;
    padding: 20px;
    float: left;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 100px;
    height: 100px;
}

@media (min-width: 790px) {
    .layout--flow .flow-type .flow-item .flow-icon {
        margin: 0 auto 20px;
        float: none;
    }
}

@media (min-width: 1060px) {
    .layout--flow .flow-type .flow-item .flow-icon {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 1400px) {
    .layout--flow .flow-type .flow-item .flow-icon {
        width: 180px;
        height: 180px;
    }
}

.layout--flow .flow-type .flow-item .flow-icon img {
    width: auto;
    height: 50%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1400px) {
    .layout--flow .flow-type .flow-item .flow-icon img {
        height: 40%;
    }
}

.layout--flow .flow-type .flow-item .flow-text {
    width: 50%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

@media (min-width: 790px) {
    .layout--flow .flow-type .flow-item .flow-text {
        height: auto;
        min-width: 100px;
        width: 90%;
        margin: auto;
        float: none;
    }
}

.layout--flow .flow-type .flow-item + .flow-item .flow-icon {
    /*&:before {
						content: "";
						display: block;
						width: 2px;
						height: 100%;
						background-color: @color1;
						position: absolute;
						left: 50%;
						top: -65%;
						
						z-index: -1;

						@media (min-width: @screen-xs) {}
						@media (min-width: @screen-sm) {
							left: -150%;
							top: 50%;
							transform: translateY(-50%);
							width: 150%;
							height: 2px;
						}
						@media (min-width: @screen-md) {
							left: -110%;
							width: 110%;
						}
						@media (min-width: @screen-lg) {
							left: -100%;
							width: 100%;
						}
						@media (min-width: @screen-xl) {}
					}*/
}

.layout--map {
    background-color: #EEEEEE;
}

    .layout--map .container2021 {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

@media (min-width: 790px) {
    .layout--map .container2021 {
        flex-direction: row-reverse;
    }
}

.layout--map .text {
    width: 100%;
    padding: 40px 0;
}

@media (min-width: 790px) {
    .layout--map .text {
        width: 40%;
        position: absolute;
        z-index: 1;
    }
}

@media (min-width: 1400px) {
    .layout--map .text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1400px) and (min-width: 790px) {
    .layout--map .text {
        padding-top: 80px;
    }
}

@media (min-width: 1400px) and (min-width: 1060px) {
    .layout--map .text {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 1400px) and (min-width: 790px) {
    .layout--map .text {
        padding-bottom: 80px;
    }
}

@media (min-width: 1400px) and (min-width: 1060px) {
    .layout--map .text {
        padding-bottom: calc(80px + 1vw);
    }
}

@media (min-width: 1400px) {
    .layout--map .map-container {
        max-width: 1440px;
        margin: auto;
    }
}

.layout--map .map {
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 150%;
    margin-left: -5%;
}

    .layout--map .map::before {
        content: "";
        display: block;
        padding-top: 67.09765226%;
    }

    .layout--map .map > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media (min-width: 580px) {
    .layout--map .map {
        width: 120%;
        margin-left: 0;
    }
}

@media (min-width: 790px) {
    .layout--map .map {
        margin-right: auto;
        width: 95%;
        margin-left: -5%;
    }
}

@media (min-width: 1060px) {
    .layout--map .map {
        width: 75%;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    .layout--map .map {
        width: 1111px;
    }
}

.layout--map .map .content {
    background-image: url("../img/danx-pin-map.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.layout--map .map .dot {
    width: 15px;
    height: 15px;
    background-color: #FFD938;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 790px) {
    .layout--map .map .dot {
        width: 20px;
        height: 20px;
    }
}

.layout--map .map .dot:hover span {
    display: block;
}

.layout--map .map .dot--oslo {
    left: 21%;
    top: 46%;
}

.layout--map .map .dot--moelv {
    left: 21%;
    top: 44%;
}

.layout--map .map .dot--aarhus {
    left: 17%;
    top: 69%;
}

.layout--map .map .dot--silkeborg {
    left: 16%;
    top: 71%;
}

.layout--map .map .dot--herning {
    left: 15%;
    top: 72%;
}

.layout--map .map .dot--holstebro {
    left: 14%;
    top: 71%;
}

.layout--map .map .dot--skive {
    left: 15%;
    top: 70%;
}

.layout--map .map .dot--aalborg {
    left: 17%;
    top: 66%;
}

.layout--map .map .dot--fredericia {
    left: 16%;
    top: 74%;
}

.layout--map .map .dot--kolding {
    left: 15%;
    top: 74%;
}

.layout--map .map .dot--esbjerg {
    left: 13.4%;
    top: 74%;
}

.layout--map .map .dot--aabenraa {
    left: 15.6%;
    top: 80%;
}

.layout--map .map .dot--odense {
    left: 18%;
    top: 78%;
}

.layout--map .map .dot--Lyngby {
    left: 22.5%;
    top: 76%;
}

.layout--map .map .dot--ishøj {
    left: 22%;
    top: 77%;
}

.layout--map .map .dot--køge {
    left: 22%;
    top: 79.5%;
}

.layout--map .map .dot--malmö {
    left: 25%;
    top: 75%;
}

.layout--map .map .dot--helsingborg {
    left: 24.5%;
    top: 74%;
}

.layout--map .map .dot--halmstad {
    left: 25%;
    top: 73%;
}

.layout--map .map .dot--hässleholm {
    left: 28%;
    top: 73%;
}

.layout--map .map .dot--kalmar {
    left: 31.7%;
    top: 73%;
}

.layout--map .map .dot--norrköping {
    left: 31.7%;
    top: 60%;
}

.layout--map .map .dot--göteborg {
    left: 22%;
    top: 62%;
}

.layout--map .map .dot--kristiansand {
    left: 15%;
    top: 60%;
}

.layout--map .map .dot--fredrikstad {
    left: 20.5%;
    top: 55%;
}

.layout--map .map .dot--drammen {
    left: 20%;
    top: 49.5%;
}

.layout--map .map .dot--sandefjord {
    left: 20%;
    top: 51%;
}

.layout--map .map .dot--trollhättan {
    left: 23.5%;
    top: 60%;
}

.layout--map .map .dot--boräs {
    left: 25%;
    top: 61.5%;
}

.layout--map .map .dot--karlstad {
    left: 25%;
    top: 51%;
}

.layout--map .map .dot--skövde {
    left: 26%;
    top: 59.5%;
}

.layout--map .map .dot--torp {
    left: 20%;
    top: 48%;
}

.layout--map .map .dot--gjøvik {
    left: 21%;
    top: 38%;
}

.layout--map .map .dot--trondheim {
    left: 21%;
    top: 28%;
}

.layout--map .map .dot--sandnes {
    left: 9%;
    top: 56%;
}

.layout--map .map .dot--alesund {
    left: 9%;
    top: 40%;
}

.layout--map .map .dot--haugesund {
    left: 9%;
    top: 53%;
}

.layout--map .map .dot--bergen {
    left: 8%;
    top: 44%;
}

.layout--map .map .dot--bodø {
    left: 25%;
    top: 13%;
}

.layout--map .map .dot--tromsø {
    left: 28%;
    top: 8%;
}

.layout--map .map .dot--kiruna {
    left: 30%;
    top: 8%;
}

.layout--map .map .dot--ostersund {
    left: 28%;
    top: 27%;
}

.layout--map .map .dot--borlänge {
    left: 30%;
    top: 37%;
}

.layout--map .map .dot--sundsvall {
    left: 36%;
    top: 29%;
}

.layout--map .map .dot--umeä {
    left: 38%;
    top: 20%;
}

.layout--map .map .dot--luleä {
    left: 40%;
    top: 14%;
}

.layout--map .map .dot--rovaniemi {
    left: 46%;
    top: 8%;
}

.layout--map .map .dot--oulu {
    left: 47%;
    top: 17%;
}

.layout--map .map .dot--rovaniemi {
    left: 46%;
    top: 8%;
}

.layout--map .map .dot--tampere {
    left: 47%;
    top: 36%;
}

.layout--map .map .dot--turku {
    left: 43%;
    top: 42%;
}

.layout--map .map .dot--pori {
    left: 41.5%;
    top: 35%;
}

.layout--map .map .dot--vaasa {
    left: 41.5%;
    top: 32%;
}

.layout--map .map .dot--seinäjoki {
    left: 45%;
    top: 33%;
}

.layout--map .map .dot--kokkola {
    left: 45%;
    top: 25%;
}

.layout--map .map .dot--iisalmi {
    left: 50%;
    top: 24.3%;
}

.layout--map .map .dot--kuopio {
    left: 53%;
    top: 26.3%;
}

.layout--map .map .dot--joensuu {
    left: 56%;
    top: 27.3%;
}

.layout--map .map .dot--savonlinna {
    left: 55%;
    top: 29.3%;
}

.layout--map .map .dot--lappeenranta {
    left: 53%;
    top: 31.3%;
}

.layout--map .map .dot--kuusankoski {
    left: 50%;
    top: 33.3%;
}

.layout--map .map .dot--jyväskylä {
    left: 50%;
    top: 27%;
}

.layout--map .map .dot--lahti {
    left: 48.5%;
    top: 32%;
}

.layout--map .map .dot--kajaani {
    left: 52%;
    top: 23%;
}

.layout--map .map .dot--vantaa {
    left: 50%;
    top: 44%;
}

.layout--map .map .dot--helsinki {
    left: 51%;
    top: 43.5%;
}

.layout--map .map .dot--tallinn {
    left: 50%;
    top: 52%;
}

.layout--map .map .dot--riga {
    left: 49%;
    top: 65%;
}

.layout--map .map .dot--visby {
    left: 37%;
    top: 62%;
}

.layout--map .map .dot--skärholmen {
    left: 36.8%;
    top: 52%;
}

.layout--map .map .dot--stockholm {
    left: 37.2%;
    top: 51%;
}

.layout--map .map .dot--jönköping {
    left: 28%;
    top: 58%;
}

.layout--map .map .dot--växjö {
    left: 30%;
    top: 63%;
}

.layout--map .map .dot--örebro {
    left: 30%;
    top: 52.5%;
}

.layout--map .map .dot--ludvika {
    left: 31%;
    top: 50%;
}

.layout--map .map .dot--falun {
    left: 32%;
    top: 46%;
}

.layout--map .map .dot--gävle {
    left: 33.5%;
    top: 44.5%;
}

.layout--map .map .dot--hudiksvall {
    left: 33.5%;
    top: 39%;
}

.layout--map .map .dot--sundsvall {
    left: 34%;
    top: 37.5%;
}

.layout--map .map .dot--västeräs {
    left: 33%;
    top: 48%;
}

.layout--map .map .dot span {
    display: none;
    position: absolute;
    top: -40px;
    padding-left: 26px;
    padding-right: 26px;
    min-height: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (min-width: 790px) {
    .layout--map .map .dot span {
        top: -60px;
        padding-left: 26px;
        padding-right: 26px;
        min-height: 50px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.layout--services {
    border-top: 1px solid #EEEEEE;
}

    .layout--services .container2021 {
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 40px;
    }

@media (min-width: 790px) {
    .layout--services .container2021 {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--services .container2021 {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--services .container2021 {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--services .container2021 {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--services .container2021 .heading-container {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 1060px) {
    .layout--services .container2021 .heading-container {
        width: 16%;
    }
}

.layout--services .container2021 .services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1060px) {
    .layout--services .container2021 .services {
        width: 84%;
    }
}

.layout--services .container2021 .services .service {
    width: 47%;
}

@media (min-width: 580px) {
    .layout--services .container2021 .services .service {
        width: 29%;
    }
}

@media (min-width: 790px) {
    .layout--services .container2021 .services .service {
        width: 18%;
    }
}

@media (min-width: 1060px) {
    .layout--services .container2021 .services .service {
        padding: 0 0 0 50px;
        width: 20%;
    }
}

.layout--services .container2021 .services .service img {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

.layout--services .container2021 .services .service .heading {
    margin-bottom: 20px;
}

.layout--actions {
    position: relative;
}

    .layout--actions:before {
        content: "";
        background-image: url("../img/strokes-pattern.png");
        width: 100%;
        height: 35%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }

@media (min-width: 790px) {
    .layout--actions:before {
        width: 30%;
        height: 100%;
    }
}

@media (min-width: 1060px) {
    .layout--actions:before {
        width: 35%;
    }
}

@media (min-width: 1400px) {
    .layout--actions:before {
        width: 40%;
    }
}

.layout--actions .container2021 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--actions .container2021 {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--actions .container2021 {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--actions .container2021 {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--actions .container2021 {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--actions .container2021 .heading-container {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 790px) {
    .layout--actions .container2021 .heading-container {
        width: 30%;
    }
}

.layout--actions .container2021 .actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 790px) {
    .layout--actions .container2021 .actions {
        width: 70%;
    }
}

.layout--actions .container2021 .actions .action {
    width: 29%;
}

@media (min-width: 790px) {
    .layout--actions .container2021 .actions .action {
        padding: 0 0 0 50px;
        width: 33.33333%;
    }
}

.layout--actions .container2021 .actions .action img {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

.layout--news-shortlist {
    text-align: center;
}

    .layout--news-shortlist .heading {
        color: #fff;
    }

    .layout--news-shortlist .news-list {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 15px 0;
    }

        .layout--news-shortlist .news-list .news-list--item {
            background-color: #fff;
            padding: 40px 50px;
            margin: 15px 0;
            position: relative;
            flex-basis: 100%;
        }

@media (min-width: 790px) {
    .layout--news-shortlist .news-list .news-list--item {
        flex-basis: 48%;
    }
}

@media (min-width: 1400px) {
    .layout--news-shortlist .news-list .news-list--item {
        flex-basis: 32%;
    }
}

.layout--news-shortlist .news-list .news-list--item:before {
    content: "";
    background-image: url("../img/strokes-pattern.png");
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.layout--news-shortlist .news-list .news-list--item .date {
    font-size: 14px;
}

.layout--news-shortlist .news-list .news-list--item .heading {
    color: #000;
}

.layout--information {
    background-position: center;
    background-size: cover;
    text-align: center;
    background-blend-mode: multiply;
    background-color: #003978;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--information {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--information {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--information {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--information {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--information .heading {
    color: #fff;
}

.layout--information .information--info-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .layout--information .information--info-container .information--info-container--info {
        flex-basis: 40%;
    }

@media (min-width: 790px) {
    .layout--information .information--info-container .information--info-container--info {
        flex-basis: 20%;
    }
}

.layout--information .information--info-container .information--info-container--info--number .heading {
    font-size: 4.2rem;
    color: #FFD938;
}

@media (min-width: 1060px) {
    .layout--information .information--info-container .information--info-container--info--number .heading {
        font-size: 5.25rem;
    }
}

.layout--focus-text {
    background-position: center;
    background-size: cover;
    text-align: center;
    background-blend-mode: multiply;
    background-color: #003978;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 790px) {
    .layout--focus-text {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--focus-text {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--focus-text {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--focus-text {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--focus-text .heading {
    color: #fff;
}

.layout--focus-text .text-container {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
}

@media (min-width: 790px) {
    .layout--focus-text .text-container {
        width: 75%;
    }
}

@media (min-width: 1060px) {
    .layout--focus-text .text-container {
        width: 65%;
    }
}
/*
*
* Brand logos
*
*/
.layout--brand-logos {
    background-color: #EEEEEE;
    padding: 30px 0;
}

    .layout--brand-logos .container2021 .brands {
        margin: -20px 0 0 -20px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

        .layout--brand-logos .container2021 .brands .brand {
            width: 33.3333333%;
            padding: 20px 0 0 20px;
        }

@media (min-width: 790px) {
    .layout--brand-logos .container2021 .brands .brand {
        width: 25%;
    }
}

@media (min-width: 1060px) {
    .layout--brand-logos .container2021 .brands .brand {
        width: 14.28%;
    }
}

.layout--brand-logos .container2021 .brands .brand img {
    width: 100%;
    height: auto;
    display: block;
}

.layout--track {
    padding: 15px 0 30px 0;
}

    .layout--track .container2021 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

@media (min-width: 580px) {
    .layout--track .container2021 .heading {
        margin-left: 25px;
        margin-right: 25px;
    }
}

.layout--track .container2021 .track-input-container {
    display: flex;
    margin: 15px 0 0 0;
}

    .layout--track .container2021 .track-input-container .track-input {
        background-color: #EEEEEE;
        font-size: 18px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        padding-left: 35px;
        padding-right: 75px;
        height: 60px;
        border: none;
        width: 90%;
    }

@media (min-width: 790px) {
    .layout--track .container2021 .track-input-container .track-input {
        width: 75%;
    }
}

.layout--track .container2021 .track-input-container .button2021 {
    margin: 0 0 0 -70px;
}

.layout--spotboxes {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

@media (min-width: 790px) {
    .layout--spotboxes {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--spotboxes {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--spotboxes {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--spotboxes {
        padding-bottom: calc(80px + 1vw);
    }
}

.layout--spotboxes:before {
    content: "";
    background-image: url("../img/strokes-pattern.png");
    width: 100%;
    height: 35%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

@media (min-width: 790px) {
    .layout--spotboxes:before {
        width: 30%;
        height: 25%;
    }
}

@media (min-width: 1060px) {
    .layout--spotboxes:before {
        width: 35%;
        height: 20%;
    }
}

@media (min-width: 1400px) {
    .layout--spotboxes:before {
        width: 40%;
        height: 15%;
    }
}

.layout--spotboxes .container2021 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .layout--spotboxes .container2021 .spotbox {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

@media (min-width: 790px) {
    .layout--spotboxes .container2021 .spotbox {
        flex-basis: 49%;
    }
}

@media (min-width: 1060px) {
    .layout--spotboxes .container2021 .spotbox {
        flex-basis: 24%;
    }
}

.layout--spotboxes .container2021 .spotbox--image {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

    .layout--spotboxes .container2021 .spotbox--image::before {
        content: "";
        display: block;
        padding-top: 62.5%;
    }

    .layout--spotboxes .container2021 .spotbox--image > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.layout--text-and-object {
    border-bottom: 1px solid #EEEEEE;
}

    .layout--text-and-object .container2021 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .layout--text-and-object .container2021 .text-and-object--text {
            text-align: center;
            padding-top: 40px;
            padding-bottom: 40px;
            padding-left: 40px;
            padding-right: 40px;
            flex-basis: 100%;
        }

@media (min-width: 790px) {
    .layout--text-and-object .container2021 .text-and-object--text {
        padding-top: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--text-and-object .container2021 .text-and-object--text {
        padding-top: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--text-and-object .container2021 .text-and-object--text {
        padding-bottom: 80px;
    }
}

@media (min-width: 1060px) {
    .layout--text-and-object .container2021 .text-and-object--text {
        padding-bottom: calc(80px + 1vw);
    }
}

@media (min-width: 790px) {
    .layout--text-and-object .container2021 .text-and-object--text {
        flex-basis: 55%;
    }
}

@media (min-width: 1060px) {
    .layout--text-and-object .container2021 .text-and-object--text {
        flex-basis: 48%;
        padding-left: 80px;
        padding-right: 80px;
    }
}

.layout--text-and-object .container2021 .text-and-object--object {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    overflow: hidden;
    flex-basis: 100%;
}

    .layout--text-and-object .container2021 .text-and-object--object::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .layout--text-and-object .container2021 .text-and-object--object > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media (min-width: 790px) {
    .layout--text-and-object .container2021 .text-and-object--object {
        flex-basis: 40%;
    }
}

@media (min-width: 1060px) {
    .layout--text-and-object .container2021 .text-and-object--object {
        flex-basis: 48%;
    }
}

.layout--text-and-object.reverse .container2021 {
    flex-direction: row-reverse;
}

.layout--text-and-object-with-background {
    align-items: center;
    color: #fff;
}

    .layout--text-and-object-with-background .heading {
        color: #fff;
    }

    .layout--text-and-object-with-background .row {
        margin-bottom: 2rem;
        background-color: #003978;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

@media (min-width: 790px) {
    .layout--text-and-object-with-background .row {
        margin-bottom: 0;
    }
}

.layout--text-and-object-with-background .row:after {
    content: "";
    background-image: url("../img/strokes-pattern-white.png");
    background-size: 900px auto;
    opacity: 0.2;
    width: 15%;
    height: 40%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.layout--text-and-object-with-background .row.reverse {
    flex-direction: row-reverse;
}

@media (min-width: 790px) {
    .layout--text-and-object-with-background .row.reverse:after {
        left: 0;
        right: auto;
    }
}

.layout--text-and-object-with-background .row .object {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .layout--text-and-object-with-background .row .object::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .layout--text-and-object-with-background .row .object > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media (min-width: 790px) {
    .layout--text-and-object-with-background .row .object {
        width: 50%;
    }
}

.layout--text-and-object-with-background .row .object .content {
    background-size: cover;
    background-position: center center;
}

.layout--text-and-object-with-background .row .text {
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
}

@media (min-width: 790px) {
    .layout--text-and-object-with-background .row .text {
        width: 50%;
    }
}

.layout--text-and-object-with-background .row .text .content {
    margin: 10%;
}

@media (min-width: 1400px) {
    .layout--text-and-object-with-background .row .text .content {
        margin: 15%;
    }
}
/***************
*
* TEMP CSS 
*
***************/
.NO-viewport-dot {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999999999;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: skyblue;
}

    .NO-viewport-dot:before {
        content: "0";
    }

@media (min-width: 580px) {
    .NO-viewport-dot {
        background-color: rebeccapurple;
    }

        .NO-viewport-dot:before {
            content: "XS";
        }
}

@media (min-width: 790px) {
    .NO-viewport-dot {
        background-color: hotpink;
    }

        .NO-viewport-dot:before {
            content: "SM";
        }
}

@media (min-width: 1060px) {
    .NO-viewport-dot {
        background-color: firebrick;
    }

        .NO-viewport-dot:before {
            content: "MD";
        }
}

@media (min-width: 1400px) {
    .NO-viewport-dot {
        background-color: gold;
    }

        .NO-viewport-dot:before {
            content: "LG";
        }
}

@media (min-width: 1800px) {
    .NO-viewport-dot {
        background-color: yellowgreen;
    }

        .NO-viewport-dot:before {
            content: "XL";
        }
}
