{
    % include "./theme-settings.css" %
}

.hero-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden
}

.hero-banner .logo-wrapper {
    margin-top: 20px
}

.hero-banner .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.hero-banner video,
.hero-banner .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-banner video {
    height: 100% !important
}

.hero-banner .bg-img {
    height: calc(100% + 200px) !important;
    margin-top: -200px;
    -webkit-transform: translate3d(0px, 100px, 0px);
    transform: translate3d(0px, 100px, 0px)
}

.hero-banner-wrapper {
    position: relative;
    width: 100%;
    z-index: 2
}

@media(max-width: 576px) {
    .hero-banner .buttons-wrapper .btn {
        max-width: 100%;
        width: 100%
    }
}

@media(min-width: 768px) {
    .hero-banner-wrapper__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 64px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.hero-banner-wrapper__text .title-wrapper {
    margin-top: 40px
}

@media(min-width: 768px) {
    .hero-banner-wrapper__text .title-wrapper {
        width: 66.666%
    }
}

.hero-banner-wrapper__text .title-wrapper h1,
.hero-banner-wrapper__text .title-wrapper h2,
.hero-banner-wrapper__text .title-wrapper h3 {
    margin-bottom: 16px
}

@media(min-width: 768px) {
    .hero-banner-wrapper__text .copy-text-wrapper {
        width: 28%
    }
}

.hero-banner-wrapper__actions .video-play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.h0 {
    font-size: 3rem;
    line-height: 100%;
    font-weight: 700
}

@media(min-width: 1024px) {
    .h0 {
        font-size: 5.5rem
    }
}

@media(min-width: 2048px) {
    .h0 {
        font-size: 7.5rem
    }
}

@media(min-width: 2048px) {
    .hero-banner-wrapper__text {
        gap: 212px
    }
}

.buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px
}

a.btn,
.btn,
div.btn,
.hs-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: "din-2014";
    align-items: center;
    text-decoration: none;
    background: #00302e;
    padding: 10px 24px;
    border-radius: 14px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #fbfbfb;
    font-weight: 400;
    cursor: pointer;
    font-size: .875rem;
    border: 1px solid #00302e;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    line-height: 1.25rem
}

@media(max-width: 576px) {
    a.btn,
    .btn,
    div.btn,
    .hs-button {
        max-width: 100%;
        width: 100%
    }
}

a.btn .icon,
.btn .icon,
div.btn .icon,
.hs-button .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

a.btn:hover,
.btn:hover,
div.btn:hover,
.hs-button:hover {
    background: #33b6ad;
    border: 1px solid #33b6ad;
    color: #000c0b
}

a.btn svg,
.btn svg,
div.btn svg,
.hs-button svg {
    margin-left: 16px
}

a.btn:focus-visible::after,
.btn:focus-visible::after,
div.btn:focus-visible::after,
.hs-button:focus-visible::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 2px solid #000;
    border-radius: 16px;
    pointer-events: none
}

a.btn:focus:not(:focus-visible)::after,
.btn:focus:not(:focus-visible)::after,
div.btn:focus:not(:focus-visible)::after,
.hs-button:focus:not(:focus-visible)::after {
    display: none
}

@media(min-width: 2048px) {
    a.btn,
    .btn,
    div.btn,
    .hs-button {
        font-size: 1rem;
        line-height: 125%
    }
}

a.btn.large,
.btn.large,
div.btn.large {
    font-size: 1rem;
    padding: 22px 32px;
    border-radius: 24px
}

a.btn.large .icon i,
.btn.large .icon i,
div.btn.large .icon i {
    font-size: 20px
}

a.btn.large:focus::after,
.btn.large:focus::after,
div.btn.large:focus::after {
    border-radius: 24px
}

@media(min-width: 2048px) {
    a.btn.large,
    .btn.large,
    div.btn.large {
        font-size: 1.125rem;
        line-height: 122.222%
    }
}

a.btn.medium,
.btn.medium,
div.btn.medium {
    font-size: 1rem;
    padding: 17px 32px;
    border-radius: 20px
}

a.btn.medium .icon i,
.btn.medium .icon i,
div.btn.medium .icon i {
    font-size: 20px
}

a.btn.medium:focus::after,
.btn.medium:focus::after,
div.btn.medium:focus::after {
    border-radius: 20px
}

@media(min-width: 2048px) {
    a.btn.medium,
    .btn.medium,
    div.btn.medium {
        font-size: 1.125rem;
        line-height: 122.222%
    }
}

a.btn.primary,
.btn.primary,
div.btn.primary,
.hs-button.primary {
    background: #00201f;
    border: 1px solid #00201f
}

a.btn.primary:hover,
.btn.primary:hover,
div.btn.primary:hover,
.hs-button.primary:hover {
    background: #0f9;
    border: 1px solid #0f9;
    color: #003f3d
}

a.btn.primary:hover icon,
.btn.primary:hover icon,
div.btn.primary:hover icon,
.hs-button.primary:hover icon {
    color: #003f3d
}

a.btn.primary-bg,
.btn.primary-bg,
div.btn.primary-bg,
.hs-button.primary-bg {
    color: #00201f;
    background: #fbfbfb;
    border: 1px solid #fbfbfb
}

a.btn.primary-bg:hover,
.btn.primary-bg:hover,
div.btn.primary-bg:hover,
.hs-button.primary-bg:hover {
    background: #0f9;
    border: 1px solid #0f9;
    color: #003f3d
}

a.btn.primary-bg:focus::after,
.btn.primary-bg:focus::after,
div.btn.primary-bg:focus::after,
.hs-button.primary-bg:focus::after {
    border: 2px solid #fbfbfb
}

a.btn.ghost-bg,
.btn.ghost-bg,
div.btn.ghost-bg,
.hs-button.ghost-bg {
    border: 1px solid #fbfbfb;
    background: rgba(0, 12, 11, .4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #fbfbfb
}

a.btn.ghost-bg:hover,
.btn.ghost-bg:hover,
div.btn.ghost-bg:hover,
.hs-button.ghost-bg:hover {
    background: rgba(0, 12, 11, .6);
    border: 1px solid #fbfbfb
}

a.btn.ghost-bg:focus::after,
.btn.ghost-bg:focus::after,
div.btn.ghost-bg:focus::after,
.hs-button.ghost-bg:focus::after {
    border: 2px solid #fff
}

a.btn.text-white,
.btn.text-white,
div.btn.text-white,
.hs-button.text-white {
    background: none;
    border: none !important;
    color: #e3e9ec
}

a.btn.text-white span,
.btn.text-white span,
div.btn.text-white span,
.hs-button.text-white span {
    text-decoration: underline
}

a.btn.text-white:hover,
.btn.text-white:hover,
div.btn.text-white:hover,
.hs-button.text-white:hover {
    color: #65c8c3
}

a.btn.text-white:focus::after,
.btn.text-white:focus::after,
div.btn.text-white:focus::after,
.hs-button.text-white:focus::after {
    border: 2px solid #fff;
    top: -4px;
    left: -6px;
    bottom: -4px;
    right: -6px;
    border-radius: 8px
}

a.btn.text,
.btn.text,
div.btn.text,
.hs-button.text {
    background: none;
    border: none !important;
    color: #000
}

a.btn.text span,
.btn.text span,
div.btn.text span,
.hs-button.text span {
    text-decoration: underline
}

a.btn.text:hover,
.btn.text:hover,
div.btn.text:hover,
.hs-button.text:hover {
    color: #00605c
}

a.btn.text:focus::after,
.btn.text:focus::after,
div.btn.text:focus::after,
.hs-button.text:focus::after {
    border: 2px solid #000;
    top: -4px;
    left: -6px;
    bottom: -4px;
    right: -6px;
    border-radius: 8px
}

a.btn.subtle,
.btn.subtle,
div.btn.subtle,
.hs-button.subtle {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #37484f
}

a.btn.subtle:hover,
.btn.subtle:hover,
div.btn.subtle:hover,
.hs-button.subtle:hover {
    background: #33b6ad;
    border: 1px solid #33b6ad;
    color: #000c0b
}

a.btn.subtle:focus::after,
.btn.subtle:focus::after,
div.btn.subtle:focus::after,
.hs-button.subtle:focus::after {
    border: 2px solid #000
}

a.btn.bam,
.btn.bam,
div.btn.bam,
.hs-button.bam {
    border: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), #ee2737;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%), #ee2737;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%), #ee2737;
    color: #fbfbfb
}

a.btn.bam:hover,
.btn.bam:hover,
div.btn.bam:hover,
.hs-button.bam:hover {
    background: #be1f2c
}

a.btn.bam:focus::after,
.btn.bam:focus::after,
div.btn.bam:focus::after,
.hs-button.bam:focus::after {
    border: 2px solid #000
}

.filters-wrapper {
    margin-bottom: 40px
}

@media(min-width: 768px) {
    .filters-wrapper {
        margin-bottom: 64px
    }
}

@media(min-width: 1024px) {
    .filters-wrapper {
        margin-bottom: 80px
    }
}

.filters-wrapper__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.filters-wrapper__filters--filter {
    position: relative
}

.filters-wrapper__filters--filter.is-active .filter-trigger {
    background: #f8f8f8
}

.filters-wrapper__filters--filter.is-active .filter-trigger svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filters-wrapper__filters--filter.is-active .filter-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 576px) {
    .filters-wrapper__filters--filter {
        width: 100%
    }
    .filters-wrapper__filters--filter .filter-trigger {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .filters-wrapper__filters--filter .filter-dropdown {
        width: 100% !important;
        max-width: 100%
    }
}

.filters-wrapper .filter-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: relative;
    border-radius: 20px;
    padding: 12px 24px;
    border: 1px solid #c8d4d9;
    background: #fff;
    font-size: 1rem;
    color: #37484f;
    font-family: "din-2014", sans-serif;
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.filters-wrapper .filter-trigger:hover {
    background: #f8f8f8
}

.filters-wrapper .filter-trigger:focus-within::after {
    content: "";
    position: absolute;
    border-radius: 24px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #000
}

.filters-wrapper .filter-dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 209px;
    max-height: 172px;
    padding: 0 12px 0 16px;
    gap: 4px;
    border-radius: 20px;
    border: 1px solid #c8d4d9;
    background: #fff;
    z-index: 10
}

.filters-wrapper .filter-dropdown .scroll-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    overflow: auto;
    padding: 16px 0
}

.filters-wrapper .filter-dropdown .scroll-wrapper::-webkit-scrollbar {
    width: 6px
}

.filters-wrapper .filter-dropdown .scroll-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    margin: 20px 0
}

.filters-wrapper .filter-dropdown .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #c8d4d9;
    border-radius: 10px
}

.filters-wrapper .filter-dropdown .checkbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filters-wrapper .filter-dropdown .checkbox-item .filter-checkbox {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0
}

.filters-wrapper .filter-dropdown .checkbox-item .filter-checkbox:focus~.checkmark {
    background: rgba(0, 12, 11, .2) !important
}

.filters-wrapper .filter-dropdown .checkbox-item .filter-checkbox:checked~.checkmark {
    background-color: #1b2428 !important
}

.filters-wrapper .filter-dropdown .checkbox-item .filter-checkbox:checked~.checkmark::after {
    display: block
}

