* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea {
    border: 0;
    background: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

::-webkit-scrollbar {
    display: none;
}

svg-icon-sprite {
    aspect-ratio: 1/1;
    display: block;
    width: 20px;
}

svg-icon-sprite svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--button-text-color);
}

body {
    background-color: var(--main-theme-color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text-color);
    font-family: "Geologica", sans-serif;
}

body.vegasino-fxel4g {
    overflow: hidden;
}

.vegasino-g4op8b {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1920px;
}

header {
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--fh-bg-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header .vegasino-g4op8b {
    height: 100%;
    max-width: none;
    width: 100%;
    padding: 0 2px 0 20px;
}

header.vegasino-uy2vxb .vegasino-b3271h:last-child {
    color: var(--button-text-color);
}

.vegasino-51lzhf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.vegasino-ca9h9u {
    display: flex;
    align-items: center;
    gap: 30px;
}

.vegasino-w2qsfo {
    display: none;
}

.vegasino-28hidv {
    width: 143px;
}

.vegasino-28hidv img {
    width: 100%;
    height: 100%;
    display: block;
}

.vegasino-lrgto5 {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vegasino-lrgto5 svg-icon-sprite {
    width: 100%;
}

.vegasino-4gs3ix {
    display: flex;
    gap: 2px;
}

.vegasino-sylhrm {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 59px;
    width: 300px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--button-bg-color);
    letter-spacing: -0.03em;
    color: var(--button-text-color)
}

.vegasino-sylhrm svg-icon-sprite {
    width: 16px;
}

.vegasino-b3271h {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    padding: 0 24px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.vegasino-b3271h:before {
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    content: "";
    z-index: 1;
    border-radius: 8px;
    box-shadow: inset 0 -1px 0 rgb(0, 0, 0);
}

.vegasino-98po08 {
    position: fixed;
    left: 0;
    top: 64px;
    height: calc(100vh - 64px);
    width: 232px;
    z-index: 99;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
    background-color: var(--fh-bg-color);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
}

.vegasino-98po08 .vegasino-sylhrm {
    display: none;
}

.vegasino-98po08.vegasino-uy2vxb {
    width: 80px;
}

.vegasino-98po08.vegasino-uy2vxb .vegasino-baztlk a::after {
    display: none;
}

.vegasino-98po08.vegasino-uy2vxb .vegasino-baztlk a span:nth-child(2) {
    display: none;
}

.vegasino-98po08.vegasino-uy2vxb .vegasino-coccto {
    grid-template-columns: repeat(1, 1fr);
}

.vegasino-98po08.vegasino-uy2vxb .vegasino-coccto a span {
    display: none;
}

.vegasino-hfd7xi {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-color);
}

.vegasino-qb157s {
    height: 1px;
    margin: 0 6px;
    background-color: 1px solid var(--border-color);
}

.vegasino-qb157s:last-child {
    display: none;
}

.vegasino-baztlk {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4px 6px;
    gap: 1px;
}

.vegasino-baztlk:nth-child(12)::after {
    display: none;
}

.vegasino-baztlk:nth-child(4) li:first-child a {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.vegasino-baztlk:nth-child(4) li:first-child a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.vegasino-baztlk:nth-child(4) li:first-child a:after,
.vegasino-baztlk:nth-child(4) li:first-child a:before {
    background-color: var(--button-bg-color);
    opacity: 1;
}

.vegasino-baztlk li {
    width: 100%;
}

.vegasino-baztlk a {
position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    gap: 12px;
    width: 100%;
    padding: 0 16px;
    color: var(--button-text-color);
    letter-spacing: -0.04em;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    background: var(--button-bg-color);
    border-radius: 8px;
}

.vegasino-baztlk a:after,
.vegasino-baztlk a:before {
    content: "";
    width: 2px;
    height: 18px;
    border-radius: 8px;
    background-color: rgb(252, 252, 252);
    position: absolute;
    left: 0;
    transition-duration: 0.3s;
    opacity: 0;
}

.vegasino-baztlk a::after {
    opacity: 0;
    left: auto;
    right: 0;
}

.vegasino-baztlk a span:nth-child(1) {
    width: 20px;
    min-width: 20px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vegasino-baztlk a span:nth-child(1) svg-icon-sprite {
    width: 100%;
}

.vegasino-baztlk a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.vegasino-baztlk a span:nth-child(2) {
    min-width: -moz-max-content;
    min-width: max-content;
}


.vegasino-baztlk a:hover:before {
    opacity: 1;
}

.vegasino-coccto {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 3px 8px 3px 3px;
    gap: 2px;
        background: var(--fh-bg-color);
}

.vegasino-coccto a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    gap: 8px;
    color: var(--button-text-color);
    letter-spacing: -0.02em;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-transform: uppercase;
}

.vegasino-coccto a span {
    min-width: -moz-max-content;
    min-width: max-content;
}

.vegasino-coccto a img,
.vegasino-coccto a svg-icon-sprite {
    width: 16px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.vegasino-coccto a img svg,
.vegasino-coccto a svg-icon-sprite svg {
    fill: rgb(255, 255, 255);
}

.vegasino-ei2gas {
    padding-left: 232px;
    transition-duration: 0.3s;
}

.vegasino-ei2gas.vegasino-uy2vxb {
    padding-left: 80px;
}

.vegasino-z2b28x .vegasino-g4op8b {
    width: 100%;
}

.vegasino-ojd4s4 {
    aspect-ratio: 1816/550;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 2px solid var(--border-color);
}


.vegasino-igm7ut {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vegasino-igm7ut img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    display: block;
}

.vegasino-igm7ut video {
    position: absolute;
    height: 100%;
    width: auto;
    inset: 0;
    right: unset;
    left: 50%;
    transform: translate(-27%);
}

.vegasino-3fi836 {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    height: 100%;
    padding-left: 72px;
}

.vegasino-3fi836 p:nth-child(1) {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: var(--title-color);
}

.vegasino-3fi836 p:nth-child(2) {
margin-top: 8px;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 500px;
    font-family: "Unbounded", sans-serif;
    word-wrap: break-word;
    color: var(--text-color);
}

.vegasino-3fi836 a {
    margin-top: 24px;
    height: 90px;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    padding: 0 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    color: var(--button-text-color);
}

.vegasino-p2bk2m {
    top: 63px;
    z-index: 9;
    position: sticky;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--fh-bg-color);
    padding: 16px 0 8px 20px;
}

.vegasino-x00hq3 {
    position: relative;
}

.vegasino-x00hq3::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60px;
    right: 0;
    top: 0;
    background-image: linear-gradient(270deg, var(--fh-bg-color) 50%, rgba(255, 255, 25, 0) 100%);
}

.vegasino-yu19e8 {
    overflow-x: auto;
    padding: 0 20px 8px 0;
}

.vegasino-yu19e8::-webkit-scrollbar {
    display: block;
    height: 11px;
}

.vegasino-yu19e8::-webkit-scrollbar-thumb {
    background: var(--button-bg-color);
}

.vegasino-yu19e8::-webkit-scrollbar-track {
    background: transparent;
}

.vegasino-yu19e8 ul {
    display: flex;
    gap: 4px;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: center;
}

.vegasino-yu19e8 ul li:last-child {
    position: relative;
    z-index: 2;
}

.vegasino-yu19e8 ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    min-width: 120px;
    padding: 16px 12px;
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--button-text-color)
}

