body,
html {
padding: 0;
margin: 0;
font-family: proxima-nova, sans-serif;
background: var(--main-bg-color);
color: var(--main-text-color);
width: 100%;
min-height: 100%;
display: block;
overflow-x: hidden;
}

a {
color: var(--light-text-color);
text-decoration: none;
}

a:hover {
color: var(--main-text-color);
}

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

main {
width: 100%;
max-width: 980px;
padding: 4rem 1.25rem;
margin: 0 auto;
text-align: center;
}

section {
width: 100%;
}

img,
svg,
video,
iframe {
max-width: 100%;
height: auto;
}

code {
width: auto;
background: transparent;
border-radius: 0;
padding: 0;
font-family: inherit;
}

footer {
padding: 1em;
}

dl,
ol,
ul {
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}

h1 {
font-size: 2rem;
line-height: 1.2;
}

h2 {
font-size: 1.5rem;
line-height: 1.3;
}

h3 {
font-size: 1.25rem;
line-height: 1.35;
}

p {
line-height: 1.65;
}

:root {
--main-bg-color: #192c38;
--secondary-bg-color: #333;
--dark-bg-color: #0f212e;
--main-text-color: #fff;
--light-text-color: #b1bad3;
--link-text-color: #007bff;
--green: #1fff20;
--red: #fe2247;
--neutral: #b1bad3;
}

[data-theme=day] {
--main-bg-color: #fff;
--secondary-bg-color: #eee;
--dark-bg-color: #eee;
--main-text-color: #000;
--light-text-color: #b1bad3;
--link-text-color: #007bff;
--green: #1fff20;
--red: #fe2247;
--neutral: #b1bad3;
}

.styles_container__8mIh_ {
display: block;
width: 100%;
max-width: 980px;
margin: 0 auto;
}

.styles_icon__u5Bt5 {
fill: var(--light-text-color);
width: 35px;
height: 35px;
padding: .5em;
}

.styles_highlight__hkhZE {
max-width: 980px;
width: 100%;
background: var(--dark-bg-color);
border-radius: 14px;
padding: 1.5em 2em;
text-align: left;
margin: 0 auto;
overflow-wrap: anywhere;
word-break: normal;
}

.styles_indicator__6mb_4 {
display: none !important;
width: 0 !important;
height: 0 !important;
border-radius: 0 !important;
background: transparent !important;
}

.styles_grid__nX4Jh {
display: block;
width: 100%;
max-width: 980px;
padding: 1em;
margin: 0 auto;
text-align: center;
}

.styles_grid__nX4Jh span,
.styles_grid__nX4Jh .styles_indicator__6mb_4 {
display: none !important;
}

.onewin-logo {
width: 100%;
margin: 0 auto 18px;
text-align: center;
line-height: 0;
}

.onewin-logo img {
display: block !important;
width: auto !important;
height: 36px !important;
max-width: 150px !important;
margin: 0 auto !important;
object-fit: contain !important;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
}

.title {
max-width: 980px;
margin-left: auto;
margin-right: auto;
line-height: 1.2;
overflow-wrap: anywhere;
}

@media (max-width: 640px) {
body {
min-width: 0 !important;
}

main {
    width: 100%;
    max-width: 100%;
    padding: 2.2rem 12px 3rem;
}

.title {
    font-size: 30px !important;
    line-height: 1.12 !important;
    text-align: center;
}

.styles_highlight__hkhZE {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1.25em 14px !important;
    border-radius: 14px;
}

.styles_highlight__hkhZE h2 {
    font-size: 24px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
}

.styles_highlight__hkhZE p,
.styles_highlight__hkhZE li,
.styles_highlight__hkhZE summary {
    font-size: 15px !important;
    line-height: 1.62 !important;
}

.styles_grid__nX4Jh {
    width: 100%;
    max-width: 100%;
    padding: 1em 0;
}

.onewin-logo {
    margin-bottom: 16px;
}

.onewin-logo img {
    width: auto !important;
    height: 32px !important;
    max-width: 135px !important;
}

}