*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

footer, header, nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff
}
table {
    width: 100%;
    margin: 25px 0;
}
td {
    padding: 5px;
    border: 1px solid red;
}
.vs_gallery img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin: 25px auto;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 25px;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

[role=button] {
    cursor: pointer
}

[type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid, .container-lg, .container-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .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-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    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: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        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;
        min-width: 0;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        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%
    }
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-flex {
    display: flex !important
}

@media (min-width: 768px) {
    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-flex {
        display: flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-flex {
        display: flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: space-evenly;
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }
}

.m-0 {
    margin: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.mx-auto {
    margin-left: auto !important
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important
    }

    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important
    }

    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .mx-lg-auto {
        margin-left: auto !important
    }
}

.position-absolute {
    position: absolute !important
}

.position-sticky {
    position: sticky !important
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    transform: translateX(100%)
}

.active.carousel-item-left {
    transform: translateX(-100%)
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.vs_text h1, .vs_text h2, .vs_text h3, .vs_text h4, .vs_text h5, .vs_text h6, .vs_text p, .vs_text ul {
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
    font-family: inherit;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff
}

.vs_text h2 {
    font-size: 36px
}

.vs_text h3 {
    font-size: 30px
}

.vs_text h4 {
    font-size: 24px
}

.vs_text h5 {
    font-size: 24px
}

.vs_text h6 {
    font-size: 18px
}

.vs_text p, .vs_text ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.vs_text ul {
    list-style-type: disc
}

body {
    background-color: #191925
}

a:hover {
    text-decoration: none
}

footer {
    padding-top: 30px;
    box-shadow: inset 0 30px 30px -10px rgba(0, 0, 0, .8);
    color: #646a87
}

.vs_btn-icon, .vs_btn-social, .vs_img, .vs_nav_item {
    height: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.vs_btn-icon img, .vs_btn-social img, .vs_img img, .vs_nav_item img {
    height: inherit;
    object-fit: cover;
    object-position: center
}

.vs_header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(37, 37, 54, .95)
}

.vs_logo {
    display: block;
    margin-right: 10px;
    height: 30px;
    width: max-content
}

.vs_logo .vs_btn-icon img, .vs_logo .vs_btn-social img, .vs_logo .vs_img img, .vs_logo .vs_nav_item img {
    object-fit: contain
}

.vs_logo-partner, .vs_logo-payment {
    margin-bottom: 20px
}

.vs_logo-partner img, .vs_logo-payment img {
    width: 100%
}

.vs_logo-payment {
    max-width: 130px
}

.vs_logo-partner {
    width: 15%
}

@media (max-width: 1199.98px) {
    .vs_logo-partner {
        width: 30%
    }
}

.vs_logo:last-of-type, .vs_logo:nth-of-type(6n) {
    margin-right: 0
}

.vs_btn {
    display: block;
    width: max-content;
    margin: 0 auto;
    height: 36px;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 16px;
    text-decoration: none;
    color: #fff !important;
    transition: .2s ease-out;
    cursor: pointer
}

.vs_btn:hover {
    background-color: #252536;
    transform: scale(1.1)
}

.vs_btn-bubble {
    height: 30px;
    padding: 5px 30px;
    border-radius: 50px;
    background-color: #4d5a85;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 12px;
    font-weight: 800;
    font-family: Muller, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 3px 0 0 #272c47, 0 4px 4px 0 #000
}

.vs_btn-bubble:hover {
    transform: initial;
    background-color: #4d5a85;
    box-shadow: 0 3px 0 0 #272c47, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.vs_btn-bubble.red {
    background-color: #fe284a;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000
}

.vs_btn-bubble.red:hover {
    background-color: #fe284a;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.vs_btn-bubble.yellow {
    background-color: #62c23c;
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000
}

.vs_btn-bubble.yellow:hover {
    background-color: #62c23c;
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.vs_btn-bubble.small {
    box-sizing: border-box;
    height: 23px;
    border-radius: 50px;
    padding: 0 20px;
    background-color: #313047;
    box-shadow: initial;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.vs_btn-bubble.small:hover {
    transform: initial;
    background-color: #313047;
    box-shadow: initial
}

.vs_btn-icon {
    display: block;
    width: max-content;
    padding-top: 4px;
    padding-left: 30px;
    color: #e8ce3a;
    background-position: left center;
    background-size: 24px;
    background-color: transparent;
    font-family: Muller, sans-serif;
    font-size: 16px;
    font-weight: 400;
    opacity: .9;
    transition: .2s;
    cursor: pointer
}

.vs_btn-icon:hover {
    background-color: transparent;
    transform: initial;
    opacity: 1
}

.vs_btn-social {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s ease-in;
    background-size: 24px
}

.vs_btn-social.blue {
    background-color: #264484;
    box-shadow: 0 3px 0 1px #16284d
}

.vs_btn-social.blue:hover {
    box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px rgba(255, 255, 255, .4)
}

.vs_btn-social.lagoon {
    background-color: #2ca3df;
    box-shadow: 0 3px 0 1px #1a6b84
}

.vs_btn-social.lagoon:hover {
    box-shadow: 0 3px 0 1px #1a6b84, inset 0 10px 10px 5px rgba(255, 255, 255, .4)
}

.vs_btn-social.red {
    background-color: red;
    box-shadow: 0 3px 0 1px #781712
}

.vs_btn-social.red:hover {
    box-shadow: 0 3px 0 1px #781712, inset 0 10px 10px 5px rgba(255, 255, 255, .4)
}

.vs_carousel_slide {
    position: relative;
    height: 380px
}

@media (max-width: 1199.98px) {
    .vs_carousel {
        display: none
    }
}

.vs_hero-header {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: Sochi2014, sans-serif;
    font-size: 30px;
    background: linear-gradient(180deg, #ffee5b 0, #ffee5b 40%, #ffd303 45%, #f4b001 50%, #ffd303 55%, #ffee5b 60%, #ffee5b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.1
}

@media (max-width: 767.98px) {
    .vs_hero-header {
        font-size: 22px
    }
}

.vs_hero-header-big_wrapper {
    background: linear-gradient(90deg, rgba(50, 18, 88, 0) 0, rgba(50, 18, 88, .9) 25%, rgba(50, 18, 88, .9) 75%, rgba(50, 18, 88, 0))
}

.vs_hero-header-big_wrapper .vs_hero-header-big {
    position: static;
    padding: 0;
    margin: 0;
    font-size: 40px;
    text-transform: none
}

@media (max-width: 767.98px) {
    .vs_hero-header-big_wrapper .vs_hero-header-big {
        font-size: 32px
    }
}

.vs_nav {
    position: relative;
    width: 100%;
    background-color: #212132;
    background-image: url(https://vavada-slot.website.yandexcloud.net/strips.svg);
    background-repeat: repeat;
    box-shadow: inset 0 6px 30px 0 rgba(0, 0, 0, .8)
}

.vs_nav::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -5px;
    height: 5px;
    background-image: url(https://vavada-slot.website.yandexcloud.net/point_with_large_space.svg);
    background-repeat: repeat-x;
    background-size: contain;
    left: 0
}

.vs_nav nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap
}

@media (max-width: 767.98px) {
    .vs_nav nav {
        flex-wrap: wrap
    }
}

.vs_nav_item {
    display: block;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: max-content;
    font-size: 12px;
    font-family: Muller, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #17eada;
    background-position: 15px center;
    background-size: 35px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s ease-in-out
}

.vs_nav_item.active, .vs_nav_item:hover {
    text-decoration: none;
    background-color: #252536;
    transform: scale(1.1);
    color: #17eada
}

.vs_nav_item:nth-child(5n+2) {
    color: #de593e
}

.vs_nav_item:nth-child(5n+2):hover {
    color: #de593e
}

.vs_nav_item:nth-child(5n+3) {
    color: #6ef770
}

.vs_nav_item:nth-child(5n+3):hover {
    color: #6ef770
}

.vs_nav_item:nth-child(5n+4) {
    color: #4668bd
}

.vs_nav_item:nth-child(5n+4):hover {
    color: #4668bd
}

.vs_nav_item:nth-child(5n) {
    color: #e8ce3a
}

.vs_nav_item:nth-child(5n):hover {
    color: #e8ce3a
}

.vs_nav .vs_nav_item {
    margin-top: 5px;
    margin-bottom: 0;
    max-width: initial;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 40px;
    padding-left: 100px;
    background-size: 45px;
    background-position: 35px center;
    font-size: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: .8
}

.vs_nav .vs_nav_item.active, .vs_nav .vs_nav_item:hover {
    opacity: 1;
    transform: initial;
    background-color: rgba(255, 255, 255, .05);
    box-shadow: inset 0 6px 30px 0 rgba(0, 0, 0, .7)
}

@media (max-width: 991.98px) {
    .vs_nav .vs_nav_item {
        padding-right: 5px;
        padding-left: 45px;
        background-size: 35px;
        background-position: 5px center;
        font-size: 11px
    }

    .vs_nav .vs_nav_item.active, .vs_nav .vs_nav_item:hover {
        transform: initial;
        background-color: initial;
        box-shadow: initial
    }
}

.vs_content {
    background-image: url(https://vavada-slot.website.yandexcloud.net/vavada_back.svg);
    background-repeat: repeat-y;
    background-size: 100%
}

.vs_game-card {
    position: relative;
    height: 222px;
    width: calc(100% / 5);
    border-radius: 10px;
    cursor: default;
    box-shadow: 0 4px 10px 0 #000;
    border: 1px solid #40445a;
    transition: .2s ease-in;
    z-index: initial
}

.vs_game-card .vs_btn-icon, .vs_game-card .vs_btn-social, .vs_game-card .vs_img, .vs_game-card .vs_nav_item {
    margin-bottom: 40px;
    border-radius: inherit;
    border: inherit;
    background-position: center top;
    background-size: contain
}

.vs_game-card .controls {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    border-radius: inherit;
    transition: inherit
}

.vs_game-card .controls .vs_btn {
    margin-top: 35px
}

.vs_game-card .title {
    position: absolute;
    height: fit-content;
    width: 100%;
    top: auto;
    left: 0;
    bottom: -1px;
    padding: 20px;
    text-align: center;
    overflow-wrap: break-word;
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #161626;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.vs_game-card:hover {
    transform: scale(1.1);
    z-index: 4
}

.vs_game-card:hover .controls {
    opacity: 1
}

.vs_gallery {
    padding: 35px 0
}

.vs_gallery_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.vs_gallery_container .vs_game-card {
    margin: 10px;
    width: calc(100% / 5 - 20px)
}

@media (max-width: 991.98px) {
    .vs_gallery_container .vs_game-card {
        margin: 5px;
        width: calc(100% / 4 - 10px)
    }
}

@media (max-width: 767.98px) {
    .vs_gallery_container .vs_game-card {
        width: calc(100% / 3 - 10px)
    }
}

@media (max-width: 575.98px) {
    .vs_gallery_container .vs_game-card {
        width: calc(100% / 2 - 10px)
    }
}

.vs_gallery_more {
    margin-bottom: 35px
}

.vs_text {
    padding: 15px 0;
    color: #fff
}

.vs_text p {
    line-height: 1.5;
    text-indent: 15px;
    text-align: justify
}

.vs_text ul {
    padding-left: 15px
}

.vs_text ul li {
    line-height: 1.5
}

.vs_text a {
    text-decoration: underline;
    color: #e8ce3a
}

.vs_text a:hover {
    text-decoration: underline
}

.vs_text h1, .vs_text h2, .vs_text h3, .vs_text h4, .vs_text h5, .vs_text h6 {
    text-align: center;
    margin-bottom: 10px
}

.vs_text h1:not(:first-child), .vs_text h2:not(:first-child), .vs_text h3:not(:first-child), .vs_text h4:not(:first-child), .vs_text h5:not(:first-child), .vs_text h6:not(:first-child) {
    margin-top: 15px
}

.vs_text p, .vs_text ul {
    padding-bottom: 10px
}

.vs_legally {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    color: #fff;
    background-color: #161626
}

.vs_legally::after, .vs_legally::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 14px;
    background-image: url(https://vavada-slot.website.yandexcloud.net/star.svg);
    background-size: contain;
    background-repeat: repeat-x
}

.vs_legally::before {
    top: 3px
}

.vs_legally::after {
    bottom: 3px
}

.vs_legally_item {
    width: calc(33% - 10px);
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    font-family: Muller, sans-serif
}

.vs_legally_item .title {
    font-size: 18px;
    font-weight: 800
}

.vs_legally_item .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #646a87
}

.vs_legally_item:last-of-type {
    margin-right: 0;
    width: 33%
}

@media (max-width: 991.98px) {
    .vs_legally_item {
        width: 45%;
        margin-right: 0
    }

    .vs_legally_item:last-of-type {
        width: 45%
    }
}

@media (max-width: 767.98px) {
    .vs_legally_item {
        width: 100%
    }

    .vs_legally_item:last-of-type {
        width: 100%
    }
}

.vs_label {
    margin-bottom: 15px;
    height: 30px;
    border-bottom: 1px solid #252536;
    line-height: 30px;
    font-family: Muller;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    color: #646a87;
    text-align: left
}

.vs_age-limit {
    height: 35px;
    width: 35px
}

.vs_age-limit .vs_btn-icon, .vs_age-limit .vs_btn-social, .vs_age-limit .vs_img, .vs_age-limit .vs_nav_item {
    background-size: contain
}

.vs_age-limit .vs_btn-icon img, .vs_age-limit .vs_btn-social img, .vs_age-limit .vs_img img, .vs_age-limit .vs_nav_item img {
    object-fit: contain
}

.vs_footer-second {
    border-top: 1px dashed #303036;
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.2
}

.start-text {
    margin: 10px;
    text-align: center
}

.banner {
    width: 100%;
    margin: auto
}

.table-vavada {
    border-collapse: collapse;
    border: 2px solid #fbfbfb;
    letter-spacing: 1px;
    font-size: 16px;
    width: 100%
}