.vegasino-yu19e8 ul a span {
    position: relative;
}

.vegasino-yu19e8 ul a span:nth-child(1) {
    width: 42px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vegasino-yu19e8 ul a span:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.vegasino-1gki28 {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.vegasino-oefkvr {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vegasino-oefkvr:nth-child(3) .vegasino-tfbd26 {
    grid-template-columns: repeat(3, 1fr);
}

.vegasino-oefkvr:nth-child(3) .vegasino-79w680 {
    aspect-ratio: 614/409;
}

.vegasino-31t5g8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vegasino-flz989 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
}

.vegasino-9vz8zq {
    display: none;
}

.vegasino-dazo8x {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vegasino-dazo8x p {
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--button-bg-color);
}

.vegasino-o0a531 {
    display: flex;
    align-items: center;
    gap: 1px;
}

.vegasino-o0a531 span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--button-bg-color);
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgb(0, 0, 0);
    transition-duration: 0.3s;
    border-radius: 6px;
    border-right: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.vegasino-vaqsxr, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
    border-left: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.vegasino-vaqsxr, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
}

.vegasino-o0a531 span svg-icon-sprite {
    width: 24px;
}

.vegasino-o0a531 span svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.vegasino-o0a531 span:first-child svg-icon-sprite,
.vegasino-o0a531 span:hover svg-icon-sprite {
    width: 24px;
}

