<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background: #252d40;
}

/* header31006 */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1d1b21;
    padding: 0 15px;
    border-bottom: 1px solid #276ba5;
    height: 60px;
}

.header .logo {
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 26px;
}

.promocode {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    width: 305px;
    margin: 20px auto;
    animation: glowing 1500ms infinite;
}

.promocode__icon {
    max-width: 10px;
    margin: 80px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.promocode__text {
    text-align: center;
    background-color: #4cbc8d;
    border-radius: 10px;
    padding: 16px;
    color: #000000;
    margin-top: 10px;
}

.promocode__title {
    font-size: 14px;
}
.promocode__bonus {
    font-size: 20px;
    font-weight: 600;
}
.promocode__input {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promocode__input input {
    border: 1px solid #4cbc8d;
    border-right: none;
    border-radius: 10px 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 20px 6px;
    outline: none;
    height: 40px;
    width: 50%;
    color: #000000;
}
.promocode__input button {
    cursor: pointer;
}
.promocode__input a {
    justify-content: center;
    align-items: center;
}
.promocode__input button,
.promocode__input a {
    background-color: #4cbc8d;
    height: 40px;
    width: 35%;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    border-radius: 0 10px 10px 0;
    text-align: center;
    border: none;
}



.auth-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #4cbc8d;
}

.auth-buttons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #4cbc8d;
    border: 2px solid #4cbc8d;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 13px;
}

.auth-buttons a.sign-in {
    border: 2px solid #4cbc8d;
    background: #4cbc8d;
    margin-right: 20px;
}

.toolbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    height: 60px;
}

.hamburger-menu {
    position: absolute;
    top: 0;
    margin-top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #252d40;
    background-image: linear-gradient(to bottom, #252d40, #252d40, #252d40, #252d40, #252d40);
}

.hamburger-menu&gt;li {
    margin: 0 1rem;
    overflow: hidden;
}

.hamburger-menu&gt;li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.menu-button-container {
    display: flex;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button, .menu-button::before, .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: "";
    margin-top: -8px;
}

.menu-button::after {
    content: "";
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}
.brand-logo {
    max-width: 100px; /* Ð’Ñ‹ Ð¼Ð¾Ð¶ÐµÑ‚Ðµ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð»Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿Ð° */
}

.brand-info {
    text-align: center;
}

.brand-button {
    background-color: rgb(255, 0, 0);
    color: white;
    font-weight: bolder;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.brand-button:hover {
    background-color: #f00;
}
.brand-button1 {
    background-color: rgb(30, 254, 0);
    color: rgb(0, 0, 0);
    font-weight: bolder;
    padding: 8px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin: 2px;
}

.main-table {
    border-collapse: collapse;
    width: 100%;
}

.main-table td {
    border: 3px solid #ffffff;
    padding: 3px;
    text-align: center;
}
.main-table {
    border: 3px #ffffff
}


.date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin: 10px 0;
}
.date img {
    max-width: 30px;
}
.date .updated {
    display: flex;
    flex-direction: column;
}
.date time {
    font-weight: 600;
}









@media (min-width: 100px) {
    .menu-button-container {
        display: flex;
    }

    .hamburger-menu {
        z-index: 9999;
        position: absolute;
        top: 0;
        margin-top: 60px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle~.hamburger-menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked~.hamburger-menu li {
        display: flex;
        align-items: center;
        border: 1px solid #276ba5;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .hamburger-menu&gt;li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
    }

    .hamburger-menu&gt;li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}

@media (max-width: 575px) {
    .auth-buttons a.sign-up {
        display: none;

    }
    .auth-buttons a.sign-in {
        background: #7fac30;
        margin-right: 0;
    }
}

/* banner */

.banner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.banner-wrap {
    background: url(images/7slots50.jpg) no-repeat center;
    height: 400px;
    margin: 0 auto;
    background-size: cover;
    width: auto;
}
.banner-logo img {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media (max-width: 600px) {
    .banner {
        width: 100%;
    }
    .banner-wrap {
        background-size: cover;
        height: 300px;
        background-position: left;
    }
}

/* mirror */

.working-mirror {
    width: 400px;
    margin: 40px auto;
}

.working-mirror .top-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cbdbff;
    border-radius: 15px 15px 0 0;
    background: #fff;
    padding: 6px 15px;
}

.working-mirror .circles-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.working-mirror .circle {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 3px;
    line-height: 8px;
}

.adress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f5f9;
    border-radius: 3px;
    padding: 6px 50px;
    width: 100%;
    margin: 0 25px;
}

.adress-bar span {
    display: inline-block;
    width: 100px;
    color: #b3b6ba;
    font-size: 13px;
    line-height: 13px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.working-mirror .bottom-part {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-top: #e2e6e7;
    background: #f1f5f9;
    min-height: 200px;
}

.working-mirror .bottom-part img {
    margin-top: 10px;
}

.bottom-part .link {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 6px;
    background: #7fac30;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.working-mirror .bottom-part p {
    margin: 10px 0;
    font-size: 14px;
    color: #90abc2;
}

.working-mirror .bottom-part ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.working-mirror .bottom-part ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #90abc2;
    font-size: 13px;
    color: #90abc2;
    margin: 0 0 15px;
}

.working-mirror .bottom-part ul li:last-child {
    margin-bottom: 0;
}

.working-mirror .bottom-part ul li::marker {
    content: 'âž•';

}

@media (max-width: 450px) {
    .working-mirror {
        width: calc(100% - 30px);
        margin: 40px 15px;
    }
    .working-mirror .bottom-part {
        text-align: center;
        padding: 0 15px;
    }
    .adress-bar {
        padding: 6px 30px;
        margin: 0 15px;
    }
    .working-mirror .bottom-part p {
        line-height: 1.3;
    }
}

/* content */

article {
    width: 1280px;
    margin: 0 auto;
    padding: 40px 25px;
    background: #191f2c;
}

/* grid media queries */

@media (min-width: 576px) {
    article {
        width: 540px;
    }
}

@media (min-width: 768px) {
    article {
        width: 720px;
    }
}

@media (min-width: 992px) {
    article {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    article {
        width: 1140px;
    }
}

@media (max-width: 575px) {
    article {
        width: 100%;
    }
}

/* typography */

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 28px;
    margin: 0 0 25px;
}

.content h2 {
    font-size: 24px;
}

.content h2::marker {
    display: list-item;
    content: '#ï¸âƒ£';
}

.content h3 {
    font-size: 22px;
}

.content h4 {
    font-size: 20px;
}

.content h5 {
    font-size: 18px;
}

.content h6 {
    font-size: 16px;
}

.content p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 20px;
}