.filters-wrapper .filter-dropdown .checkbox-item .checkmark {
    position: relative;
    height: 28px;
    width: 28px;
    min-width: 28px;
    border: 1px solid #1b2428;
    border-radius: 8px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.filters-wrapper .filter-dropdown .checkbox-item .checkmark::after {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 17px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M15.9782 1.60163L5.97819 11.6016C5.89109 11.689 5.7876 11.7584 5.67364 11.8057C5.55969 11.853 5.43751 11.8774 5.31413 11.8774C5.19074 11.8774 5.06856 11.853 4.95461 11.8057C4.84065 11.7584 4.73716 11.689 4.65006 11.6016L0.275064 7.22663C0.187858 7.13942 0.118682 7.03589 0.0714867 6.92195C0.0242912 6.80801 1.29947e-09 6.68589 0 6.56256C-1.29947e-09 6.43924 0.0242912 6.31712 0.0714867 6.20318C0.118682 6.08924 0.187858 5.98571 0.275064 5.8985C0.36227 5.8113 0.465798 5.74212 0.579738 5.69492C0.693678 5.64773 0.815799 5.62344 0.939126 5.62344C1.06245 5.62344 1.18457 5.64773 1.29851 5.69492C1.41245 5.74212 1.51598 5.8113 1.60319 5.8985L5.31491 9.61022L14.6516 0.275064C14.8277 0.0989432 15.0666 0 15.3157 0C15.5648 0 15.8036 0.0989432 15.9797 0.275064C16.1559 0.451184 16.2548 0.690055 16.2548 0.939126C16.2548 1.1882 16.1559 1.42707 15.9797 1.60319L15.9782 1.60163Z' fill='%23FBFBFB'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center
}

.filters-wrapper__active-tags {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px
}

.filters-wrapper__active-tags.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease
}

.filters-wrapper__active-tags .clear-all-btn,
.filters-wrapper__active-tags .filter-chip {
    font-size: .75rem;
    padding: 7px 12px;
    border-radius: 9999px;
    color: #37484f;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.5;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-family: inherit
}

.filters-wrapper__active-tags .filter-chip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: #ededed;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
    position: relative
}

.filters-wrapper__active-tags .filter-chip:hover {
    border-color: #a6b6bd
}

.filters-wrapper__active-tags .filter-chip:focus-visible {
    outline: none
}

.filters-wrapper__active-tags .filter-chip:focus::after,
.filters-wrapper__active-tags .filter-chip:focus-within::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 24px;
    border: 2px solid #000
}

@media(min-width: 2048px) {
    .filters-wrapper .filter-trigger {
        font-size: 18px;
        line-height: 22px
    }
    .filters-wrapper__active-tags .filter-chip span,
    .filters-wrapper__active-tags .clear-all-btn,
    .filters-wrapper__active-tags .filter-chip {
        font-size: 14px
    }
}

.footer-spacer {
    padding-bottom: calc(100svh + 1px)
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100svh + 1px);
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    background: #00302e;
    bottom: 0;
    z-index: 0;
    left: 0;
    right: 0;
    width: 100%
}

.footer .container {
    padding-left: 0;
    padding-right: 0
}

.footer-wrapper {
    max-height: calc(100svh + 1px);
    padding: 120px 20px 48px 20px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.footer-wrapper::-webkit-scrollbar {
    display: none
}

.footer ul {
    list-style: none;
    padding-left: 0
}

.footer a,
.footer .social-icon a,
.footer .custom-link.without-btn {
    text-decoration: none;
    position: relative
}

.footer a:hover,
.footer .social-icon a:hover,
.footer .custom-link.without-btn:hover {
    color: #65c8c3;
    text-decoration: underline
}

.footer a:focus,
.footer .social-icon a:focus,
.footer .custom-link.without-btn:focus {
    color: #fff;
    text-decoration: underline
}

.footer a:focus-visible::after,
.footer .social-icon a:focus-visible::after,
.footer .custom-link.without-btn:focus-visible::after {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -6px;
    right: -6px;
    border: 2px solid #f4f4f4;
    border-radius: 8px;
    pointer-events: none
}

.footer * {
    color: #e3e9ec;
    font-family: "din-2014"
}

.footer .footer-wrapper__socials,
.footer .socials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.footer .socials-wrapper {
    display: none
}

.footer .socials-wrapper .social-icon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.footer .socials-wrapper .social-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper__menu {
    margin-bottom: 50px
}

.footer-wrapper__menu--item {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.footer-wrapper__menu--item:not(:last-child) {
    margin-bottom: 26px
}

.footer-wrapper__menu--item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    font-size: .875rem;
    line-height: 1.125rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-wrapper__menu--item .title svg {
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.footer-wrapper__menu--item.active .title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-wrapper__menu--item .menu-wrapper {
    display: none
}

.footer-wrapper__menu--item .menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-wrapper__menu--item .menu-wrapper ul li {
    margin-top: 16px
}

.footer-wrapper__menu--item .custom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    margin-top: 16px;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper__menu--item .custom-link .link.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.footer-wrapper__menu--item .custom-link .btn {
    border-radius: 8px;
    color: #000c0b;
    font-family: "din-2014";
    font-size: .5rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: .96px;
    padding: 8px;
    border: none !important;
    background: #33b6ad;
    margin-left: 10px;
    cursor: default
}

.footer-wrapper__menu--item .custom-link .btn:focus-visible::after {
    border: 2px solid #fff;
    border-radius: 8px
}

.footer-wrapper__menu--item .custom-link .btn:focus:not(:focus-visible)::after {
    display: none
}

.footer-wrapper__menu--item .custom-link .btn:hover {
    text-decoration: none
}

.footer-wrapper__bottom--img {
    margin-top: 40px;
    margin-bottom: 42px
}

.footer-wrapper__bottom--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .4);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media(max-width: 768px) {
    .footer {
        position: static;
        min-height: calc(100svh + 120px)
    }
    .footer-wrapper {
        max-height: 100%
    }
    .footer-spacer {
        padding-bottom: 100px;
        background-color: #00302e;
        margin-top: -100px
    }
}

@media(min-width: 768px) {
    .footer-wrapper {
        padding-left: 64px;
        padding-right: 64px
    }
}

@media(min-width: 1024px) {
    .footer-wrapper {
        padding: 140px 80px 48px 80px
    }
    .footer .footer-wrapper__socials.mobile {
        display: none
    }
    .footer .socials-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .footer-wrapper__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer-wrapper__menu--item:not(:last-child) {
        margin-bottom: 0
    }
    .footer-wrapper__menu--item .menu-wrapper {
        display: block !important
    }
    .footer-wrapper__menu--item .menu-wrapper a {
        display: block;
        font-size: .875rem;
        line-height: 1.25rem
    }
    .footer-wrapper__menu--item .title {
        font-weight: 600;
        line-height: 1.25rem;
        font-size: 1rem
    }
    .footer-wrapper__menu--item .title svg {
        display: none
    }
    .footer-wrapper__bottom--img {
        margin-top: 100px;
        margin-bottom: 80px
    }
    .footer-wrapper__bottom--img img {
        width: 100%
    }
    .footer-wrapper__bottom--links {
        border: none
    }
}

.footer-wrapper__bottom--links .menu-wrapper {
    width: 100%
}

.footer-wrapper__bottom--links .menu-wrapper ul {
    padding: 8px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.footer-wrapper__bottom--links .menu-wrapper ul::before,
.footer-wrapper__bottom--links .menu-wrapper ul::after {
    display: none
}

.footer-wrapper__bottom--links .menu-wrapper ul li {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

@media(min-width: 2048px) {
    .footer-wrapper__menu--item .title {
        font-size: 1.125rem;
        line-height: 133.333%
    }
    .footer-wrapper__menu--item .menu-wrapper a {
        font-size: 1rem;
        line-height: 125%
    }
}

form,
.prod-configurator-wrapper__steps--step {
    --hsf-field-label__font-family: "din-2014", Inter;
    --hsf-field-input__color: #374151;
    --hsf-field-input__background-color: #f8f8f8;
    --hsf-field-input__border-color: #c8d4d9;
    --hsf-field-input__font-family: "din-2014";
    --hsf-default-field-description__font-family: "din-2014";
    --hsf-field-description__color: #37484f;
    --hsf-erroralert__font-family: "Inter";
    --hsf-erroralert__font-size: 12px;
    --hsf-erroralert__color: #be1f2c;
    --hsf-field-description__font-size: 12px
}

form input[type=checkbox],
form input[type=radio],
.prod-configurator-wrapper__steps--step input[type=checkbox],
.prod-configurator-wrapper__steps--step input[type=radio] {
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 1px solid #445a64 !important;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer
}

form input[type=checkbox]:hover,
form input[type=radio]:hover,
.prod-configurator-wrapper__steps--step input[type=checkbox]:hover,
.prod-configurator-wrapper__steps--step input[type=radio]:hover {
    background: #e3e9ec;
    border: 1px solid #1b2428
}

form input[type=radio],
.prod-configurator-wrapper__steps--step input[type=radio] {
    border-radius: 100% !important
}

form input[type=checkbox],
.prod-configurator-wrapper__steps--step input[type=checkbox] {
    border-radius: 8px !important
}

form input[type=checkbox]:checked,
form input[type=radio]:checked,
.prod-configurator-wrapper__steps--step input[type=checkbox]:checked,
.prod-configurator-wrapper__steps--step input[type=radio]:checked {
    background-color: #00a499;
    border-color: #00a499 !important
}

form input[type=checkbox]:checked:hover,
form input[type=radio]:checked:hover,
.prod-configurator-wrapper__steps--step input[type=checkbox]:checked:hover,
.prod-configurator-wrapper__steps--step input[type=radio]:checked:hover {
    background: #00817a !important;
    border: 1px solid #00817a !important
}

form input[type=checkbox]:checked::after,
.prod-configurator-wrapper__steps--step input[type=checkbox]:checked::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE3IDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTUuOTc4MiAxLjYwMTYzTDUuOTc4MTkgMTEuNjAxNkM1Ljg5MTA5IDExLjY4OSA1Ljc4NzYgMTEuNzU4NCA1LjY3MzY0IDExLjgwNTdDNS41NTk2OSAxMS44NTMgNS40Mzc1MSAxMS44Nzc0IDUuMzE0MTMgMTEuODc3NEM1LjE5MDc0IDExLjg3NzQgNS4wNjg1NiAxMS44NTMgNC45NTQ2MSAxMS44MDU3QzQuODQwNjUgMTEuNzU4NCA0LjczNzE2IDExLjY4OSA0LjY1MDA2IDExLjYwMTZMMC4yNzUwNjQgNy4yMjY2M0MwLjE4Nzg1OCA3LjEzOTQyIDAuMTE4NjgyIDcuMDM1ODkgMC4wNzE0ODY3IDYuOTIxOTVDMC4wMjQyOTEyIDYuODA4MDEgMS4yOTk0N2UtMDkgNi42ODU4OSAwIDYuNTYyNTZDLTEuMjk5NDdlLTA5IDYuNDM5MjQgMC4wMjQyOTEyIDYuMzE3MTIgMC4wNzE0ODY3IDYuMjAzMThDMC4xMTg2ODIgNi4wODkyNCAwLjE4Nzg1OCA1Ljk4NTcxIDAuMjc1MDY0IDUuODk4NUMwLjM2MjI3IDUuODExMyAwLjQ2NTc5OCA1Ljc0MjEyIDAuNTc5NzM4IDUuNjk0OTJDMC42OTM2NzggNS42NDc3MyAwLjgxNTc5OSA1LjYyMzQ0IDAuOTM5MTI2IDUuNjIzNDRDMS4wNjI0NSA1LjYyMzQ0IDEuMTg0NTcgNS42NDc3MyAxLjI5ODUxIDUuNjk0OTJDMS40MTI0NSA1Ljc0MjEyIDEuNTE1OTggNS44MTEzIDEuNjAzMTkgNS44OTg1TDUuMzE0OTEgOS42MTAyMkwxNC42NTE2IDAuMjc1MDY0QzE0LjgyNzcgMC4wOTg5NDMyIDE1LjA2NjYgMCAxNS4zMTU3IDBDMTUuNTY0OCAwIDE1LjgwMzYgMC4wOTg5NDMyIDE1Ljk3OTggMC4yNzUwNjRDMTYuMTU1OSAwLjQ1MTE4NCAxNi4yNTQ4IDAuNjkwMDU1IDE2LjI1NDggMC45MzkxMjZDMTYuMjU0OCAxLjE4ODIgMTYuMTU1OSAxLjQyNzA3IDE1Ljk3OTggMS42MDMxOUwxNS45NzgyIDEuNjAxNjNaIiBmaWxsPSIjRkJGQkZCIi8+Cjwvc3ZnPg==") !important;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE3IDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTUuOTc4MiAxLjYwMTYzTDUuOTc4MTkgMTEuNjAxNkM1Ljg5MTA5IDExLjY4OSA1Ljc4NzYgMTEuNzU4NCA1LjY3MzY0IDExLjgwNTdDNS41NTk2OSAxMS44NTMgNS40Mzc1MSAxMS44Nzc0IDUuMzE0MTMgMTEuODc3NEM1LjE5MDc0IDExLjg3NzQgNS4wNjg1NiAxMS44NTMgNC45NTQ2MSAxMS44MDU3QzQuODQwNjUgMTEuNzU4NCA0LjczNzE2IDExLjY4OSA0LjY1MDA2IDExLjYwMTZMMC4yNzUwNjQgNy4yMjY2M0MwLjE4Nzg1OCA3LjEzOTQyIDAuMTE4NjgyIDcuMDM1ODkgMC4wNzE0ODY3IDYuOTIxOTVDMC4wMjQyOTEyIDYuODA4MDEgMS4yOTk0N2UtMDkgNi42ODU4OSAwIDYuNTYyNTZDLTEuMjk5NDdlLTA5IDYuNDM5MjQgMC4wMjQyOTEyIDYuMzE3MTIgMC4wNzE0ODY3IDYuMjAzMThDMC4xMTg2ODIgNi4wODkyNCAwLjE4Nzg1OCA1Ljk4NTcxIDAuMjc1MDY0IDUuODk4NUMwLjM2MjI3IDUuODExMyAwLjQ2NTc5OCA1Ljc0MjEyIDAuNTc5NzM4IDUuNjk0OTJDMC42OTM2NzggNS42NDc3MyAwLjgxNTc5OSA1LjYyMzQ0IDAuOTM5MTI2IDUuNjIzNDRDMS4wNjI0NSA1LjYyMzQ0IDEuMTg0NTcgNS42NDc3MyAxLjI5ODUxIDUuNjk0OTJDMS40MTI0NSA1Ljc0MjEyIDEuNTE1OTggNS44MTEzIDEuNjAzMTkgNS44OTg1TDUuMzE0OTEgOS42MTAyMkwxNC42NTE2IDAuMjc1MDY0QzE0LjgyNzcgMC4wOTg5NDMyIDE1LjA2NjYgMCAxNS4zMTU3IDBDMTUuNTY0OCAwIDE1LjgwMzYgMC4wOTg5NDMyIDE1Ljk3OTggMC4yNzUwNjRDMTYuMTU1OSAwLjQ1MTE4NCAxNi4yNTQ4IDAuNjkwMDU1IDE2LjI1NDggMC45MzkxMjZDMTYuMjU0OCAxLjE4ODIgMTYuMTU1OSAxLjQyNzA3IDE1Ljk3OTggMS42MDMxOUwxNS45NzgyIDEuNjAxNjNaIiBmaWxsPSIjRkJGQkZCIi8+Cjwvc3ZnPg==") !important;
    background-color: #fff !important;
    width: 20px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-48%, -50%);
    -ms-transform: translate(-48%, -50%);
    transform: translate(-48%, -50%);
    height: auto
}

form input[type=radio]:checked::after,
.prod-configurator-wrapper__steps--step input[type=radio]:checked::after {
    content: "";
    background-color: #fff !important;
    top: 50% !important;
    width: 20px !important;
    height: 20px !important;
    left: 50% !important;
    -webkit-transform: translate(-48%, -50%);
    -ms-transform: translate(-48%, -50%);
    transform: translate(-48%, -50%)
}

form input[type=checkbox]:focus-visible,
form input[type=radio]:focus-visible,
.prod-configurator-wrapper__steps--step input[type=checkbox]:focus-visible,
.prod-configurator-wrapper__steps--step input[type=radio]:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px
}

