/* dm-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/public/Fonts/DMSans/dm-sans-v15-latin-regular.woff2')
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    src: url('/public/Fonts/DMSans/dm-sans-v15-latin-italic.woff2')
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/public/Fonts/DMSans/dm-sans-v15-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 900;
    src: url('/public/Fonts/DMSans/dm-sans-v15-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* besley-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Besley';
    font-style: normal;
    font-weight: 400;
    src: url('/public/Fonts/Besley/besley-v20-latin-regular.woff2')
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bebas-neue-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url('/public/Fonts/BebasNeue/bebas-neue-v14-latin-regular.woff2')
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* overtide */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Overtide';
    font-style: normal;
    font-weight: 400;
    src: url('/public/Fonts/Overtide/Web-TT/Overtide.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-size: 17px;
    line-height: 23px;
    color: var(--color-font);
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.1px;
}

p {
    margin: 0 0 15px 0;
}

h1,
.h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 27px;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 34px;
        word-break: break-word;
    }
}

h2,
.h2 {
    font-size: 100px;
    font-weight: normal;
    line-height: 87px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Bebas Neue', sans-serif;
    color: var(--ci-dark);
    margin: 0 0 40px;
    word-break: break-word;
}

@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 80px;
        letter-spacing: 2.4px;
        line-height: 1;
    }
}

h2.-small,
.h2.-small {
    font-size: 35px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 0.53px;
}

.h2-alternative {
    font-family:  "DM Sans", sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    line-height: 1.3;
}

.tx-contentblocks .accordion > header button,
h3,
.h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 20px 0 10px;
}

.tx-contentblocks .accordion > header button {
    color: inherit;
    font-weight: normal;
}

h4,
.h4 {
    font-family: 'Bebas Neue', san-serif;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
}

.abstract,
blockquote {
    font-size: 25px;
    line-height: 31px;
    font-family: 'Besley', serif;
    letter-spacing: 0;
}

blockquote,
header.wave {
    padding: 0 0 0 50px;
    position: relative;
}

blockquote + .quote-row {
    padding-left: 50px;
}

header.wave {
    padding-right: 100px;
    padding-left: 100px;
}