.vegasino-o0a531 span:first-child svg-icon-sprite svg,
.vegasino-o0a531 span:hover svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.vegasino-tfbd26 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.vegasino-79w680 {
    position: relative;
    max-height: 235px;
    max-width: 175px;
    overflow: hidden;
    border: 3px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.vegasino-79w680 span {
    display: none;
}

.vegasino-79w680 img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.vegasino-yiy02o {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: rgb(110, 110, 110);
}

.vegasino-5ql9ys {
    padding: 40px 80px;
    position: relative;
}

.vegasino-hfzkh2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vegasino-y7zh5q {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-color)
}

.vegasino-y7zh5q h1,
.vegasino-y7zh5q h2,
.vegasino-y7zh5q h3,
.vegasino-y7zh5q h4 {
    font-weight: 600;
    color: var(--title-color)
}

.vegasino-y7zh5q h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.vegasino-y7zh5q h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.vegasino-y7zh5q h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.vegasino-y7zh5q h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.vegasino-y7zh5q p,
.vegasino-y7zh5q .vegasino-olsk9q {
    margin-bottom: 20px;
}

.vegasino-y7zh5q ol,
.vegasino-y7zh5q ul {
    padding-left: 50px;
    list-style: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 17px;
}

.vegasino-y7zh5q ol p,
.vegasino-y7zh5q ul p {
    margin-bottom: 15px;
}

.vegasino-y7zh5q ol p:first-child,
.vegasino-y7zh5q ul p:first-child {
    font-weight: 900;
}

.vegasino-y7zh5q ul {
    list-style: disc;
}

.vegasino-y7zh5q h3:last-child,
.vegasino-y7zh5q ol:last-child,
.vegasino-y7zh5q p:last-child,
.vegasino-y7zh5q .vegasino-olsk9q:last-child {
    margin-bottom: 0;
}

.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r {
    margin-bottom: 25px;
}

.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r p,
.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r ol,
.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r ul,
.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r .vegasino-olsk9q {
    margin-bottom: 15px;
}

.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r p:last-child,
.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r ol:last-child,
.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r ul:last-child,
.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r .vegasino-olsk9q:last-child {
    margin-bottom: 0;
}

.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

.vegasino-y7zh5q.vegasino-j0ka8l .vegasino-cu6m2r:last-child {
    margin-bottom: 0;
}

.vegasino-y7zh5q table {
    border-collapse: collapse;
    margin-bottom: 17px;
    width: 100%;
}

.vegasino-y7zh5q th,
.vegasino-y7zh5q td {
    padding: 12px;
    border: 1px solid rgb(255, 255, 255);
    text-align: left;
    font-weight: 500;
}



.vegasino-y7zh5q th {
    background: url(../images/general-btn-texture.vegasino-ycjhbh.svg) repeat-x left center padding-box, linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.vegasino-vaqsxr, var(--border-color) 5%, rgba(64, 64, 64, 0) 76%);
}

footer {
    padding: 32px 0;
    position: relative;
    background-color: var(--fh-bg-color);
    border-top: 1px solid var(--border-color);
}

.vegasino-no03sw {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}

.vegasino-i5nydf {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.vegasino-i5nydf a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 180px;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    color: var(--button-text-color);
}

.vegasino-i5nydf a svg-icon-sprite {
    width: 20px;
}

.vegasino-i5nydf a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.vegasino-i5nydf a img {
    width: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.vegasino-pn9umy {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.vegasino-pn9umy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    display: flex;
    flex-direction: column;
    color: var(--footer-text-color)
}

.vegasino-1tnt55 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    color: var(--title-color);
}