form input[type=checkbox]:disabled,
form input[type=radio]:disabled,
.prod-configurator-wrapper__steps--step input[type=checkbox]:disabled,
.prod-configurator-wrapper__steps--step input[type=radio]:disabled {
    border: 1px solid #e1e1e1 !important;
    background: #e1e1e1 !important
}

form .hsfc-TextInput,
form .hsfc-TextareaInput,
.prod-configurator-wrapper__steps--step .hsfc-TextInput,
.prod-configurator-wrapper__steps--step .hsfc-TextareaInput {
    border-radius: 10px !important;
    padding: 9px 24px !important;
    -webkit-transition: color .2s ease !important;
    -o-transition: color .2s ease !important;
    transition: color .2s ease !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    line-height: 20px !important;
    position: relative
}

form .hsfc-TextInput:hover,
form .hsfc-TextareaInput:hover,
.prod-configurator-wrapper__steps--step .hsfc-TextInput:hover,
.prod-configurator-wrapper__steps--step .hsfc-TextareaInput:hover {
    border-color: #1b2428;
    background: #e3e9ec !important
}

form .hsfc-TextInput input:focus,
form .hsfc-TextareaInput input:focus,
.prod-configurator-wrapper__steps--step .hsfc-TextInput input:focus,
.prod-configurator-wrapper__steps--step .hsfc-TextareaInput input:focus {
    outline: none
}

form .hsfc-TextInput[aria-invalid=true],
.prod-configurator-wrapper__steps--step .hsfc-TextInput[aria-invalid=true] {
    border: 1px solid #be1f2c !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.125 0C6.51803 0 4.94714 0.476523 3.611 1.36931C2.27485 2.2621 1.23344 3.53105 0.618482 5.0157C0.00352044 6.50035 -0.157382 8.13401 0.156123 9.71011C0.469628 11.2862 1.24346 12.7339 2.37976 13.8702C3.51606 15.0065 4.9638 15.7804 6.53989 16.0939C8.11599 16.4074 9.74966 16.2465 11.2343 15.6315C12.719 15.0166 13.9879 13.9752 14.8807 12.639C15.7735 11.3029 16.25 9.73197 16.25 8.125C16.2477 5.97081 15.391 3.90551 13.8677 2.38227C12.3445 0.85903 10.2792 0.00227486 8.125 0ZM8.125 15C6.76526 15 5.43605 14.5968 4.30546 13.8414C3.17487 13.0859 2.29368 12.0122 1.77333 10.7559C1.25298 9.49971 1.11683 8.11737 1.3821 6.78375C1.64738 5.45013 2.30216 4.22513 3.26364 3.26364C4.22513 2.30215 5.45014 1.64737 6.78376 1.3821C8.11738 1.11683 9.49971 1.25298 10.756 1.77333C12.0122 2.29368 13.0859 3.17487 13.8414 4.30545C14.5968 5.43604 15 6.76525 15 8.125C14.9979 9.94773 14.2729 11.6952 12.9841 12.9841C11.6952 14.2729 9.94773 14.9979 8.125 15ZM7.5 8.75V4.375C7.5 4.20924 7.56585 4.05027 7.68306 3.93306C7.80027 3.81585 7.95924 3.75 8.125 3.75C8.29076 3.75 8.44974 3.81585 8.56695 3.93306C8.68416 4.05027 8.75 4.20924 8.75 4.375V8.75C8.75 8.91576 8.68416 9.07473 8.56695 9.19194C8.44974 9.30915 8.29076 9.375 8.125 9.375C7.95924 9.375 7.80027 9.30915 7.68306 9.19194C7.56585 9.07473 7.5 8.91576 7.5 8.75ZM9.0625 11.5625C9.0625 11.7479 9.00752 11.9292 8.90451 12.0833C8.80149 12.2375 8.65507 12.3577 8.48377 12.4286C8.31246 12.4996 8.12396 12.5182 7.94211 12.482C7.76025 12.4458 7.5932 12.3565 7.46209 12.2254C7.33098 12.0943 7.24169 11.9273 7.20552 11.7454C7.16934 11.5635 7.18791 11.375 7.25887 11.2037C7.32982 11.0324 7.44999 10.886 7.60416 10.783C7.75833 10.68 7.93958 10.625 8.125 10.625C8.37364 10.625 8.6121 10.7238 8.78792 10.8996C8.96373 11.0754 9.0625 11.3139 9.0625 11.5625Z' fill='%23BE1F2C'/%3E%3C/svg%3E") no-repeat right 12px center/17px, -webkit-gradient(linear, left bottom, left top, from(#fbfbfb), to(#fbfbfb)), #f4f4f4 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.125 0C6.51803 0 4.94714 0.476523 3.611 1.36931C2.27485 2.2621 1.23344 3.53105 0.618482 5.0157C0.00352044 6.50035 -0.157382 8.13401 0.156123 9.71011C0.469628 11.2862 1.24346 12.7339 2.37976 13.8702C3.51606 15.0065 4.9638 15.7804 6.53989 16.0939C8.11599 16.4074 9.74966 16.2465 11.2343 15.6315C12.719 15.0166 13.9879 13.9752 14.8807 12.639C15.7735 11.3029 16.25 9.73197 16.25 8.125C16.2477 5.97081 15.391 3.90551 13.8677 2.38227C12.3445 0.85903 10.2792 0.00227486 8.125 0ZM8.125 15C6.76526 15 5.43605 14.5968 4.30546 13.8414C3.17487 13.0859 2.29368 12.0122 1.77333 10.7559C1.25298 9.49971 1.11683 8.11737 1.3821 6.78375C1.64738 5.45013 2.30216 4.22513 3.26364 3.26364C4.22513 2.30215 5.45014 1.64737 6.78376 1.3821C8.11738 1.11683 9.49971 1.25298 10.756 1.77333C12.0122 2.29368 13.0859 3.17487 13.8414 4.30545C14.5968 5.43604 15 6.76525 15 8.125C14.9979 9.94773 14.2729 11.6952 12.9841 12.9841C11.6952 14.2729 9.94773 14.9979 8.125 15ZM7.5 8.75V4.375C7.5 4.20924 7.56585 4.05027 7.68306 3.93306C7.80027 3.81585 7.95924 3.75 8.125 3.75C8.29076 3.75 8.44974 3.81585 8.56695 3.93306C8.68416 4.05027 8.75 4.20924 8.75 4.375V8.75C8.75 8.91576 8.68416 9.07473 8.56695 9.19194C8.44974 9.30915 8.29076 9.375 8.125 9.375C7.95924 9.375 7.80027 9.30915 7.68306 9.19194C7.56585 9.07473 7.5 8.91576 7.5 8.75ZM9.0625 11.5625C9.0625 11.7479 9.00752 11.9292 8.90451 12.0833C8.80149 12.2375 8.65507 12.3577 8.48377 12.4286C8.31246 12.4996 8.12396 12.5182 7.94211 12.482C7.76025 12.4458 7.5932 12.3565 7.46209 12.2254C7.33098 12.0943 7.24169 11.9273 7.20552 11.7454C7.16934 11.5635 7.18791 11.375 7.25887 11.2037C7.32982 11.0324 7.44999 10.886 7.60416 10.783C7.75833 10.68 7.93958 10.625 8.125 10.625C8.37364 10.625 8.6121 10.7238 8.78792 10.8996C8.96373 11.0754 9.0625 11.3139 9.0625 11.5625Z' fill='%23BE1F2C'/%3E%3C/svg%3E") no-repeat right 12px center/17px, -o-linear-gradient(bottom, #fbfbfb 0%, #fbfbfb 100%), #f4f4f4 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.125 0C6.51803 0 4.94714 0.476523 3.611 1.36931C2.27485 2.2621 1.23344 3.53105 0.618482 5.0157C0.00352044 6.50035 -0.157382 8.13401 0.156123 9.71011C0.469628 11.2862 1.24346 12.7339 2.37976 13.8702C3.51606 15.0065 4.9638 15.7804 6.53989 16.0939C8.11599 16.4074 9.74966 16.2465 11.2343 15.6315C12.719 15.0166 13.9879 13.9752 14.8807 12.639C15.7735 11.3029 16.25 9.73197 16.25 8.125C16.2477 5.97081 15.391 3.90551 13.8677 2.38227C12.3445 0.85903 10.2792 0.00227486 8.125 0ZM8.125 15C6.76526 15 5.43605 14.5968 4.30546 13.8414C3.17487 13.0859 2.29368 12.0122 1.77333 10.7559C1.25298 9.49971 1.11683 8.11737 1.3821 6.78375C1.64738 5.45013 2.30216 4.22513 3.26364 3.26364C4.22513 2.30215 5.45014 1.64737 6.78376 1.3821C8.11738 1.11683 9.49971 1.25298 10.756 1.77333C12.0122 2.29368 13.0859 3.17487 13.8414 4.30545C14.5968 5.43604 15 6.76525 15 8.125C14.9979 9.94773 14.2729 11.6952 12.9841 12.9841C11.6952 14.2729 9.94773 14.9979 8.125 15ZM7.5 8.75V4.375C7.5 4.20924 7.56585 4.05027 7.68306 3.93306C7.80027 3.81585 7.95924 3.75 8.125 3.75C8.29076 3.75 8.44974 3.81585 8.56695 3.93306C8.68416 4.05027 8.75 4.20924 8.75 4.375V8.75C8.75 8.91576 8.68416 9.07473 8.56695 9.19194C8.44974 9.30915 8.29076 9.375 8.125 9.375C7.95924 9.375 7.80027 9.30915 7.68306 9.19194C7.56585 9.07473 7.5 8.91576 7.5 8.75ZM9.0625 11.5625C9.0625 11.7479 9.00752 11.9292 8.90451 12.0833C8.80149 12.2375 8.65507 12.3577 8.48377 12.4286C8.31246 12.4996 8.12396 12.5182 7.94211 12.482C7.76025 12.4458 7.5932 12.3565 7.46209 12.2254C7.33098 12.0943 7.24169 11.9273 7.20552 11.7454C7.16934 11.5635 7.18791 11.375 7.25887 11.2037C7.32982 11.0324 7.44999 10.886 7.60416 10.783C7.75833 10.68 7.93958 10.625 8.125 10.625C8.37364 10.625 8.6121 10.7238 8.78792 10.8996C8.96373 11.0754 9.0625 11.3139 9.0625 11.5625Z' fill='%23BE1F2C'/%3E%3C/svg%3E") no-repeat right 12px center/17px, linear-gradient(0deg, #fbfbfb 0%, #fbfbfb 100%), #f4f4f4 !important;
    background-repeat: no-repeat;
    background-position: right 24px center !important
}