blockquote::before,
header.wave::before {
    content: ' ';
    background: transparent url(/public/img/icon_headline_wave.svg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

header.wave::before {
    left: 33px;
}

@media (max-width: 767px) {
    blockquote,
    header.wave {
        padding-right: 0;
        padding-left: 30px;
    }

    blockquote::before,
    header.wave::before {
        left: 0;
    }
}

a {
    color: var(--color-font);
    text-decoration: underline;
    text-underline-position: from-font;
}

@media(max-width: 767px) {
    a {
        word-break: break-word;
    }
}

a:hover,
a:focus {
    color: var(--ci-dark);
    text-decoration: none;
}

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

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

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

.text-justify {
    text-align: justify;
}

.text-ci-light {
    color: var(--ci-light);
}

.text-fancy {
    font-family: 'Overtide', sans-serif;
    text-transform: none;
}

.text-xs {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.07px;
}

p.text-xs {
    margin-bottom: 9px;
}

.text-xs + h3,
.text-xs + .h3 {
    margin-top: 0;
}

.text-small {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08px;
}

.btn-primary,
.btn-down {
    display: inline-block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    color: var(--color-font) !important;
    margin-top: 30px;
    min-height: 50px;
    padding: 13px 24px 12px 53px;
    background-color: var(--ci-light);
    border-radius: 99999px;
    position: relative;
    transition: background-color var(--transition-standard);
    border: 0;
    letter-spacing: 0.9px;
    overflow: hidden;
}

.btn-primary::before,
.btn-primary .arrow,
.btn-down::before,
.btn-down .arrow {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
}

.btn-primary .arrow::before,
.btn-primary .arrow::after,
.btn-down .arrow::before,
.btn-down .arrow::after {
    content: ' ';
    display: block;
}

.btn-primary .arrow::before,
.btn-down .arrow::before {
    width: 12px;
    height: 12px;
    position: absolute;
    border-right: 3px solid var(--color-font);
    border-top: 3px solid var(--color-font);
    top: 14px;
    left: 15px;
}

.btn-primary .arrow::after,
.btn-down .arrow::after {
    display: block;
    width: 3px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 18px;
    transform: rotate(45deg);
    background-color: var(--color-font);
}

.btn-primary::before,
.btn-down::before {
    content: ' ';
    border-radius: 100%;
    background: #fff;
}

.btn-primary::after,
.btn-down::after {
    content: ' ';
    width: 0;
    height: 100%;
    background-color: var(--button-hover);
    position: absolute;
    left: 0;
    top: 0;
    transition: width var(--transition-standard);
}

.btn-primary .btn-content,
.btn-down .btn-content {
    position: relative;
    color: var(--color-font) !important;
}

.btn-primary::before,
.btn-primary .arrow,
.btn-primary .btn-content,
.btn-down::before,
.btn-down .arrow,
.btn-down .btn-content {
    z-index: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-down:hover,
.btn-down:focus {
    color: var(--color-font) !important;
}

.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-down:hover::after,
.btn-down:focus::after {
    width: 100%;
}

.btn-primary:hover .arrow::before {
    top: 11px;
    left: 18px;
}

.btn-primary:hover .arrow::after {
    top: 9px;
    left: 19px;
    height: 23px;
}

.btn-down .arrow::before {
    width: 11px;
    height: 11px;
    bottom: 14px;
    top: auto;
    left: 16px;
    transform: rotate(135deg);
}

.btn-down .arrow::after {
    width: 3px;
    height: 15px;
    top: 14px;
    left: 20px;
    transform: rotate(0deg);
}

.btn-down:hover .arrow::before {
    top: 20px;
}

.btn-down:hover .arrow::after {
    height: 19px;
    top: 11px;
}

.btn-secondary {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    text-decoration: underline;
    text-underline-position: from-font;
    font-weight: bold;
    background: transparent url('/public/icons/arrow-up-right.svg') no-repeat
        right center;
    background-size: 13px;
    padding-right: 19px;
    transition: var(--transition-standard);
    color: var(--color-font);
    letter-spacing: 0.1px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--color-font) !important;
}

@media (max-width: 767px) {
    .btn-secondary {
        font-size: 17px;
    }
}

.icon-smartphone,
.icon-pin,
.icon-mail,
.icon-clock {
    padding-left: 30px;
    position: relative;
}

.icon-smartphone::before,
.icon-pin::before,
.icon-mail::before,
.icon-clock::before {
    content: ' ';
    display: block;
    width: 24px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: left center;
}

.icon-smartphone::before {
    background-image: url(/public/icons/smartphone.svg);
}

.icon-pin::before {
    background-image: url(/public/icons/map-pin.svg);
}

.icon-mail::before {
    background-image: url(/public/icons/mail.svg);
}

.icon-clock::before {
    background-image: url(/public/icons/clock.svg);
}

.footer-block .icon-smartphone::before,
.footer-block .icon-pin::before,
.footer-block .icon-mail::before,
.footer-block .icon-clock::before {
    filter: brightness(0) invert(1);
}

.image-caption {
    font-size: 14px;
    letter-spacing: 0.08px;
    line-height: 21px;
    margin-top: 13px;
}

main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

main ul li {
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

main ul li::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
    background-color: var(--ci-light);
    width: 5px;
    height: 5px;
}

.table {
    overflow: auto;
    scroll-behavior: smooth;
}

.table table {
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden;
}

.table td {
    border-bottom: 1px solid #b1b1b1;
    padding: 11px 15px;
}

.table tr:last-child td {
    border-bottom: 0;
    padding: 11px 15px;
}

.tr-header {
    background-color: #c8e7f1;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Bebas Neue', Sans-Serif;
    letter-spacing: 1.2px;
    vertical-align: middle !important;
    border-bottom: 0;
}

.tr-header td {
    vertical-align: middle !important;
    border-bottom: 0;
}

.wavy-link-box .btn-secondary,
.wavy-link {
    position: relative;
    display: inline-block;
}

.wavy-link-box .btn-secondary::before,
.wavy-link::before {
    position: absolute;
    content: attr(data-content);
    text-decoration: underline;
    text-decoration-color: var(--ci-light);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    transition: clip-path 275ms ease;
    text-decoration-style: wavy;
}

.wavy-link-box:hover .btn-secondary,
.wavy-link-box:focus .btn-secondary,
.wavy-link:hover,
.wavy-link:focus {
    text-decoration: none !important;
}

.wavy-link-box:hover .btn-secondary::before,
.wavy-link-box:focus .btn-secondary::before,
.wavy-link:hover::before,
.wavy-link:focus::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
