@import"https://fonts.googleapis.com/css2?family=Bakbak+One&family=Zen+Kaku+Gothic+Antique:wght@300;400;500&display=swap";

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -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;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

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
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

*,
:after,
:before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-auto {
    margin-left: auto
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.min-h-screen {
    min-height: 100vh
}

@supports (-webkit-touch-callout:none) {
    .min-h-screen {
        min-height: -webkit-fill-available
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.resize {
    resize: both
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.content-center {
    align-content: center
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.p-6 {
    padding: 1.5rem
}

.text-center {
    text-align: center
}

*,
:after,
:before {
    --tw-shadow: 0 0 #0000;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000
}

.filter {
    --tw-blur: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-brightness: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-contrast: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-grayscale: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-hue-rotate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-invert: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-saturate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-sepia: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-drop-shadow: var(--tw-empty,
            /*!*/
            /*!*/
        );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur {
    --tw-blur: blur(8px)
}

body {
    background: #f8f8f8;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden
}

.PhoneNumber_phoneNumberToggle__W91EZ {
    font-weight: 400 !important;
    font-size: 16px !important
}

.PhoneNumber_phoneNumberToggle__W91EZ span {
    font-size: 16px !important;
    line-height: 24px !important
}

.main-container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:490px) {
    .main-container {
        max-width: 480px
    }
}

@media(min-width:390px) {
    .main-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(min-width:640px) {
    .main-container {
        padding-left: 72px;
        padding-right: 72px;
        max-width: 768px
    }
}

@media(min-width:1024px) {
    .main-container {
        padding-left: 32px;
        padding-right: 32px;
        max-width: 1088px
    }
}

.hero-text {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    letter-spacing: .01em;
    color: #121212;
    text-align: start
}

@media(min-width:640px) {
    .hero-text {
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 80px
    }
}

@media(min-width:1024px) {
    .hero-text {
        font-style: normal;
        font-weight: 700;
        font-size: 72px;
        line-height: 88px
    }
}

.not-title-block {
    text-align: center
}

@media(min-width:640px) {
    .not-title-block {
        text-align: center
    }
}

@media(min-width:1024px) {
    .not-title-block {
        text-align: left !important
    }
}

.container-inner {
    max-width: 640px;
    margin: 0 auto
}

.prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@supports (-webkit-touch-callout:none) {
    .prevent-scroll {
        max-height: -webkit-fill-available
    }
}

.basic-block {
    margin-top: 80px
}

.basic-block:last-child {
    margin-bottom: 15px
}

.basic-block-with-image>img {
    margin: 24px auto
}

.basic-block ul li:not(:last-child) {
    margin-bottom: 8px
}

.basic-block p,
.basic-block strong,
.basic-block ul {
    font-size: 16px;
    line-height: 28px
}

.basic-block p {
    color: #121212;
    font-weight: 400
}

.basic-block strong {
    font-weight: 600
}

.basic-block p+p {
    margin-top: 20px
}

.basic-block-hr {
    display: none
}

h3 {
    font-family: Montserrat, sans-serif;
    color: #e7a702;
    text-transform: uppercase;
    margin: 16px 0 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-feature-settings: "smcp";
    font-variant: small-caps
}

@media(min-width:640px) {
    h3 {
        font-size: 24px;
        line-height: 29px
    }
}

@media(min-width:1024px) {
    h3 {
        font-size: 40px;
        line-height: 56px
    }
}

.block-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #e7a702
}

.block-title span {
    color: #121212
}

@media(min-width:640px) {
    .basic-block {
        margin-top: 106px
    }

    .basic-block:last-child {
        margin-bottom: 96px
    }

    .basic-block p,
    .basic-block strong,
    .basic-block ul {
        font-size: 16px;
        line-height: 28px
    }

    .basic-block p+p {
        margin-top: 24px
    }

    .block-title {
        font-size: 40px;
        line-height: 56px
    }
}

@media(min-width:1024px) {
    .basic-block {
        margin-top: 120px
    }

    .basic-block:last-child {
        margin-bottom: 0px
    }

    .basic-block-hr2 {
        margin-left: auto;
        margin-right: auto;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA0IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNTA0IDExIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNTAzIDFMMSAxMEgzNjciIHN0cm9rZT0iIzEyMTIxMiIvPgo8L3N2Zz4K");
        width: 502px;
        height: 12px;
        background-repeat: no-repeat
    }

    .basic-block-hr,
    .basic-block-hr2 {
        display: block;
        margin-top: 15px;
        border: none;
        background-size: cover
    }

    .basic-block-hr {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAyIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMzAyIDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzAxLjM2NCA0LjM0Mjc5QzMwMS41NTMgNC4xNDE3NiAzMDEuNTQ0IDMuODI1MzIgMzAxLjM0MyAzLjYzNkwyOTguMDY3IDAuNTUwODcxQzI5Ny44NjYgMC4zNjE1NTIgMjk3LjU0OSAwLjM3MTA0NSAyOTcuMzYgMC41NzIwNzRDMjk3LjE3MSAwLjc3MzEwNCAyOTcuMTggMS4wODk1NCAyOTcuMzgxIDEuMjc4ODZMMzAwLjI5MyA0LjAyMTJMMjk3LjU1MSA2LjkzMzE3QzI5Ny4zNjIgNy4xMzQyIDI5Ny4zNzEgNy40NTA2NCAyOTcuNTcyIDcuNjM5OTZDMjk3Ljc3MyA3LjgyOTI4IDI5OC4wOSA3LjgxOTc5IDI5OC4yNzkgNy42MTg3NkwzMDEuMzY0IDQuMzQyNzlaTTEgMTNMMC45ODUwMDcgMTIuNTAwMkwxIDEzLjVWMTNaTTMwMC45ODUgMy41MDAyMkwwLjk4NTAwNyAxMi41MDAyTDEuMDE0OTkgMTMuNDk5OEwzMDEuMDE1IDQuNDk5NzhMMzAwLjk4NSAzLjUwMDIyWk0xIDEzLjVIMjE5LjcyNVYxMi41SDFWMTMuNVoiIGZpbGw9IiMyOTI5MjkiLz4KPC9zdmc+Cg==");
        width: 375px;
        height: 17px
    }

    .block-title {
        font-size: 40px;
        line-height: 56px
    }
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.hide,
.iti__hide {
    display: none !important
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    background-color: #fff;
    border: 1px solid #292929;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__active,
.iti__country.iti__highlight {
    background-color: rgba(255, 255, 255, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

@media (hover:hover) {
    .iti--allow-dropdown .iti__flag-container:hover {
        cursor: pointer
    }

    .iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
    .iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
        cursor: default
    }

    .iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
        background-color: transparent
    }
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

@media (hover:hover) {
    .iti--container:hover {
        cursor: pointer
    }
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags.d967a228.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../images/flags%402x.2803ef69.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.menu-list {
    font-size: 20px;
    line-height: 28px;
    width: 100%
}

.menu-list .selected {
    font-weight: 500;
    color: #e7a702;
    border-bottom: none
}

@media(min-width:1024px) {
    .menu-list .selected {
        border-bottom: 4px solid #292929
    }
}

.menu-list-item {
    padding: 16px 0;
    border-bottom: 1px solid #dbdbdb
}

.menu-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #292929;
    transition: color .25s
}

@media (hover:hover) {
    .menu-item:hover {
        color: #e7a702
    }
}

.menu-item.active {
    color: #e7a702
}

.menu-item-dropdown {
    margin-bottom: 8px
}

.dropdown-menu {
    cursor: pointer
}

.dropdown-menu-item {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer
}

.dropdown-menu-item svg {
    margin-left: 16px;
    transition: transform .2s ease
}

.dropdown-menu-item[data-opened=true] svg {
    transform: rotate(-180deg)
}

.dropdown-menu-list {
    background-color: #fff;
    opacity: 0;
    height: 0;
    padding: 0 0 0 25px;
    transition: opacity .2s ease, height .4s ease;
    z-index: 1;
    overflow: hidden
}

.dropdown-menu-list .selected {
    font-weight: 500;
    border-bottom: none
}

.dropdown-menu-list .menu-item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0
}

.dropdown-menu-list .menu-item:first-child {
    padding-top: 16px
}

.dropdown-menu-list .menu-item:last-child {
    padding-bottom: 0
}

@media(min-width:640px) {
    .menu-list {
        font-size: 26px;
        line-height: 32px
    }

    .menu-list-item {
        padding: 24px 0
    }

    .dropdown-menu-list .menu-item {
        font-family: Montserrat, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0
    }

    .dropdown-menu-list .menu-item:first-child {
        padding-top: 24px
    }
}

@media(min-width:1024px) {
    .dropdown-menu-list {
        position: absolute;
        box-shadow: 4px 8px 16px rgba(0, 0, 0, .04);
        padding: 8px 16px
    }

    .dropdown-menu-list .menu-item {
        font-family: Montserrat, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding: 4px 0
    }

    .dropdown-menu-list .menu-item:first-child {
        padding-top: 8px
    }

    .dropdown-menu-list .menu-item:last-child {
        padding-bottom: 0
    }

    .dropdown-menu-item svg {
        margin-left: 4px;
        width: 16px;
        height: 16px
    }

    .dropdown-menu-item svg path {
        fill: #717171;
        transition: fill .2s ease
    }

    .dropdown-menu-item[data-opened=true] {
        color: #e7a702
    }

    @media (hover:hover) {
        .dropdown-menu-item:hover {
            color: #e7a702
        }
    }

    .dropdown-menu-item[data-opened=true] svg path {
        fill: #e7a702
    }

    @media (hover:hover) {
        .dropdown-menu-item:hover svg path {
            fill: #e7a702
        }
    }

    .menu-list {
        display: flex;
        font-size: 16px;
        line-height: 24px
    }

    .menu-list .selected {
        font-weight: 500;
        color: #292929
    }

    .menu-list-item {
        padding: 0;
        border-bottom: none
    }

    .menu-list-item:not(:last-child) {
        margin-right: 40px
    }

    .menu-item {
        color: #717171
    }

    .menu-item.active {
        color: #e7a702
    }
}

.desktop-dropdown-menu-list {
    display: none
}

.form-wrapper {
    margin: 24px 0;
    position: relative
}

.form-wrapper-loading {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, .6);
    z-index: 1
}

.form-block {
    padding: 24px 16px;
    background-color: #fff;
    box-shadow: 8px 16px 24px rgba(18, 18, 18, .06)
}

.form-logo g rect {
    animation: dash .6s ease-out infinite alternate
}

.form-thank-wrapper {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 380px;
    margin: 0 auto
}

.form-thank-wrapper p {
    font-size: 14px;
    line-height: 24px
}

.form-thank-title {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    text-align: center
}

@keyframes dash {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

.inputs-block {
    width: 100%;
    max-width: 640px
}

.iti--separate-dial-code .iti__selected-dial-code {
    line-height: 16px
}

.iti__country-list {
    white-space: normal;
    width: 304px
}

.iti__country {
    font-size: 16px;
    line-height: 20px
}

@media (hover:hover) {
    .iti__country:hover {
        background-color: rgba(238, 243, 252, .5)
    }
}

.iti__country.iti__active {
    background-color: #eef3fc
}

.iti__arrow {
    border-top-color: #292929;
    border-bottom-color: #292929
}

@media(min-width:640px) {
    .form-wrapper {
        max-width: 496px;
        margin-left: auto;
        margin-right: auto
    }

    .form-submit {
        max-width: 210px;
        margin: 0 auto
    }

    .form-block {
        padding: 40px 64px
    }
}

@media(min-width:1024px) {
    .form-wrapper {
        max-width: 640px
    }

    .form-block {
        padding: 72px 64px
    }
}

.form-title {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px
}

.form-title,
.sub-title-gray {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-style: normal
}

.sub-title-gray {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #f1f1f1;
    width: 100%
}

.hero-form-block {
    width: 100%;
    padding: 64px 40px
}

.hero-form-wrapper {
    margin: 24px 0;
    position: relative
}

.hero-form-wrapper-loading {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, .6);
    z-index: 1
}

.hero-form-block {
    padding: 24px 16px;
    box-shadow: 8px 16px 24px rgba(18, 18, 18, .06), 8px 16px 24px rgba(18, 18, 18, .06)
}

.hero-form-logo g rect {
    animation: dash .6s ease-out infinite alternate
}

.hero-form-thank-wrapper {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 245px;
    margin: 0 auto
}

body:not(.ie):not(.firefox) .form-wrapper-loading {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: transparent
}

@media(min-width:640px) {
    .hero-form-wrapper {
        max-width: 496px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-form-submit {
        max-width: 496px;
        margin: 0 auto
    }

    .hero-form-block {
        width: 100%;
        max-width: 624px
    }
}

@media(min-width:1024px) {
    .hero-form-wrapper {
        max-width: 640px
    }

    .hero-form-block {
        width: 416px;
        padding: 32px 12px
    }
}

.header {
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 80px;
    background: rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px)
}

.header .container {
    max-width: 1360px
}

.header .header-call-us,
.header .main-menu {
    display: none
}

.header-logo img {
    width: 124px
}

.header .menu-mobile-trigger {
    height: 32px;
    display: flex;
    align-items: center;
    margin-left: 32px;
    cursor: pointer
}

.header .menu-mobile-trigger i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/burger.85507721.svg)
}

.header .menu-mobile-trigger span {
    margin-left: 16px;
    display: none
}

.header .menu-mobile-dropdown {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
    padding: 0 24px;
    overflow-y: auto;
    max-height: 100%;
    transition: transform .2s ease, opacity .2s ease;
    transform: translate(100%);
    opacity: 0
}

.header .menu-mobile-dropdown.active {
    transform: translate(0);
    opacity: 1
}

body:not(.ie):not(.firefox) .header {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px)
}

.menu-mobile .main-menu {
    display: flex
}

.prevent-scroll .header {
    background: #fff;
    -webkit-backdrop-filter: unset !important;
    backdrop-filter: unset !important
}

@media(min-width:640px) {
    .header {
        height: 98px
    }

    .header .header-call-us {
        display: flex
    }

    .header-logo img {
        width: 124px
    }

    .header .menu-mobile-trigger span {
        display: block
    }

    .header .menu-mobile-dropdown {
        top: 98px
    }

    .header .menu-mobile-dropdown-inner {
        margin: 0 auto;
        width: 640px
    }
}

@media(min-width:768px) {
    .header .menu-mobile-dropdown-inner {
        width: 720px
    }
}

@media(min-width:1024px) {
    .header {
        position: unset;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        background: transparent
    }

    .header .header-call-us,
    .header .main-menu {
        display: flex
    }

    .header .header-call-us {
        margin-left: unset
    }

    .header .menu-mobile {
        display: none
    }

    main {
        padding-top: 0
    }
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.footer-col {
    margin-right: 20px;
    min-width: 150px
}

.footer-phone-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
    margin-bottom: 15px
}

.footer-phone-item .footer-dt {
    margin-right: 15px
}

.footer {
    padding: 40px 24px;
    color: #dbdbdb;
    background-color: #292929;
    font-size: 16px;
    line-height: 24px
}

.footer-block+.footer-block {
    margin-top: 24px
}

.footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.footer-dl {
    display: flex;
    justify-content: space-between;
    max-width: 145px
}

.footer-dd div+div,
.footer-dl+.footer-dl {
    margin-top: 16px
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 382px;
    margin: 0 auto
}

.footer-block-wrapper {
    width: 100%
}

.footer-block-wrapper:first-child {
    display: flex;
    flex-direction: column
}

.footer-block-wrapper:not(:first-child) {
    margin-top: 24px
}

.footer-block-wrapper:nth-child(3) .footer-block:last-child {
    display: none
}

@media(min-width:640px) {
    .footer {
        padding: 40px 72px;
        font-size: 16px;
        line-height: 24px
    }

    .footer h3 {
        font-size: 18px;
        line-height: 22px
    }

    .footer-dl {
        max-width: 160px
    }

    .footer-container {
        max-width: unset;
        justify-content: space-between
    }

    .footer-block-wrapper {
        width: 33.33%
    }

    .footer-block-wrapper:first-child,
    .footer-block-wrapper:nth-child(2) {
        width: 50%;
        margin-bottom: 40px
    }

    .footer-block-wrapper:nth-child(3) {
        width: 25%
    }

    .footer-block-wrapper:not(:first-child) {
        margin-top: 0
    }
}

@media(min-width:1280px) {
    .footer {
        display: flex;
        justify-content: center;
        padding: 72px 0;
        font-size: 16px;
        line-height: 24px
    }

    .footer h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .footer-dd div+div {
        margin-top: unset
    }

    .footer-block-wrapper {
        width: 20%
    }

    .footer-block-wrapper:first-child,
    .footer-block-wrapper:nth-child(2),
    .footer-block-wrapper:nth-child(3) {
        width: 25%;
        margin-bottom: 0
    }

    .footer-block-wrapper:first-child {
        width: 22%
    }

    .footer-block-wrapper:nth-child(3) {
        width: 18%
    }

    .footer-block-wrapper:nth-child(4) {
        display: none
    }

    .footer-block-wrapper:nth-child(3) .footer-block:last-child {
        display: block
    }
}

.bordered-block {
    position: relative;
    box-shadow: 8px 16px 24px rgba(18, 18, 18, .06)
}

.chb-btn {
    background: #f8f8f8;
    border: none;
    box-shadow: inset 0 0 0 1px #000;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease
}

@media (hover:hover) {
    .chb-btn:hover .chb-btn-front {
        color: #f8f8f8;
        background: #292929
    }
}

.chb-btn-white {
    background: none;
    border: none;
    box-shadow: inset 0 0 0 1px #fff;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (hover:hover) {
    .chb-btn-white:hover .chb-btn-front {
        background: #292929;
        color: #f8f8f8
    }
}

.chb-btn-black {
    background: #f8f8f8;
    box-shadow: inset 0 0 0 1px #000
}

@media (hover:hover) {
    .chb-btn-black:hover .chb-btn-front {
        background: #292929;
        color: #f8f8f8
    }
}

.chb-btn-orange {
    background: #292929;
    box-shadow: inset 0 0 0 1px #e7a702
}

@media (hover:hover) {
    .chb-btn-orange:hover .chb-btn-front {
        background: #ffc700;
        color: #000
    }
}

.chb-btn-front {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px;
    background: #f8f8f8;
    border: 1px solid #000;
    will-change: transform;
    transition: transform .1s, background-color .3s ease, color .3s ease;
    transform: translate(4px, -4px)
}

.chb-btn-white .chb-btn-front {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #292929
}

.hero-form-submit .chb-btn-white {
    box-shadow: inset 0 0 0 1px #e7a702 !important
}

.hero-form-submit .chb-btn-white .chb-btn-front {
    background-color: #e7a702 !important;
    border: 1px solid #e7a702 !important
}

.chb-btn .black {
    background: #292929;
    color: #f8f8f8;
    border: 1px solid #292929 !important
}

.chb-btn .orange {
    background: #e7a702;
    color: #292929;
    border: 1px solid #e7a702 !important
}

.chb-btn-white:active .chb-btn-front,
.chb-btn:active .chb-btn-front {
    transform: translate(0)
}

.input-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.input-container input::-moz-placeholder,
.input-container textarea::-moz-placeholder {
    color: #292929
}

.input-container input:-ms-input-placeholder,
.input-container textarea:-ms-input-placeholder {
    color: #292929
}

.input-container input::placeholder,
.input-container textarea::placeholder {
    color: #292929
}

.input-container input,
.input-container textarea {
    background-color: #f0f0f0;
    color: #292929;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    resize: none;
    border: 0
}

.label-intl-tel {
    z-index: 1;
    visibility: hidden;
    opacity: 0
}

.input-container label {
    position: absolute;
    pointer-events: none;
    transform: translateY(50%);
    transform-origin: top left;
    transition: transform .2s cubic-bezier(0, 0, .2, 1) 0ms, opacity .1s ease;
    color: #292929;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    left: 16px
}

.input-container.active label {
    transform: translate(-5px, -6px);
    color: #292929;
    font-size: 14px !important;
    line-height: 16px !important;
    outline: #292929;
    background-color: #fff;
    padding: 0 8px;
    visibility: unset;
    opacity: 1
}

.filled input,
.filled textarea,
.input-container:focus-within input,
.input-container:focus-within textarea {
    background-color: #fff;
    border-radius: 0 !important;
    outline: 1px solid #292929
}

.invalid input,
.invalid textarea {
    background-color: #fff;
    outline: 1px solid #c45757 !important
}

.invalid .error,
.invalid input,
.invalid textarea {
    color: #c45757 !important
}

.invalid .error {
    position: absolute;
    pointer-events: none;
    transform: translateY(50%);
    transform-origin: top left;
    transition: transform .2s cubic-bezier(0, 0, .2, 1) 0ms, opacity .1s ease;
    transform: translate(5px, -6px);
    color: #292929;
    font-size: 14px !important;
    line-height: 16px !important;
    outline: #292929;
    background-color: #fff;
    padding: 0 8px;
    visibility: unset;
    opacity: 1
}

@media(min-width:640px) {

    .input-container input,
    .input-container textarea {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 24px
    }

    .input-container label {
        font-size: 16px;
        line-height: 24px
    }
}

.PhoneNumber_phoneNumber__1SM0D,
.Select_select__2yOFd {
    background-color: #fff
}

.Collapsible {
    border-bottom: 1px solid #dbdbdb;
    padding: 16px 0
}

.Collapsible__contentInner {
    padding-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}

.Collapsible__trigger {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    min-height: 32px;
    border: none;
    background-color: transparent;
    padding: 0 48px 0 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    transition: color .1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Collapsible__trigger:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    transition: transform .3s ease-out;
    background: url(../images/chevron-down-black.494bd489.svg) no-repeat
}

.Collapsible__trigger.is-open {
    color: #e7a702
}

.Collapsible__trigger.is-open:after {
    transform: rotate(180deg)
}

.Collapsible__trigger.is-disabled {
    opacity: .5
}

@media(min-width:640px) {
    .Collapsible__trigger {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px
    }

    .Collapsible__contentInner {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px
    }
}

@media(min-width:1024px) {
    .Collapsible__trigger {
        font-size: 20px;
        line-height: 24px
    }

    .faq__block {
        max-width: 864px;
        margin-left: auto;
        margin-right: auto
    }
}

.icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    max-height: 24px;
    min-height: 24px;
    margin-right: 24px;
    background-repeat: no-repeat
}

.icon-flag {
    width: 32px;
    min-width: 32px;
    max-width: 32px
}

.icon-flag-cze {
    background-image: url(../images/cze.df464a69.svg)
}

.icon-flag-usa {
    background-image: url(../images/usa.519e8c7b.svg)
}

.icon-flag-can {
    background-image: url(../images/can.dd92c9cd.svg)
}

.icon-flag-gb {
    background-image: url(../images/gb.ae998ae9.svg)
}

.icon-flag-cy {
    background-image: url(../images/cy.b25d07b4.svg)
}

.icon-flag-se {
    background-image: url(../images/se.9c914852.svg)
}

.icon-flag-au {
    background-image: url(../images/au.796542c5.svg)
}

.icon-location {
    background-image: url(../images/location.b1e981be.svg)
}

.icon-mail {
    background-image: url(../images/mail.f447dad8.svg)
}

.icon-fax {
    background-image: url(../images/fax.4eaf087a.svg)
}

.quote-block {
    background: #fff;
    padding: 24px 16px
}

.quote-block>div {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase
}

.quote-block div {
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.quote-block div,
.quote-block h3 {
    font-family: Montserrat, sans-serif;
    font-style: normal
}

.quote-block h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px
}

.quote-block .basic-block-hr {
    text-align: center
}

@media(min-width:640px) {
    .quote-block {
        padding: 40px 64px
    }

    .quote-block>div {
        font-size: 16px;
        line-height: 17px
    }
}

@media(min-width:1024px) {
    .quote-block {
        padding: 48px 40px 32px
    }

    .quote-block h3 {
        max-width: 865px;
        margin-left: auto;
        margin-right: auto
    }
}

.scams {
    width: 100%;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.scams-item {
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px
}

.scams-separator {
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.scams-separator i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #292929
}

@media(min-width:640px) {
    .scams-item {
        padding: 0
    }

    .scams-separator {
        width: 38px
    }
}

.contact-block {
    display: flex;
    flex-direction: column;
    margin-top: 48px
}

.address-row {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.address-row,
.phones-row {
    display: flex;
    flex-direction: row
}

.phones-row {
    justify-content: space-around;
    align-items: flex-start
}

.contact-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 30px;
    max-width: 200px;
    margin: 10px 0
}

.address-row .contact-item {
    max-width: 300px
}

@media screen and (min-width:768px) {
    .address-row .contact-item {
        margin-right: 30px
    }
}

@media screen and (max-width:768px) {
    .contact-block {
        margin-top: 18px
    }

    .address-row {
        flex-direction: column;
        margin-bottom: 10px
    }

    .phones-row {
        flex-direction: column;
        align-items: center
    }

    .contact-item {
        width: 300px
    }
}

.contact-info-block {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.contact-info-block .block-title {
    font-size: 20px;
    line-height: 28px;
    padding: 0 5px
}

.contact-info-row,
.contact-info-wrapper {
    display: flex;
    flex-direction: column
}

.contact-info-wrapper {
    margin-top: 24px
}

.contact-info-col {
    display: flex;
    width: 100%
}

.contact-info-col+.contact-info-col,
.contact-info-row+.contact-info-row {
    margin-top: 24px
}

@media(min-width:640px) {
    .contact-info-block .block-title {
        font-size: 26px;
        line-height: 32px;
        padding: 0 50px
    }

    .contact-info-wrapper {
        max-width: 624px;
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        flex-direction: column
    }

    .contact-info-row {
        flex: 1 1
    }

    .contact-info-row:last-child {
        margin-left: 40px
    }

    .contact-info-row:first-child {
        justify-content: center;
        flex-direction: row;
        margin-right: 0;
        flex-wrap: wrap;
        flex: 1 1
    }

    .contact-info-row+.contact-info-row {
        margin-top: 0;
        margin-left: 24px;
        flex: 0 0 40%
    }
}

@media(min-width:1024px) {
    .contact-info-block .block-title {
        font-size: 28px;
        line-height: 34px
    }

    .contact-info-wrapper {
        max-width: 600px;
        justify-content: space-between
    }

    .contact-info-row:first-child {
        flex: 1 1;
        flex-basis: 300px;
        justify-content: flex-start
    }

    .contact-info-row:last-child {
        max-width: 170px
    }

    .contact-info-row+.contact-info-row {
        margin-top: 0;
        margin-left: 40px
    }
}

.side-by-side-block>*+* {
    margin-top: 16px
}

.side-by-side-white {
    background: #fff
}

.side-by-side-white .side-by-side-block:first-child {
    padding: 24px 16px
}

@media(min-width:640px) {
    .side-by-side-white .side-by-side-block:first-child {
        padding: 40px 64px
    }
}

@media(min-width:1024px) {
    .side-by-side-block>*+* {
        margin-top: 24px
    }

    .side-by-side-white .side-by-side-block:first-child {
        padding: 48px 40px
    }

    .side-by-side-inner {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .side-by-side-inner>:first-child {
        flex-basis: 640px
    }

    .side-by-side-inner>:last-child {
        display: flex;
        align-items: center
    }

    .side-by-side-inner>:last-child img {
        width: 290px
    }

    .side-by-side-right .side-by-side-inner {
        flex-direction: row-reverse
    }
}

.recovery-services {
    background: #fff;
    padding: 24px 16px;
    box-shadow: 8px 16px 24px rgba(18, 18, 18, .06)
}

.recovery-services-inner {
    display: flex;
    flex-wrap: wrap
}

.recovery-services-link {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    text-align: center;
    color: #292929;
    border: 1px solid #292929
}

.recovery-services-link.active {
    background: #e7a702;
    color: #292929
}

@media (hover:hover) {
    .recovery-services-link:hover {
        color: #fff;
        background-color: #292929
    }
}

.recovery-services-link+.recovery-services-link {
    margin-top: 8px
}

@media(min-width:640px) {
    .recovery-services {
        padding: 40px 64px
    }

    .recovery-services-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px
    }

    .recovery-services-link {
        padding: 24px 16px;
        height: unset
    }

    .recovery-services-link+.recovery-services-link {
        margin-top: 0
    }
}

@media(min-width:1024px) {
    .recovery-services {
        padding: 48px 40px
    }

    .recovery-services-inner {
        grid-template-columns: repeat(3, 1fr)
    }

    .recovery-services-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding: 0 24px;
        height: 90px
    }
}

.benefits {
    padding: 0 16px;
    margin-top: 80px;
    max-width: 496px;
    grid-row-gap: 16px;
    row-gap: 16px
}

.benefits-block {
    display: flex;
    align-items: flex-start
}

.benefits-block+.benefits-block {
    margin-top: 24px
}

.benefits-info {
    display: flex;
    flex-direction: column;
    margin-left: 16px
}

.benefits-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.benefits-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px
}

@media(min-width:640px) {
    .benefits {
        display: flex;
        flex-direction: column
    }

    .benefits-block {
        flex-basis: 120px
    }

    .benefits-block+.benefits-block {
        margin-top: 0
    }
}

@media(min-width:1024px) {
    .benefits {
        max-width: 100%;
        margin-top: 120px;
        flex-direction: row
    }

    .benefits-block {
        flex-basis: 304px
    }
}

.hero-block {
    margin-top: 48px
}

.hero-block-actions p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.hero-block-scams {
    margin-top: 65px;
    border: 1px solid #acacac;
    padding: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px
}

.hero-block-scams-title {
    text-align: center;
    font-weight: 600
}

.hero-block-scams-items,
.hero-block-scams-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px
}

.hero-block-scams-items {
    display: flex;
    font-weight: 400;
    color: #292929;
    align-items: center;
    justify-content: center
}

.hero-block-scams-items-wrapper>.hero-block-scams-separator {
    display: none
}

.hero-block-scams-item {
    flex: 1 1
}

.hero-block-scams-item:first-child {
    max-width: 92px;
    text-align: right
}

.hero-block-scams-separator {
    display: flex;
    flex-basis: 36px;
    justify-content: center
}

.hero-block-scams-separator i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #292929
}