form .hsfc-TextInput[aria-invalid=true]:hover,
.prod-configurator-wrapper__steps--step .hsfc-TextInput[aria-invalid=true]:hover {
    border-color: #1b2428;
    background: #e3e9ec !important
}

form .hsfc-FieldDescription,
.prod-configurator-wrapper__steps--step .hsfc-FieldDescription {
    font-weight: 400
}

form .hsfc-ErrorAlert,
.prod-configurator-wrapper__steps--step .hsfc-ErrorAlert {
    padding-left: 8px;
    font-weight: 400
}

form .hsfc-Button,
.prod-configurator-wrapper__steps--step .hsfc-Button {
    --hsf-button__font-family: "din-2014", Inter;
    --hsf-button__font-size: 1rem;
    --hsf-button__font-weight: 400;
    --hsf-button__color: #fbfbfb;
    --hsf-button__padding: 16px 32px;
    --hsf-button__border-radius: 20px;
    --hsf-button__border-style: none;
    --hsf-button__border-color: transparent;
    --hsf-button__background-color: #ee2737;
    --hsf-button__background-image: linear-gradient( 0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%);
    --hsf-button__box-shadow: none
}

form .hsfc-Button:hover,
.prod-configurator-wrapper__steps--step .hsfc-Button:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background: #be1f2c !important
}

form .hsfc-Button:focus,
.prod-configurator-wrapper__steps--step .hsfc-Button:focus {
    outline: none
}

form .hsfc-Button:focus-visible::after,
.prod-configurator-wrapper__steps--step .hsfc-Button:focus-visible::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 2px solid #000;
    border-radius: 20px;
    pointer-events: none
}

form .hsfc-Button:focus:not(:focus-visible)::after,
.prod-configurator-wrapper__steps--step .hsfc-Button:focus:not(:focus-visible)::after {
    display: none
}

form .hsfc-DataPrivacyField .hsfc-Row,
.prod-configurator-wrapper__steps--step .hsfc-DataPrivacyField .hsfc-Row {
    margin-bottom: 8px !important
}

form .hsfc-DataPrivacyField *,
.prod-configurator-wrapper__steps--step .hsfc-DataPrivacyField * {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px !important
}

form .hsfc-Step__Content,
.prod-configurator-wrapper__steps--step .hsfc-Step__Content {
    padding: 0 !important
}

form .hsfc-Step__Content .hsfc-LinkButton,
.prod-configurator-wrapper__steps--step .hsfc-Step__Content .hsfc-LinkButton {
    display: none
}

form .hsfc-Step__Content .hsfc-FieldLabel,
.prod-configurator-wrapper__steps--step .hsfc-Step__Content .hsfc-FieldLabel {
    font-family: "din-2014";
    margin-bottom: 4px !important;
    font-weight: 600;
    gap: 16px !important;
    color: #37484f
}

form .hsfc-Step__Content .hsfc-CheckboxFieldGroup__Options>div:not(:last-child),
.prod-configurator-wrapper__steps--step .hsfc-Step__Content .hsfc-CheckboxFieldGroup__Options>div:not(:last-child) {
    margin-bottom: 16px
}

form .hsfc-Step__Content .hsfc-CheckboxFieldGroup__Options label,
.prod-configurator-wrapper__steps--step .hsfc-Step__Content .hsfc-CheckboxFieldGroup__Options label {
    padding-top: 8px;
    padding-bottom: 8px
}

form .hsfc-Step__Content .hsfc-CheckboxFieldGroup__Options span,
.prod-configurator-wrapper__steps--step .hsfc-Step__Content .hsfc-CheckboxFieldGroup__Options span {
    font-family: "Inter";
    font-size: 12px;
    line-height: 18px
}

body.keyboard .hsfc-TextInput:focus,
body.keyboard .hs-input:focus,
body.keyboard .hs-input:focus,
body.keyboard .hsfc-TextareaInput:focus {
    outline: none
}

body.keyboard .hsfc-TextInput:focus,
body.keyboard .hs-input:focus,
body.keyboard .hs-input:focus,
body.keyboard .hsfc-TextareaInput:focus {
    outline: 2px solid #000 !important;
    outline-offset: 4px !important
}

form {
    width: 100%
}

form .inputs-list {
    padding-left: 0;
    list-style: none;
    margin-top: 24px
}

form .inputs-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

form .inputs-list label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 16px;
    margin-bottom: 16px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

form .inputs-list input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

form .form-columns-1 .input {
    margin-right: 0 !important
}

form .form-columns-1,
form .form-columns-2,
form .form-columns-3 {
    max-width: 100% !important
}

form .form-columns-2,
form .form-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px
}

form .hs-form-field {
    margin-bottom: 16px
}

form .form-columns-2 .hs-form-field .input,
form .form-columns-3 .hs-form-field .input {
    margin-right: 0 !important
}

form .form-columns-3 .field {
    width: 33.333333% !important
}

form label:not(.hs-error-msg) {
    font-family: "din-2014", Inter;
    font-size: 16px;
    font-weight: 600;
    color: #37484f;
    line-height: 20px;
    margin-bottom: 4px;
    display: block
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0 !important
}

form .hs-form-field>label span {
    font-family: "din-2014", Inter;
    font-weight: 600;
    color: #37484f
}

