*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}
::after,
::before {
    --tw-content: "";
}
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: "Noto Sans", sans-serif;
}
body {
    margin: 0;
    line-height: inherit;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family:
        ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
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;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
}
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden] {
    display: none;
}
*,
::after,
::before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x))
        translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
        skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-color: currentColor;
    --tw-ring-inset: var(--tw-empty,); /*!*/ /*!*/
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}
.pointer-events-none {
    pointer-events: none;
}
.invisible {
    visibility: hidden;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.top-16 {
    top: 4rem;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.right-7 {
    right: 1.75rem;
}
.top-7 {
    top: 1.75rem;
}
.left-0 {
    left: 0;
}
.top-full {
    top: 100%;
}
.\!-top-16 {
    top: -4rem !important;
}
.z-10 {
    z-index: 10;
}
.-z-10 {
    z-index: -10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.m-0 {
    margin: 0;
}
.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.\!mb-1\.5 {
    margin-bottom: 0.375rem !important;
}
.\!mb-1 {
    margin-bottom: 0.25rem !important;
}
.\!mb-2 {
    margin-bottom: 0.5rem !important;
}
.mt-8 {
    margin-top: 2rem;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-3\.5 {
    margin-top: 0.875rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mb-3\.5 {
    margin-bottom: 0.875rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.-ml-1 {
    margin-left: -0.25rem;
}
.mb-0\.5 {
    margin-bottom: 0.125rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mb-9 {
    margin-bottom: 2.25rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mt-18 {
    margin-top: 4.5rem;
}
.-mt-14 {
    margin-top: -3.5rem;
}
.mr-0\.5 {
    margin-right: 0.125rem;
}
.mr-0 {
    margin-right: 0;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.ml-0\.5 {
    margin-left: 0.125rem;
}
.ml-0 {
    margin-left: 0;
}
.ml-14 {
    margin-left: 3.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.box-content {
    box-sizing: content-box;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-10 {
    height: 2.5rem;
}
.h-14 {
    height: 3.5rem;
}
.\!h-auto {
    height: auto !important;
}
.h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}
.\!h-5 {
    height: 1.25rem !important;
}
.\!h-7 {
    height: 1.75rem !important;
}
.h-8 {
    height: 2rem;
}
.h-full {
    height: 100%;
}
.h-0 {
    height: 0;
}
.\!h-4 {
    height: 1rem !important;
}
.h-9 {
    height: 2.25rem;
}
.h-48 {
    height: 12rem;
}
.h-36 {
    height: 9rem;
}
.h-11\.5 {
    height: 2.875rem;
}
.h-11 {
    height: 2.75rem;
}
.h-screen {
    height: 100vh;
}
.\!h-0 {
    height: 0 !important;
}
.\!min-h-unset {
    min-height: unset !important;
}
.w-10 {
    width: 2.5rem;
}
.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.w-11\/12 {
    width: 91.666667%;
}
.\!w-7\/12 {
    width: 58.333333% !important;
}
.w-full {
    width: 100%;
}
.\!w-5 {
    width: 1.25rem !important;
}
.\!w-32 {
    width: 8rem !important;
}
.w-8 {
    width: 2rem;
}
.w-px {
    width: 1px;
}
.\!w-4 {
    width: 1rem !important;
}
.\!w-7 {
    width: 1.75rem !important;
}
.w-9 {
    width: 2.25rem;
}
.w-36 {
    width: 9rem;
}
.\!w-full {
    width: 100% !important;
}
.w-screen {
    width: 100vw;
}
.\!min-w-0 {
    min-width: 0 !important;
}
.\!min-w-unset {
    min-width: unset !important;
}
.min-w-72 {
    min-width: 18rem;
}
.max-w-full {
    max-width: 100%;
}
.\!max-w-screen-md {
    max-width: 1240px !important;
}
.flex-1 {
    flex: 1 1 0%;
}
.shrink-0 {
    flex-shrink: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-24 {
    gap: 6rem;
}
.gap-4\.5 {
    gap: 1.125rem;
}
.self-end {
    align-self: flex-end;
}
.self-center {
    align-self: center;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded {
    border-radius: 0.3125rem;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.border-2 {
    border-width: 2px;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-static-line-2 {
    --tw-border-opacity: 1;
    border-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-static-line-2\/50 {
    border-color: rgb(183 183 183 / 0.5);
}
.border-static-ground {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-static-gray-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-static-ground {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brand-2 {
    background-color: var(--theme-brand-2, #003473);
}
.bg-static-gray-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-brand-1 {
    background-color: var(--theme-brand-1, #e8412a);
}
.bg-content-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-static-gray-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-content-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 110 110 / var(--tw-bg-opacity));
}
.bg-static-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-content-900\/70 {
    background-color: rgb(40 40 40 / 0.7);
}
.bg-transparent {
    background-color: transparent;
}
.bg-gradient-radial {
    background-image: radial-gradient(
        112.5% 100% at 150%,
        var(--tw-gradient-stops)
    );
}
.bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.from-static-gradient-start {
    --tw-gradient-from: rgba(0, 0, 0, 0.18);
    --tw-gradient-stops:
        var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.from-brand-1-light {
    --tw-gradient-from: var(--theme-brand-1-light, #be321f);
    --tw-gradient-stops:
        var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.to-brand-1 {
    --tw-gradient-to: var(--theme-brand-1, #e8412a);
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-4 {
    padding: 1rem;
}
.p-3\.5 {
    padding: 0.875rem;
}
.p-3 {
    padding: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.pt-24 {
    padding-top: 6rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pb-9 {
    padding-bottom: 2.25rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-7 {
    padding-bottom: 1.75rem;
}
.text-center {
    text-align: center;
}
.font-bold {
    font-weight: 700;
}
.\!font-bold {
    font-weight: 700 !important;
}
.\!font-normal {
    font-weight: 400 !important;
}
.uppercase {
    text-transform: uppercase;
}
.text-brand-2 {
    color: var(--theme-brand-2, #003473);
}
.text-static-ground {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
    opacity: 0;
}
.opacity-30 {
    opacity: 0.3;
}
.shadow-btn-primary {
    --tw-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
    --tw-shadow-colored: 0 2px 18px 0 var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.transition-none {
    transition-property: none;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.typo-title-3-s {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}
.typo-title-4-d {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}
.typo-title-5-d {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.typo-intro-1-d {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.typo-body-1-s {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.typo-body-1-d {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.typo-body-2-d {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.typo-body-3-s {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.typo-body-4-d {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.typo-body-5-d {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
:root {
    --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
i.icon {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    display: inline-block;
}
i.icon.icon-logo {
    mask: url(/static/img/icons/Ameropa_Logo_svg.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/Ameropa_Logo_svg.svg) no-repeat
        center/contain;
}
i.icon.icon-contact_a {
    mask: url(/static/img/icons/contact_a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/contact_a.svg) no-repeat center/contain;
}
i.icon.icon-suitcase-a {
    mask: url(/static/img/icons/suitcase-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/suitcase-a.svg) no-repeat center/contain;
}
i.icon.icon-db {
    mask: url(/static/img/icons/db_logo.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/db_logo.svg) no-repeat center/contain;
    background-color: #d8232a;
}
i.icon.icon-love-it {
    mask: url(/static/img/icons/love-it-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/love-it-a.svg) no-repeat center/contain;
}
i.icon.icon-person {
    mask: url(/static/img/icons/person-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/person-a.svg) no-repeat center/contain;
}
i.icon.icon-search {
    mask: url(/static/img/icons/search-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/search-a.svg) no-repeat center/contain;
}
i.icon.icon-contact {
    mask: url(/static/img/icons/contact_a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/contact_a.svg) no-repeat center/contain;
}
i.icon.icon-mail {
    mask: url(/static/img/icons/email-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/email-a.svg) no-repeat center/contain;
}
i.icon.icon-phone {
    mask: url(/static/img/icons/phone-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/phone-a.svg) no-repeat center/contain;
}
i.icon.icon-arrow-left {
    mask: url(/static/img/icons/arrow-left-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/arrow-left-a.svg) no-repeat
        center/contain;
}
i.icon.icon-arrow-right {
    mask: url(/static/img/icons/arrow-right-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/arrow-right-a.svg) no-repeat
        center/contain;
}
i.icon.icon-arrow-right-long {
    mask: url(/static/img/icons/arrow-right-2.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/arrow-right-2.svg) no-repeat
        center/contain;
}
i.icon.icon-hotel-double-bed {
    mask: url(/static/img/icons/hotel-double-bed-1.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/hotel-double-bed-1.svg) no-repeat
        center/contain;
}
i.icon.icon-sorting {
    mask: url(/static/img/icons/sorting-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/sorting-a.svg) no-repeat center/contain;
}
i.icon.icon-arrow-right-small {
    mask: url(/static/img/icons/arrow-right-smal-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/arrow-right-smal-a.svg) no-repeat
        center/contain;
}
i.icon.icon-arrow-down-small {
    mask: url(/static/img/icons/arrow-down-smal-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/arrow-down-smal-a.svg) no-repeat
        center/contain;
}
i.icon.icon-check-1 {
    mask: url(/static/img/icons/check-1-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/check-1-a.svg) no-repeat center/contain;
}
i.icon.icon-check {
    mask: url(/static/img/icons/check.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/check.svg) no-repeat center/contain;
}
i.icon.icon-arrow-up {
    mask: url(/static/img/icons/arrow-up-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/arrow-up-a.svg) no-repeat center/contain;
}
i.icon.icon-nformation-circle {
    mask: url(/static/img/icons/nformation-circle-a.svg) no-repeat
        center/contain;
    -webkit-mask: url(/static/img/icons/nformation-circle-a.svg) no-repeat
        center/contain;
}
i.icon.icon-plus {
    mask: url(/static/img/icons/navigation-accordion-plus.svg) no-repeat
        center/contain;
    -webkit-mask: url(/static/img/icons/navigation-accordion-plus.svg) no-repeat
        center/contain;
    --tw-bg-opacity: 1;
    background-color: rgb(110 110 110 / var(--tw-bg-opacity));
}
i.icon.icon-minus {
    mask: url(/static/img/icons/navigation-accordion-red.svg) no-repeat
        center/contain;
    -webkit-mask: url(/static/img/icons/navigation-accordion-red.svg) no-repeat
        center/contain;
    background-color: var(--theme-brand-1, #e8412a);
}
i.icon.icon-play {
    mask: url(/static/img/icons/icon_play.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/icon_play.svg) no-repeat center/contain;
}
i.icon.icon-printer {
    mask: url(/static/img/icons/printer.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/printer.svg) no-repeat center/contain;
}
i.icon.icon-pause {
    mask: url(/static/img/icons/icon_pause.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/icon_pause.svg) no-repeat center/contain;
}
i.icon.icon-mute {
    mask: url(/static/img/icons/mute.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/mute.svg) no-repeat center/contain;
}
i.icon.icon-unmute {
    mask: url(/static/img/icons/unmute.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/unmute.svg) no-repeat center/contain;
}
i.icon.icon-blog {
    mask: url(/static/img/icons/icons-blog.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/icons-blog.svg) no-repeat center/contain;
}
i.icon.icon-white-path {
    mask: url(/static/img/white-path-reverse.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/white-path-reverse.svg) no-repeat
        center/contain;
}
i.icon.icon-burger-menu {
    mask: url(/static/img/icons/burger-menu.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/burger-menu.svg) no-repeat
        center/contain;
}
i.icon.icon-flake {
    mask: url(/static/img/black-path.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/black-path.svg) no-repeat center/contain;
}
i.icon.icon-download {
    mask: url(/static/img/icons/icons-download-inverted.svg) no-repeat
        center/contain;
    -webkit-mask: url(/static/img/icons/icons-download-inverted.svg) no-repeat
        center/contain;
}
i.icon.icon-filter {
    mask: url(/static/img/icons/icons-filter.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/icons-filter.svg) no-repeat
        center/contain;
}
i.icon.icon-remove {
    mask: url(/static/img/icons/remove.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/remove.svg) no-repeat center/contain;
}
i.icon.icon-facebook {
    mask: url(/static/img/icons/facebook-logo.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/facebook-logo.svg) no-repeat
        center/contain;
}
i.icon.icon-twitter {
    mask: url(/static/img/icons/twitter-logo.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/twitter-logo.svg) no-repeat
        center/contain;
}
  i.icon.icon-pinterest {
    mask: url(/static/img/icons/pinterest-logo.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/pinterest-logo.svg) no-repeat center/contain; 
}

    i.icon.icon-tiktok {
    mask: url(/static/img/icons/tiktok-logo.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/tiktok-logo.svg) no-repeat center/contain; 
}
i.icon.icon-instagram {
    mask: url(/static/img/icons/icons8-instagram.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/icons8-instagram.svg) no-repeat
        center/contain;
}
i.icon.icon-spotify {
    mask: url(/static/img/icons/spotify-icon.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/spotify-icon.svg) no-repeat
        center/contain;
}
i.icon.icon-copy {
    mask: url(/static/img/icons/copy-logo.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/copy-logo.svg) no-repeat center/contain;
}
i.icon.icon-hotel {
    mask: url(/static/img/icons/hotel.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/hotel.svg) no-repeat center/contain;
}
i.icon.icon-activity {
    mask: url(/static/img/icons/activity.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/activity.svg) no-repeat center/contain;
}
i.icon.icon-roundtrip {
    mask: url(/static/img/icons/roundtrip.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/roundtrip.svg) no-repeat center/contain;
}
i.icon.icon-home {
    mask: url(/static/img/icons/home.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/home.svg) no-repeat center/contain;
}
i.icon.icon-like {
    mask: url(/static/img/icons/thumb-a.svg) no-repeat center/contain;
    -webkit-mask: url(/static/img/icons/thumb-a.svg) no-repeat center/contain;
}
.hamburger-icon > div {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    height: 0.125rem;
    width: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
:root {
    --app-height: 100dvh;
}
.asioso-custom-input {
    position: relative;
    display: inline-block;
    height: 3.5rem;
    min-width: 18rem;
}
.asioso-custom-input input {
    transition: all 0.3s ease-in-out;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.asioso-custom-input input:focus-visible {
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(42 82 210 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.asioso-custom-input input.asioso-custom-input-footer:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.asioso-custom-input input:focus ~ .asioso-floating-label {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(42 82 210 / var(--tw-text-opacity));
    opacity: 1;
    top: 7px;
}
.asioso-custom-input
    input.asioso-custom-input-footer:focus
    ~ .asioso-floating-label {
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity));
}
.asioso-custom-input
    input:not(:focus):not(:-moz-placeholder-shown)
    ~ .asioso-floating-label {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(110 110 110 / var(--tw-text-opacity));
    opacity: 1;
    top: 7px;
}
.asioso-custom-input
    input:not(:focus):not(:-ms-input-placeholder)
    ~ .asioso-floating-label {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(110 110 110 / var(--tw-text-opacity));
    opacity: 1;
    top: 7px;
}
.asioso-custom-input
    input:not(:focus):not(:placeholder-shown)
    ~ .asioso-floating-label {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(110 110 110 / var(--tw-text-opacity));
    opacity: 1;
    top: 7px;
}
.asioso-custom-input input:not(:focus):not(:-moz-placeholder-shown) {
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.asioso-custom-input input:not(:focus):not(:-ms-input-placeholder) {
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.asioso-custom-input input:not(:focus):not(:placeholder-shown) {
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.asioso-custom-input .asioso-inputText {
    height: 100%;
    width: 100%;
    padding-left: 18px;
    padding-top: 17px;
}
.asioso-custom-input .asioso-floating-label {
    pointer-events: none;
    position: absolute;
    top: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity));
    left: 20px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: 0.3s ease-in-out all;
}
select.asioso:focus-visible {
    outline-color: #2a52d2;
}
.asioso-multiselect {
    min-width: 18rem;
    position: relative;
}
@media (max-width: 767px) {
    .asioso-multiselect {
        width: 100%;
    }
}
.asioso-multiselect.open .asioso-selectBox {
    z-index: 12;
}
.asioso-multiselect.open .asioso-checkboxes {
    z-index: 12;
}
.asioso-multiselect.open .asioso-select-label.selected {
    --tw-text-opacity: 1;
    color: rgb(42 82 210 / var(--tw-text-opacity));
}
.asioso-multiselect.open i.icon {
    --tw-bg-opacity: 1;
    background-color: rgb(42 82 210 / var(--tw-bg-opacity));
}
.asioso-multiselect.open .asioso-overSelect {
    --tw-border-opacity: 1;
    border-color: rgb(42 82 210 / var(--tw-border-opacity));
}
.asioso-multiselect .asioso-select-label {
    position: absolute;
    transform: translateY(-8px);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.3s ease-in-out;
}
.asioso-multiselect .asioso-select-label.selected {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(110 110 110 / var(--tw-text-opacity));
    transform: translateY(-18px);
}
.asioso-selectBox {
    position: relative;
    height: 3.5rem;
}
.asioso-selectBox select {
    width: 100%;
    font-weight: 700;
    opacity: 0;
}
.asioso-checkboxes {
    position: absolute;
    z-index: 10;
    display: none;
    width: 100%;
    overflow-y: auto;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.27);
    --tw-shadow-colored: 0 12px 24px 0 var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    max-height: 15.4rem;
}
.asioso-checkboxes label {
    display: block;
}
.asioso-checkboxes label:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.asioso-checkboxes::-webkit-scrollbar {
    width: 4px;
}
.asioso-checkboxes::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgb(110 110 110 / var(--tw-bg-opacity));
    border-radius: 5px;
}
.asioso-checkboxes::-webkit-scrollbar-thumb:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.asioso-overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 3.5rem;
    cursor: pointer;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.44rem 1rem;
    transition: all 0.3s ease-in-out;
}
.asioso-container-check {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 2.8125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.asioso-container-check input {
    position: absolute;
    height: 0;
    width: 0;
    cursor: pointer;
    opacity: 0;
}
.asioso-container-check input:checked ~ .asioso-checkmark {
    border-color: var(--theme-brand-2, #003473);
    background-color: var(--theme-brand-2, #003473);
}
.asioso-container-check input:checked ~ .asioso-checkmark:after {
    display: block;
}
.asioso-container-check .asioso-checkmark:after {
    left: 3px;
    top: -1px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) skew(15deg);
}
@media (min-width: 1440px) {
    .header .wrapper,
    footer .wrapper {
        width: 100%;
    }
    @media (min-width: 768px) {
        .header .wrapper,
        footer .wrapper {
            max-width: 768px;
        }
    }
    @media (min-width: 1240px) {
        .header .wrapper,
        footer .wrapper {
            max-width: 1240px;
        }
    }
    @media (min-width: 1440px) {
        .header .wrapper,
        footer .wrapper {
            max-width: 1440px;
        }
    }
    .header .wrapper,
    footer .wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
.asioso-checkmark {
    position: absolute;
    background-color: transparent;
    top: 1.125rem;
    left: 0.9375rem;
    height: 18px;
    width: 18px;
    border: 2px solid #b7b7b7;
    border-radius: 3px;
}
.asioso-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.asioso-filter-form {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1.875rem;
}
@media (max-width: 767px) {
    .asioso-filter-form {
        width: 100%;
    }
    .asioso-filter-form {
        gap: 1.25rem;
    }
}
.asioso-checkbox-filters .asioso-container-check {
    display: inline-flex;
    height: 2rem;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(183 183 183 / var(--tw-bg-opacity));
    padding-right: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius: 1rem;
    padding-left: 0.625rem;
    font-size: 0.9375rem;
}
.asioso-checkbox-filters
    .asioso-container-check
    input:checked
    ~ .asioso-checkmark {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.asioso-checkbox-filters
    .asioso-container-check
    input:checked
    ~ .asioso-checkmark::before {
    display: none;
}
.asioso-checkbox-filters .asioso-container-check.checked {
    background-color: var(--theme-brand-2, #003473);
}
.asioso-checkbox-filters .asioso-container-check .asioso-checkmark {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    top: 5px;
    left: auto;
    right: 6px;
    border-radius: 50%;
    width: 1.375rem;
    height: 1.375rem;
}
.asioso-checkbox-filters .asioso-container-check .asioso-checkmark:before {
    position: absolute;
    border-style: none;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(183 183 183 / var(--tw-text-opacity));
    content: "\2715";
    left: 8px;
    top: -2px;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    font-size: 14px;
}
.asioso-checkbox-filters .asioso-container-check .asioso-checkmark:after {
    position: absolute;
    border-color: var(--theme-brand-2, #003473);
    content: "";
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) skew(15deg);
}
.asioso-custom-select,
.asioso-multiselect {
    min-height: 44px;
}
.asioso-custom-select i.icon,
.asioso-multiselect i.icon {
    position: absolute;
    top: 50%;
    --tw-bg-opacity: 1;
    background-color: rgb(110 110 110 / var(--tw-bg-opacity));
    right: 8px;
    transform: translateY(-50%) rotate(90deg);
    min-width: 1.25rem;
    min-height: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
}
.asioso-custom-select.open i.icon,
.asioso-multiselect.open i.icon {
    --tw-bg-opacity: 1;
    background-color: rgb(42 82 210 / var(--tw-bg-opacity));
}
.asioso-custom-select {
    position: relative;
    display: inline-block;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
    min-width: 18rem;
    transition: all 0.3s ease-in-out;
}
.asioso-custom-select .asioso-select-label {
    pointer-events: none;
    position: absolute;
    top: 50%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    left: 18px;
    transform: translateY(-12px);
    transition: all 0.3s ease-in-out;
}
.asioso-custom-select.selected .asioso-select-label {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(110 110 110 / var(--tw-text-opacity));
    transform: translateY(-21px);
}
.asioso-custom-select.selected .asioso-select-selected {
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity));
}
.asioso-custom-select.open {
    --tw-border-opacity: 1;
    border-color: rgb(42 82 210 / var(--tw-border-opacity));
}
.asioso-custom-select.open .asioso-select-label {
    --tw-text-opacity: 1;
    color: rgb(42 82 210 / var(--tw-text-opacity));
}
.asioso-custom-select .asioso-select-selected {
    color: transparent;
    height: 3.25rem;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}
.asioso-custom-select select {
    display: none;
}
.asioso-select-items div,
.asioso-select-selected {
    padding: 8px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 23px;
}
.asioso-select-items {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    overflow-y: auto;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.27);
    --tw-shadow-colored: 0 12px 24px 0 var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    top: calc(100% + 2px);
    max-height: 15.4rem;
}
.asioso-select-items div {
    font-size: 0.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.asioso-select-items::-webkit-scrollbar {
    width: 4px;
}
.asioso-select-items::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgb(110 110 110 / var(--tw-bg-opacity));
    border-radius: 5px;
}
.asioso-select-items::-webkit-scrollbar-thumb:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.asioso-select-hide {
    display: none;
}
.asioso-same-as-selected,
.asioso-select-items div:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.rating {
    margin-bottom: 0 !important;
}
.rating .star {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    background: url(/static/img/icons/Ameropa-Star.svg) no-repeat center/contain;
}
.rating .star-plus {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    background: url(/static/img/icons/Ameropa-Star-plus.svg) no-repeat
        center/contain;
}
.highlight-teaser-content h3.typo-body-1-d {
    margin-bottom: 1.5rem;
    padding-top: 0.625rem;
}
@media (min-width: 768px) {
    .highlight-teaser-content h3.typo-body-1-d {
        margin-bottom: 3rem;
    }
    .highlight-teaser-content h3.typo-body-1-d {
        padding-top: 1.25rem;
    }
}
footer .blog-text {
    display: block;
    font-weight: 700;
    font-style: normal;
    font-size: 7px;
    margin-top: 6px;
    margin-left: 2px;
}
footer .social-icons > a {
    padding: 10px;
}
footer .social-icons .icon {
    min-width: auto;
    min-height: auto;
}
footer .icon-logo {
    aspect-ratio: 4.1/1;
}
footer .svg-wrapper svg {
    width: 160%;
    margin-left: -50%;
}
footer i.icon.icon-db {
    width: 57px;
    height: 40px;
}
@media (max-width: 767px) {
    footer i.icon.icon-db {
        width: 37px;
        height: 26px;
    }
}
.header picture .copyright {
    font-size: 0.5rem;
}
.header .link-indicatior,
.header .link-indicatior-active {
    position: absolute;
    left: 0;
    --tw-translate-y: -100%;
    transform: var(--tw-transform);
    background-color: var(--theme-brand-1, #e8412a);
    opacity: 0;
    height: 3px;
    top: calc(100% + 2rem);
}
@media (min-width: 1240px) {
    .header .desktop-nav {
        padding-bottom: 1rem;
    }
    .header .logo {
        margin-bottom: 1rem;
    }
}
.header .header_search_contact {
    height: 0;
    max-height: 90vh;
    transition:
        height 0.5s,
        padding 0.5s;
}
.header .header_search_contact.opened {
    height: 800px;
}
@media (max-width: 767px) {
    .header .header_search_contact.opened {
        padding-top: 0.5rem;
    }
}
@media (min-width: 768px) {
    .header .header_search_contact.opened {
        padding-top: 1.5rem;
    }
}
@media (min-width: 1240px) {
    .header .header_search_contact.opened {
        padding-top: 2rem;
    }
}
.header .header_search_contact .contact-heading,
.header .header_search_contact .search-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
@media (min-width: 1240px) {
    .header .header_search_contact .contact-heading,
    .header .header_search_contact .search-heading {
        font-size: 80px;
        line-height: 86px;
    }
}
@media (max-width: 1239px) {
    .header .header_search_contact .contact-heading,
    .header .header_search_contact .search-heading {
        margin-top: 3rem !important;
    }
    .header .header_search_contact .wrapper.logo-wrapper {
        padding-left: 7.5rem;
    }
}
@media (max-width: 767px) {
    .header .header_search_contact .wrapper.logo-wrapper {
        padding-left: 2.5rem;
    }
}
@media (max-width: 1239px) {
    .header .header_search_contact .close-header-search {
        top: 36px;
        left: 12px;
    }
}
@media (max-width: 767px) {
    .header .header_search_contact .close-header-search {
        top: 17px;
        left: 16px;
    }
}
.header .header_search_contact .contact-container {
    max-height: calc(100% - 6rem);
}
.header .mobile-nav.opened {
    height: calc(var(--app-height) - 56px);
}
@media (min-width: 768px) {
    .header .mobile-nav.opened {
        height: calc(var(--app-height) - 88px);
    }
}
@media (min-width: 1240px) {
    .header .mobile-nav.opened {
        height: calc(var(--app-height) - 128px);
    }
}
.header .main-menu.opened {
    height: 40rem;
    max-height: calc(var(--app-height) - 56px);
}
@media (min-width: 768px) {
    .header .main-menu.opened {
        max-height: calc(var(--app-height) - 88px);
    }
}
@media (min-width: 1240px) {
    .header .main-menu.opened {
        max-height: calc(var(--app-height) - 128px);
    }
}
@media (max-width: 1239px) {
    .header .main-menu {
        position: absolute;
        width: 100vw;
        left: calc(100% + 1rem);
        top: 88px;
        height: calc(var(--app-height) - 88px);
    }
    .header .main-menu.opened-mobile {
        left: 1rem;
    }
}
@media (max-width: 767px) {
    .header .main-menu {
        position: absolute;
        width: 100vw;
        left: calc(100% + 1rem);
        top: 56px;
        height: calc(var(--app-height) - 56px);
    }
    .header .main-menu.opened-mobile {
        left: 1rem;
    }
}
@media (min-width: 1240px) {
    .header .menu-teaser-wrapper {
        height: 25rem;
    }
}
.header .teaser-card .icon-white-path {
    transform: translateY(-19%) scale(1.02);
}
.header .teaser-card:hover .teaser-card_headline {
    background-color: var(--theme-brand-1, #e8412a);
    padding-top: 2.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header .teaser-card:hover .icon-white-path {
    background-color: var(--theme-brand-1, #e8412a);
}
.header .header-phone-number {
    position: relative;
}
.header .header-phone-number > span {
    transition-duration: 0.3s;
    position: absolute;
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: -4px;
    left: 5px;
}
.header .header-phone-number > span::before {
    --tw-bg-opacity: 1;
    background-color: rgb(183 183 183 / var(--tw-bg-opacity));
    transition-duration: 0.3s;
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    bottom: 5px;
    left: -5px;
}
.header.scroll {
    --tw-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 10px 0 var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header.scroll .link-indicatior,
.header.scroll .link-indicatior-active {
    top: calc(100% + 1.5rem);
}
@media (min-width: 1240px) {
    .header.scroll > .wrapper {
        height: 2.5rem;
    }
    .header.scroll > .wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .header.scroll .header_search_contact.opened {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .header.scroll .header_search_contact > .wrapper {
        margin-bottom: 1.5rem;
    }
    .header.scroll .header_search_contact > .wrapper {
        height: 2.5rem;
    }
    .header.scroll .desktop-nav {
        padding-bottom: 0;
    }
    .header.scroll .logo {
        margin-bottom: 0;
    }
}
.header.scroll .header-phone-number {
    position: relative;
}
.header.scroll .header-phone-number > span {
    bottom: -17px;
    left: 5px;
}
.header.scroll .header-phone-number > span::before {
    transition-duration: 0.2s;
    height: 13px;
}
.new-header {
    height: 56px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 25;
}
@media (min-width: 768px) {
    .new-header {
        height: 88px;
    }
}
@media (min-width: 1240px) {
    .new-header {
        height: 128px;
    }
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.placeholder\:text-static-ground::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-static-ground:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-static-ground::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:opacity-50::-moz-placeholder {
    opacity: 0.5;
}
.placeholder\:opacity-50:-ms-input-placeholder {
    opacity: 0.5;
}
.placeholder\:opacity-50::placeholder {
    opacity: 0.5;
}
.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}
.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}
.after\:h-button-focus::after {
    content: var(--tw-content);
    height: calc(100% + 0.5rem);
}
.after\:w-button-focus::after {
    content: var(--tw-content);
    width: calc(100% + 0.5rem);
}
.after\:rounded-button-focus::after {
    content: var(--tw-content);
    border-radius: 0.5625rem;
}
.after\:ring-inset::after {
    content: var(--tw-content);
    --tw-ring-inset: inset;
}
.after\:ring-brand-3::after {
    content: var(--tw-content);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(42 82 210 / var(--tw-ring-opacity));
}
.last\:mb-0:last-child {
    margin-bottom: 0;
}
.hover\:text-brand-1:hover {
    color: var(--theme-brand-1, #e8412a);
}
.hover\:shadow-btn-primary-hover:hover {
    --tw-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:before\:inset-0:hover::before {
    content: var(--tw-content);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hover\:before\:rounded:hover::before {
    content: var(--tw-content);
    border-radius: 0.3125rem;
}
.hover\:before\:bg-overlay-pressed:hover::before {
    content: var(--tw-content);
    background-color: rgba(0, 0, 0, 0.1);
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-visible\:after\:ring-2:focus-visible::after {
    content: var(--tw-content);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.active\:bg-none:active {
    background-image: none;
}
.active\:before\:bg-transparent:active::before {
    content: var(--tw-content);
    background-color: transparent;
}
@media (max-width: 767px) {
    .xs\:order-2 {
        order: 2;
    }
    .xs\:order-3 {
        order: 3;
    }
    .xs\:order-4 {
        order: 4;
    }
    .xs\:order-1 {
        order: 1;
    }
    .xs\:mb-12 {
        margin-bottom: 3rem;
    }
    .xs\:flex {
        display: flex;
    }
    .xs\:hidden {
        display: none;
    }
    .xs\:\!hidden {
        display: none !important;
    }
    .xs\:h-10 {
        height: 2.5rem;
    }
    .xs\:\!h-5 {
        height: 1.25rem !important;
    }
    .xs\:\!w-5 {
        width: 1.25rem !important;
    }
    .xs\:\!min-w-unset {
        min-width: unset !important;
    }
    .xs\:flex-col {
        flex-direction: column;
    }
    .xs\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .xs\:items-center {
        align-items: center;
    }
    .xs\:justify-center {
        justify-content: center;
    }
    .xs\:gap-16 {
        gap: 4rem;
    }
    .xs\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .xs\:opacity-0 {
        opacity: 0;
    }
}
@media (min-width: 768px) {
    .sm\:top-20 {
        top: 5rem;
    }
    .sm\:\!-top-12 {
        top: -3rem !important;
    }
    .sm\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:grid {
        display: grid;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-10 {
        height: 2.5rem;
    }
    .sm\:\!h-10 {
        height: 2.5rem !important;
    }
    .sm\:h-full {
        height: 100%;
    }
    .sm\:min-h-10 {
        min-height: 2.5rem;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-5\/12 {
        width: 41.666667%;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-3\/12 {
        width: 25%;
    }
    .sm\:w-4\/12 {
        width: 33.333333%;
    }
    .sm\:w-8\/12 {
        width: 66.666667%;
    }
    .sm\:\!w-2\/3 {
        width: 66.666667% !important;
    }
    .sm\:\!w-44 {
        width: 11rem !important;
    }
    .sm\:\!w-10 {
        width: 2.5rem !important;
    }
    .sm\:w-10 {
        width: 2.5rem;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:items-end {
        align-items: flex-end;
    }
    .sm\:gap-10 {
        gap: 2.5rem;
    }
    .sm\:gap-5 {
        gap: 1.25rem;
    }
    .sm\:gap-8 {
        gap: 2rem;
    }
    .sm\:gap-6 {
        gap: 1.5rem;
    }
    .sm\:\!gap-4 {
        gap: 1rem !important;
    }
    .sm\:self-end {
        align-self: flex-end;
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .sm\:pt-20 {
        padding-top: 5rem;
    }
}
@media (min-width: 1240px) {
    .md\:relative {
        position: relative;
    }
    .md\:\!-top-10 {
        top: -2.5rem !important;
    }
    .md\:right-7 {
        right: 1.75rem;
    }
    .md\:top-7 {
        top: 1.75rem;
    }
    .md\:\!mb-9 {
        margin-bottom: 2.25rem !important;
    }
    .md\:\!mb-16 {
        margin-bottom: 4rem !important;
    }
    .md\:mb-8 {
        margin-bottom: 2rem;
    }
    .md\:mb-28 {
        margin-bottom: 7rem;
    }
    .md\:mb-20 {
        margin-bottom: 5rem;
    }
    .md\:mr-3 {
        margin-right: 0.75rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:ml-1 {
        margin-left: 0.25rem;
    }
    .md\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .md\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .md\:ml-16 {
        margin-left: 4rem;
    }
    .md\:mb-24 {
        margin-bottom: 6rem;
    }
    .md\:\!block {
        display: block !important;
    }
    .md\:flex {
        display: flex;
    }
    .md\:\!hidden {
        display: none !important;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-20 {
        height: 5rem;
    }
    .md\:h-16 {
        height: 4rem;
    }
    .md\:\!h-10 {
        height: 2.5rem !important;
    }
    .md\:\!h-12 {
        height: 3rem !important;
    }
    .md\:\!h-6 {
        height: 1.5rem !important;
    }
    .md\:h-18 {
        height: 4.5rem;
    }
    .md\:w-7\/12 {
        width: 58.333333%;
    }
    .md\:\!w-44 {
        width: 11rem !important;
    }
    .md\:\!w-12 {
        width: 3rem !important;
    }
    .md\:\!w-10 {
        width: 2.5rem !important;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:\!w-6 {
        width: 1.5rem !important;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:flex-none {
        flex: none;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:items-end {
        align-items: flex-end;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-15 {
        gap: 3.75rem;
    }
    .md\:border-r {
        border-right-width: 1px;
    }
    .md\:p-9 {
        padding: 2.25rem;
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .md\:pt-8 {
        padding-top: 2rem;
    }
    .md\:pb-4 {
        padding-bottom: 1rem;
    }
    .md\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .md\:pt-5 {
        padding-top: 1.25rem;
    }
    .md\:duration-300 {
        transition-duration: 0.3s;
    }
    .md\:typo-title-1-s {
        font-size: 38px;
        line-height: 44px;
        font-weight: 700;
    }
    .md\:\!typo-title-2-d {
        font-size: 38px !important;
        line-height: 44px !important;
        font-weight: 700 !important;
    }
    .md\:typo-title-3-d {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
    }
    .md\:typo-body-1-d {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }
    .md\:typo-body-2-d {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .highlight-teaser-content h3.md\:typo-body-1-d {
        margin-bottom: 1.5rem;
    }
    .highlight-teaser-content h3.md\:typo-body-1-d {
        padding-top: 0.625rem;
    }
    @media (min-width: 768px) {
        .highlight-teaser-content h3.md\:typo-body-1-d {
            margin-bottom: 3rem;
        }
    }
    @media (min-width: 768px) {
        .highlight-teaser-content h3.md\:typo-body-1-d {
            padding-top: 1.25rem;
        }
    }
    .md\:hover\:text-brand-1:hover {
        color: var(--theme-brand-1, #e8412a);
    }
}
@media (max-width: 1239px) {
    .xmd\:\!fixed {
        position: fixed !important;
    }
    .xmd\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .xmd\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .xmd\:mt-16 {
        margin-top: 4rem;
    }
    .xmd\:mb-4 {
        margin-bottom: 1rem;
    }
    .xmd\:\!hidden {
        display: none !important;
    }
    .xmd\:hidden {
        display: none;
    }
    .xmd\:h-10 {
        height: 2.5rem;
    }
    .xmd\:\!h-5 {
        height: 1.25rem !important;
    }
    .xmd\:\!min-h-unset {
        min-height: unset !important;
    }
    .xmd\:\!min-h-0 {
        min-height: 0 !important;
    }
    .xmd\:\!w-5 {
        width: 1.25rem !important;
    }
    .xmd\:\!min-w-unset {
        min-width: unset !important;
    }
    .xmd\:\!min-w-0 {
        min-width: 0 !important;
    }
    .xmd\:flex-1 {
        flex: 1 1 0%;
    }
    .xmd\:overflow-y-auto {
        overflow-y: auto;
    }
    .xmd\:border-b {
        border-bottom-width: 1px;
    }
    .xmd\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
}
@media (min-width: 1440px) {
    .lg\:w-1\/2 {
        width: 50%;
    }
}
