.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #000;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.page-enter-active {
    transition: opacity 1s, transform .3s;
    opacity: 0
}

.page-enter-to {
    opacity: 1
}

.page-leave-active {
    transition: opacity .4s, transform .4s;
    transform: translateY(0);
    opacity: 1
}

.page-leave-to {
    transform: translateY(-10%);
    opacity: 0
}

.ModalFade-enter-active {
    transition: transform .3s;
    transform: translateY(10%)
}

.ModalFade-enter-to {
    transform: translateY(0)
}

.ModalFade-leave-active {
    transition: opacity .4s, transform .4s;
    transform: translateY(0);
    opacity: 1
}

.ModalFade-leave-to {
    transform: translateY(-10%);
    opacity: 0
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:586px) {
    .container {
        max-width: 570px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 940px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1150px
    }
}

@media(min-width:1300px) {
    .container {
        max-width: 1250px
    }
}

@media(min-width:1480px) {
    .container {
        max-width: 1430px
    }
}

@media(min-width:1720px) {
    .container {
        max-width: 1660px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

.no_gutters {
    margin-right: 0;
    margin-left: 0
}

.no_gutters>.col,
.no_gutters>[class*=col_] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-auto,
.col_1,
.col_10,
.col_11,
.col_12,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_lg,
.col_lg-auto,
.col_lg_1,
.col_lg_10,
.col_lg_11,
.col_lg_12,
.col_lg_2,
.col_lg_3,
.col_lg_4,
.col_lg_5,
.col_lg_6,
.col_lg_7,
.col_lg_8,
.col_lg_9,
.col_md,
.col_md-auto,
.col_md_1,
.col_md_10,
.col_md_11,
.col_md_12,
.col_md_2,
.col_md_3,
.col_md_4,
.col_md_5,
.col_md_6,
.col_md_7,
.col_md_8,
.col_md_9,
.col_sm,
.col_sm-auto,
.col_sm_1,
.col_sm_10,
.col_sm_11,
.col_sm_12,
.col_sm_2,
.col_sm_3,
.col_sm_4,
.col_sm_5,
.col_sm_6,
.col_sm_7,
.col_sm_8,
.col_sm_9,
.col_xl,
.col_xl-auto,
.col_xl_1,
.col_xl_10,
.col_xl_11,
.col_xl_12,
.col_xl_2,
.col_xl_3,
.col_xl_4,
.col_xl_5,
.col_xl_6,
.col_xl_7,
.col_xl_8,
.col_xl_9,
.col_xs,
.col_xs-auto,
.col_xs_1,
.col_xs_10,
.col_xs_11,
.col_xs_12,
.col_xs_2,
.col_xs_3,
.col_xs_4,
.col_xs_5,
.col_xs_6,
.col_xs_7,
.col_xs_8,
.col_xs_9,
.col_xxl,
.col_xxl-auto,
.col_xxl_1,
.col_xxl_10,
.col_xxl_11,
.col_xxl_12,
.col_xxl_2,
.col_xxl_3,
.col_xxl_4,
.col_xxl_5,
.col_xxl_6,
.col_xxl_7,
.col_xxl_8,
.col_xxl_9,
.col_xxxl,
.col_xxxl-auto,
.col_xxxl_1,
.col_xxxl_10,
.col_xxxl_11,
.col_xxxl_12,
.col_xxxl_2,
.col_xxxl_3,
.col_xxxl_4,
.col_xxxl_5,
.col_xxxl_6,
.col_xxxl_7,
.col_xxxl_8,
.col_xxxl_9,
.col_xxxxl,
.col_xxxxl-auto,
.col_xxxxl_1,
.col_xxxxl_10,
.col_xxxxl_11,
.col_xxxxl_12,
.col_xxxxl_2,
.col_xxxxl_3,
.col_xxxxl_4,
.col_xxxxl_5,
.col_xxxxl_6,
.col_xxxxl_7,
.col_xxxxl_8,
.col_xxxxl_9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col_3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col_6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col_9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col_12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:390px) {
    .col_xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_xs_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_xs_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_xs_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_xs_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_xs_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_xs_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_xs_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_xs_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_xs_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_xs_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_xs_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_xs_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:586px) {
    .col_sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_sm_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_sm_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_sm_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_sm_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_sm_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_sm_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_sm_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_sm_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_sm_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_sm_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_sm_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_sm_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {
    .col_md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_md_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_md_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_md_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_md_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_md_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_md_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_md_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_md_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_md_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_md_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_md_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_md_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .col_lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_lg_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_lg_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_lg_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_lg_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_lg_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_lg_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_lg_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_lg_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_lg_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_lg_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_lg_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_lg_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1200px) {
    .col_xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_xl_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_xl_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_xl_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_xl_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_xl_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_xl_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_xl_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_xl_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_xl_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_xl_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_xl_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_xl_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1300px) {
    .col_xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_xxl_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_xxl_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_xxl_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_xxl_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_xxl_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_xxl_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_xxl_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_xxl_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_xxl_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_xxl_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_xxl_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_xxl_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1480px) {
    .col_xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_xxxl_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_xxxl_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_xxxl_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_xxxl_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_xxxl_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_xxxl_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_xxxl_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_xxxl_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_xxxl_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_xxxl_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_xxxl_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_xxxl_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1720px) {
    .col_xxxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col_xxxxl_1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col_xxxxl_2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col_xxxxl_3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col_xxxxl_4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col_xxxxl_5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col_xxxxl_6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col_xxxxl_7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col_xxxxl_8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col_xxxxl_9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col_xxxxl_10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col_xxxxl_11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col_xxxxl_12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

html {
    scroll-behavior: smooth
}

body,
html {
    margin: 0
}

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

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 2em;
    margin: 0
}

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

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

p {
    margin: 0
}

a {
    background-color: transparent
}

a,
a:not([href]):hover {
    text-decoration: none
}

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

button {
    padding: 0;
    background: 0 0;
    border: none
}

b,
strong {
    font-weight: bolder
}

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

small,
sub,
sup {
    font-size: 100%
}

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

sub {
    bottom: 0
}

sup {
    top: 0
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset,
legend {
    padding: 0
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.elh_1 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='19.5'%3E%3Cpath stroke='%23FFF' fill='none' d='M11.664 2.048l5.149 5.483a3.418 3.418 0 01-.151 4.832l-4.984 4.681a3.42 3.42 0 01-4.833-.152L1.696 11.41a3.42 3.42 0 01.152-4.833l4.984-4.68a3.418 3.418 0 014.832.151z'/%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    min-width: 20px
}

.elh_3 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.5' height='22.5'%3E%3Cpath stroke='%23F02F41' fill='none' d='M10.5 5.5a5 5 0 11-.001 10.001A5 5 0 0110.5 5.5z'/%3E%3C/svg%3E");
    height: 23px;
    width: 23px;
    min-width: 23px
}

.elh_2 {
    height: 35px;
    width: 35px;
    min-width: 35px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.55 17.16'%3E%3Cg data-name='Warstwa 2'%3E%3Cg data-name='Warstwa 1'%3E%3Cpath data-name='2' fill='none' stroke='%23fff' stroke-miterlimit='10' d='M11.05.99L.92 14.57l16.82 1.99L11.05.99z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.elh_2,
.elh_4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.elh_4 {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.48 16.15'%3E%3Cg data-name='Warstwa 2'%3E%3Cg data-name='Warstwa 1'%3E%3Cpath data-name='2' fill='none' stroke='%23e82e3f' stroke-miterlimit='10' opacity='.3' d='M13.48 7.28L.55.83l.89 14.42 12.04-7.97z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.elh_5 {
    height: 10px;
    width: 10px;
    min-width: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.22 7.22'%3E%3Cg data-name='Warstwa 2'%3E%3Ccircle cx='3.61' cy='3.61' r='3.11' fill='none' stroke='%23fff' stroke-miterlimit='10' opacity='.1' data-name='Warstwa 1'/%3E%3C/g%3E%3C/svg%3E")
}

.elh_5,
.elh_6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.elh_6 {
    height: 27px;
    width: 27px;
    min-width: 27px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.01 18.22'%3E%3Cg data-name='Warstwa 2'%3E%3Cg data-name='Warstwa 1'%3E%3Cg data-name='3'%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' opacity='.2' d='M19.07 2.74L.79.6l6.95 16.64 11.33-14.5z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.91 4.85L5.22 3.83l3.3 7.92 5.39-6.9z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.elh_7 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 11px;
    width: 11px;
    min-width: 11px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.03 8.54'%3E%3Cg data-name='Warstwa 2'%3E%3Cpath fill='%23e82e3f' fill-rule='evenodd' d='M8.03 3.48L0 0l.88 8.54 7.15-5.06z' data-name='Warstwa 1'/%3E%3C/g%3E%3C/svg%3E")
}

.container {
    margin: 0 auto;
    padding: 0 15px
}

.pixarts_core {
    font-size: 13px
}

* {
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

body,
html {
    background-color: #1c1c29
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #08090f
}

::-webkit-scrollbar-thumb {
    background-color: #1c1c29;
    background-size: 100% 300%;
    border-radius: 0;
    -webkit-transition: .3s;
    transition: .3s
}

._7x7ups_3aPo9y[data-v-54b11b38] {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 9;
    background: linear-gradient(180deg, rgba(7, 8, 13, .9), rgba(8, 8, 14, .9));
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transform: translateX(-100%);
    opacity: 0;
    transition: .2s;
    color: #fff
}

@media(max-width:1199.98px) {
    ._7x7ups_3aPo9y[data-v-54b11b38] {
        padding: 170px 30px 1px
    }
    ._7x7ups_3aPo9y._5vvgps_Lt\+1vH[data-v-54b11b38] {
        transform: translateX(0);
        opacity: 1
    }
}

@media(max-width:585.98px) {
    ._7x7ups_3aPo9y[data-v-54b11b38] {
        padding: 130px 30px 1px
    }
}

._7x7ups_3aPo9y ._5kf4ps_zw8Ehq[data-v-54b11b38] {
    width: 100%;
    background-color: #fff;
    opacity: .05;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 35px
}

._7x7ups_3aPo9y .t2z5ps_WChBGC[data-v-54b11b38] {
    font-size: 13px;
    margin-top: -10px;
    font-family: Montserrat;
    color: #848694;
    text-align: center
}

._7x7ups_3aPo9y .t2z5ps_WChBGC span[data-v-54b11b38] {
    color: #fff
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj[data-v-54b11b38] {
    display: flex;
    flex-direction: column;
    align-items: center
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX[data-v-54b11b38]:not(:last-child) {
    margin-bottom: 40px
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a[data-v-54b11b38] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-family: Montserrat;
    color: #7e808d;
    display: block;
    transition: .2s
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a[data-v-54b11b38]:after {
    bottom: -5px;
    content: "";
    position: absolute;
    width: 0;
    display: block;
    left: 50%;
    height: 2px;
    background: #f02f41;
    transform: translate(-50%, 1px);
    box-shadow: 0 0 7px rgba(240, 47, 65, .45);
    transition: .25s ease
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a .xevhps_J3mhNL[data-v-54b11b38],
._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a[aria-current=page][data-v-54b11b38],
._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a[data-v-54b11b38]:hover {
    color: #fff
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a .xevhps_J3mhNL[data-v-54b11b38]:after,
._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a[aria-current=page][data-v-54b11b38]:after,
._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a[data-v-54b11b38]:hover:after {
    width: 100%
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a ._66r2ps_1gWg8H[data-v-54b11b38] {
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 1px;
    margin-left: auto;
    text-align: right
}

._7x7ups_3aPo9y ._7sn1ps_IcWEvj ._8cm3ps_3m7dXX a ._2uyvps_u1QDTz[data-v-54b11b38] {
    font-size: 16px;
    font-weight: 500
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W[data-v-54b11b38] {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._8cjjps_w6MEDT[data-v-54b11b38] {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.556
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._2ctvps_KmLZpr[data-v-54b11b38] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._2ctvps_KmLZpr ._76h1ps_8xDo3Z[data-v-54b11b38] {
    display: flex;
    align-items: center;
    position: relative
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._2ctvps_KmLZpr ._76h1ps_8xDo3Z[data-v-54b11b38]:not(:last-child) {
    margin-bottom: 25px
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._2ctvps_KmLZpr ._76h1ps_8xDo3Z._59jzps_RWtEXO svg[data-v-54b11b38] {
    color: #3c3e4c;
    width: 21px
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._2ctvps_KmLZpr ._76h1ps_8xDo3Z._6j99ps_HXv--d svg[data-v-54b11b38] {
    color: #f2243c;
    width: 17px
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._2ctvps_KmLZpr ._76h1ps_8xDo3Z svg[data-v-54b11b38] {
    position: absolute;
    height: auto;
    transform: translateY(1px)
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._2ctvps_KmLZpr ._76h1ps_8xDo3Z span[data-v-54b11b38] {
    margin-left: 30px;
    color: #fff
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8[data-v-54b11b38] {
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a[data-v-54b11b38] {
    display: block;
    height: inherit;
    color: #9a9eb3;
    opacity: .2;
    transition: .2s
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a[data-v-54b11b38]:not(:last-child) {
    margin-right: 30px
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a[data-v-54b11b38]:hover {
    opacity: 1
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a:hover._3vpfps_-IEqlX[data-v-54b11b38] {
    color: #e62d92
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a:hover._4tqpps_RGF595[data-v-54b11b38] {
    color: #b84ece
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a:hover._9257ps_-RcYqX[data-v-54b11b38] {
    color: #1575f3
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a:hover._4zymps_Sb227l[data-v-54b11b38] {
    color: #df1f29
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a:hover._4zxzps_ogvp67[data-v-54b11b38] {
    color: #2cf36b
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 a:hover._59jzps_RWtEXO[data-v-54b11b38] {
    color: #5865f2
}

._7x7ups_3aPo9y ._5rtqps_mUuh7W ._233gps_ICYAA8 svg[data-v-54b11b38] {
    height: 100%;
    width: auto
}

._6xskps_kZ43AA[data-v-54b11b38] {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center
}

@media(max-width:585.98px) {
    ._6xskps_kZ43AA[data-v-54b11b38] {
        position: fixed;
        height: 100px;
        background: linear-gradient(180deg, rgba(7, 8, 13, .8), rgba(8, 8, 14, .8));
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }
}

._6xskps_kZ43AA.jcnxps_4MitbH[data-v-54b11b38] {
    position: fixed;
    height: 100px;
    background: linear-gradient(180deg, rgba(7, 8, 13, .8), rgba(8, 8, 14, .8));
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

._6xskps_kZ43AA ._863wps_74v942[data-v-54b11b38] {
    justify-content: space-between;
    align-items: center
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0[data-v-54b11b38],
._6zd1ps_xa-vNa[data-v-54b11b38] {
    display: flex;
    flex-direction: row
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX[data-v-54b11b38] {
    margin-right: 90px
}

@media(max-width:1299.98px) {
    ._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX[data-v-54b11b38] {
        margin-right: 65px
    }
}

@media(max-width:1199.98px) {
    ._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX[data-v-54b11b38] {
        display: none
    }
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a[data-v-54b11b38] {
    position: relative;
    font-family: Montserrat;
    color: #7e808d;
    display: block;
    transition: .2s
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a[data-v-54b11b38]:after {
    bottom: -5px;
    content: "";
    position: absolute;
    width: 0;
    display: block;
    left: 50%;
    height: 2px;
    background: #f02f41;
    transform: translate(-50%, 1px);
    box-shadow: 0 0 7px rgba(240, 47, 65, .45);
    transition: .25s ease
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a .xevhps_J3mhNL[data-v-54b11b38],
._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a[aria-current=page][data-v-54b11b38],
._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a[data-v-54b11b38]:hover {
    color: #fff
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a .xevhps_J3mhNL[data-v-54b11b38]:after,
._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a[aria-current=page][data-v-54b11b38]:after,
._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a[data-v-54b11b38]:hover:after {
    width: 100%
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a ._66r2ps_1gWg8H[data-v-54b11b38] {
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 1px;
    margin-left: auto;
    text-align: right
}

._6zd1ps_xa-vNa ._6uqdps_PowsQ0 ._8cm3ps_3m7dXX a ._2uyvps_u1QDTz[data-v-54b11b38] {
    font-size: 14px;
    font-weight: 500
}

._6zd1ps_xa-vNa ._84tdps_OderbH[data-v-54b11b38] {
    cursor: pointer
}

._3m3eps_oqZ2vR[data-v-54b11b38] {
    display: flex;
    align-items: center
}

._3m3eps_oqZ2vR ._3csups_pvPi9o[data-v-54b11b38] {
    height: 75px;
    width: 190px;
    overflow: hidden;
    position: relative
}

._3m3eps_oqZ2vR ._3csups_pvPi9o svg[data-v-54b11b38] {
    position: absolute;
    display: block;
    width: 190px
}

@media(max-width:1199.98px) {
    ._3m3eps_oqZ2vR ._3csups_pvPi9o[data-v-54b11b38] {
        width: 60px
    }
}

@media(max-width:585.98px) {
    ._3m3eps_oqZ2vR ._3csups_pvPi9o[data-v-54b11b38] {
        width: auto;
        height: 60px
    }
    ._3m3eps_oqZ2vR ._3csups_pvPi9o svg[data-v-54b11b38] {
        position: relative;
        width: auto;
        height: inherit
    }
}

._3m3eps_oqZ2vR ._233gps_ICYAA8[data-v-54b11b38] {
    transform: translateY(-5px);
    height: 17px;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid hsla(0, 0%, 100%, .07);
    display: flex
}

@media(max-width:1199.98px) {
    ._3m3eps_oqZ2vR ._233gps_ICYAA8[data-v-54b11b38] {
        transform: translateY(0)
    }
}

@media(max-width:585.98px) {
    ._3m3eps_oqZ2vR ._233gps_ICYAA8[data-v-54b11b38] {
        display: none
    }
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a[data-v-54b11b38] {
    display: block;
    height: inherit;
    color: #9a9eb3;
    opacity: .2;
    transition: .2s
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a[data-v-54b11b38]:not(:last-child) {
    margin-right: 30px
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a[data-v-54b11b38]:hover {
    opacity: 1
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a:hover._3vpfps_-IEqlX[data-v-54b11b38] {
    color: #e62d92
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a:hover._4tqpps_RGF595[data-v-54b11b38] {
    color: #b84ece
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a:hover._4zxzps_ogvp67[data-v-54b11b38] {
    color: #2cf36b
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a:hover._9257ps_-RcYqX[data-v-54b11b38] {
    color: #1575f3
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a:hover._4zymps_Sb227l[data-v-54b11b38] {
    color: #df1f29
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 a:hover._59jzps_RWtEXO[data-v-54b11b38] {
    color: #5865f2
}

._3m3eps_oqZ2vR ._233gps_ICYAA8 svg[data-v-54b11b38] {
    height: 100%;
    width: auto
}

._81ehps_Np1jvc[data-v-66b58c9e] {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    padding-top: 210px;
    background-image: linear-gradient(90deg, #08090f, #07080d)
}

@media(max-width:585.98px) {
    ._81ehps_Np1jvc[data-v-66b58c9e] {
        padding-top: 90px
    }
}

._81ehps_Np1jvc ._25atps_totiiC[data-v-66b58c9e] {
    align-items: center;
    justify-content: center
}

._81ehps_Np1jvc ._7rakps_XnVVYW[data-v-66b58c9e] {
    margin-bottom: 80px;
    height: 560px
}

@media(max-width:585.98px) {
    ._81ehps_Np1jvc ._7rakps_XnVVYW[data-v-66b58c9e] {
        height: 310px
    }
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9[data-v-66b58c9e] {
    display: block;
    position: relative;
    height: 100%
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4hb1ps_sRp9Dw[data-v-66b58c9e] {
    display: flex;
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(rgba(8, 9, 15, .2) 0, rgba(7, 8, 13, .5) 100%)
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4hb1ps_sRp9Dw ._783aps_0np0qE[data-v-66b58c9e] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4hb1ps_sRp9Dw ._783aps_0np0qE svg[data-v-66b58c9e] {
    width: 14px;
    height: auto
}

@media(min-width:586px) {
    ._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9[data-v-66b58c9e] {
        pointer-events: none
    }
    ._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4hb1ps_sRp9Dw[data-v-66b58c9e] {
        display: none
    }
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9[data-v-66b58c9e]:after,
._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9[data-v-66b58c9e]:before {
    width: 30px;
    border-radius: 10px;
    background-color: #fff;
    content: "";
    position: absolute
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9[data-v-66b58c9e]:before {
    height: 165px;
    right: -1px;
    bottom: 17%
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9[data-v-66b58c9e]:after {
    left: -1px;
    top: 20%;
    height: 80px;
    z-index: 1
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._2dn3ps_u2tUki[data-v-66b58c9e] {
    z-index: 2;
    height: 100%;
    background-color: #000;
    background-image: linear-gradient(-45deg, #1e1e2c, #11111b);
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._2dn3ps_u2tUki .hfehps_\+XYknr[data-v-66b58c9e] {
    border-radius: 27px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    top: 3px;
    position: absolute
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq[data-v-66b58c9e] {
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, .35);
    background-color: #0e0e17;
    width: 320px;
    right: 0;
    bottom: -40px;
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    display: flex
}

@media(max-width:585.98px) {
    ._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq[data-v-66b58c9e] {
        display: none
    }
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq .y2dwps_68p5xL[data-v-66b58c9e] {
    margin-left: 25px;
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-family: Montserrat
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq .y2dwps_68p5xL ._431dps_vCX-f7[data-v-66b58c9e] {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 15px
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq .y2dwps_68p5xL ._431dps_vCX-f7 span[data-v-66b58c9e] {
    color: #6a6a7c
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq .y2dwps_68p5xL ._2jy6ps_N2v5aU ._81zgps_WCLGN3[data-v-66b58c9e] {
    font-size: 13px;
    font-family: Montserrat;
    color: #fff;
    text-align: left
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq .y2dwps_68p5xL ._2jy6ps_N2v5aU ._85hbps_UNQbig[data-v-66b58c9e] {
    font-size: 17px;
    margin-top: 10px;
    font-family: Montserrat;
    color: #fff;
    font-weight: 700
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq ._2nh6ps_hsrJGL[data-v-66b58c9e] {
    border-right: 1px solid #14141f;
    background-color: #101019;
    padding: 15px 30px;
    display: flex
}

._81ehps_Np1jvc ._7rakps_XnVVYW ._8dsvps_3Q02m9 ._4s7bps_2fsOiq ._2nh6ps_hsrJGL ._8ft3ps_CwML7T[data-v-66b58c9e] {
    width: 45px;
    height: auto
}

._81ehps_Np1jvc ._3udqps_yOBhER[data-v-66b58c9e] {
    margin-top: 50px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column
}

._81ehps_Np1jvc ._3udqps_yOBhER ._4499ps_3kah9g[data-v-66b58c9e] {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.183;
    color: #fff
}

@media(max-width:1719.98px) {
    ._81ehps_Np1jvc ._3udqps_yOBhER ._4499ps_3kah9g[data-v-66b58c9e] {
        font-size: 50px
    }
}

@media(max-width:1299.98px) {
    ._81ehps_Np1jvc ._3udqps_yOBhER ._4499ps_3kah9g[data-v-66b58c9e] {
        font-size: 60px
    }
}

@media(max-width:585.98px) {
    ._81ehps_Np1jvc ._3udqps_yOBhER ._4499ps_3kah9g[data-v-66b58c9e] {
        font-size: 48px
    }
}

._81ehps_Np1jvc ._3udqps_yOBhER ._4499ps_3kah9g span[data-v-66b58c9e] {
    color: #e82e3f;
    font-weight: 700
}

._81ehps_Np1jvc ._3udqps_yOBhER ._6qs7ps_EeyqzZ[data-v-66b58c9e] {
    margin-top: 35px;
    font-size: 16px;
    font-family: Montserrat;
    color: #848694;
    line-height: 1.75;
    font-weight: 400;
    position: relative;
    max-width: 530px
}

._81ehps_Np1jvc ._3udqps_yOBhER ._6qs7ps_EeyqzZ ._8c1hps_Epp4zY[data-v-66b58c9e] {
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: -30px;
    transform: translate(100%, 10%);
    height: 60px;
    width: auto
}

@media(max-width:1719.98px) {
    ._81ehps_Np1jvc ._3udqps_yOBhER ._6qs7ps_EeyqzZ ._8c1hps_Epp4zY[data-v-66b58c9e] {
        right: 40px
    }
}

@media(max-width:1479.98px) {
    ._81ehps_Np1jvc ._3udqps_yOBhER ._6qs7ps_EeyqzZ ._8c1hps_Epp4zY[data-v-66b58c9e] {
        display: none
    }
}

@media(max-width:1299.98px) {
    ._81ehps_Np1jvc ._3udqps_yOBhER ._6qs7ps_EeyqzZ ._8c1hps_Epp4zY[data-v-66b58c9e] {
        display: block;
        right: 0
    }
}

._81ehps_Np1jvc ._3udqps_yOBhER ._3u4ups_wMP8Yv[data-v-66b58c9e] {
    margin-top: 100px;
    display: flex
}

._81ehps_Np1jvc ._3udqps_yOBhER ._3u4ups_wMP8Yv ._3kgrps_vJYTqH[data-v-66b58c9e] {
    position: relative;
    width: 60px;
    height: 10px;
    display: flex;
    align-items: center
}

._81ehps_Np1jvc ._3udqps_yOBhER ._3u4ups_wMP8Yv ._3kgrps_vJYTqH[data-v-66b58c9e]:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 1
}

._81ehps_Np1jvc ._3udqps_yOBhER ._3u4ups_wMP8Yv ._3kgrps_vJYTqH[data-v-66b58c9e]:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 1px;
    background-color: #7d7f8d;
    opacity: .11
}

._81ehps_Np1jvc ._3udqps_yOBhER ._3u4ups_wMP8Yv ._88qhps_FxDGRF[data-v-66b58c9e] {
    margin-left: 15px;
    font-size: 12px;
    font-family: Montserrat;
    color: rgba(129, 137, 194, .15);
    font-weight: 700;
    text-transform: uppercase
}

._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU[data-v-66b58c9e] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px
}

._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU ._8ewqps_Gg\+Wuo[data-v-66b58c9e] {
    background: linear-gradient(90deg, #0f101a, #0a0b11, #0a0b11, #0f101a, #0f101a);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    background-size: 400% 100%;
    border-radius: 30px;
    transition: 3s;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-top: 30px;
    margin-right: 40px
}

._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU ._8ewqps_Gg\+Wuo img[data-v-66b58c9e] {
    position: absolute;
    right: 5px;
    transition: .3s
}

._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU ._8ewqps_Gg\+Wuo span[data-v-66b58c9e] {
    font-size: 14px;
    font-family: Montserrat;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 65px
}

._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU ._8ewqps_Gg\+Wuo[data-v-66b58c9e]:hover {
    background-position: 100% 0
}

._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU ._8ewqps_Gg\+Wuo:hover img[data-v-66b58c9e] {
    filter: brightness(120%)
}

._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU .deg5ps_N5OF3R[data-v-66b58c9e] {
    margin-top: 30px;
    font-size: 14px;
    font-family: Montserrat;
    color: #da2146;
    text-shadow: 0 1px 21px rgba(171, 72, 79, .35)
}

@media(max-width:585.98px) {
    ._81ehps_Np1jvc ._3udqps_yOBhER ._58z4ps_avOfqU .deg5ps_N5OF3R[data-v-66b58c9e] {
        display: none
    }
}

._6rqbps_oEq0-3[data-v-66b58c9e] {
    position: absolute;
    pointer-events: none
}

._6rqbps_oEq0-3._4s8qps_9P8Vmm[data-v-66b58c9e] {
    top: 25%;
    right: 20%
}

@media(max-width:1719.98px) {
    ._6rqbps_oEq0-3._4s8qps_9P8Vmm[data-v-66b58c9e] {
        display: none
    }
}

._6rqbps_oEq0-3._6rkzps_PLGmLa[data-v-66b58c9e] {
    top: -40px;
    right: 45%;
    filter: blur(1px);
    opacity: .07;
    transform: rotate(30deg);
    -webkit-animation: _72vvps_hib-is 10s ease infinite;
    animation: _72vvps_hib-is 10s ease infinite
}

@-webkit-keyframes _72vvps_hib-is {
    0%,
    to {
        transform: rotate(30deg)
    }
    50% {
        transform: rotate(180deg)
    }
}

@keyframes _72vvps_hib-is {
    0%,
    to {
        transform: rotate(30deg)
    }
    50% {
        transform: rotate(180deg)
    }
}

._6rqbps_oEq0-3._2cscps_LrA8S8[data-v-66b58c9e] {
    top: 10%;
    right: 10%
}

@media(max-width:1719.98px) {
    ._6rqbps_oEq0-3._2cscps_LrA8S8[data-v-66b58c9e] {
        display: none
    }
}

@media(max-width:1299.98px) {
    ._6rqbps_oEq0-3._2cscps_LrA8S8[data-v-66b58c9e] {
        display: block
    }
}

._6rqbps_oEq0-3.tftxps_a4nDQi[data-v-66b58c9e] {
    top: 40%;
    right: 9%;
    filter: blur(1px);
    transform: rotate(30deg);
    -webkit-animation: _6fyxps_KA-G6S 5s ease infinite;
    animation: _6fyxps_KA-G6S 5s ease infinite
}

@-webkit-keyframes _6fyxps_KA-G6S {
    0%,
    to {
        transform: rotate(30deg)
    }
    50% {
        transform: rotate(-90deg)
    }
}

._6rqbps_oEq0-3._6jkbps_fL3w9i[data-v-66b58c9e] {
    top: 70%;
    right: 29%
}

@media(max-width:1719.98px) {
    ._6rqbps_oEq0-3._6jkbps_fL3w9i[data-v-66b58c9e] {
        display: none
    }
}

@media(max-width:1299.98px) {
    ._6rqbps_oEq0-3._6jkbps_fL3w9i[data-v-66b58c9e] {
        display: block
    }
}

._6rqbps_oEq0-3._7d1xps_Qr8dex[data-v-66b58c9e] {
    top: 85%;
    right: 19%;
    -webkit-animation: _6fyxps_KA-G6S 11s ease infinite;
    animation: _6fyxps_KA-G6S 11s ease infinite
}

@keyframes _6fyxps_KA-G6S {
    0%,
    to {
        transform: rotate(30deg) translate(0)
    }
    50% {
        transform: rotate(-50deg) translate(2px, 7px)
    }
}

._71j5ps_l7I4ln[data-v-214766c4] {
    pointer-events: none;
    position: absolute;
    transform: rotate(-35deg);
    z-index: 0
}

._71j5ps_l7I4ln._3u96ps_59R5vM[data-v-214766c4] {
    left: 0;
    top: 0
}

._71j5ps_l7I4ln._3u96ps_59R5vM ._88chps_AaDzjv[data-v-214766c4] {
    position: absolute;
    -webkit-animation: _3mfnps_3ynDsb 3s linear infinite;
    animation: _3mfnps_3ynDsb 3s linear infinite
}

@-webkit-keyframes _3mfnps_3ynDsb {
    0% {
        height: 400px
    }
    50% {
        height: 1000px
    }
    to {
        height: 400px
    }
}

@keyframes _3mfnps_3ynDsb {
    0% {
        height: 400px
    }
    50% {
        height: 1000px
    }
    to {
        height: 400px
    }
}

._71j5ps_l7I4ln._54hpps_7hGjNY[data-v-214766c4] {
    left: -10%;
    bottom: 50%
}

._71j5ps_l7I4ln._54hpps_7hGjNY ._88chps_AaDzjv[data-v-214766c4] {
    position: absolute;
    -webkit-animation: _81wqps_tmTQWX 5s linear infinite;
    animation: _81wqps_tmTQWX 5s linear infinite
}

@-webkit-keyframes _81wqps_tmTQWX {
    0% {
        height: 600px
    }
    50% {
        height: 400px
    }
    to {
        height: 600px
    }
}

@keyframes _81wqps_tmTQWX {
    0% {
        height: 600px
    }
    50% {
        height: 400px
    }
    to {
        height: 600px
    }
}

._71j5ps_l7I4ln._7zjaps_yIjS4g[data-v-214766c4] {
    right: 60%;
    top: 0
}

._71j5ps_l7I4ln._7zjaps_yIjS4g ._88chps_AaDzjv[data-v-214766c4] {
    position: absolute;
    -webkit-animation: _69mqps_vdairy 5s linear infinite;
    animation: _69mqps_vdairy 5s linear infinite
}

@-webkit-keyframes _69mqps_vdairy {
    0% {
        height: 500px
    }
    50% {
        height: 100px
    }
    to {
        height: 500px
    }
}

@keyframes _69mqps_vdairy {
    0% {
        height: 500px
    }
    50% {
        height: 100px
    }
    to {
        height: 500px
    }
}

._71j5ps_l7I4ln._4wx7ps_WyW5xz[data-v-214766c4] {
    right: 30%;
    bottom: 200px
}

._71j5ps_l7I4ln._4wx7ps_WyW5xz ._88chps_AaDzjv[data-v-214766c4] {
    position: absolute;
    -webkit-animation: _4fh9ps_opPq\+X 5s linear infinite;
    animation: _4fh9ps_opPq\+X 5s linear infinite;
    background-image: linear-gradient(180deg, #07080e, #fff)
}

@-webkit-keyframes _4fh9ps_opPq\+X {
    0% {
        height: 500px
    }
    50% {
        height: 300px
    }
    to {
        height: 500px
    }
}

@keyframes _4fh9ps_opPq\+X {
    0% {
        height: 500px
    }
    50% {
        height: 300px
    }
    to {
        height: 500px
    }
}

._71j5ps_l7I4ln._8y2bps_j1KtnN[data-v-214766c4] {
    right: 5%;
    top: 0
}

._71j5ps_l7I4ln._8y2bps_j1KtnN ._88chps_AaDzjv[data-v-214766c4] {
    position: absolute;
    -webkit-animation: _6y35ps_sKYuky 5s linear infinite;
    animation: _6y35ps_sKYuky 5s linear infinite;
    background-image: linear-gradient(0deg, #07080e, #fff)
}

@-webkit-keyframes _6y35ps_sKYuky {
    0% {
        height: 200px
    }
    50% {
        height: 100px
    }
    to {
        height: 200px
    }
}

@keyframes _6y35ps_sKYuky {
    0% {
        height: 200px
    }
    50% {
        height: 100px
    }
    to {
        height: 200px
    }
}

._71j5ps_l7I4ln ._88chps_AaDzjv[data-v-214766c4] {
    width: 1px;
    height: 400px;
    display: block;
    background-image: linear-gradient(0deg, #07080e, #fff);
    opacity: .059
}

._8b4pps_Tg3dP7[data-v-918c664a] {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #0a0b11, #0f101a)
}

._4d69ps_UpyZU-[data-v-918c664a] {
    z-index: 1;
    background-image: radial-gradient(rgba(10, 14, 38, 0) 0, #181b2b 150%);
    opacity: .351
}

._4d69ps_UpyZU-[data-v-918c664a],
img[data-v-918c664a],
video[data-v-918c664a] {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute
}

img[data-v-918c664a],
video[data-v-918c664a] {
    transition: .1s;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

img._6sjbps_hE6-Yf[data-v-918c664a],
video._6sjbps_hE6-Yf[data-v-918c664a] {
    opacity: 0
}

._42hsps_LmMwDN[data-v-918c664a] {
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    -webkit-backdrop-filter: blur(1px) opacity(1);
    backdrop-filter: blur(1px) opacity(1);
    background: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .3));
    z-index: 3;
    height: 100%;
    opacity: 0;
    transition: .2s
}

._42hsps_LmMwDN._84deps_0ebp9c[data-v-918c664a] {
    opacity: 1
}

@media(max-width:585.98px) {
    ._42hsps_LmMwDN[data-v-918c664a] {
        display: none
    }
}

._42hsps_LmMwDN ._8sbzps_n7\+BHj[data-v-918c664a] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(50%)
}

._42hsps_LmMwDN ._8sbzps_n7\+BHj div[data-v-918c664a] {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

._42hsps_LmMwDN ._8sbzps_n7\+BHj div[data-v-918c664a]:first-child {
    left: 8px;
    -webkit-animation: _86cdps_GeKFE8 .6s infinite;
    animation: _86cdps_GeKFE8 .6s infinite
}

._42hsps_LmMwDN ._8sbzps_n7\+BHj div[data-v-918c664a]:nth-child(2) {
    left: 8px;
    -webkit-animation: _6hpvps_NpvPUm .6s infinite;
    animation: _6hpvps_NpvPUm .6s infinite
}

._42hsps_LmMwDN ._8sbzps_n7\+BHj div[data-v-918c664a]:nth-child(3) {
    left: 32px;
    -webkit-animation: _6hpvps_NpvPUm .6s infinite;
    animation: _6hpvps_NpvPUm .6s infinite
}

._42hsps_LmMwDN ._8sbzps_n7\+BHj div[data-v-918c664a]:nth-child(4) {
    left: 56px;
    -webkit-animation: _7ujnps_fH5Hpn .6s infinite;
    animation: _7ujnps_fH5Hpn .6s infinite
}

@-webkit-keyframes _86cdps_GeKFE8 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes _86cdps_GeKFE8 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes _7ujnps_fH5Hpn {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes _7ujnps_fH5Hpn {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@-webkit-keyframes _6hpvps_NpvPUm {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(24px)
    }
}

@keyframes _6hpvps_NpvPUm {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(24px)
    }
}

._42hsps_LmMwDN ._4zy8ps_\+Pc7Uy[data-v-918c664a] {
    height: 64px;
    width: 64px
}

._42hsps_LmMwDN ._4zy8ps_\+Pc7Uy span[data-v-918c664a],
._42hsps_LmMwDN ._4zy8ps_\+Pc7Uy span[data-v-918c664a]:after,
._42hsps_LmMwDN ._4zy8ps_\+Pc7Uy span[data-v-918c664a]:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px
}

._42hsps_LmMwDN ._4zy8ps_\+Pc7Uy span[data-v-918c664a]:after,
._42hsps_LmMwDN ._4zy8ps_\+Pc7Uy span[data-v-918c664a]:before {
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: _8spwps_RthuxX .9s cubic-bezier(.075, .82, .165, 1) infinite;
    animation: _8spwps_RthuxX .9s cubic-bezier(.075, .82, .165, 1) infinite
}

@-webkit-keyframes _8spwps_RthuxX {
    0% {
        transform: translateZ(0) scale(0);
        opacity: 1
    }
    to {
        transform: translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes _8spwps_RthuxX {
    0% {
        transform: translateZ(0) scale(0);
        opacity: 1
    }
    to {
        transform: translateZ(0) scale(1.5);
        opacity: 0
    }
}

._42hsps_LmMwDN ._4zy8ps_\+Pc7Uy span[data-v-918c664a]:after {
    -webkit-animation: _5d1mps_qZeefG .9s cubic-bezier(.075, .82, .165, 1) .25s infinite;
    animation: _5d1mps_qZeefG .9s cubic-bezier(.075, .82, .165, 1) .25s infinite
}

@-webkit-keyframes _5d1mps_qZeefG {
    0% {
        transform: translateZ(0) scale(0);
        opacity: 1
    }
    to {
        transform: translateZ(0) scale(1);
        opacity: 0
    }
}

@keyframes _5d1mps_qZeefG {
    0% {
        transform: translateZ(0) scale(0);
        opacity: 1
    }
    to {
        transform: translateZ(0) scale(1);
        opacity: 0
    }
}

.g1fhps_eQ-euD[data-v-72b3d60c] {
    padding-top: 100px
}

.g1fhps_eQ-euD .fkytps_eCS\+P6[data-v-72b3d60c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.g1fhps_eQ-euD ._57q2ps_Fa1GTV[data-v-72b3d60c] {
    font-size: 24px;
    font-family: Montserrat;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    font-weight: 300;
    margin-bottom: 35px
}

.g1fhps_eQ-euD ._8ystps_of\+Ius[data-v-72b3d60c] {
    cursor: pointer;
    background: linear-gradient(90deg, #0f101a, #0a0b11, #0a0b11, #0f101a, #0f101a);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    background-size: 400% 100%;
    border-radius: 30px;
    transition: 3s;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.g1fhps_eQ-euD ._8ystps_of\+Ius img[data-v-72b3d60c] {
    position: absolute;
    right: 5px;
    transition: .3s
}

.g1fhps_eQ-euD ._8ystps_of\+Ius span[data-v-72b3d60c] {
    font-size: 14px;
    font-family: Montserrat;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 65px
}

.g1fhps_eQ-euD ._8ystps_of\+Ius[data-v-72b3d60c]:hover {
    background-position: 100% 0
}

.g1fhps_eQ-euD ._8ystps_of\+Ius:hover img[data-v-72b3d60c] {
    filter: brightness(120%)
}

.qcdxps_Yoy0hB[data-v-72b3d60c] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px
}

@media(min-width:1300px)and (max-width:1719.98px) {
    .qcdxps_Yoy0hB[data-v-72b3d60c]:nth-child(7),
    .qcdxps_Yoy0hB[data-v-72b3d60c]:nth-child(8) {
        visibility: none;
        display: none
    }
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6[data-v-72b3d60c] {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    display: block;
    position: relative
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq[data-v-72b3d60c] {
    width: 100%;
    padding-top: 78.2%;
    transition: .6s
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq .c3szps_qFwNKE[data-v-72b3d60c] {
    position: absolute;
    transition: .6s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq:hover .c3szps_qFwNKE[data-v-72b3d60c] {
    transform: scale(105%)
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq:hover ._221sps_Evf\+Bb[data-v-72b3d60c] {
    opacity: 1
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb[data-v-72b3d60c] {
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    background-image: linear-gradient(0deg, #080810, rgba(8, 8, 16, 0));
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u[data-v-72b3d60c] {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._2sdups_-ZrXj-[data-v-72b3d60c] {
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 5px;
    background-color: #f02f41;
    box-shadow: 0 0 24px 0 rgba(237, 47, 64, .42);
    padding: 4px 8px;
    font-size: 10px;
    font-family: Montserrat;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 7px rgba(4, 8, 12, .32);
    text-transform: uppercase
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._859rps_fZro-U[data-v-72b3d60c] {
    position: relative;
    max-width: 100%
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._859rps_fZro-U ._84j4ps_HPdq7v[data-v-72b3d60c] {
    position: relative
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._859rps_fZro-U ._84j4ps_HPdq7v span[data-v-72b3d60c] {
    font-size: 16px;
    color: #fff;
    font-family: Montserrat;
    line-height: 1.714;
    display: block;
    font-weight: 700;
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._859rps_fZro-U ._84j4ps_HPdq7v[data-v-72b3d60c]:before {
    background-color: #f02f41;
    box-shadow: 0 0 24px 0 rgba(237, 47, 64, .42);
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 5px;
    width: 36px;
    height: 3px;
    display: block;
    content: ""
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._859rps_fZro-U ._547sps_Dst-XG[data-v-72b3d60c] {
    margin-top: 0;
    font-size: 14px;
    font-family: Montserrat;
    color: #fff;
    line-height: 1.714;
    text-align: left;
    display: block
}

@media(min-width:1300px) {
    .qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._859rps_fZro-U ._547sps_Dst-XG[data-v-72b3d60c] {
        max-width: 85%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._6prrps_n8nied[data-v-72b3d60c] {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:389.98px) {
    .qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._6prrps_n8nied[data-v-72b3d60c] {
        display: none
    }
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._6prrps_n8nied span[data-v-72b3d60c] {
    margin-left: 7px;
    font-size: 14px;
    font-family: Montserrat;
    color: #fff;
    text-align: right;
    line-height: 1.714
}

.qcdxps_Yoy0hB .fkytps_eCS\+P6 ._4pmdps_Gt9aaq ._221sps_Evf\+Bb ._857eps_tt302u ._6prrps_n8nied .w66rps_6-nArJ[data-v-72b3d60c] {
    position: relative;
    top: -2px;
    height: 11px;
    width: 14px;
    fill: #fff
}

._8ymrps_ObUba9[data-v-72b3d60c] {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(-90deg, #080a11, #05060c)
}

._8ymrps_ObUba9 ._69e1ps_2RXm4Z[data-v-72b3d60c] {
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
    justify-content: flex-start
}

._6117ps_O5SoXP[data-v-72b3d60c] {
    pointer-events: none;
    position: absolute
}

@media(max-width:767.98px) {
    ._6117ps_O5SoXP[data-v-72b3d60c] {
        display: none
    }
}

._6117ps_O5SoXP._8tahps_25SWDd[data-v-72b3d60c] {
    bottom: 5%;
    right: 30%;
    opacity: .1;
    filter: blur(2px)
}

@media(max-width:991.98px) {
    ._6117ps_O5SoXP._8tahps_25SWDd[data-v-72b3d60c] {
        display: none
    }
}

._6117ps_O5SoXP._5294ps_lAvkyG[data-v-72b3d60c] {
    top: -70px;
    left: 30%;
    filter: blur(1px);
    opacity: .07;
    transform: rotate(30deg);
    -webkit-animation: _6uh5ps_AfKSai 10s ease infinite;
    animation: _6uh5ps_AfKSai 10s ease infinite
}

@-webkit-keyframes _6uh5ps_AfKSai {
    0%,
    to {
        transform: rotate(30deg)
    }
    50% {
        transform: rotate(180deg)
    }
}

@keyframes _6uh5ps_AfKSai {
    0%,
    to {
        transform: rotate(30deg)
    }
    50% {
        transform: rotate(180deg)
    }
}

._6117ps_O5SoXP._6c5jps_dcSAH5[data-v-72b3d60c] {
    top: -60px;
    right: 30%
}

._6117ps_O5SoXP._389nps_ukERHd[data-v-72b3d60c] {
    top: 40%;
    right: 16%;
    transform: rotate(30deg);
    -webkit-animation: _2k7bps_oa6J8s 5s ease infinite;
    animation: _2k7bps_oa6J8s 5s ease infinite
}

@-webkit-keyframes _2k7bps_oa6J8s {
    0%,
    to {
        transform: rotate(30deg)
    }
    50% {
        transform: rotate(-90deg)
    }
}

._6117ps_O5SoXP._8jvyps_opHH7c[data-v-72b3d60c] {
    top: 40%;
    left: 15%;
    filter: blur(2px)
}

._6117ps_O5SoXP._6d56ps_y4E1CG[data-v-72b3d60c] {
    top: 85%;
    filter: blur(2px);
    left: 25%;
    -webkit-animation: _2k7bps_oa6J8s 11s ease infinite;
    animation: _2k7bps_oa6J8s 11s ease infinite
}

@media(max-width:991.98px) {
    ._6117ps_O5SoXP._6d56ps_y4E1CG[data-v-72b3d60c] {
        display: none
    }
}

@keyframes _2k7bps_oa6J8s {
    0%,
    to {
        transform: rotate(30deg) translate(0)
    }
    50% {
        transform: rotate(-50deg) translate(2px, 7px)
    }
}

._8qx5ps_QcZV8D[data-v-26b7683b] {
    transform: translateY(-5px);
    height: 19px;
    display: flex
}

._8qx5ps_QcZV8D a[data-v-26b7683b] {
    display: block;
    height: inherit;
    color: #9a9eb3;
    opacity: .4;
    transition: .2s
}

._8qx5ps_QcZV8D a[data-v-26b7683b]:not(:last-child) {
    margin-right: 30px
}

._8qx5ps_QcZV8D a[data-v-26b7683b]:hover {
    opacity: 1
}

._8qx5ps_QcZV8D a:hover._5wb2ps_arz4k2[data-v-26b7683b] {
    color: #e62d92
}

._8qx5ps_QcZV8D a:hover._8zuxps_4f-uPh[data-v-26b7683b] {
    color: #b84ece
}

._8qx5ps_QcZV8D a:hover._6bv6ps_jvor96[data-v-26b7683b] {
    color: #1575f3
}

._8qx5ps_QcZV8D a:hover._7c8hps_tCgHnt[data-v-26b7683b] {
    color: #368dff
}

._8qx5ps_QcZV8D a:hover._4qrzps_9xVCU7[data-v-26b7683b] {
    color: #2cf36b
}

._8qx5ps_QcZV8D a:hover._53pjps_MZi0jK[data-v-26b7683b] {
    color: #df1f29
}

._8qx5ps_QcZV8D a:hover._4s3kps_5G4Jxw[data-v-26b7683b] {
    color: #5865f2
}

._8qx5ps_QcZV8D svg[data-v-26b7683b] {
    height: 100%;
    width: auto
}

.v8njps_QJFQLl[data-v-26b7683b] {
    padding-top: 40px;
    position: relative
}

.v8njps_QJFQLl ._5ddyps_39lMF\+[data-v-26b7683b] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.v8njps_QJFQLl ._5ddyps_39lMF\+a[data-v-26b7683b] {
    border-radius: 10px;
    background-color: #f2243c;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s
}

.v8njps_QJFQLl ._5ddyps_39lMF\+a[data-v-26b7683b]:hover {
    filter: brightness(120%)
}

@media(max-width:1199.98px) {
    .v8njps_QJFQLl ._5ddyps_39lMF\+[data-v-26b7683b] {
        display: none
    }
}

@media(max-width:767.98px) {
    .v8njps_QJFQLl ._35e3ps_7HjTmP[data-v-26b7683b] {
        margin-top: 20px
    }
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._2yg7ps_Mceid8[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._2yg7ps_Mceid8[data-v-26b7683b] {
    font-size: 14px;
    font-family: Montserrat;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ[data-v-26b7683b],
.v8njps_QJFQLl ._35e3ps_7HjTmP a[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 a[data-v-26b7683b] {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    font-family: Montserrat;
    color: #848694;
    transition: .2s
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ[aria-current=page][data-v-26b7683b],
.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ[data-v-26b7683b]:hover,
.v8njps_QJFQLl ._35e3ps_7HjTmP a[aria-current=page][data-v-26b7683b],
.v8njps_QJFQLl ._35e3ps_7HjTmP a[data-v-26b7683b]:hover,
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ[aria-current=page][data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ[data-v-26b7683b]:hover,
.v8njps_QJFQLl ._4pcaps_sZunj8 a[aria-current=page][data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 a[data-v-26b7683b]:hover {
    color: #fff
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ[data-v-26b7683b] {
    display: flex;
    align-items: center;
    position: relative
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ._4s3kps_5G4Jxw svg[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ._4s3kps_5G4Jxw svg[data-v-26b7683b] {
    color: #3c3e4c;
    width: 21px
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ._2uzvps_AsOjwA svg[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ._2uzvps_AsOjwA svg[data-v-26b7683b] {
    color: #f2243c;
    width: 17px
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ svg[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ svg[data-v-26b7683b] {
    position: absolute;
    height: auto;
    transform: translateY(1px)
}

.v8njps_QJFQLl ._35e3ps_7HjTmP ._47j6ps_9bVuoZ span[data-v-26b7683b],
.v8njps_QJFQLl ._4pcaps_sZunj8 ._47j6ps_9bVuoZ span[data-v-26b7683b] {
    margin-left: 30px
}

._6dr9ps_Xy0UfH[data-v-26b7683b] {
    padding-top: 40px;
    display: flex;
    align-items: center
}

@media(max-width:1199.98px) {
    ._6dr9ps_Xy0UfH[data-v-26b7683b] {
        flex-wrap: wrap
    }
}

._6dr9ps_Xy0UfH ._4ncwps_3SY5zz[data-v-26b7683b] {
    min-width: 195px;
    height: auto
}

._6dr9ps_Xy0UfH ._5ru2ps_UNr3MC[data-v-26b7683b] {
    padding-left: 50px;
    margin-left: 50px;
    position: relative
}

._6dr9ps_Xy0UfH ._5ru2ps_UNr3MC[data-v-26b7683b]:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    height: calc(100% - 5px);
    width: 1px;
    top: 50%;
    background-color: rgba(125, 127, 141, .1);
    transform: translateY(-50%)
}

@media(max-width:1199.98px) {
    ._6dr9ps_Xy0UfH ._5ru2ps_UNr3MC[data-v-26b7683b] {
        flex-wrap: wrap;
        margin-left: 0;
        padding-left: 0;
        margin-top: 30px
    }
    ._6dr9ps_Xy0UfH ._5ru2ps_UNr3MC[data-v-26b7683b]:before {
        display: none
    }
}

._6dr9ps_Xy0UfH ._5ru2ps_UNr3MC ._6fvups_BBYWbM[data-v-26b7683b] {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat;
    color: #43485c;
    line-height: 1.857;
    padding-right: 60px
}

._6dr9ps_Xy0UfH ._5ru2ps_UNr3MC ._6fvups_BBYWbM span[data-v-26b7683b] {
    color: #8489a1
}

._6dr9ps_Xy0UfH ._5ru2ps_UNr3MC ._8qx5ps_QcZV8D[data-v-26b7683b] {
    margin-top: 25px
}

._2b87ps_vOdaqK[data-v-26b7683b] {
    padding-top: 15px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(90deg, #080a11, #05060c)
}

._2b87ps_vOdaqK ._7kuvps_FoEJcc[data-v-26b7683b] {
    justify-content: center
}

._6tv5ps_sd8a8v[data-v-26b7683b] {
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(-90deg, #05060c, #05060c 350%)
}

._6tv5ps_sd8a8v ._7kuvps_FoEJcc[data-v-26b7683b] {
    align-items: center
}

._6tv5ps_sd8a8v[data-v-26b7683b] {
    padding-bottom: 20px
}

._6tv5ps_sd8a8v ._5x32ps_4S1Mtg[data-v-26b7683b] {
    padding-top: 20px;
    font-size: 13px;
    font-family: Montserrat;
    color: #848694
}

._6tv5ps_sd8a8v ._5x32ps_4S1Mtg span[data-v-26b7683b] {
    color: #fff
}

._6tv5ps_sd8a8v ._42vqps_4FQ1Se[data-v-26b7683b] {
    padding-top: 20px;
    text-align: right;
    font-family: Montserrat;
    font-size: 11px;
    color: #f02f41;
    font-weight: 500
}

@media(max-width:1199.98px) {
    ._6tv5ps_sd8a8v ._42vqps_4FQ1Se[data-v-26b7683b] {
        display: none
    }
}

._6tv5ps_sd8a8v ._42vqps_4FQ1Se span[data-v-26b7683b] {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}