form .hs_firstname .input input,
form .input textarea,
form .hs_message .input input,
form .hs-fieldtype-number .input input,
form .hs_lastname .input input,
form .hs-fieldtype-date .input input,
form .hs_phone .input input,
form .hs_company .input input,
form .hs_mobilephone .input input,
form .hs_state .input input,
form .hs_country .input input,
form .hs_city .input input,
form .hs_address .input input,
form .hs_email .input input,
form .hs-fieldtype-text .input input,
form .hs-fieldtype-select .input input,
form .hs_message .input input,
form .hs-fieldtype-textarea .input input,
form .hs_firstname .input textarea,
form .hs_lastname .input textarea,
form .hs-fieldtype-date .input textarea,
form .hs_phone .input textarea,
form .hs_company .input textarea,
form .hs_mobilephone .input textarea,
form .hs_state .input textarea,
form .hs_country .input textarea,
form .hs_city .input textarea,
form .hs_address .input textarea,
form .hs_email .input textarea,
form .hs-fieldtype-text .input textarea,
form .hs-fieldtype-select .input textarea,
form .hs_message .input textarea,
form .hs-fieldtype-textarea .input textarea,
form .hs_firstname .input select,
form .hs_lastname .input select,
form .hs_phone .input select,
form .hs_company .input select,
form .hs_mobilephone .input select,
form .hs_state .input select,
form .hs_country .input select,
form .hs_city .input select,
form .hs_address .input select,
form .hs_email .input select,
form .hs-fieldtype-text .input select,
form .hs-fieldtype-select .input select,
form .hs_message .input select,
form .hs-fieldtype-textarea .input select {
    width: 100% !important;
    background-color: #f8f8f8;
    border: 1px solid #c8d4d9;
    border-radius: 10px !important;
    padding: 9px 24px !important;
    color: #374151;
    font-family: "din-2014", Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px !important;
    -webkit-transition: color .2s ease !important;
    -o-transition: color .2s ease !important;
    transition: color .2s ease !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form .hs-input input:focus,
.prod-configurator-wrapper__steps--step input:focus {
    outline: none !important
}

form .hs-input:not([type=checkbox]):not([type=radio]):hover,
form textarea:hover,
.prod-configurator-wrapper__steps--step .hs-input:not([type=checkbox]):not([type=radio]):hover,
.prod-configurator-wrapper__steps--step textarea:hover {
    border-color: #1b2428;
    background: #e3e9ec !important
}

form textarea {
    min-height: 80px
}

form input[type=checkbox],
.prod-configurator-wrapper__steps--step input[type=checkbox],
form input[type=radio],
.prod-configurator-wrapper__steps--step input[type=radio] {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    border: 1px solid #445a64 !important;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: #f8f8f8;
    margin-top: 0 !important
}

form input[type=radio] {
    border-radius: 100% !important
}

form input[type=checkbox] {
    border-radius: 8px !important
}

form input[type=checkbox]:hover,
form input[type=radio]:hover {
    background: #e3e9ec;
    border: 1px solid #1b2428
}

form input[type=checkbox]:checked,
form input[type=radio]:checked {
    background-color: #1b2428 !important;
    border-color: #1b2428 !important
}

form input[type=checkbox]:checked:hover,
form input[type=radio]:checked:hover {
    background: #1b2428 !important;
    border: 1px solid #1b2428 !important
}

form input[type=checkbox]:checked::after,
.prod-configurator-wrapper__steps--step input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE3IDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTUuOTc4MiAxLjYwMTYzTDUuOTc4MTkgMTEuNjAxNkM1Ljg5MTA5IDExLjY4OSA1Ljc4NzYgMTEuNzU4NCA1LjY3MzY0IDExLjgwNTdDNS41NTk2OSAxMS44NTMgNS40Mzc1MSAxMS44Nzc0IDUuMzE0MTMgMTEuODc3NEM1LjE5MDc0IDExLjY3NzQgNS4wNjg1NiAxMS44NTMgNC45NTQ2MSAxMS44MDU3QzQuODQwNjUgMTEuNzU4NCA0LjczNzE2IDExLjY4OSA0LjY1MDA2IDExLjYwMTZMMC4yNzUwNjQgNy4yMjY2M0MwLjE4Nzg1OCA3LjEzOTQyIDAuMTE4NjgyIDcuMDM1ODkgMC4wNzE0ODY3IDYuOTIxOTVDMC4wMjQyOTEyIDYuODA4MDEgMS4yOTk0N2UtMDkgNi42ODU4OSAwIDYuNTYyNTZDLTEuMjk5NDdlLTA5IDYuNDM5MjQgMC4wMjQyOTEyIDYuMzE3MTIgMC4wNzE0ODY3IDYuMjAzMThDMC4xMTg2ODIgNi4wODkyNCAwLjE4Nzg1OCA1Ljk4NTcxIDAuMjc1MDY0IDUuODk4NUMwLjM2MjI3IDUuODExMyAwLjQ2NTc5OCA1Ljc0MjEyIDAuNTc5NzM4IDUuNjk0OTJDMC42OTM2NzggNS42NDc3MyAwLjgxNTc5OSA1LjYyMzQ0IDAuOTM5MTI2IDUuNjIzNDRDMS4wNjI0NSA1LjYyMzQ0IDEuMTg0NTcgNS42NDc3MyAxLjI5ODUxIDUuNjk0OTJDMS40MTI0NSA1Ljc0MjEyIDEuNTE1OTggNS44MTEzIDEuNjAzMTkgNS44OTg1TDUuMzE0OTEgOS42MTAyMkwxNC42NTE2IDAuMjc1MDY0QzE0LjgyNzcgMC4wOTg5NDMyIDE1LjA2NjYgMCAxNS4zMTU3IDBDMTUuNTY0OCAwIDE1LjgwMzYgMC4wOTg5NDMyIDE1Ljk3OTggMC4yNzUwNjRDMTYuMTU1OSAwLjQ1MTE4NCAxNi4yNTQ4IDAuNjkwMDU1IDE2LjI1NDggMC45MzkxMjZDMTYuMjU0OCAxLjE4ODIgMTYuMTU1OSAxLjQyNzA3IDE1Ljk3OTggMS42MDMxOUwxNS45NzgyIDEuNjAxNjNaIiBmaWxsPSIjRkJGQkZCIi8+Cjwvc3ZnPg==") !important;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE3IDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTUuOTc4MiAxLjYwMTYzTDUuOTc4MTkgMTEuNjAxNkM1Ljg5MTA5IDExLjY4OSA1Ljc4NzYgMTEuNzU4NCA1LjY3MzY0IDExLjgwNTdDNS41NTk2OSAxMS44NTMgNS40Mzc1MSAxMS44Nzc0IDUuMzE0MTMgMTEuODc3NEM1LjE5MDc0IDExLjY3NzQgNS4wNjg1NiAxMS44NTMgNC45NTQ2MSAxMS44MDU3QzQuODQwNjUgMTEuNzU4NCA0LjczNzE2IDExLjY4OSA0LjY1MDA2IDExLjYwMTZMMC4yNzUwNjQgNy4yMjY2M0MwLjE4Nzg1OCA3LjEzOTQyIDAuMTE4NjgyIDcuMDM1ODkgMC4wNzE0ODY3IDYuOTIxOTVDMC4wMjQyOTEyIDYuODA4MDEgMS4yOTk0N2UtMDkgNi42ODU4OSAwIDYuNTYyNTZDLTEuMjk5NDdlLTA5IDYuNDM5MjQgMC4wMjQyOTEyIDYuMzE3MTIgMC4wNzE0ODY3IDYuMjAzMThDMC4xMTg2ODIgNi4wODkyNCAwLjE4Nzg1OCA1Ljk4NTcxIDAuMjc1MDY0IDUuODk4NUMwLjM2MjI3IDUuODExMyAwLjQ2NTc5OCA1Ljc0MjEyIDAuNTc5NzM4IDUuNjk0OTJDMC42OTM2NzggNS42NDc3MyAwLjgxNTc5OSA1LjYyMzQ0IDAuOTM5MTI2IDUuNjIzNDRDMS4wNjI0NSA1LjYyMzQ0IDEuMTg0NTcgNS42NDc3MyAxLjI5ODUxIDUuNjk0OTJDMS40MTI0NSA1Ljc0MjEyIDEuNTE1OTggNS44MTEzIDEuNjAzMTkgNS44OTg1TDUuMzE0OTEgOS42MTAyMkwxNC42NTE2IDAuMjc1MDY0QzE0LjgyNzcgMC4wOTg5NDMyIDE1LjA2NjYgMCAxNS4zMTU3IDBDMTUuNTY0OCAwIDE1LjgwMzYgMC4wOTg5NDMyIDE1Ljk3OTggMC4yNzUwNjRDMTYuMTU1OSAwLjQ1MTE4NCAxNi4yNTQ4IDAuNjkwMDU1IDE2LjI1NDggMC45MzkxMjZDMTYuMjU0OCAxLjE4ODIgMTYuMTU1OSAxLjQyNzA3IDE1Ljk3OTggMS42MDMxOUwxNS45NzgyIDEuNjAxNjNaIiBmaWxsPSIjRkJGQkZCIi8+Cjwvc3ZnPg==") !important;
    background-color: #fff !important;
    width: 18px;
    height: 14px;
    top: 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%)
}

form input[type=radio]:checked::after,
.prod-configurator-wrapper__steps--step input[type=radio]:checked::after {
    content: "";
    position: absolute;
    background-color: #fff !important;
    top: 50%;
    left: 50%;
    width: 12px !important;
    height: 12px !important;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

form .hs-fieldtype-select .hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xNC4wOTA2IDBMMTUgMC45NzAzMTJMNy41IDlMMCAwLjk3MDMxMkwwLjkwNDY4OCAwTDcuNSA3LjA1NDY5TDE0LjA5MDYgMFoiIGZpbGw9IiMxMzE2MkEiLz4KPC9zdmc+") !important;
    background-position: calc(100% - 15px) 52% !important;
    background-repeat: no-repeat !important;
    padding-right: 40px !important
}

form .hs_submit .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px
}

form .hs_submit .actions .hs-button {
    background: #00201f !important;
    border: 1px solid #00201f !important;
    color: #fbfbfb;
    font-family: "din-2014", Inter;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 32px !important;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    line-height: 22px
}

form .hs_submit .actions .hs-button:hover {
    background: #0f9 !important;
    border: 1px solid #0f9 !important;
    color: #003f3d !important
}

form .hs-error-msgs,
form .hs_error_rollup {
    list-style: none;
    padding: 0;
    margin: 4px 0 10px 0
}

form .hs-error-msgs li label {
    color: #be1f2c !important;
    font-family: "Inter", "din-2014";
    font-size: 12px;
    font-weight: 400
}

form .hs-input.error,
form .hs-input[aria-invalid=true] {
    border: 1px solid #be1f2c !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.125 0C6.51803 0 4.94714 0.476523 3.611 1.36931C2.27485 2.2621 1.23344 3.53105 0.618482 5.0157C0.00352044 6.50035 -0.157382 8.13401 0.156123 9.71011C0.469628 11.2862 1.24346 12.7339 2.37976 13.8702C3.51606 15.0065 4.9638 15.7804 6.53989 16.0939C8.11599 16.4074 9.74966 16.2465 11.2343 15.6315C12.719 15.0166 13.9879 13.9752 14.8807 12.639C15.7735 11.3029 16.25 9.73197 16.25 8.125C16.2477 5.97081 15.391 3.90551 13.8677 2.38227C12.3445 0.85903 10.2792 0.00227486 8.125 0ZM8.125 15C6.76526 15 5.43605 14.5968 4.30546 13.8414C3.17487 13.0859 2.29368 12.0122 1.77333 10.7559C1.25298 9.49971 1.11683 8.11737 1.3821 6.78375C1.64738 5.45013 2.30216 4.22513 3.26364 3.26364C4.22513 2.30215 5.45014 1.64737 6.78376 1.3821C8.11738 1.11683 9.49971 1.25298 10.756 1.77333C12.0122 2.29368 13.0859 3.17487 13.8414 4.30545C14.5968 5.43604 15 6.76525 15 8.125C14.9979 9.94773 14.2729 11.6952 12.9841 12.9841C11.6952 14.2729 9.94773 14.9979 8.125 15ZM7.5 8.75V4.375C7.5 4.20924 7.56585 4.05027 7.68306 3.93306C7.80027 3.81585 7.95924 3.75 8.125 3.75C8.29076 3.75 8.44974 3.81585 8.56695 3.93306C8.68416 4.05027 8.75 4.20924 8.75 4.375V8.75C8.75 8.91576 8.68416 9.07473 8.56695 9.19194C8.44974 9.30915 8.29076 9.375 8.125 9.375C7.95924 9.375 7.80027 9.30915 7.68306 9.19194C7.56585 9.07473 7.5 8.91576 7.5 8.75ZM9.0625 11.5625C9.0625 11.7479 9.00752 11.9292 8.90451 12.0833C8.80149 12.2375 8.65507 12.3577 8.48377 12.4286C8.31246 12.4996 8.12396 12.5182 7.94211 12.482C7.76025 12.4458 7.5932 12.3565 7.46209 12.2254C7.33098 12.0943 7.24169 11.9273 7.20552 11.7454C7.16934 11.5635 7.18791 11.375 7.25887 11.2037C7.32982 11.0324 7.44999 10.886 7.60416 10.783C7.75833 10.68 7.93958 10.625 8.125 10.625C8.37364 10.625 8.6121 10.7238 8.78792 10.8996C8.96373 11.0754 9.0625 11.3139 9.0625 11.5625Z' fill='%23BE1F2C'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 24px center !important;
    background-size: 17px !important
}

