/* Normalize */
html, body {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
body {
    overflow-x: hidden;
    min-width: 320px;
}
img, video, iframe, canvas {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
/* Variables & fonts */
:root {
    --blueish: #0a8fac;
    --blueish-light: #daeef3;
    --blueish-dark: #0c5d6e;
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('poppins-v22-latin-800.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('open-sans-v40-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('open-sans-v40-latin-800.woff2') format('woff2');
}
/* Custom */
@view-transition {
    navigation: auto;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15em;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    hyphens: auto;
}
.inner {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
    box-sizing: border-box;
}
p, li {
    line-height: 1.7em;
}
@media (max-width: 799px) {
    p, li {
        font-size: 0.9em;
        line-height: 1.6em;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
h1 {
    font-size: 2em;
    opacity: 0.7;
    margin-bottom: 0.25em;
    line-height: 1em;
}
@media (min-width: 600px) {
    h1 {
        font-size: 3em;
    }
}
@media (min-width: 1500px) {
    h1 {
        font-size: 4.5em;
    }
}
h2 {
    margin: 0;
    font-size: 1.1em;
    margin-top: 0;
    line-height: 1.2em;
}
@media (min-width: 700px) {
    h2 {
        font-size: 1.2em;
    }
}
@media (min-width: 1000px) {
    h2 {
        font-size: 1.5em;
    }
}
@media (min-width: 1500px) {
    h2 {
        font-size: 1.5em;
    }
}
main h3 {
    font-size: 1em;
}
@media (min-width: 500px) {
    main h3 {
        font-size: 1.17em;
    }
}
@media (min-width: 1000px) {
    .cards {
        display: flex;
        width: 102%;
        margin-left: -1%;
    }
}
.col4 .card {
    flex: 0 0 23%;
}
.card {
    border-radius: 0.5em;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
    margin: 1%;
    padding: 1.5em 1em;
    flex: 0 0 31.33%;
    position: relative;
    background-color: #005682;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}
.card:before {
    position: absolute;
    border-radius: 0.5em;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    background-image: linear-gradient(-65deg, rgba(39, 54, 119, 0.3), rgba(0, 86, 130, 0.9));
}
.card .card-bg {
    border-radius: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    background-image: linear-gradient(-70deg, rgba(39, 54, 119, 0.9), rgba(0, 86, 130, 0.5));
}
.card .card-inside {
    position: relative;
    z-index: 2;
}
.card .card-inside p {
    line-height: 1.4em;
    hyphens: auto;
}
.card h4 {
    margin: 0.2em 0 0.4em;
    font-size: 1.4em;
    line-height: 1.2em;
    opacity: 0.9;
}
.card.invisible {
    box-shadow: none;
    background-color: transparent;
    background: none;
}
.card.invisible:before {
    display: none;
}
@media (max-width: 999px) {
    .card {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}
a.card img {
    transition: transform 0.25s;
}
a.card:hover img, a.card:focus img {
    transform: scale(1.05);
}
h2 {
    margin-bottom: 0;
}
h3 {
    margin-top: 0;
}
.bg-image {
    height: 100%;
    width: 100%;
    opacity: 0.2;
    position: fixed;
    top: 0;
    left: 0;
}
.bg-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
header {
    position: relative;
    height: 45vw;
    width: 100%;
    overflow: hidden;
    color: #fff;
    max-height: 40em;
}
@media (max-width: 999px) {
    header {
        min-height: 25em;
    }
}
@media (max-width: 599px) {
    header {
        font-size: 0.85em;
    }
}
@media (max-width: 449px) {
    header {
        font-size: 0.7em;
    }
}
.head-image {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.head-image-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(-70deg, rgba(39, 54, 119, 0.6), rgba(0, 86, 130, 0.85));
}
header {
    padding-top: 3em;
    margin-bottom: 2em;
}
header .inner {
    position: relative;
    z-index: 5;
}
main .inner {
    padding-top: 2em;
    padding-bottom: 2em;
}
.topline {
    position: absolute;
    background-color: rgba(0, 86, 130, 0.4);
    width: 100%;
    height: 3em;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 1em rgba(0, 0, 0, .25), 0 0 0.2em rgba(0, 0, 50, .3), 0 0 2em rgba(0, 0, 50, .5);
    top: 0;
    z-index: 15;
}
@media (max-width: 999px) {
    .topline {
        height: 0;
    }
}
.logo {
    width: 5em;
    display: block;
    position: relative;
    top: 1em;
}
.topline .inner {
    display: flex;
    justify-content: space-between;
}
.nav-main {
    display: flex;
}
@media (max-width: 999px) {
    .nav-main {
        flex-direction: column;
        position: absolute;
        right: 0;
        margin-top: 1em;
        align-items: flex-end;
    }
}
@media (min-width: 1000px) and (max-width: 1499px) {
    .nav-main {
        font-size: 0.9em;
    }
}
.nav-main a {
    color: #fff;
    padding: 1em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    z-index: 10;
}
@media (max-width: 999px) {
    .nav-main a {
        text-align: right;
        display: inline-block;
        padding: 0.5em 1em;
        margin-bottom: 0.5em;
        background-color: rgba(100, 150, 200, 0.4);
        backdrop-filter: blur(5px);
        box-shadow: 0 0 1em rgba(0, 0, 0, .1), 0 0 0.2em rgba(0, 0, 50, .2), 0 0 2em rgba(0, 0, 50, .3);
        border-bottom-left-radius: 0.5em;
        border-top-left-radius: 0.5em;
    }
}
.nav-main a img {
    width: 1em;
}
@media (min-width: 1000px) {
    .nav-main a img {
        display: none;
    }
}
header .inner {
    height: 100%;
}
.headlines-wrapper {
    position: absolute;
    bottom: 11rem;
    max-width: 90%;
    box-sizing: border-box;
}
@media (max-width: 999px) {
    .headlines-wrapper {
        bottom: 5rem;
    }
}
@media (max-width: 599px) {
    .headlines-wrapper {
        bottom: 4rem;
    }
}
@media (min-width: 2000px) {
    .headlines-wrapper {
        bottom: calc(10rem + 2vw);
    }
}
footer {
    text-align: center;
    padding: 2em 0;
    margin-top: 3em;
    color: #fff;
    background-image: linear-gradient(35deg, #005682, #273677);
}
footer a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    opacity: 0.5;
    padding: 0.5em;
    white-space: nowrap;
}
main h3 {
    display: inline-block;
    background: linear-gradient(35deg, #0078b5, #212d64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    font-size: 1.5em;
}
p {
    margin-top: 0;
}
.part {
    margin-bottom: 2em;
    position: relative;
}
.part.dark {
    background-color: #005682;
    color: #fff;
    background-image: linear-gradient(35deg, #005682, #273677);
    padding-top: 1em;
    padding-bottom: 7em;
}
@media (min-width: 1000px) {
    .part.dark {
        padding-top: 0;
        margin-top: 6em;
        margin-bottom: 4em;
        padding-bottom: 10em;
    }
}
.part.dark h3 {
    width: 100%;
    background: linear-gradient(135deg, #fff, #ccd5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    hyphens: auto;
    line-height: 1.1em;
    font-size: 2.23em;
}
@media (max-width: 999px) {
    .part.dark h3 {
        margin-bottom: 1em;
    }
    .part.dark h3 br {
        display: none;
    }
}
@media (min-width: 1000px) {
    .part.dark h3 {
        border-right: 2px solid rgba(255, 255, 255, .5);
        font-size: 2.7em;
        text-align: right;
        padding-right: 0.5em;
        display: inline-block;
    }
}
@media (min-width: 1000px) {
    .part.dark .cards {
        margin-top: -7em;
    }
}
.part.dark .headline-card {
    padding: 0;
    align-self: flex-end;
    margin-bottom: 1em;
}
.wave-mirrored {
    transform: scale(-1.5, -1);
    transform-origin: left center;
    bottom: auto;
    top: 0;
}
.mirrored {
    transform: scale(-1, 1);
}
@media (min-width: 750px) {
    .intro {
        display: flex;
        align-items: center;
    }
}
.intro .text {
    margin-right: 5%;
}
.intro .image {
    flex: 0 0 35%;
    position: relative;
    border-radius: 1.5em;
    border-bottom-left-radius: 3em;
    border-bottom-right-radius: 3em;
    overflow: hidden;
    max-width: 25em;
    margin-bottom: 2em;
}
.intro .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-70deg, rgba(39, 54, 119, 0.3), rgba(0, 86, 130, 0.0));
}
.intro img {
    border-radius: 1.5em;
    border-bottom-left-radius: 3em;
    border-bottom-right-radius: 3em;
}
@media (min-width: 750px) {
    .intro.intro2 {
        flex-direction: row-reverse;
    }
}
@media (min-width: 750px) {
    .intro.intro2 .image {
        margin-right: 5%;
    }
}
.button {
    background-image: linear-gradient(35deg, #ec3334, #c8190f);
    padding: 0.5em 1em;
    border-radius: 0.3em;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.card .button {
    position: absolute;
    bottom: -1em;
    z-index: 4;
    right: 1em;
}
.card {
    position: relative;
}
@media (max-width: 999px) {
    .card {
        margin-bottom: 1em;
    }
}
.card.has-button {
    overflow: visible;
    padding-bottom: 2em;
}
.card.has-button:before {
    display: none;
}
.button img {
    filter: invert(1);
    width: 2em;
    margin-right: 0.5em;
}
.benefits h3, .headline-part h3 {
    font-size: 2.7em;
    margin-bottom: 0.2em;
    line-height: 1.1em;
}
.headline-part {
    margin-bottom: -1em;
}
.benefits .card {
    min-height: 15em;
}
@media (max-width: 999px) {
    .benefits h3, .headline-part h3 {
        font-size: 1.75em;
    }
    .headline-part {
        margin-bottom: 1em;
    }
}
.accordion-header {
    cursor: pointer;
}
.accordion-content {
    display: none;
}
.accordion-item {
    padding: 1em 0;
    border-bottom: 1px solid var(--blueish);
}
.accordion-item:last-child {
    border-bottom: 0;
}
.newsletter-part .subpart-wrapper {
    width: 104%;
    margin-left: -2%;
}
@media (min-width: 1000px) {
    .newsletter-part .subpart-wrapper {
        display: flex;
        align-items: center;
    }
}
.newsletter-part .subpart {
    flex: 1;
}
.newsletter-part .card {
    background-image: linear-gradient(35deg, #ec3334, #c8190f);
    background-color: #ec3334;
}
.newsletter-part .card h4 {
    font-size: 1.5em;
    hyphens: auto;
}
.newsletter-part .card:before {
    display: none;
}
.newsletter-part .card .button {
    background-image: linear-gradient(35deg, #005682, #273677);
}
.newsletter-part .subpart {
    margin: 2%;
}
.newsletter-part .inner {
    padding-top: 0;
}

.button-placer {
    text-align: center;
    margin: 2em 0 -2em;
    font-size: 1.2em;
}
.headline-part .inner {
    padding-bottom: 0;
}
.offer-cards .card {
    min-height: 19em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.button-part {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 4em;
}
.button-part .button {
    font-size: 1.25em;
    padding: 0.5em 1.25em 0.75em;
    box-shadow: rgba(75, 0, 0, .25) 0.2em 0.2em 1em !important;
}
.button-part .inner {
    margin-top: 0;
    padding-top: 0;
}
.dark .button-part {
    margin-bottom: 0;
    margin-top: 2em;
}
@media(max-width: 999px) {
    .newsletter-part .button {
        width:100%;
        position: relative;
        bottom:-2em;
    }
}
