:root {
    --side-padding: 1.0625rem;
    --side-padding-l: 1.875rem
}

@media screen and (min-width: 48em) {
    :root {
        --side-padding: 5rem;
        --side-padding-l: 5rem
    }
}

html {
    box-sizing: border-box
}

html,
body {
    overscroll-behavior: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role=list],
ol[role=list] {
    list-style: none
}

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizespeed
}

a {
    color: inherit;
    text-decoration: none
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    display: block;
    max-width: 100%;
    height: auto
}

input,
button,
textarea,
select {
    color: inherit;
    font: inherit
}

._playpress {
    background: #fff
}

.container {
    max-width: 1728px;
    margin: auto
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 500;
    src: url(../font/Satoshi-Regular.woff2) format("woff2"), url(../font/Satoshi-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 600;
    src: url(../font/Satoshi-Medium.woff2) format("woff2"), url(../font/Satoshi-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    src: url(../font/Satoshi-Bold.woff2) format("woff2"), url(../font/Satoshi-Bold.woff) format("woff");
    font-display: swap
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    font-size: calc(16px + 16 * ((100vw - 360px) / 360))
}

@media screen and (min-width: 48em) {
    html {
        font-size: calc(16px + 16 * ((100vw - 1728px) / 1728))
    }
}

body {
    color: #282b31;
    font-family: satoshi, sans-serif;
    font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1, "ss06" 1
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: satoshi, sans-serif
}

b,
strong {
    font-weight: 800
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.lenis.lenis-scrolling iframe.video {
    pointer-events: all
}

.swiper-pagination {
    text-align: center
}

.swiper-pagination-bullet {
    display: inline-block;
    width: .625rem;
    height: .625rem;
    margin: 0 5px;
    transition: background .55s;
    border-radius: 100%;
    background: #e5eef0
}

.swiper-pagination-bullet-active {
    background: #a8b5c6
}

.otgs-development-site-front-end {
    display: none
}

@media screen and (min-width: 48em) {
    .is-mob {
        display: none
    }
}

.is-desk {
    display: none
}

@media screen and (min-width: 48em) {
    .is-desk {
        display: block
    }
}

.is-white {
    color: #fff
}

.is-black {
    color: #282b31
}

.u-normal {
    font-family: 400
}

.u-blue-gradient {
    background: linear-gradient(45deg, #00aeb8, #0061ac);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.u-red-gradient {
    background: linear-gradient(45deg, #dd042b, #c60326);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.u-alberts-logo {
    display: inline-block;
    width: 6.1875rem;
    height: 1.4375rem;
    background-image: url(../assets/AlbertsWhite-9686c714.png);
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (min-width: 48em) {
    .u-alberts-logo {
        width: 22.875rem;
        height: 5.125rem;
        background-image: url(../assets/AalbertRed-58f4e0ee.png)
    }
}

.btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: min(1.4375rem, 23px) min(4rem, 64px);
    overflow: hidden;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer
}

@media screen and (min-width: 48em) {
    .btn {
        padding: min(1.875rem, 30px) min(5rem, 80px);
        font-size: min(1.25rem, 20px)
    }
}

.btn.is-black {
    transition: background .55s, color .55s;
    background: #282b31;
    color: #fff
}

.btn.is-black:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .55s;
    opacity: 0;
    background: linear-gradient(45deg, #00aeb8, #0061ac)
}

@media (hover: hover) {
    .btn.is-black:hover {
        background: none;
        background-color: none;
        color: #fff
    }

    .btn.is-black:hover:after {
        opacity: 1
    }
}

.btn.is-white {
    transition: background .55s, color .55s;
    background: #fff;
    color: #282b31
}

@media (hover: hover) {
    .btn.is-white:hover {
        background: #282b31;
        color: #fff
    }
}

.btn.is-full {
    padding: 1.25rem 3.75rem;
    font-size: max(1.25rem, 14px)
}

@media screen and (min-width: 48em) {
    .btn.is-full {
        padding: 1.875rem 5rem
    }
}

.btn-slide {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .625rem;
    border: 0;
    border-radius: 20px;
    background: #fff;
    cursor: pointer
}

@media screen and (min-width: 48em) {
    .btn-slide {
        width: 4.375rem;
        height: 4.375rem
    }
}

.btn-slide:after,
.btn-slide:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%
}

.btn-slide:before {
    width: 18%;
    height: 18%;
    border-top: 2px #282b31 solid;
    border-right: 2px #282b31 solid
}

.btn-slide--prev:after {
    height: 2px;
    transform: translate(-50%, -50%);
    background: #282b31
}

.btn-slide--prev:before {
    transform: translate(calc(-50% - 1.5px), -50%) rotate(-135deg)
}

.btn-slide--next:after {
    height: 2px;
    transform: translate(-50%, -50%);
    background: #282b31
}

.btn-slide--next:before {
    transform: translate(calc(-50% + 1px), -50%) rotate(45deg)
}

.title-s {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.5
}

@media screen and (min-width: 48em) {
    .title-s {
        font-size: min(1.875rem, 30px)
    }

    .title-s.is-full {
        font-size: 1.875rem
    }
}

.title-xlb {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.5
}

@media screen and (min-width: 48em) {
    .title-xlb {
        font-size: min(5rem, 72px)
    }

    .title-xlb.is-full {
        font-size: 5rem
    }
}

.title-xb {
    font-size: 1.5625rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-xb {
        font-size: min(5rem, 72px)
    }

    .title-xb.is-full {
        font-size: 5rem
    }
}

.title-xxb {
    font-size: min(3rem, 54px);
    /* font-size: 24px; */
    /* font-size: 1.875rem; */
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-xxb {
        /* font-size: min(6.25rem, 100px) */
    }

    .title-xxb.is-full {
        font-size: 6.25rem
    }
}

.title-b {
    font-size: 2.1875rem;
    font-weight: 600;
    letter-spacing: 0;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-b {
        font-size: min(6.25rem, 90px)
    }

    .title-b.is-full {
        font-size: 6.25rem
    }
}

.title-xm {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-xm {
        font-size: min(1.9375rem, 31px)
    }

    .title-xm.is-full {
        font-size: 1.9375rem
    }
}

.title-m {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-m {
        font-size: min(2.8125rem, 45px)
    }

    .title-m.is-full {
        font-size: 2.8125rem
    }
}
.title-mx {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1;
}

.title-mx .mtitle {
    width: 10rem;
    display: inline-block;
}
@media screen and (min-width: 48em) {
    .title-mx {
        font-size: min(1.8125rem, 20px);
        margin-top: 4.6rem;
    }
    .title-mx .mtitle {
        margin-left: 1rem;
    }
    .title-mx.is-full {
        font-size: 2.8125rem
    }
}
@media screen and (max-width: 47.99em){
    .title-mx {
        font-size: min(1.8125rem, 20px);
        margin-top: 1.6rem;
    }
}

.title-lm {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-lm {
        font-size: min(3.125rem, 50px)
    }

    .title-lm.is-full {
        font-size: 3.125rem
    }
}

.title-xl {
    font-size: 1.5625rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-xl {
        font-size: min(2.5rem, 40px)
    }

    .title-xl.is-full {
        font-size: 2.5rem
    }
}

.title-xxl {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-xxl {
        font-size: min(2.5rem, 40px)
    }

    .title-xxl.is-full {
        font-size: 2.5rem
    }
}

.title-xxxl {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-xxxl {
        font-size: min(2rem, 54px)
    }

    .title-xxxl.is-full {
        font-size: 3.75rem
    }
}

.title-l {
    font-size: 1.5625rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1
}

@media screen and (min-width: 48em) {
    .title-l {
        font-size: min(3rem, 54px)
    }

    .title-l.is-full {
        font-size: 3.75rem
    }
}

.copy {
    font-size: clamp(14px, .9375rem, 20px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.2
}

@media screen and (min-width: 48em) {
    .copy {
        font-size: clamp(14px, 1.25rem, 20px)
    }
}

.copy-m {
    font-size: clamp(14px, .75rem, 20px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.2
}

@media screen and (min-width: 48em) {
    .copy-m {
        font-size: clamp(14px, 1.5625rem, 25px)
    }
}

.copy-xm {
    font-size: clamp(14px, .9375rem, 20px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.2
}

@media screen and (min-width: 48em) {
    .copy-xm {
        font-size: clamp(14px, 1.5625rem, 25px)
    }
}

.copy-l {
    font-size: clamp(14px, 1.25rem, 20px);
    /* font-weight: 600; */
    letter-spacing: -.01em;
    line-height: 1.2
}

@media screen and (min-width: 48em) {
    .copy-l {
        font-size: clamp(12px, 1.25rem, 25px)
    }
}

.copy-xl {
    font-size: clamp(10px, 1.25rem, 20px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.2
}

@media screen and (min-width: 48em) {
    .copy-xl {
        font-size: clamp(12px, 1.5625rem, 22px)
    }
}

.o-loader {
    display: inline-block;
    width: 80px;
    height: 80px
}

.o-loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    animation: lds-dual-ring 1.2s linear infinite;
    border: 6px solid #fff;
    border-radius: 50%;
    border-color: #fff transparent #fff transparent
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.o-input {
    width: 100%;
    border: 0;
    border-bottom: 1px #282b31 solid;
    padding: 1.5625rem .625rem;
    font-size: .75rem
}

@media screen and (min-width: 48em) {
    .o-input {
        padding: min(2.8125rem, 45px) min(.625rem, 10px);
        font-size: clamp(12px, .9375rem, 20px)
    }
}

.o-text-area {
    width: 100%;
    border: 0;
    border-bottom: 1px #282b31 solid;
    padding: 1.5625rem .625rem;
    font-size: .75rem
}

@media screen and (min-width: 48em) {
    .o-text-area {
        padding: min(1.25rem, 20px) min(.625rem, 10px);
        font-size: clamp(12px, .9375rem, 20px)
    }
}

.o-checkbox {
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.o-checkbox+span {
    display: block;
    position: relative;
    padding-left: min(2.5rem, 40px);
    font-size: clamp(12px, .9375rem, 20px)
}

.o-checkbox+span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    border: 1px #282b31 solid;
    border-radius: 100%
}

.o-checkbox:checked+span:after {
    border-color: #00aeb8;
    background: #00aeb8
}

.c-header {
    position: relative;
    z-index: 12
}

.c-sticky-logo {
    position: fixed;
    z-index: 11;
    top: 0;
    top: 1.375rem;
    left: 1.375rem;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4))
}

.page-template-template-contact .c-sticky-logo {
    visibility: hidden
}

.page-template-template-privacy .c-sticky-logo,
.page-template-template-informative .c-sticky-logo {
    filter: none
}

.c-sticky-logo__icon {
    width: 3.5625rem;
    height: 2.375rem;
    transition: fill .55s;
    fill: #fff
}

.page-template-template-privacy .c-sticky-logo__icon,
.page-template-template-informative .c-sticky-logo__icon {
    fill: #282b31
}

@media screen and (min-width: 48em) {
    .c-sticky-logo__icon {
        width: min(4.8125rem, 77px);
        height: min(2.9375rem, 47px)
    }
}

.c-header-toggle {
    display: grid;
    position: fixed;
    top: 0;
    left: 0;
    grid-template-areas: ". actions";
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 100%;
    pointer-events: none
}

@media (hover: hover) {
    .c-header-toggle:hover .c-header-toggle__contact {
        width: min(16.875rem, 270px)
    }
}

.c-header-toggle__actions {
    display: grid;
    grid-area: actions;
    grid-template-areas: "contact button";
    grid-template-columns: 1fr auto;
    align-items: center;
    height: min(6.625rem, 106px);
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    border-bottom-left-radius: 20px;
    background: #fff;
    pointer-events: all
}

.c-header-toggle__contact {
    display: none;
    transition: width .55s
}

@media screen and (min-width: 48em) {
    .c-header-toggle__contact {
        display: block;
        width: min(18.75rem, 300px);
        font-size: clamp(16px, 1.25rem, 20px);
        font-weight: 600;
        text-align: center
    }
}

.c-header-toggle__button {
    position: relative;
    width: min(4.375rem, 70px);
    border: 0;
    background: transparent;
    cursor: pointer
}

@media screen and (min-width: 48em) {
    .c-header-toggle__button {
        width: min(5rem, 80px)
    }
}

@media (hover: hover) {
    .c-header-toggle__button:hover span:last-of-type {
        transform: scaleX(.7)
    }
}

.c-header-toggle__button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 250%;
    transform: translate(-50%, -50%);
    background: transparent
}

.c-header-toggle__button span {
    display: block;
    width: 100%;
    height: 2px;
    margin: min(.3125rem, 5px);
    transform-origin: right;
    transition: transform .55s;
    background: #282b31
}

.c-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 100vh) * 100);
    padding: min(2.25rem, 36px) min(1.5rem, 24px);
    overflow: auto;
    transform: translateY(-100%);
    transition: transform .55s;
    background: linear-gradient(45deg, #00aeb8, #0061ac)
}

@media screen and (max-width: 47.99em) {
    .c-header-overlay__container {
        max-height: calc((var(--vh, 100vh) * 100) - min(5rem, 80px));
        padding-bottom: min(5rem, 80px);
        overflow: auto
    }
}

@media screen and (min-width: 48em) {
    .c-header-overlay__container {
        display: grid;
        grid-template-areas: "logo menu-top" ". menu-bottom";
        grid-template-columns: 3fr 4fr;
        grid-template-rows: repeat(2, 50vh);
        height: 100%
    }
}

.c-header-overlay.active {
    transform: translateY(0)
}

.c-menu {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.c-menu--top {
    margin-top: min(5.625rem, 90px)
}

@media screen and (min-width: 48em) {
    .c-menu--top {
        grid-area: menu-top;
        align-self: end
    }
}

.c-menu--bottom {
    padding-top: min(3.125rem, 50px)
}

@media screen and (min-width: 48em) {
    .c-menu--bottom {
        grid-area: menu-bottom;
        align-self: start;
        padding-top: min(6.25rem, 100px)
    }
}

.c-menu__item {
    margin: min(.625rem, 10px) 0
}

.c-menu__item span {
    display: inline-block;
    position: relative;
    transition: transform .55s cubic-bezier(.26, 1, .48, 1)
}

@media screen and (min-width: 48em) {
    .c-menu__item:last-of-type {
        margin-bottom: 0
    }
}

.c-menu__link {
    line-height: 1
}

.c-menu .menu-item-big {
    line-height: min(2.625rem, 42px)
}

@media screen and (min-width: 48em) {
    .c-menu .menu-item-big {
        line-height: 1
    }
}

.c-menu .menu-item-big a {
    opacity: .8;
    color: #f8f8f8;
    font-size: min(2.625rem, 42px);
    font-weight: 700;
    letter-spacing: -.125rem
}

@media screen and (min-width: 48em) {
    .c-menu .menu-item-big a {
        margin: min(1.5625rem, 25px) 0;
        font-size: min(6.25rem, 100px)
    }

    [lang=de-DE] .c-menu .menu-item-big a {
        font-size: min(4.375rem, 70px)
    }
}

@media screen and (min-width: 48em) and (hover: hover) {
    .c-menu .menu-item-big a:hover span {
        transform: translate(10%)
    }
}

.c-menu .menu-item-small {
    line-height: min(1.5625rem, 25px)
}

@media screen and (min-width: 48em) {
    .c-menu .menu-item-small {
        line-height: 1
    }
}

.c-menu .menu-item-small a {
    margin: min(.3125rem, 5px);
    color: #fff;
    font-size: min(1.25rem, 20px);
    font-weight: 600
}

@media screen and (min-width: 48em) {
    .c-menu .menu-item-small a {
        margin: min(.9375rem, 15px);
        font-size: min(1.5625rem, 25px)
    }
}

.c-languages-selector {
    /* display: flex;
    padding: 0;
    list-style-type: none */
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.c-languages-selector__item{
    box-sizing: border-box;
    width: 50%;
    padding: 10px; /* 可根据需要调整 */
    border: 1px solid #ddd; /* 只是为了视觉上区分每个 li，可根据实际需求调整或删除 */
    box-sizing: border-box;
}

@media screen and (min-width: 48em) {
    .c-languages-selector {
        position: absolute;
        right: min(2.5rem, 40px);
        bottom: min(.625rem, 10px)
    }
}

.c-languages-selector__item:first-of-type {
    /* margin-right: min(1rem, 16px) */
}

@media screen and (min-width: 48em) {
    .c-languages-selector__item:first-of-type {
        margin-right: min(1.875rem, 30px)
    }
}

.c-languages-selector__link {
    display: inline-block;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(6.125rem, 50px);
    height: min(3.125rem, 50px);
    transition: background .55s, color .55s;
    border: 1px #fff solid;
    border-radius: min(1.25rem, 20px);
    color: #fff;
    font-size: min(1rem, 16px);
    font-weight: 600;
    text-transform: capitalize; */
}
.c-languages-selector__link img{
    display: inline;
    width: 32px;
    height: 20px;
    margin-top: -4px;
    margin-left: 10px;
}

.c-languages-selector__link span{
    display: inline;
    font-size: 12px;
    margin-top: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase
}
@media screen and (min-width: 48em) {
    .c-languages-selector__link {
        width: min(4.6875rem, 75px);
        height: min(4.6875rem, 75px);
        font-size: min(1.5625rem, 25px)
    }
}

.c-languages-selector__link.active {
    background: #fff;
    color: #0061ac
}

@media screen and (min-width: 48em) {
    .c-header-logo {
        grid-area: logo;
        place-self: end;
        justify-self: center
    }
}

.c-header-logo__icon {
    width: 3.5625rem;
    height: 2.375rem;
    fill: #ebebeb
}

@media screen and (min-width: 48em) {
    .c-header-logo__icon {
        width: clamp(0px, 27rem, 432px);
        height: clamp(0px, 18.4375rem, 295px)
    }
}

.c-header-contact {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min(5rem, 80px);
    transition: background .55s, color .55s;
    background: #007bbe;
    font-size: min(1.25rem, 20px);
    font-weight: 600;
    cursor: pointer
}

@media screen and (max-width: 47.99em) {
    .c-header-contact {
        border-top-left-radius: min(1.25rem, 20px);
        border-top-right-radius: min(1.25rem, 20px)
    }
}

@media screen and (min-width: 48em) {
    .c-header-contact {
        width: min(28rem, 448px);
        height: min(9.6875rem, 155px);
        border-top-right-radius: min(1.25rem, 20px);
        font-size: min(1.5625rem, 25px)
    }
}

@media (hover: hover) {
    .c-header-contact:hover {
        background: #212227;
        color: #fff
    }
}

.c-header-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.625rem;
    height: 6.625rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer
}

@media screen and (min-width: 48em) {
    .c-header-close {
        top: .3125rem;
        right: .3125rem;
        width: 8.375rem;
        height: 8.375rem
    }
}

.c-header-close:after,
.c-header-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.125rem;
    height: 1px;
    transform: translate(-50%, -50%);
    transition: transform .55s;
    background: #f8f8f8
}

.c-header-close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-header-close:before {
    transform: translate(-50%, -50%) rotate(135deg)
}

@media (hover: hover) {
    .c-header-close:hover:after {
        transform: translate(-50%, -50%) rotate(45deg) scale(.8)
    }

    .c-header-close:hover:before {
        transform: translate(-50%, -50%) rotate(135deg) scale(.8)
    }
}

.c-footer {
    position: relative;
    padding: 2.875rem 0;
    background: linear-gradient(0deg, #9aa7b4, #e2e6e7)
}

.c-footer__background {
    text-align: center
}

@media screen and (max-width: 47.99em) {
    .c-footer__background {
        position: absolute;
        top: 5.625rem;
        left: 0;
        width: 100%
    }
}

.c-footer__background__icon {
    width: 20.375rem;
    height: 45.375rem;
    margin: auto;
    fill: #fff
}

@media screen and (min-width: 48em) {
    .c-footer__background__icon {
        width: 104.25rem;
        height: 46.8125rem
    }
}

.c-footer__content {
    display: grid;
    position: relative;
    grid-template-areas: "." "logo" "main-menu" "contact" "alberts" "service-menu";
    grid-template-rows: 2.875rem 7.5rem 22.5rem 15.625rem;
    width: 100%
}

@media screen and (min-width: 48em) {
    .c-footer__content {
        position: absolute;
        top: 0;
        left: 0;
        grid-template-areas: ". . main-menu" "logo contact main-menu" "service-menu service-menu alberts" ". . .";
        grid-template-columns: 20rem 1fr 35.625rem;
        grid-template-rows: 21.5625rem 21.25rem auto;
        height: 100%
    }
}

.c-footer-service-menu {
    grid-area: service-menu;
    width: calc(100% - var(--side-padding) * 2);
    padding: 0;
    padding-top: 1.875rem;
    list-style-type: none;
    border-top: 1px #fff solid;
    text-align: center;
    justify-self: center
}

@media screen and (min-width: 48em) {
    .c-footer-service-menu {
        display: flex;
        align-self: center;
        justify-content: space-around;
        padding-left: 2.5rem;
        border-top: 0;
        text-align: left;
        justify-self: unset
    }
}

.c-footer-service-menu .menu-item a {
    transition: opacity .35s;
    color: #fff;
    font-weight: 600
}

@media (hover: hover) {
    .c-footer-service-menu .menu-item a:hover {
        opacity: .5
    }
}

@media screen and (min-width: 48em) {
    .c-footer-service-menu .menu-item a {
        color: #282b31;
        font-size: 1.25rem
    }
}

.c-footer-menu {
    grid-area: main-menu;
    padding: 0;
    padding: .625rem 5.625rem 0;
    list-style-type: none
}

@media screen and (min-width: 48em) {
    .c-footer-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 4.375rem 0
    }
}

@media screen and (max-width: 47.99em) {
    .c-footer-menu .menu-item {
        margin-bottom: .9375rem
    }
}

.c-footer-menu .menu-item a {
    transition: opacity .35s;
    font-size: 1.25rem;
    font-weight: 600
}

@media (hover: hover) {
    .c-footer-menu .menu-item a:hover {
        opacity: .5
    }
}

@media screen and (min-width: 48em) {
    .c-footer-menu .menu-item a {
        font-size: 1.875rem
    }
}

.c-footer-logo {
    grid-area: logo;
    justify-self: start;
    padding-left: 3.75rem
}

@media screen and (max-width: 47.99em) {
    .c-footer-logo {
        place-self: center;
        justify-self: start
    }
}

@media screen and (min-width: 48em) {
    .c-footer-logo {
        padding-left: 5rem
    }
}

.c-footer-logo__icon {
    width: 3.75rem;
    height: 2.5rem;
    fill: #9ba8b5
}

@media screen and (min-width: 48em) {
    .c-footer-logo__icon {
        width: 5.4375rem;
        height: 3.75rem
    }
}

.c-footer-contact {
    grid-area: contact;
    text-align: center
}

@media screen and (max-width: 47.99em) {
    .c-footer-contact {
        max-width: 15.625rem;
        margin: auto;
        place-self: center;
        margin-top: -6rem;
    }
}

@media screen and (min-width: 48em) {
    .c-footer-contact {
        text-align: left
    }
}

.c-footer-contact__claim span {
    display: block;
    line-height: 1.2
}

@media screen and (max-width: 47.99em) {
    .c-footer-contact__claim span {
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media screen and (min-width: 48em) {
    .c-footer-contact__claim span {
        margin-bottom: 3.125rem
    }
}

.c-footer-alberts {
    display: flex;
    grid-area: alberts;
    align-items: center;
    justify-content: flex-end;
    padding-top: 1.875rem;
    padding-right: 2.5rem
}

@media screen and (min-width: 48em) {
    .c-footer-alberts {
        align-self: center;
        padding-top: 0
    }
}

.c-footer-alberts__copy {
    margin-right: 1.25rem;
    font-size: 1.25rem
}

.c-footer-alberts__logo {
    width: 2.6875rem;
    height: 3.8125rem;
    fill: #fff
}

.c-counter {
    display: inline-block;
    width: var(--width)
}

.c-mask-01 img {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 840 902'%3E%3Cpath d=' M 38.293 36.36 C 38.293 16.279 51.703 0 68.244 0 L 714.226 0 C 730.767 0 744.177 16.279 744.177 36.36 L 744.177 147.73 C 744.177 167.811 757.587 184.09 774.128 184.09 L 808.685 184.09 C 825.227 184.09 838.636 200.369 838.636 220.45 L 838.636 766.946 C 838.636 787.027 825.227 803.306 808.685 803.306 L 211.209 803.306 C 194.668 803.306 181.258 819.583 181.258 839.666 L 181.258 863.64 C 181.258 883.721 167.848 900 151.307 900 L 29.951 900 C 13.41 900 0 883.721 0 863.64 L 0 793.177 C 0 773.097 13.41 756.817 29.951 756.817 L 102.801 756.817 C 119.343 756.817 132.753 740.538 132.753 720.458 L 132.753 655.574 C 132.753 635.493 119.343 619.214 102.801 619.214 L 68.245 619.214 C 51.703 619.214 38.293 602.936 38.293 582.854 L 38.293 36.36 Z '/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 840 902'%3E%3Cpath d=' M 38.293 36.36 C 38.293 16.279 51.703 0 68.244 0 L 714.226 0 C 730.767 0 744.177 16.279 744.177 36.36 L 744.177 147.73 C 744.177 167.811 757.587 184.09 774.128 184.09 L 808.685 184.09 C 825.227 184.09 838.636 200.369 838.636 220.45 L 838.636 766.946 C 838.636 787.027 825.227 803.306 808.685 803.306 L 211.209 803.306 C 194.668 803.306 181.258 819.583 181.258 839.666 L 181.258 863.64 C 181.258 883.721 167.848 900 151.307 900 L 29.951 900 C 13.41 900 0 883.721 0 863.64 L 0 793.177 C 0 773.097 13.41 756.817 29.951 756.817 L 102.801 756.817 C 119.343 756.817 132.753 740.538 132.753 720.458 L 132.753 655.574 C 132.753 635.493 119.343 619.214 102.801 619.214 L 68.245 619.214 C 51.703 619.214 38.293 602.936 38.293 582.854 L 38.293 36.36 Z '/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.c-mask-02 img {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 618'%3E%3Cpath d=' M 292.982 25 C 292.982 11.193 281.79 0 267.982 0 L 25 0 C 11.193 0 0 11.193 0 25 L 0 488 C 0 501.807 11.193 513 25 513 L 157.458 513 C 171.265 513 182.458 524.193 182.458 538 L 182.458 593 C 182.458 606.807 193.651 618 207.458 618 L 675.001 618 C 688.809 618 700.002 606.807 700.002 593 L 700.002 329 C 700.002 315.193 688.809 304 675.002 304 L 612.719 304 C 598.912 304 587.719 292.807 587.719 279 L 587.719 112 C 587.719 98.193 576.526 87 562.719 87 L 317.982 87 C 304.175 87 292.982 75.807 292.982 62 L 292.982 25 L 292.982 25 Z '/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 618'%3E%3Cpath d=' M 292.982 25 C 292.982 11.193 281.79 0 267.982 0 L 25 0 C 11.193 0 0 11.193 0 25 L 0 488 C 0 501.807 11.193 513 25 513 L 157.458 513 C 171.265 513 182.458 524.193 182.458 538 L 182.458 593 C 182.458 606.807 193.651 618 207.458 618 L 675.001 618 C 688.809 618 700.002 606.807 700.002 593 L 700.002 329 C 700.002 315.193 688.809 304 675.002 304 L 612.719 304 C 598.912 304 587.719 292.807 587.719 279 L 587.719 112 C 587.719 98.193 576.526 87 562.719 87 L 317.982 87 C 304.175 87 292.982 75.807 292.982 62 L 292.982 25 L 292.982 25 Z '/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.c-mask-03 img {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 684'%3E%3Cpath d=' M 700.001 25 C 700.001 11.193 688.808 0 675.001 0 L 429.557 0 C 415.75 0 404.557 11.193 404.557 25 L 404.557 107 C 404.557 120.807 393.364 132 379.557 132 L 25 132 C 11.193 132 0 143.193 0 157 L 0 533 C 0 546.807 11.193 558 25 558 L 54.736 558 C 68.543 558 79.736 569.193 79.736 583 L 79.736 659 C 79.736 672.807 90.929 684 104.736 684 L 362.77 684 C 376.577 684 387.77 672.807 387.77 659 L 387.77 583 C 387.77 569.193 398.963 558 412.77 558 L 607.014 558 C 620.821 558 632.014 546.807 632.014 533 L 632.014 185 C 632.014 171.193 643.207 160 657.014 160 L 675.001 160 C 688.808 160 700.001 148.807 700.001 135 L 700.001 25 L 700.001 25 Z '/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 684'%3E%3Cpath d=' M 700.001 25 C 700.001 11.193 688.808 0 675.001 0 L 429.557 0 C 415.75 0 404.557 11.193 404.557 25 L 404.557 107 C 404.557 120.807 393.364 132 379.557 132 L 25 132 C 11.193 132 0 143.193 0 157 L 0 533 C 0 546.807 11.193 558 25 558 L 54.736 558 C 68.543 558 79.736 569.193 79.736 583 L 79.736 659 C 79.736 672.807 90.929 684 104.736 684 L 362.77 684 C 376.577 684 387.77 672.807 387.77 659 L 387.77 583 C 387.77 569.193 398.963 558 412.77 558 L 607.014 558 C 620.821 558 632.014 546.807 632.014 533 L 632.014 185 C 632.014 171.193 643.207 160 657.014 160 L 675.001 160 C 688.808 160 700.001 148.807 700.001 135 L 700.001 25 L 700.001 25 Z '/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.c-mask-04 img {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 619'%3E%3Cpath d=' M 0 25 C 0 11.193 11.193 0 25 0 L 675 0 C 688.807 0 700 11.193 700 25 L 700 401 C 700 414.807 688.807 426 675 426 L 633.532 426 C 619.725 426 608.532 437.193 608.532 451 L 608.532 496 C 608.532 509.807 619.725 521 633.532 521 L 675 521 C 688.807 521 700 532.193 700 546 L 700 594 C 700 607.807 688.807 619 675 619 L 431.934 619 C 418.127 619 406.934 607.807 406.934 594 L 406.934 577 C 406.934 563.193 395.741 552 381.934 552 L 113.665 552 C 99.858 552 88.665 540.807 88.665 527 L 88.665 451 C 88.665 437.193 77.473 426 63.665 426 L 25 426 C 11.193 426 0 414.807 0 401 L 0 25 L 0 25 Z '/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 619'%3E%3Cpath d=' M 0 25 C 0 11.193 11.193 0 25 0 L 675 0 C 688.807 0 700 11.193 700 25 L 700 401 C 700 414.807 688.807 426 675 426 L 633.532 426 C 619.725 426 608.532 437.193 608.532 451 L 608.532 496 C 608.532 509.807 619.725 521 633.532 521 L 675 521 C 688.807 521 700 532.193 700 546 L 700 594 C 700 607.807 688.807 619 675 619 L 431.934 619 C 418.127 619 406.934 607.807 406.934 594 L 406.934 577 C 406.934 563.193 395.741 552 381.934 552 L 113.665 552 C 99.858 552 88.665 540.807 88.665 527 L 88.665 451 C 88.665 437.193 77.473 426 63.665 426 L 25 426 C 11.193 426 0 414.807 0 401 L 0 25 L 0 25 Z '/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.c-video-overlay {
    visibility: hidden;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 100vh) * 100);
    opacity: 0;
    pointer-events: none
}

.c-video-overlay__backgroud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 43, 49, .8);
    cursor: pointer
}

.c-video-overlay__close {
    position: absolute;
    z-index: 3;
    top: 1.25rem;
    right: 1.25rem;
    width: 6.25rem;
    height: 6.25rem;
    border: 0;
    background: transparent;
    cursor: pointer
}

.c-video-overlay__close:after,
.c-video-overlay__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.125rem;
    height: 1px;
    background: #fff
}

.c-video-overlay__close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-video-overlay__close:before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.c-video-overlay.active {
    visibility: visible;
    transition: visibility .55s, opacity .55s;
    opacity: 1;
    pointer-events: all
}

.c-video-overlay__wrap {
    position: absolute;
    position: relative;
    z-index: 2;
    top: 50%;
    left: 50%;
    padding: var(--side-padding);
    transform: translate(-50%, -50%);
    text-align: center
}

.c-video-overlay .video {
    flex: 0 0 auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
    aspect-ratio: 16/9
}

.c-content-overlay {
    visibility: hidden;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 100vh) * 100);
    opacity: 0;
    pointer-events: none
}

.c-content-overlay__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 43, 49, .8);
    cursor: pointer
}

.c-content-overlay__close {
    position: absolute;
    z-index: 3;
    top: .625rem;
    right: 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
    border: 0;
    background: transparent;
    cursor: pointer
}

.c-content-overlay__close:after,
.c-content-overlay__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.125rem;
    height: 1px;
    background: #fff
}

.c-content-overlay__close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-content-overlay__close:before {
    transform: translate(-50%, -50%) rotate(135deg)
}

@media screen and (min-width: 48em) {
    .c-content-overlay__close {
        top: 1.25rem;
        width: 6.25rem;
        height: 6.25rem
    }
}

.c-content-overlay.active {
    visibility: visible;
    transition: visibility .55s, opacity .55s;
    opacity: 1;
    pointer-events: all
}

.c-content-overlay__container {
    position: relative;
    z-index: 2;
    top: 50%;
    left: 50%;
    max-width: min(87.5rem, 1400px);
    padding: var(--side-padding);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.c-content-overlay__wrap {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    pointer-events: all
}

.c-content-overlay__inner {
    max-height: 70vh;
    padding: var(--side-padding);
    overflow: auto
}