form .hs-field-description,
form .hsfc-FieldDescription {
    font-family: "din-2014", Inter;
    font-size: 12px;
    color: #37484f;
    font-weight: 400;
    margin-top: 4px
}

form .legal-consent-container {
    margin-top: 15px
}

form .legal-consent-container *,
form .hs-form-checkbox * {
    font-family: "Inter", Inter;
    font-size: 12px !important;
    color: #37484f !important;
    line-height: 18px !important;
    font-weight: 400
}

@media(max-width: 744px) {
    form .hs-input:not([type=checkbox]):not([type=radio]),
    form textarea {
        padding: 8px 12px !important;
        line-height: 24px !important
    }
    form .input .hs-fieldtype-intl-phone.hs-input {
        padding: 0 !important
    }
}

@media(max-width: 500px) {
    form .hs-form-field {
        width: 100% !important
    }
    form .form-columns-2,
    form .form-columns-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    form .form-columns-3 .field {
        width: 100% !important
    }
}

form .hs-phone .input .hs-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100% !important;
    gap: 16px
}

form .hs-phone .input .hs-input:hover {
    background: rgba(0, 0, 0, 0) !important
}

form .hs-phone .input .hs-input::after {
    display: none
}

form .hs-phone .input .hs-input select {
    max-width: 45%
}

form .hs-phone .input .hs-input select input {
    max-width: 80%;
    width: 100% !important
}

@media(max-width: 576px) {
    form .hs-phone .input .hs-input select {
        max-width: 45%
    }
    form .hs-phone .input .hs-input select input {
        max-width: 70%
    }
}

form .hs-phone .hs-input {
    padding: 0 !important
}

body.keyboard input:focus,
body.keyboard .custom-select-trigger:focus {
    outline: 2px solid #000 !important;
    outline-offset: 4px !important
}

body.keyboard .custom-checkbox:focus-within .custom-options-wrapper {
    display: block !important;
    -webkit-animation: fadeIn .3s ease forwards !important;
    animation: fadeIn .3s ease forwards !important
}

@media(min-width: 2048px) {
    form label:not(.hs-error-msg) {
        font-size: 18px;
        line-height: 24px;
        margin-left: 4px
    }
    form .legal-consent-container *,
    form .hs-form-checkbox * {
        font-size: 14px !important;
        line-height: 20px !important
    }
    form .hs_submit .actions .hs-button {
        font-size: 18px
    }
}