.vegasino-mg60sw {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vegasino-mg60sw:nth-child(2) {
    margin-top: 60px;
}

.vegasino-vaob0w {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.vegasino-vaob0w a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 92px;
    height: 36px;
    padding: 6px;
    border-radius: 32px;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    font-weight: 400;
    line-height: 1.2;
    font-size: 12px;
}

.vegasino-vaob0w a:last-child {
    width: 80px;
}

.vegasino-vaob0w a svg-icon-sprite {
    width: 12px;
}

.vegasino-vaob0w a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.vegasino-vaob0w a img {
    width: 80px;
}

.vegasino-bkyg9h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vegasino-bkyg9h img {
    width: 40px;
}

.vegasino-ade3y9 {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    color: rgb(110, 110, 110);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 1919px) {
    .vegasino-tfbd26 {
        grid-template-columns: repeat(7, 1fr);
    }
    .vegasino-w3ocly:nth-child(n+8) {
        display: none;
    }
    .vegasino-ojd4s4 {
        aspect-ratio: 1304/450;
    }
    .vegasino-3fi836 {
        width: 510px;
    }
    .vegasino-3fi836 p:nth-child(2) {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .vegasino-w2qsfo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .vegasino-w2qsfo svg-icon-sprite {
        width: 100%;
    }
    .vegasino-w2qsfo span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .vegasino-w2qsfo span:nth-child(2) {
        display: none;
    }
    .vegasino-w2qsfo.vegasino-uy2vxb span:nth-child(1) {
        display: none;
    }
    .vegasino-w2qsfo.vegasino-uy2vxb span:nth-child(2) {
        display: flex;
    }
    .vegasino-lrgto5 {
        display: none;
    }
    .vegasino-28hidv {
        width: 96px;
    }
    .vegasino-sylhrm {
        display: none;
    }
    header {
        height: 60px;
    }
    .vegasino-98po08 {
        width: 420px;
        left: -420px;
        transition-duration: 0.3s;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .vegasino-98po08.vegasino-uy2vxb {
        left: 0;
        width: 420px;
    }
    .vegasino-98po08.vegasino-uy2vxb .vegasino-baztlk a::after {
        display: block;
    }
    .vegasino-98po08.vegasino-uy2vxb .vegasino-baztlk a span:nth-child(2) {
        display: block;
    }
    .vegasino-98po08.vegasino-uy2vxb .vegasino-coccto {
        grid-template-columns: repeat(2, 1fr);
    }
    .vegasino-98po08.vegasino-uy2vxb .vegasino-coccto a span {
        display: block;
    }
    .vegasino-98po08 .vegasino-sylhrm {
        display: flex;
        width: 100%;
    }
    .vegasino-ei2gas {
        padding-left: 0;
        position: relative;
    }
    .vegasino-ei2gas.vegasino-uy2vxb {
        padding-left: 0;
    }
    .vegasino-ei2gas.vegasino-uy2vxb::before {
        opacity: 1;
    }
    .vegasino-ei2gas::before {
        content: "";
        pointer-events: none;
        z-index: 50;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition-duration: 0.3s;
        left: 0;
        background: rgba(26, 26, 26, 0.85);
        opacity: 0;
    }
    .vegasino-tfbd26 {
        grid-template-columns: repeat(6, 1fr);
    }
    .vegasino-w3ocly:nth-child(n+7) {
        display: none;
    }
    .vegasino-o0a531 {
        display: none;
    }
    .vegasino-pn9umy {
        grid-template-columns: repeat(4, 1fr);
    }
    .vegasino-95cc4e:nth-child(n+5) {
        display: none;
    }
    .vegasino-5ql9ys {
        padding: 40px 0px;
    }
    .vegasino-no03sw {
        padding: 0;
    }
    .vegasino-ojd4s4 {
        aspect-ratio: 768/250;
    }
    .vegasino-igm7ut video {
        display: none;
    }
    .vegasino-3fi836 {
        padding-left: 20px;
        width: 410px;
    }
    .vegasino-3fi836 p:nth-child(1) {
        font-size: 16px;
    }
    .vegasino-3fi836 p:nth-child(2) {
        font-size: 28px;
    }
    .vegasino-3fi836 a {
        width: 400px;
    }
    .vegasino-p2bk2m {
        top: 59px;
        padding: 8px 0 4px 20px;
    }
    .vegasino-yu19e8 {
        padding: 0 20px 4px 0;
    }
    .vegasino-yu19e8::-webkit-scrollbar {
        height: 5px;
    }
    .vegasino-yu19e8 ul a {
        flex-direction: row;
        padding: 11px 16px;
        min-width: auto;
        gap: 8px;
    }
    .vegasino-yu19e8 ul a span:nth-child(1) {
        width: 30px;
    }
    .vegasino-x00hq3::after {
        display: none;
    }
    .vegasino-flz989 {
        font-size: 20px;
    }
    .vegasino-hfd7xi {
        padding: 12px 20px 32px;
    }
    .vegasino-98po08 .vegasino-sylhrm {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .vegasino-98po08 {
        width: 100%;
        left: -100%;
    }
    .vegasino-98po08.vegasino-uy2vxb {
        width: 100%;
    }
    .vegasino-tfbd26 {
        grid-template-columns: repeat(3, 1fr);
    }
    .vegasino-w3ocly:nth-child(n+7) {
        display: none;
    }
    .vegasino-y7zh5q ol,
    .vegasino-y7zh5q ul {
        padding-left: 30px;
    }
    .vegasino-y7zh5q {
        font-size: 16px;
    }
    .vegasino-olsk9q th,
    .vegasino-olsk9q td {
        padding: 8px;
    }
    .vegasino-pn9umy {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        padding: 0 30px;
    }
    .vegasino-i5nydf {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .vegasino-i5nydf a {
        width: 100%;
    }
    .vegasino-vaob0w {
        flex-wrap: wrap;
    }
    .vegasino-oefkvr:nth-child(3) .vegasino-tfbd26 {
        grid-template-columns: repeat(1, 1fr);
    }
    .vegasino-ojd4s4 {
        aspect-ratio: 375/710;
        padding-bottom: 20px;
    }
    .vegasino-ojd4s4:before {
        height: 70%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .vegasino-igm7ut {
        /* height: 258px; */
    }
    .vegasino-3fi836 {
        padding: 0px 20px;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .vegasino-3fi836 p:nth-child(2) {
        margin-top: 4px;
        font-size: 24px;
    }
    .vegasino-3fi836 a {
        width: 100%;
        height: 80px;
        margin-top: 8px;
    }
    .vegasino-ca9h9u {
        gap: 15px;
    }
    .vegasino-b3271h {
        height: 55px;
        padding: 0 8px;
        font-size: 12px;
    }
    header .vegasino-g4op8b {
        width: 100%;
        margin: 0 auto;
        padding: 0 2px 0 10px;
        max-width: 1920px;
    }
}

@media (max-width: 370px) {
    .vegasino-b3271h {
        padding: 0 4px;
        font-size: 10px;
    }
    .vegasino-hfd7xi {
        padding: 12px 12px 32px;
    }
}

@media (max-width: 569px) {
    .vegasino-y7zh5q th, .vegasino-y7zh5q td {
       padding: 6px 3px;
        font-size: 10px;
        max-width: 60px;
    }
}

.vegasino-3fi836 p {
    text-shadow: 0 0 20px black;
}

.vegasino-5ql9ys img {
    max-width: 100%;
    display: block;
    margin: 17px auto;
}

.vegasino-d2no4z {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.vegasino-1o9igl {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.vegasino-1o9igl label {
  font-size: 14px;
}

.vegasino-1o9igl h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-1o9igl input,
.vegasino-1o9igl textarea,
.vegasino-1o9igl button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.vegasino-1o9igl button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-41ljd5 ease;
}
.vegasino-1o9igl button:hover {
  background-color: #691204;
}
.vegasino-o9oqqd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-f4tioi ease-in;
}

.vegasino-o9oqqd h2 {
  color: green;
  font-weight: 500;
}

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

aside {
    font-size: 14px;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vegasino-9y5vkq, .vegasino-ogfauc, [class*="review-card"],
thead, thead th, table th, .vegasino-jmcwdo,
.vegasino-he2h7r, [class*="collapsible-header"],
.vegasino-e7143r, [class*="updated-block"] {
  color: #ece7dc !important;
}