.scams-items-wrapper {
    max-width: 420px;
    margin-top: 16px
}

.mobile-scams-block {
    display: block;
    width: 100%;
    max-width: 382px
}

.desktop-scams-block {
    display: none
}

.hero-block-bordered {
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    align-items: center;
    justify-content: center
}

.hero-content-container,
.hero-form-container {
    max-width: 382px;
    align-items: center;
    justify-content: center
}

.hero-form-container {
    width: 100%
}

.hero-form-container,
.hero-subtitle {
    padding-right: 10px;
    padding-left: 10px
}

.hero-subtitle {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #e7a702;
    margin-top: 16px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.hero-text {
    padding: 0 10px;
    max-width: 100%;
    text-align: center
}

.benefits-block-container {
    max-width: 382px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px
}

@media(min-width:320px) {
    .hero-block-bordered {
        padding-top: 106px
    }

    .hero-text {
        font-size: 34px;
        line-height: 48px
    }
}

@media(min-width:340px) {
    .hero-text {
        font-size: 50px;
        line-height: 61px
    }
}

@media(min-width:640px) {
    .hero-text {
        padding: 0;
        font-size: 62px;
        line-height: 80px
    }

    .hero-form-container {
        width: 100%;
        max-width: 624px
    }

    .hero-content-container {
        max-width: 610px;
        letter-spacing: .01em;
        line-height: 88px
    }

    .hero-subtitle {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px
    }

    .mobile-scams-block {
        max-width: 624px
    }

    .benefits-block {
        max-width: 768px;
        display: flex;
        justify-content: center
    }

    .benefits-block,
    .hero-block {
        margin-left: auto;
        margin-right: auto
    }

    .hero-block {
        max-width: 624px;
        margin-top: 80px
    }

    .hero-block-bordered {
        position: relative;
        padding-top: 100px;
        flex-direction: column
    }

    .hero-block-bordered:after {
        border-width: 0 1px 1px 0;
        left: unset;
        top: unset;
        right: 0;
        bottom: 0
    }

    .hero-block-scams {
        max-width: 624px;
        margin-top: 32px
    }

    .hero-block-scams-items {
        flex: auto
    }

    .hero-block-scams-items-wrapper {
        display: flex;
        align-items: center
    }

    .hero-block-scams-items-wrapper>.hero-block-scams-separator {
        display: flex
    }

    .hero-block-scams-item {
        font-size: 16px;
        line-height: 24px
    }

    .hero-block-scams-item:first-child {
        max-width: none
    }

    .hero-block-scams-item-crypto {
        flex: none
    }

    .hero-block-scams-item-fx {
        text-align: center !important
    }

    .hero-block-actions {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width:1390px) {

    .hero-block-bordered:after,
    .hero-block-bordered:before {
        border: none;
        height: 0
    }
}

@media(min-width:1024px) {
    .hero-block-scams {
        padding: 24px;
        font-size: 16px;
        margin-top: 24px
    }

    .hero-content-container {
        max-width: 775px
    }

    .hero-form-container {
        max-width: 416px
    }

    .benefits-block {
        max-width: 1088px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-subtitle,
    .hero-text {
        text-align: left
    }

    .hero-subtitle {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important
    }

    .mobile-scams-block {
        display: none
    }

    .desktop-scams-block {
        display: flex;
        justify-content: center
    }

    .hero-block-scams {
        margin-top: 80px
    }

    .hero-block {
        max-width: none
    }

    .hero-block h1 {
        margin-left: auto;
        margin-right: auto
    }

    .hero-block-bordered {
        max-width: 1320px;
        padding-top: 20px;
        margin-left: 20px;
        margin-right: 35px;
        display: flex;
        justify-content: space-between;
        flex-direction: row
    }
}

@media(min-width:1370px) {
    .hero-block-bordered {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .hero-form-container {
        padding-left: 0;
        padding-right: 0
    }
}

.money-recovered-block {
    padding: 24px 16px;
    background: #fff
}

.money-recovered-block h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.money-recovered-block p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 16px 0 24px
}

.money-recovered-chart {
    display: flex;
    height: 170px
}

.money-recovered-chart-item {
    width: 74px;
    text-align: center;
    display: flex;
    flex-direction: column
}

.money-recovered-chart-item:first-child,
.money-recovered-chart-item:nth-child(2),
.money-recovered-chart-item:nth-child(3) {
    display: none
}

.money-recovered-chart-item:nth-child(4) .money-recovered-chart-item-value {
    transition-delay: .1s
}

.money-recovered-chart-item:nth-child(5) .money-recovered-chart-item-value {
    transition-delay: .6s
}

.money-recovered-chart-item:nth-child(6) .money-recovered-chart-item-value {
    transition-delay: .9s
}

.money-recovered-chart-item:not(:last-child) {
    margin-right: 8px
}

.money-recovered-chart-item-value {
    color: #bba261;
    background: #f8e5b3;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    transition: height .8s ease
}

.money-recovered-chart-item-value.init {
    height: 30px !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important
}

.money-recovered-chart-item-title {
    color: #bba261;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px
}

.money-recovered-chart-item:last-child .money-recovered-chart-item-value {
    background: #e7a702;
    color: #7f5b00
}

.money-recovered-chart-item:last-child .money-recovered-chart-item-title {
    color: #7f5b00
}

@media(min-width:640px) {
    .money-recovered-block {
        padding: 24px 16px
    }

    .money-recovered-block h2 {
        font-size: 26px;
        line-height: 32px
    }

    .money-recovered-block p {
        font-size: 16px;
        line-height: 28px;
        margin: 24px 0 32px
    }

    .money-recovered-chart-item {
        width: 75px
    }

    .money-recovered-chart-item:first-child,
    .money-recovered-chart-item:nth-child(2),
    .money-recovered-chart-item:nth-child(3) {
        display: flex
    }

    .money-recovered-chart-item:first-child .money-recovered-chart-item-value {
        transition-delay: .1s
    }

    .money-recovered-chart-item:nth-child(2) .money-recovered-chart-item-value {
        transition-delay: .3s
    }

    .money-recovered-chart-item:nth-child(3) .money-recovered-chart-item-value {
        transition-delay: .5s
    }

    .money-recovered-chart-item:nth-child(4) .money-recovered-chart-item-value {
        transition-delay: .7s
    }

    .money-recovered-chart-item:nth-child(5) .money-recovered-chart-item-value {
        transition-delay: .9s
    }

    .money-recovered-chart-item:nth-child(6) .money-recovered-chart-item-value {
        transition-delay: 1.1s
    }

    .money-recovered-chart-item-value {
        font-size: 12px;
        line-height: 15px
    }

    .money-recovered-chart-item-title {
        font-size: 12px;
        line-height: 20px
    }
}

@media(min-width:1024px) {
    .money-recovered-block {
        padding: 72px 16px
    }

    .money-recovered-block h2 {
        font-size: 28px;
        line-height: 34px
    }

    .money-recovered-chart-item {
        width: 90px
    }

    .money-recovered-chart-item:not(:last-child) {
        margin-right: 16px
    }

    .money-recovered-chart-item-value {
        font-size: 16px;
        line-height: 17px
    }
}

.testimonials {
    font-family: Montserrat, sans-serif
}

.testimonials-tablet-wrapper {
    display: none
}

.testimonials-pagination {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.testimonials-pagination-next,
.testimonials-pagination-prev {
    width: 32px;
    height: 32px;
    background: url(../images/chevron-left.bb0560fa.svg);
    cursor: pointer
}

.testimonials-pagination-next {
    transform: rotate(180deg)
}

.testimonials-pagination-item {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #292929;
    cursor: pointer;
    transition: transform .3s ease
}

.testimonials-pagination-item.active {
    background-color: #e7a702;
    transform: scale(1.4)
}

.testimonials-pagination-wrapper {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px
}

.testimonials-item {
    padding: 24px 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 8px 16px 24px rgba(18, 18, 18, .06)
}

.testimonials-item-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .01em;
    margin: 25px 0 16px
}

.testimonials-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #717171
}

.testimonials-item-text a {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    font-style: italic;
    border-bottom: 2px solid #000;
    transition: color .3s ease;
    color: #717171
}

@media (hover:hover) {
    .testimonials-item-text a:hover {
        color: #292929
    }
}

@media(min-width:640px) {

    .swiper,
    .testimonials-pagination-wrapper {
        display: none
    }

    .testimonials-tablet-wrapper {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr)
    }

    .testimonials-item {
        padding: 32px 24px;
        font-size: 16px;
        line-height: 24px
    }

    .testimonials-item-title {
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        line-height: 24px
    }
}

@media(min-width:1024px) {
    .testimonials-tablet-wrapper {
        grid-gap: 32px
    }

    .testimonials-item {
        padding: 40px
    }

    .testimonials-item-title {
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .01em
    }
}

.post-page {
    max-width: 640px;
    margin: 0 auto
}

.post-page-wrapper {
    margin: 120px auto;
    background: #fff;
    padding: 48px 220px
}

@media(max-width:1023px) {
    .post-page-wrapper {
        padding: 48px 60px;
        margin-top: 120px;
        margin-bottom: 64px
    }
}

@media(max-width:639px) {
    .post-page-wrapper {
        padding: 24px 16px;
        margin-top: 120px;
        margin-bottom: 64px
    }
}

.post-page h1,
.post-page h2 {
    margin: 1em 0
}

.post-page h1:first-child {
    margin-top: 0
}

.post-page h1 {
    font-size: 32px;
    line-height: 39px
}

@media(max-width:639px) {
    .post-page h1 {
        font-size: 24px;
        line-height: 40px
    }
}

.post-page h2 {
    font-size: 24px;
    line-height: 29px
}

@media(max-width:639px) {
    .post-page h2 {
        font-size: 22px
    }
}

.post-page ul {
    margin-left: 40px
}

.post-page ul li {
    position: relative
}

.post-page ul li:before {
    content: "";
    background: #018fde;
    position: absolute;
    width: 6px;
    height: 6px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.post-page a {
    text-decoration: underline
}

.post-page p,
.post-page strong,
.post-page ul {
    font-size: 16px;
    line-height: 24px
}

.post-page p+p,
.post-page p+ul,
.post-page ul+p {
    margin-top: 1em
}

@media (min-width:640px) {
    .sm\:mt-2 {
        margin-top: .5rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:mb-8 {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .lg\:mt-2 {
        margin-top: .5rem
    }

    .lg\:mt-32 {
        margin-top: 8rem
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:text-left {
        text-align: left
    }
}
.Collapsible__contentOuter {
    height: 0px;
    transition: height 300ms ease-in-out;
    overflow: hidden;
  }
  .Collapsible__contentOuter.is-open {
    height: auto;
  }
  .Select_selectDropdown__1uZD4 {
    display: none;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    max-height: 0;
  }
  
  
  .Select_selectActive__3GUco .Select_selectDropdown__1uZD4 {
    display: block;
    max-height: 500px;
  }
  
  .Select_selectDropdownActive__1tJTD {
    display: block;
    max-height: 500px;
  }
  .faq__block {
    margin-bottom: 40px;
  }
  .unternehmenspolitikitem {
    margin-bottom: 10px;
  }
  .unternehmenspolitikitem:last-child {
    margin-bottom: 0;
  }