:root {
    --primary: #003f3d;
    --secondary: #fbfbfb;
    --accent-red: #ee2737;
    --accent-green: #00a499;
    --black: #000000;
    --black-cool: #000c0b;
    --bright-grey: #566c77;
    --dark-grey: #37484f;
    --white: #ffffff;
    --dark-green: #00201f;
    --green: #00201f;
    --cool-grey: #ededed
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal;
    font-family: "Inter", "din-2014", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 150%
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p,
li {
    font-size: 1rem
}

@media(min-width: 768px) {
    p,
    li {
        font-size: 1.125rem;
        line-height: 155.556%
    }
}

html {
    line-height: 1
}

body,
html {
    margin: 0
}

body {
    position: relative;
    overflow-x: hidden
}

body .container {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    width: 100%
}

.container-fluid .dnd-section:last-of-type section {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px
}

@media(min-width: 768px) {
    body .container {
        padding-left: 64px;
        padding-right: 64px
    }
}

@media(min-width: 1024px) {
    body .container {
        padding-left: 80px;
        padding-right: 80px
    }
}

.breadcrumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs-wrapper svg {
    color: #c8d4d9
}

.breadcrumbs-wrapper.dark svg {
    color: #81959e
}

.breadcrumbs-wrapper--breadcrumb {
    color: #81959e;
    font-family: "din-2014";
    font-size: 12px !important;
    line-height: 14px;
    text-decoration: none
}

.breadcrumbs-wrapper--breadcrumb.dark {
    color: #81959e
}

.breadcrumbs-wrapper--breadcrumb.dark:hover {
    color: #29363c
}

.breadcrumbs-wrapper--breadcrumb.bright {
    color: #c8d4d9
}

.breadcrumbs-wrapper--breadcrumb.bright:hover {
    color: #a6b6bd
}

.breadcrumbs-wrapper--breadcrumb.dark:last-child {
    color: #566c77
}

.breadcrumbs-wrapper--breadcrumb.bright {
    color: #c8d4d9
}

.breadcrumbs-wrapper--breadcrumb.bright:last-child {
    color: #e3e9ec
}

blockquote p {
    font-size: inherit;
    line-height: inherit
}

blockquote {
    font-family: "din-2014";
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 600
}

@media(min-width: 768px) {
    blockquote {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

.hs_cos_wrapper_type_inline_rich_text ul {
    padding-left: 20px
}

.hs_cos_wrapper_type_inline_rich_text ol {
    padding-left: 20px
}

.container-fluid {
    border-radius: 0 0 32px 32px;
    -webkit-box-shadow: 0 318px 89px 0 rgba(0, 32, 31, .01), 0 204px 81px 0 rgba(0, 32, 31, .1), 0 115px 69px 0 rgba(0, 32, 31, .33), 0 51px 51px 0 rgba(0, 32, 31, .56), 0 13px 28px 0 rgba(0, 32, 31, .64);
    box-shadow: 0 318px 89px 0 rgba(0, 32, 31, .01), 0 204px 81px 0 rgba(0, 32, 31, .1), 0 115px 69px 0 rgba(0, 32, 31, .33), 0 51px 51px 0 rgba(0, 32, 31, .56), 0 13px 28px 0 rgba(0, 32, 31, .64);
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
    position: relative;
    background: #fbfbfb;
    z-index: 3
}

img.bg-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

.container-fluid a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: "din-2014";
    text-decoration: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    color: #000;
    font-size: .875rem;
    line-height: 20px;
    position: relative
}

@media(min-width: 2048px) {
    .container-fluid a.link {
        font-size: 1rem;
        line-height: 20px
    }
}

.container-fluid a.link .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container-fluid a.link span {
    text-decoration: underline
}

.container-fluid a.link:hover,
.container-fluid a.link:visited {
    color: #00605c
}

.container-fluid a.link:focus-visible {
    color: #00605c
}

.container-fluid a.link:focus-visible span {
    text-decoration: underline
}

.container-fluid a.link:focus-visible::after {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -6px;
    right: -6px;
    border: 2px solid #000;
    border-radius: 8px;
    pointer-events: none
}

.container-fluid a.link:focus-within::after {
    display: none
}

.hs_cos_wrapper_type_inline_rich_text a {
    text-decoration: underline;
    color: #000;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    overflow-wrap: anywhere
}

.hs_cos_wrapper_type_inline_rich_text a:hover,
.hs_cos_wrapper_type_inline_rich_text a:visited {
    color: #00605c
}

.hs_cos_wrapper_type_inline_rich_text a:focus-visible {
    color: #00605c
}

.hs_cos_wrapper_type_inline_rich_text a:focus-visible::after {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -6px;
    right: -6px;
    border: 2px solid #000;
    border-radius: 8px;
    pointer-events: none
}

.container-fluid a.link.white {
    text-decoration: none;
    color: #e3e9ec;
    position: relative
}

.container-fluid a.link.white:hover {
    color: #65c8c3;
    text-decoration: underline
}

.container-fluid a.link.white:focus {
    color: #fff;
    text-decoration: underline
}

.container-fluid a.link.white:focus::after {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -6px;
    right: -6px;
    border: 2px solid #f4f4f4;
    border-radius: 8px;
    pointer-events: none
}

span,
em,
strong {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit
}

.hs_cos_wrapper_type_inline_rich_text a {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "din-2014", "Inter", sans-serif;
    font-weight: 600;
    margin-top: 0
}

.h1,
h1 {
    font-size: 2.25rem;
    line-height: 2.5rem
}

@media(min-width: 1024px) {
    .h1,
    h1 {
        font-size: 4rem;
        line-height: 4.5rem
    }
}

@media(min-width: 1024px) {
    .h1,
    h1 {
        font-size: 4rem;
        line-height: 4.5rem
    }
}

@media(min-width: 2048px) {
    .h1,
    h1 {
        font-size: 5.5rem;
        line-height: 100%
    }
}

.h2,
h2 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem
}

@media(min-width: 768px) {
    .h2,
    h2 {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

@media(min-width: 1024px) {
    .h2,
    h2 {
        font-size: 3rem;
        line-height: 3.75rem
    }
}

@media(min-width: 2048px) {
    .h2,
    h2 {
        font-size: 4rem;
        line-height: 112.5%
    }
}

.h4,
h4 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem
}

@media(min-width: 768px) {
    .h4,
    h4 {
        font-size: 1.5rem;
        line-height: 2.125rem
    }
}

@media(min-width: 2048px) {
    .h4,
    h4 {
        font-size: 2rem;
        line-height: 125%
    }
}

.h5,
h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem
}

@media(min-width: 768px) {
    .h5,
    h5 {
        font-size: 1.125rem;
        line-height: 1.25rem
    }
}

@media(min-width: 2048px) {
    .h5,
    h5 {
        font-size: 1.5rem;
        line-height: 2.125rem
    }
}

.h6,
h6 {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.125rem
}

@media(min-width: 768px) {
    .h6,
    h6 {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

@media(min-width: 2048px) {
    .h6,
    h6 {
        font-size: 1.125rem;
        line-height: 1.25rem
    }
}

.slide-text-animation {
    font-family: "din-2014";
    opacity: 0;
    transition: .3s ease
}

.slide-text-animation.active {
    opacity: 1
}

@media(min-width: 768px) {
    .slide-text-animation.text-indent div:first-child {
        text-indent: 224px
    }
}

.slide-text-animation div {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: "din-2014";
    font-size: inherit
}

.big-size {
    text-align: center;
    font-family: "din-2014";
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    letter-spacing: -1px
}

@media(min-width: 768px) {
    .big-size {
        font-size: 7.5rem;
        line-height: 7.5rem
    }
}

@media(min-width: 1024px) {
    .big-size {
        font-size: 10.5rem;
        line-height: 10.5rem;
        letter-spacing: -1.5px
    }
}

@media(min-width: 2048px) {
    .big-size {
        font-size: 216px;
        line-height: 100%
    }
}

.body-extra-small {
    font-size: .875rem;
    font-weight: 600;
    font-family: "din-2014";
    line-height: 1.125rem
}

@media(min-width: 1024px) {
    .body-extra-small {
        font-size: 1rem;
        line-height: 125%
    }
}

@media(min-width: 2048px) {
    .body-extra-small {
        font-size: 1.125rem;
        line-height: 133.333%
    }
}

.caption,
.caption div,
.caption p,
.number-column {
    font-family: "din-2014";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem
}

@media(min-width: 768px) {
    .caption,
    .caption div,
    .caption p,
    .number-column {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media(min-width: 2048px) {
    .caption,
    .caption div,
    .caption p,
    .number-column {
        font-size: 1.25rem;
        line-height: 130% !important
    }
}

.body-medium {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-family: "din-2014";
    font-weight: 400
}

@media(min-width: 1024px) {
    .body-medium {
        font-size: 1.5rem;
        line-height: 2.125rem
    }
}

@media(min-width: 2048px) {
    .body-medium {
        font-size: 2rem;
        line-height: 125%
    }
}

.body-secondary-small {
    font-size: .875rem;
    color: #37484f;
    line-height: 1.25rem;
    font-weight: 500
}

.body-secondary-large {
    font-size: 1rem;
    line-height: 24px
}

@media(min-width: 1024px) {
    .body-secondary-large {
        font-size: 1.125rem;
        line-height: 28px
    }
}

@media(min-width: 2048px) {
    .body-secondary-large {
        font-size: 22px;
        line-height: 34px
    }
}

.body-medium-large,
h3,
.h3 {
    font-size: 1.5rem;
    line-height: 125%;
    font-family: "din-2014";
    font-weight: 400
}

@media(min-width: 1024px) {
    .body-medium-large,
    h3,
    .h3 {
        font-size: 2rem
    }
}

@media(min-width: 2048px) {
    .body-medium-large,
    h3,
    .h3 {
        font-size: 3rem;
        line-height: 125%
    }
}

.number-text {
    font-family: "din-2014";
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2px
}

@media(min-width: 1024px) {
    .number-text {
        font-size: 6.5rem;
        line-height: 86%
    }
}

@media(min-width: 2048px) {
    .number-text {
        font-size: 144px;
        line-height: 100%
    }
}

.large-quote {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-style: italic;
    font-weight: 400
}

@media(min-width: 768px) {
    .large-quote {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media(min-width: 1024px) {
    .large-quote {
        font-size: 2.5rem;
        line-height: 3.5rem
    }
}

@media(min-width: 2048px) {
    .large-quote {
        font-size: 3rem;
        line-height: 125%
    }
}

.body-small,
.body-small p,
.body-small div {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "din-2014", Inter;
    font-weight: 400
}

@media(min-width: 1024px) {
    .body-small,
    .body-small p,
    .body-small div {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

@media(min-width: 2048px) {
    .body-small,
    .body-small p,
    .body-small div {
        font-size: 24px;
        line-height: 34px
    }
}

.relative {
    position: relative
}

.body-secondary-extra-small {
    font-size: .75rem;
    line-height: 1.125rem;
    font-weight: 400
}

@media(min-width: 1024px) {
    .body-secondary-extra-small {
        font-size: .875rem;
        line-height: 20px
    }
}

.b-sec-medium {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300
}

@media(min-width: 1024px) {
    .b-sec-medium {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.medium-large {
    font-family: "din-2014", Inter;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 125%
}

@media(min-width: 1024px) {
    .medium-large {
        font-size: 2rem
    }
}

.body-med-l {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    font-family: "din-2014", Inter
}

@media(min-width: 768px) {
    .body-med-l {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.custom-text__label {
    margin-bottom: 40px
}

.category-size,
.btn.category-size {
    font-size: .875rem;
    font-family: "din-2014";
    font-weight: 400;
    line-height: 1rem
}

@media(min-width: 1024px) {
    .category-size,
    .btn.category-size {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

@media(min-width: 2048px) {
    .category-size,
    .btn.category-size {
        font-size: 1.125rem;
        line-height: 122.222%
    }
}

.slider-navigator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px
}

.slider-navigator svg {
    min-width: max-content
}

.slider-navigator .arrow-next,
.slider-navigator .arrow-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    min-width: 44px;
    height: 44px;
    border: none;
    aspect-ratio: 1;
    color: #37484f;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%
}

.slider-navigator .arrow-next:hover,
.slider-navigator .arrow-prev:hover {
    background: #ededed
}

.slider-navigator .arrow-next:focus,
.slider-navigator .arrow-prev:focus {
    outline: none
}

.slider-navigator .arrow-next:focus-visible,
.slider-navigator .arrow-next:focus,
.slider-navigator .arrow-prev:focus-visible,
.slider-navigator .arrow-prev:focus {
    outline: none
}

.slider-navigator .arrow-next:focus-visible::after,
.slider-navigator .arrow-next:focus::after,
.slider-navigator .arrow-prev:focus-visible::after,
.slider-navigator .arrow-prev:focus::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 2px solid #000;
    border-radius: 100%;
    pointer-events: none
}

.slider-navigator .arrow-next:focus:not(:focus-visible)::after,
.slider-navigator .arrow-prev:focus:not(:focus-visible)::after {
    display: none
}

.slider-navigator.subtle .arrow-next:hover,
.slider-navigator.subtle .arrow-prev:hover {
    background: #e1e1e1
}

.slider-navigator.on-color-subtle .arrow-next,
.slider-navigator.on-color-subtle .arrow-prev {
    color: #fff;
    background: #00201f
}

.slider-navigator.on-color-subtle .arrow-next:hover,
.slider-navigator.on-color-subtle .arrow-prev:hover {
    background: #000c0b
}

.slider-navigator.on-color-subtle .arrow-next:focus-visible,
.slider-navigator.on-color-subtle .arrow-next:focus,
.slider-navigator.on-color-subtle .arrow-prev:focus-visible,
.slider-navigator.on-color-subtle .arrow-prev:focus {
    outline: none;
    background-color: #00201f
}

.slider-navigator.on-color-subtle .arrow-next:focus-visible::after,
.slider-navigator.on-color-subtle .arrow-next:focus::after,
.slider-navigator.on-color-subtle .arrow-prev:focus-visible::after,
.slider-navigator.on-color-subtle .arrow-prev:focus::after {
    border: 2px solid #fff
}

.slider-navigator.on-color-plain .arrow-next,
.slider-navigator.on-color-plain .arrow-prev {
    color: #fff
}

.slider-navigator.on-color-plain .arrow-next:hover,
.slider-navigator.on-color-plain .arrow-prev:hover {
    background: #00201f
}

.slider-navigator.on-color-plain .arrow-next:focus-visible,
.slider-navigator.on-color-plain .arrow-next:focus,
.slider-navigator.on-color-plain .arrow-prev:focus-visible,
.slider-navigator.on-color-plain .arrow-prev:focus {
    outline: none
}

.slider-navigator.on-color-plain .arrow-next:focus-visible::after,
.slider-navigator.on-color-plain .arrow-next:focus::after,
.slider-navigator.on-color-plain .arrow-prev:focus-visible::after,
.slider-navigator.on-color-plain .arrow-prev:focus::after {
    border: 2px solid #fff
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 768px) {
    .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 19px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer !important
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 32px
}

section button {
    border: none;
    background: none
}

section button:focus-visible,
section button:focus {
    outline: none
}

section button:focus-visible::after,
section button:focus::after {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    border: 2px solid #000;
    border-radius: 16px;
    pointer-events: none
}

section button:focus:not(:focus-visible)::after {
    display: none
}

.custom-text .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.custom-text .container .buttons-wrapper {
    margin-top: 0 !important;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

@media(max-width: 576px) {
    .custom-text .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .custom-text .container .buttons-wrapper {
        width: 100%
    }
    .custom-text .container .buttons-wrapper .btn {
        max-width: 100%;
        width: 100%
    }
}

.swiper-pagination.bright .swiper-pagination-bullet {
    background: #81959e
}

.swiper-pagination.bright .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination.dark .swiper-pagination-bullet {
    background: #81959e
}

.swiper-pagination.dark .swiper-pagination-bullet-active {
    background: #000
}

@-webkit-keyframes fadeInScaleMenu {
    0% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        top: calc(100% + 24px);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInScaleMenu {
    0% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        top: calc(100% + 24px);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.container-fluid section {
    margin-top: -1px
}

body.is-shifting .header *:focus-visible {
    display: none
}

body.is-shifting .header *:focus-visible::after {
    display: none !important
}

@media(min-width: 2048px) {
    body .container {
        max-width: 2048px;
        padding-left: 64px;
        padding-right: 64px
    }
    .breadcrumbs-wrapper--breadcrumb {
        font-size: 14px !important;
        line-height: 16px
    }
}

.header {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    padding-top: calc(32px + env(safe-area-inset-top));
    padding-bottom: 32px;
    transition: opacity .3s ease;
    will-change: transform
}

.header .header-wrapper__actions .additional-link svg {
    margin-left: 12px
}

.header .menu-link-1:focus {
    position: relative
}

.header-wrapper__logo .mobile {
    display: none
}

.header.active {
    position: fixed
}

.header .menu-link-1:focus-visible::after,
.header .title-wrapper:focus-visible::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 20px;
    right: 0px;
    border: 2px solid #000
}

.header-dark .menu-link-1:focus-visible::after,
.header-dark .title-wrapper:focus-visible::after {
    border: 2px solid #fff
}

.header .menu-link-1:focus::after {
    top: 0;
    left: 0;
    border-radius: 20px;
    right: 0;
    bottom: 0
}

.header-dark .menu-link-1:focus::after {
    border-radius: 20px;
    border: 2px solid #fff
}

.header .submenu-wrapper.deepth-1 .menu-link-2:focus-visible,
.header .submenu-wrapper.deepth-1 .menu-link-3:focus-visible {
    position: relative
}

.header .submenu-wrapper.deepth-1 .menu-link-2:focus-visible::after,
.header .submenu-wrapper.deepth-1 .menu-link-3:focus-visible::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 20px;
    right: 0px;
    border: 2px solid #000
}

.header-dark .submenu-wrapper.deepth-1 .menu-link-2:hover,
.header-dark .submenu-wrapper.deepth-1 .menu-link-2.active,
.header-dark .submenu-wrapper.deepth-1 .menu-link-3:hover,
.header-dark .submenu-wrapper.deepth-1 .menu-link-3.active {
    background: rgba(0, 12, 11, .1)
}

.header-dark .submenu-wrapper.deepth-1 .menu-link-2:focus-visible,
.header-dark .submenu-wrapper.deepth-1 .menu-link-3:focus-visible {
    position: relative
}

.header-dark .submenu-wrapper.deepth-1 .menu-link-2:focus-visible::after,
.header-dark .submenu-wrapper.deepth-1 .menu-link-3:focus-visible::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 20px;
    right: 0px;
    border: 2px solid #fff
}

.header.active .hidden-logo {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding-left: 16px;
    padding-right: 30px
}

.header.active .header-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header.active .header-wrapper__logo {
    display: none
}

.header.open {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 60px;
    position: fixed;
    background: #fbfbfb !important
}

.header.open .hamburger-menu span {
    background: #000 !important
}

.header.open .header-wrapper__logo .mobile {
    display: none
}

.header.open .header-wrapper__logo .desktop {
    display: block
}

.header.open .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrapper .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-wrapper__logo a {
    display: flex;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #000;
    position: relative
}

.header-wrapper__logo a:focus-visible::after {
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    border-radius: 8px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #000
}

@media(max-width: 1200px) {
    .header-wrapper__logo a:focus-visible::after {
        top: -3px;
        border-radius: 4px;
        bottom: -3px;
        left: -3px;
        right: -3px
    }
}

.hidden-logo a {
    display: flex;
    color: #fff;
    position: relative
}

.hidden-logo a:focus-visible::after {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    border-radius: 4px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 2px solid #000
}

.header-wrapper__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    align-items: center;
    border-radius: 20px;
    padding: 8px 11px;
    margin-right: 60px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

@media(min-width: 1240px) {
    .header-wrapper__menu:before {
        content: "";
        position: absolute;
        inset: 0;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        z-index: -1;
        border-radius: inherit
    }
}

.header-wrapper__menu * {
    font-family: "din-2014"
}

.header-wrapper__menu .hidden-logo {
    -webkit-transition: all .4s ease, opacity .2s ease;
    -o-transition: all .4s ease, opacity .2s ease;
    transition: all .4s ease, opacity .2s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff
}

.header-wrapper__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    list-style: none
}

.menu-item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 16px;
    gap: 6px
}

.header-wrapper__actions {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.menu-item-1.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu-item-1 svg {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.submenu-wrapper.deepth-1 {
    display: none;
    padding: 12px;
    min-width: 224px;
    border-radius: 16px;
    border-radius: 16px;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    backdrop-filter: blur(12px);
    -webkit-animation: fadeInScaleMenu .2s ease forwards;
    animation: fadeInScaleMenu .2s ease forwards
}

.submenu-wrapper.deepth-1.open {
    display: block;
    -webkit-animation: fadeInScaleMenu .2s ease forwards;
    animation: fadeInScaleMenu .2s ease forwards
}

.submenu-wrapper.deepth-1 .menu-link-2 {
    padding: 10px 0 10px 12px;
    display: block
}

.submenu-wrapper.deepth-1 .menu-link-2:hover,
.submenu-wrapper.deepth-1 .menu-link-2.active,
.submenu-wrapper.deepth-1 .menu-link-3:hover,
.submenu-wrapper.deepth-1 .menu-link-3.active {
    background: rgba(0, 0, 0, .06)
}

.submenu-wrapper.deepth-1 .menu-link-2,
.submenu-wrapper.deepth-1 .menu-link-3 {
    border-radius: 16px;
    max-width: 100%;
    width: 100%
}

.submenu-wrapper.deepth-1 .menu-item-2 .title {
    max-width: 152px;
    font-family: "din-2014";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 8px
}

.submenu-wrapper.deepth-1 .menu-item-2 .desc {
    max-width: 152px;
    font-family: "Inter";
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.125rem
}

.submenu-wrapper.deepth-2 {
    padding-left: 14px;
    border-left: 1px solid #000;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    margin-top: 26px
}

.submenu-wrapper.deepth-2 .menu-link-3 {
    display: block;
    padding: 10px 12px;
    margin-bottom: 8px
}

.submenu-wrapper.deepth-2 .menu-item-3:focus::after {
    left: 0
}

.submenu-wrapper.deepth-2 .menu-item-3:first-child {
    padding-top: 0
}

.submenu-wrapper.deepth-2 .menu-item-3:last-child {
    padding-bottom: 0
}

.header-wrapper__menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.header-wrapper__menu ul li,
.header-wrapper__menu ul a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer
}

.header-wrapper__menu ul .menu-item-2.has-submenu {
    cursor: default;
    padding: 10px 0 10px 12px
}

.header-wrapper__menu ul li.has-submenu,
.header-wrapper__menu ul a {
    cursor: pointer
}

.header-wrapper__menu .additional-link {
    margin-left: 24px;
    margin-right: 2px;
    margin-top: -4px;
    margin-bottom: -4px;
    padding: 12px 16px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-radius: 16px
}

.header-wrapper__menu .additional-link a {
    position: relative;
    z-index: 2
}

.header-wrapper__menu .additional-link:hover {
    background: rgba(0, 0, 0, .06)
}

.header-wrapper__menu .additional-link:focus-visible {
    position: relative
}

.header-wrapper__menu .additional-link:focus-visible::after {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #000
}

.header-dark .header-wrapper__menu .additional-link:hover {
    background: rgba(0, 12, 11, .1)
}

.header-dark .header-wrapper__menu .additional-link:focus-visible::after {
    border: 2px solid #fff
}

.header-wrapper__menu .additional-link svg {
    color: #000
}

.header-wrapper__actions .buttons-wrapper {
    margin-top: 0
}

@media(max-width: 1300px) {
    .header-wrapper__menu {
        margin-right: 30px;
        opacity: 1 !important;
        pointer-events: auto !important
    }
}

@media(max-width: 1240px) {
    .header {
        overflow: auto;
        max-height: 100vh;
        max-height: 100svh;
        position: absolute;
        padding-top: 12px;
        padding-bottom: 12px
    }
    .header .additional-link {
        gap: 0
    }
    .header-bright .header {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, .4)
    }
    .header.active {
        background: rgba(255, 255, 255, .4);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px)
    }
    .header-dark .header {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)
    }
    .header-dark .header .hamburger-menu span {
        background: #fff
    }
    .header-wrapper__logo .desktop {
        display: none
    }
    .header-wrapper__logo .mobile {
        display: flex
    }
    .header-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header-wrapper .wrapper {
        display: none;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header-wrapper__actions {
        margin-top: 64px
    }
    .header-wrapper__actions .btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: calc(50% - 8px);
        width: 100%
    }
    .header-wrapper__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin-right: 0
    }
    .header-wrapper__menu .hidden-logo {
        display: none
    }
    .submenu-wrapper.deepth-1 {
        padding: 12px 0
    }
    .header-wrapper__logo {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header .hamburger-menu {
        width: 20px;
        height: 20px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: none;
        border: none;
        cursor: pointer
    }
    .header .hamburger-menu span {
        position: absolute;
        width: 10px;
        height: 1px;
        background-color: #000;
        border-radius: 2px;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        -webkit-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
    .header .hamburger-menu span:nth-child(1) {
        top: 4px
    }
    .header .hamburger-menu span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%) scale(2);
        -ms-transform: translateY(-50%) scale(2);
        transform: translateY(-50%) scale(2)
    }
    .header .hamburger-menu span:nth-child(3) {
        bottom: 4px
    }
    .header .hamburger-menu.open span:nth-child(1) {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg) scale(2);
        -ms-transform: translateY(-50%) rotate(45deg) scale(2);
        transform: translateY(-50%) rotate(45deg) scale(2)
    }
    .header .hamburger-menu.open span:nth-child(2) {
        opacity: 0
    }
    .header .hamburger-menu.open span:nth-child(3) {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg) scale(2);
        -ms-transform: translateY(-50%) rotate(-45deg) scale(2);
        transform: translateY(-50%) rotate(-45deg) scale(2)
    }
    .submenu-wrapper.deepth-1 .menu-item-2 {
        padding: 0
    }
    .submenu-wrapper.deepth-1 .menu-item-2 .title,
    .submenu-wrapper.deepth-1 .menu-item-2 .desc {
        max-width: 100%
    }
    .submenu-wrapper.deepth-1 .menu-item-2 .submenu-wrapper.deepth-2 {
        border-left: 1px solid #c8d4d9
    }
    .header-wrapper__menu .additional-link {
        display: none
    }
    .header-wrapper__menu .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
        width: 100%
    }
    .menu-item-1 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu-item-1.has-submenu .title-wrapper,
    .header-wrapper__menu .menu .menu-link-1 {
        padding-top: 26px;
        border-radius: 0;
        padding-bottom: 26px;
        width: 100%;
        border-bottom: 1px solid #c8d4d9
    }
    .header-wrapper__menu .menu .menu-link-1:focus::after {
        left: -6px;
        right: -6px
    }
    .header-wrapper__menu .menu .title-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header-wrapper__menu .menu svg {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content
    }
}

@media(max-width: 768px) {
    .header-wrapper__actions {
        margin-top: 48px
    }
    .header-wrapper__actions .btn {
        max-width: 100%
    }
}

@media(min-width: 1240px) {
    .header-wrapper__actions .additional-link {
        display: none
    }
    .moved .header .header-wrapper__logo,
    .moved .header .header-wrapper__menu {
        opacity: 0 !important
    }
    .header-dark .header .header-wrapper__logo a {
        color: #fff
    }
    .header-dark .header .header-wrapper__menu {
        background: var(--green-darker-10, rgba(0, 12, 11, 0.1))
    }
    .header-dark .header .menu-link-1.active {
        background: rgba(0, 12, 11, .1)
    }
    .header-dark .header .menu-link-1.active:hover {
        background: rgba(0, 12, 11, .2)
    }
    .header-dark .header .header-wrapper__menu .submenu-wrapper.deepth-1 {
        border-radius: 16px var(--radius-sm, 16px) 16px 16px;
        background: var(--green-darker-10, rgba(0, 12, 11, 0.1))
    }
    .header-dark .header .header-wrapper__menu .submenu-wrapper.deepth-1 .submenu-wrapper.deepth-2 {
        border-left: 1px solid #fbfbfb !important
    }
    .header-dark .header .header-wrapper__menu .submenu-wrapper.deepth-1 * {
        color: #fbfbfb
    }
    .header-dark .header .header-wrapper__menu * {
        color: #fbfbfb
    }
    .header.active .header-wrapper__menu {
        border-radius: 20px;
        background: rgba(237, 237, 237, .5)
    }
    .header-wrapper__menu {
        background: var(--white-80, rgba(255, 255, 255, 0.8))
    }
    .menu-item-1.active,
    .menu-link-1.active,
    .menu-link-1:hover {
        background: rgba(0, 0, 0, .06)
    }
    .header-bright .menu-item-1.active:hover {
        background: var(--black-10, rgba(0, 0, 0, 0.1))
    }
    .menu-item-1.has-submenu .title-wrapper {
        line-height: 1.25rem;
        padding: 10px 12px
    }
    .menu-item-1.has-submenu .title-wrapper svg {
        margin-left: 6px
    }
    .menu-item-1 .menu-link-1 {
        padding: 10px 12px;
        display: block;
        border-radius: 16px
    }
    .submenu-wrapper.deepth-1 {
        left: -12px;
        position: absolute;
        background: rgba(255, 255, 255, .8);
        top: 100%
    }
    .header-dark .header-wrapper__actions .desktop {
        border: 1px solid #f4f4f4;
        background: #f4f4f4;
        color: #37484f
    }
    .header-dark .header-wrapper__actions .desktop:hover {
        background: #0f9;
        border: 1px solid #0f9;
        color: #000c0b
    }
    .header-dark .header-wrapper__actions .desktop:focus-visible::after {
        border: 2px solid #fff
    }
    .header-dark .hidden-logo svg,
    .header-bright .hidden-logo svg {
        width: 0
    }
}

.header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none
}

.header-bright .skip-to-content .btn {
    color: #000
}

.header-bright .skip-to-content .btn:focus-visible::after {
    border-color: #000
}

.skip-to-content {
    position: absolute;
    z-index: 99;
    top: 6px;
    left: 6px
}

.skip-to-content .btn {
    padding: 0;
    border-radius: 8px;
    padding-left: 6px;
    padding-right: 6px;
    opacity: 0
}

.skip-to-content .btn.active {
    opacity: 1
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media(min-width: 2048px) {
    .header-wrapper__logo a svg {
        width: 136px;
        height: auto
    }
    .header-wrapper__logo {
        width: 30
    }
    .header-wrapper .wrapper {
        justify-content: space-between;
        width: 71%
    }
    .header .menu-link-1 {
        font-size: 1.125rem !important;
        line-height: 122.222%
    }
    .header .header-wrapper__menu .submenu-wrapper.deepth-1 .title {
        font-size: 1rem;
        line-height: 133.333%
    }
    .header .header-wrapper__menu .submenu-wrapper.deepth-1 .desc {
        font-size: 14px;
        line-height: 20px
    }
    .header .additional-link svg {
        width: 22px;
        height: 22px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

.w-100 {
    width: 100%
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

a>code {
    color: inherit
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.form-control:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.p-relative {
    position: relative
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}

video {
    max-width: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: none;
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}