.content ul,
.content ol {
    padding: 0 0 0 33px;
    margin: 0 0 20px;
}

.content ul li,
.content ol li {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
    padding-left: 10px;
}

.content ol li::marker {
    color: #7fac30;
    font-weight: bold;
}

.content ul li::marker {
    content: 'âœ…';
}

.content .content-anchors ul li {
    margin-bottom: 10px;
}

.content .content-anchors ul li:hover a,
.content .content-anchors ul li:hover::marker {
    color: #7fac30;
}

.content .content-anchors ul li::marker {
    content: '#ï¸';
}

.content .content-anchors ul li a {
    text-decoration: none;
    font-weight: 500;
}

.content .main-table {
    margin-bottom: 25px;
}

.content table,
.main-table table {
    width: 100%;
    border-collapse: collapse;
}

.content tbody,
.main-table tbody {
    background: #002f5e;
}

.content table tr td,
.main-table table tr td {
    border: 1px solid #ffffff;
    padding: 8px;
    font-size: 15px;
    line-height: 1.3;
}

.main-table table tr td {
    border-left: 0;
    border-right: 0;
    padding: 10px 15px;
}

.main-table table tr td:first-child {
    font-weight: 500;
    border-right: 1px solid #1c1e29;
}

.content table tr td p {
    font-size: 15px;
}

.content table tr th {
    padding: 0 5px 10px;
}

.content table p {
    margin: 0;
}

.content blockquote {
    background: #1e2a36;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    position: relative;
}

.content blockquote * {
    margin: 0;
}

.content blockquote::before {
    content: '';
    background: url(/quote-left.svg) no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
}

.content blockquote::after {
    content: '';
    background: url(/quote-right.svg) no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.content mark {
    background: #00b800;
    color: #fff;
}

.responsive-table {
    overflow-x: auto;
    margin-bottom: 25px;
}

.image-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.image-wrapper img {
    width: auto;
    max-width: 100%;
    border-style: none;
}

/* footer */

footer {
    padding: 20px 0;
    text-align: center;
}

footer small {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
</pre></body></html>