/*
Theme Name: bitpartners
*/

/* NULL */

:root {
    --background: #ffffff;
    --foreground: #666680;
    --font-default: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (prefers-color-scheme:dark) {
    :root {
    --background: #fff;
    --foreground: #666680;
}
}body, html {
    max-width: 100vw;
    overflow-x: hidden;
}
body {
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    color: var(--foreground);
    background: var(--background);
    font-family: var(--font-default);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
@media (prefers-color-scheme:dark) {
    html {
    color-scheme: dark;
}
}


.hero_container__aDaLi {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    max-width: calc(var(--container-width) + var(--h-padding)*2);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 32px 16px;
    margin: 0 auto;
}
@media only screen and (min-width:580px) {
    .hero_container__aDaLi {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .hero_container__aDaLi {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .hero_container__aDaLi {
    --container-width: 914px;
}
}@media only screen and (min-width:580px) {
    .hero_container__aDaLi {
    padding-top: 40px;
    padding-bottom: 40px;
}
}@media only screen and (min-width:1024px) {
    .hero_container__aDaLi {
    padding-top: 48px;
    padding-bottom: 48px;
}
}.hero_title__nSc2T {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .9px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .hero_title__nSc2T {
    font-size: 32px;
    line-height: 22px;
    letter-spacing: 1.6px;
}
}@media only screen and (min-width:768px) {
    .hero_title__nSc2T {
    font-size: 36px;
    letter-spacing: 1.8px;
}
}@media only screen and (min-width:1024px) {
    .hero_title__nSc2T {
    font-size: 40px;
    letter-spacing: 2.4px;
    margin-top: 40px;
}
}@media only screen and (min-width:1280px) {
    .hero_title__nSc2T {
    font-size: 48px;
    margin-top: 56px;
}
}.hero_subtitle__aCwHk {
    margin: 20px 0 24px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 22px;
    letter-spacing: .7px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .hero_subtitle__aCwHk {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .8px;
}
}@media only screen and (min-width:768px) {
    .hero_subtitle__aCwHk {
    font-size: 18px;
    letter-spacing: .9px;
}
}@media only screen and (min-width:1024px) {
    .hero_subtitle__aCwHk {
    margin: 32px 0 48px;
    font-size: 24px;
    letter-spacing: 1.2px;
}
}.hero_joinButton__MpdMI {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border-radius: 3px;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .35s ease;
    cursor: pointer;
    color: #fff;
    border: 0;
    background: #2e33ff;
    box-shadow: 0 0 30px 0 rgba(33, 38, 254, .6), 0 1px 6px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #535bff;
    padding: 12px 24px;
    min-width: 216px;
    margin: 0 auto;
}
.hero_joinButton__MpdMI:active {
    transform: translateY(1px);
}
@media only screen and (min-width:1024px) {
    .hero_joinButton__MpdMI {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 22px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
}.hero_joinButton__MpdMI:focus, .hero_joinButton__MpdMI:hover {
    background: #2846ff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .75), 0 0 30px 0 rgba(59, 64, 255, .75), 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #6169fd;
}
.hero_joinButton__MpdMI:active {
    background: #2e33ff;
    box-shadow: 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 rgba(0, 0, 0, .25);
}
@media only screen and (min-width:580px) {
    .hero_joinButton__MpdMI {
    font-size: 20px;
    padding: 17px 48px;
}
}@media only screen and (min-width:1024px) {
    .hero_joinButton__MpdMI {
    padding: 22px 48px;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 1.2px;
}
}@media only screen and (min-width:580px) {
    .hero_joinButton__MpdMI {
    min-width: 306px;
}
}@media only screen and (min-width:1024px) {
    .hero_joinButton__MpdMI {
    min-width: 348px;
}
}.modal_backdrop__8mI0t {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 0;
}


.js-modal-1{
    display: none;
}
.js-modal-1.open {
    display: flex;
}

.js-modal-2{
    display: none;
}
.js-modal-2.open {
    display: flex;
}

.js-modal-3{
    display: none;
}
.js-modal-3.open {
    display: flex;
}

@media only screen and (min-width:580px) {
    .modal_backdrop__8mI0t {
    padding: 140px;
}
}.modal_container__KOGlO {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    min-height: 100vh;
    padding: 40px 64px 48px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .5);
}
@media only screen and (min-width:580px) {
    .modal_container__KOGlO {
    min-height: unset;
    border-radius: 4px;
}
}
@media only screen and (max-width:460px) {
.modal_container__KOGlO {
    padding: 30px 20px;
}
}.modal_header__sKxgM {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.modal_title__xLqCz {
    color: #404057;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .4px;
    text-transform: uppercase;
}
.modal_closeBtn__y8aWq {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
}
.modal_closeBtn__y8aWq>svg path {
    transition: all .35s ease;
    fill: rgba(0, 0, 0, .3);
}
.modal_closeBtn__y8aWq:focus>svg path, .modal_closeBtn__y8aWq:hover>svg path {
    fill: #2e33ff;
}
@media only screen and (min-width:580px) {
    .modal_closeBtn__y8aWq {
    top: 0;
    right: -36px;
}
.modal_closeBtn__y8aWq>svg path {
    fill: #fff;
}
}.form_form__EAMTD {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.form_filds_hide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.form_actions__hqF4I {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 16px;
    width: 100%}
.form_submitButton__T_gGG {
    display: inline-flex;
    overflow: hidden;
    border-radius: 3px;
    font-family: var(--font-default);
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    white-space: nowrap;
    transition: all .35s ease;
    cursor: pointer;
    background: #2e33ff;
    box-shadow: 0 0 30px 0 rgba(33, 38, 254, .6), 0 1px 6px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #535bff;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: #fff;
    border: 0;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.form_submitButton__T_gGG:active {
    transform: translateY(1px);
}
@media only screen and (min-width:1024px) {
    .form_submitButton__T_gGG {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 22px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
}.form_submitButton__T_gGG:focus, .form_submitButton__T_gGG:hover {
    background: #2846ff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .75), 0 0 30px 0 rgba(59, 64, 255, .75), 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #6169fd;
}
.form_submitButton__T_gGG:active {
    background: #2e33ff;
    box-shadow: 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 rgba(0, 0, 0, .25);
}
.form_footer__Yl3Go {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: #666680;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .32px;
}
.form_footer__Yl3Go>section {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border-top: 1px solid rgba(102, 102, 128, .1);
    padding: 12px 0;
}
.form_footer__Yl3Go>section:first-child {
    border: 0;
}
.form_footer__Yl3Go button {
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #2e33ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .32px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
}
.form_commonError__pKDIH {
    color: red;
}
.form_success__vAnw7 {
    color: green;
}
.input_container__LXfSQ {
    position: relative;
}
.input_input__ElhIS {
    display: flex;
    width: 300px;
    height: 40px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 15/2;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(102, 102, 128, .1);
    color: #666680;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .32px;
    outline: none;
}
.input_input__ElhIS::placeholder {
    color: rgba(102, 102, 128, .75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .32px;
}
.cbs {
	width: 100%;
	text-align: left;
}
.cbs label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  display: inline-block;
  line-height: 20px;
}

.cbs label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cbs label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: 0.2s;
}

.cbs label:hover .checkmark {
  background-color: #f0f0f0;
}

.cbs label input:checked ~ .checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

.cbs label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.cbs label input:checked ~ .checkmark::after {
  display: block;
}

.cbs label .checkmark::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.input_error__zQSnM {
    color: red;
    font-size: 14px;
    padding-left: 16px;
    padding-top: 4px;
}
.footer_footer__vvrAC {
    background: #151737;
    margin-top: auto;
}
.footer_container__WYWan {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--container-width) + var(--h-padding)*2);
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
@media only screen and (min-width:580px) {
    .footer_container__WYWan {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .footer_container__WYWan {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .footer_container__WYWan {
    --container-width: 914px;
}
}@media only screen and (min-width:580px) {
    .footer_container__WYWan {
    flex-flow: row wrap;
    column-gap: 40px;
    row-gap: 24px;
}
}@media only screen and (min-width:1024px) {
    .footer_container__WYWan {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-right: 48px;
    column-gap: 32px;
}
}.footer_joinButton__OIOri {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border-radius: 3px;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .35s ease;
    cursor: pointer;
    color: #fff;
    border: 0;
    background: #2e33ff;
    box-shadow: 0 0 30px 0 rgba(33, 38, 254, .6), 0 1px 6px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #535bff;
    padding: 12px 24px;
    width: 100%;
    margin: 0 auto;
}
.footer_joinButton__OIOri:active {
    transform: translateY(1px);
}
@media only screen and (min-width:1024px) {
    .footer_joinButton__OIOri {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 22px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
}.footer_joinButton__OIOri:focus, .footer_joinButton__OIOri:hover {
    background: #2846ff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .75), 0 0 30px 0 rgba(59, 64, 255, .75), 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #6169fd;
}
.footer_joinButton__OIOri:active {
    background: #2e33ff;
    box-shadow: 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 rgba(0, 0, 0, .25);
}
@media only screen and (min-width:580px) {
    .footer_joinButton__OIOri {
    font-size: 20px;
    padding: 17px 48px;
}
}@media only screen and (min-width:1024px) {
    .footer_joinButton__OIOri {
    padding: 22px 48px;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 1.2px;
}
}@media only screen and (min-width:580px) {
    .footer_joinButton__OIOri {
    flex-basis: 40%;
    padding: 17px 48px;
    font-size: 20px;
    margin: 0;
    min-width: 306px;
}
}.footer_links__PYQzf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    list-style-type: none;
    margin: 8px 0 0;
    padding: 0;
}
.footer_links__PYQzf>li {
    margin: 0;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.footer_links__PYQzf>li>a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .28px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .footer_links__PYQzf {
    flex-basis: 40%;
    align-items: flex-start;
    margin: 0;
    gap: 4px;
}
.footer_links__PYQzf>li {
    justify-content: flex-start;
    text-align: left;
    padding-top: 0;
    padding-bottom: 8px;
    white-space: nowrap;
}
}@media only screen and (min-width:1024px) {
    .footer_links__PYQzf {
    flex-shrink: 1;
    padding-top: 8px;
}
}.footer_socials__jB2pe {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8px;
}
.footer_socials__jB2pe>li:first-child {
    padding-right: 5px;
}
@media only screen and (min-width:580px) {
    .footer_socials__jB2pe {
    flex-basis: 100%}
}@media only screen and (min-width:1024px) {
    .footer_socials__jB2pe {
    flex-grow: 2;
}
}.header_header__if0Yv {
    --container-width: 896px;
    --h-padding: 16px;
    max-width: calc(var(--container-width) + var(--h-padding)*2);
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    padding: 32px var(--h-padding) 0;
    margin: 0 auto;
}
@media only screen and (min-width:580px) {
    .header_header__if0Yv {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .header_header__if0Yv {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .header_header__if0Yv {
    --container-width: 914px;
}
}.header_logo__HBS5v {
    position: relative;
    width: 161px;
    height: 26px;
}
.header_logo__HBS5v>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width:768px) {
    .header_logo__HBS5v {
    width: 173px;
    height: 28px;
}
}@media only screen and (min-width:1024px) {
    .header_logo__HBS5v {
    width: 200px;
    height: 32px;
}
}.header_buttons__jpLec {
    display: flex;
    gap: 8px;
    margin-left: auto;
    height: 28px;
}
@media only screen and (min-width:1024px) {
    .header_buttons__jpLec {
    height: 35px;
}
}.header_joinButton__qw04G {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    overflow: hidden;
    border-radius: 3px;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .35s ease;
    cursor: pointer;
    color: #fff;
    border: 0;
    background: #2e33ff;
    box-shadow: 0 0 30px 0 rgba(33, 38, 254, .6), 0 1px 6px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #535bff;
    width: 62px;
    height: 28px;
}
.header_joinButton__qw04G:active {
    transform: translateY(1px);
}
@media only screen and (min-width:1024px) {
    .header_joinButton__qw04G {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 22px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
}.header_joinButton__qw04G:focus, .header_joinButton__qw04G:hover {
    background: #2846ff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .75), 0 0 30px 0 rgba(59, 64, 255, .75), 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 #6169fd;
}
.header_joinButton__qw04G:active {
    background: #2e33ff;
    box-shadow: 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 rgba(0, 0, 0, .25);
}
@media only screen and (min-width:1024px) {
    .header_joinButton__qw04G {
    width: 88px;
    height: 35px;
}
}.header_menuButton__Ii9eA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
}
.header_menuButton__Ii9eA:active {
    transform: translateY(1px);
}
.header_menuButton__Ii9eA>svg {
    width: 24px;
    height: 24px;
}
.header_menuButton__Ii9eA>svg path {
    fill: #fff;
}
@media only screen and (min-width:768px) {
    .header_menuButton__Ii9eA {
    display: none;
}
}.header_loginButton___pwl2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    overflow: hidden;
    border-radius: 3px;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .35s ease;
    cursor: pointer;
    color: #fff;
    display: none;
}
.header_loginButton___pwl2:active {
    transform: translateY(1px);
}
@media only screen and (min-width:1024px) {
    .header_loginButton___pwl2 {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 22px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
}.header_loginButton___pwl2:focus, .header_loginButton___pwl2:hover {
    background: #2e33ff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .5);
}
.header_loginButton___pwl2:active {
    background: #2e33ff;
    box-shadow: 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 rgba(0, 0, 0, .25);
}
@media only screen and (min-width:580px) {
    .header_loginButton___pwl2 {
    display: flex;
}
}@media only screen and (min-width:1024px) {
    .header_loginButton___pwl2 {
    height: 35px;
}
}.header_menu__bYTfD {
    display: none;
    margin-left: 16px;
}
@media only screen and (min-width:768px) {
    .header_menu__bYTfD {
    display: block;
}
}.header_menu__bYTfD>ul {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
}
.header_menu__bYTfD>ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header_menu__bYTfD>ul>li>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    overflow: hidden;
    border-radius: 3px;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .35s ease;
    cursor: pointer;
    color: #fff;
    flex-grow: 1;
    width: auto;
    height: 28px;
}
.header_menu__bYTfD>ul>li>a:active {
    transform: translateY(1px);
}
@media only screen and (min-width:1024px) {
    .header_menu__bYTfD>ul>li>a {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 22px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
}.header_menu__bYTfD>ul>li>a:focus, .header_menu__bYTfD>ul>li>a:hover {
    background: #2e33ff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .5);
}
.header_menu__bYTfD>ul>li>a:active {
    background: #2e33ff;
    box-shadow: 0 1px 8px 0 rgba(0, 5, 228, .6), inset 0 1px 0 0 rgba(0, 0, 0, .25);
}
@media only screen and (min-width:1024px) {
    .header_menu__bYTfD>ul>li>a {
    height: 35px;
}
}.mobile-menu_container__Hp294 {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    flex-flow: column nowrap;
    background: #151737;
    z-index: 100;
    padding: 32px 0;
}
.mobile-menu_closeBtn__HgBSh, .mobile-menu_container__Hp294 {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-menu_container__Hp294 {
	display: none;
}
.mobile-menu_container__Hp294.open {
	display: flex;
}
.mobile-menu_closeBtn__HgBSh {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    flex-flow: row nowrap;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}
.mobile-menu_closeBtn__HgBSh>svg {
    width: 24px;
    height: 24px;
}
.mobile-menu_closeBtn__HgBSh>svg>path {
    transition: all .35s ease;
}
.mobile-menu_closeBtn__HgBSh:focus>svg path, .mobile-menu_closeBtn__HgBSh:hover>svg path {
    fill: #2e33ff;
}
.mobile-menu_closeBtn__HgBSh:active {
    transform: translateY(1px);
}
.mobile-menu_logo__FH1H_ {
    margin-bottom: 32px;
}
.mobile-menu_authMenu__Px17x, .mobile-menu_navMenu__Pmzdt {
    list-style-type: none;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.mobile-menu_authMenu__Px17x>li, .mobile-menu_navMenu__Pmzdt>li {
    margin: 0;
    padding: 0;
}
.mobile-menu_authButton__n_ibE, .mobile-menu_menuLink__AoF8Q {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .32px;
    text-transform: uppercase;
    transition: all .35s ease;
}
.mobile-menu_authButton__n_ibE:focus, .mobile-menu_authButton__n_ibE:hover, .mobile-menu_menuLink__AoF8Q:focus, .mobile-menu_menuLink__AoF8Q:hover {
    color: #2e33ff;
}
.mobile-menu_authMenu__Px17x {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
}
.mobile-menu_authButton__n_ibE {
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.features_container__oyk_t {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--h-padding);
    padding-right: var(--h-padding);
    max-width: calc(var(--container-width) + var(--h-padding)*2);
}
@media only screen and (min-width:580px) {
    .features_container__oyk_t {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .features_container__oyk_t {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .features_container__oyk_t {
    --container-width: 914px;
}
}.features_panel__DbZU7 {
    padding: 24px 20px 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(64, 64, 87, .25);
}
@media only screen and (min-width:580px) {
    .features_panel__DbZU7 {
    padding: 32px 32px 40px;
}
}@media only screen and (min-width:1024px) {
    .features_panel__DbZU7 {
    padding: 56px 48px 64px;
}
}.features_list__3gHql {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
@media only screen and (min-width:580px) {
    .features_list__3gHql {
    gap: 32px;
}
}@media only screen and (min-width:768px) {
    .features_list__3gHql {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
}@media only screen and (min-width:1024px) {
    .features_list__3gHql {
    gap: 64px;
}
}.features_item__2D9t6 {
    margin: 0;
    padding: 0;
}
@media only screen and (min-width:768px) {
    .features_item__2D9t6 {
    flex-basis: 40%;
    flex-grow: 1;
    max-width: 320px;
}
}.features_title__8z8O5 {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.features_titleText__Bch01 {
    color: #404057;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .28px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .features_titleText__Bch01 {
    font-size: 16px;
}
}@media only screen and (min-width:1024px) {
    .features_titleText__Bch01 {
    font-size: 20px;
}
}.features_titleIcon__lX7AJ {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: rgba(97, 105, 253, .1);
}
.features_titleIcon__lX7AJ>img, .features_titleIcon__lX7AJ>svg {
    width: 24px;
    height: 24px;
}
.features_titleIcon__lX7AJ>svg path {
    fill: #535bff;
}
@media only screen and (min-width:580px) {
    .features_titleIcon__lX7AJ {
    width: 40px;
    height: 40px;
}
.features_titleIcon__lX7AJ>img, .features_titleIcon__lX7AJ>svg {
    width: 24px;
    height: 24px;
}
}.features_content__fx0gm {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .28px;
    margin-top: 12px;
}
.features_content__fx0gm>p:first-child {
    margin: 0;
}
.features_content__fx0gm>p {
    margin-top: 20px;
}
.features_content__fx0gm a {
    color: #2e33ff;
    transition: all .35s ease;
}
.features_content__fx0gm a:hover {
    color: #2846ff;
}
@media only screen and (min-width:580px) {
    .features_content__fx0gm {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
}
}.casino-info_container__yiMWs {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--h-padding);
    padding-right: var(--h-padding);
    max-width: calc(var(--container-width) + var(--h-padding)*2);
    display: flex;
    flex-flow: column nowrap;
    margin-top: 32px;
}
@media only screen and (min-width:580px) {
    .casino-info_container__yiMWs {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .casino-info_container__yiMWs {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .casino-info_container__yiMWs {
    --container-width: 914px;
}
}@media only screen and (min-width:580px) {
    .casino-info_container__yiMWs {
    margin-top: 40px;
}
}@media only screen and (min-width:1024px) {
    .casino-info_container__yiMWs {
    display: grid;
    grid-template-areas: "title picture" "content picture" "info info";
    grid-template-columns: 1fr 530px;
    margin-top: 48px;
    grid-column-gap: 40px;
    column-gap: 40px;
}
.casino-info_layout_inverse__IDl_q.casino-info_container__yiMWs {
    grid-template-areas: "picture title" "picture content" "info info";
    grid-template-columns: 530px 1fr;
}
}.casino-info_title___PtFQ {
    order: 1;
    grid-area: title;
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
@media only screen and (min-width:580px) {
    .casino-info_title___PtFQ {
    gap: 20px;
}
}.casino-info_content__YwU6h {
    order: 2;
    grid-area: content;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .28px;
}
.casino-info_content__YwU6h>p {
    margin-top: 16px;
}
@media only screen and (min-width:580px) {
    .casino-info_content__YwU6h {
    font-size: 16px;
}
}@media only screen and (min-width:1024px) {
    .casino-info_content__YwU6h>p: first-child {
    margin-top: 0;
}
}.casino-info_picture__MwSH3 {
    position: relative;
    order: 3;
    grid-area: picture;
    margin: 20px 0 5px;
    max-width: 590px;
}
.casino-info_picture__MwSH3>img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width:580px) {
    .casino-info_picture__MwSH3 {
    margin-left: auto;
    margin-right: auto;
}
}@media only screen and (min-width:1024px) {
    .casino-info_picture__MwSH3 {
    margin: 0;
}
.casino-info_picture__MwSH3>img {
    width: 590px;
    max-width: none;
    left: -25px;
}
.casino-info_layout_inverse__IDl_q .casino-info_picture__MwSH3>img {
    display: block;
    left: -40px;
}
}.casino-info_info__MR4VI {
    order: 4;
    grid-area: info;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}
.casino-info_info__MR4VI>p>a {
    display: inline-block;
    margin-left: 4px;
}
.casino-info_info__MR4VI>p:last-child {
    margin-top: 12px;
}
@media only screen and (min-width:580px) {
    .casino-info_info__MR4VI {
    flex-flow: row wrap;
    justify-content: center;
    font-size: 16px;
    column-gap: 24px;
}
.casino-info_info__MR4VI>p {
    text-align: center;
    white-space: nowrap;
}
.casino-info_info__MR4VI>p:first-child, .casino-info_info__MR4VI>p:nth-child(2) {
    flex-basis: 0%}
.casino-info_info__MR4VI>p:last-child {
    flex-basis: 100%}
}@media only screen and (min-width:1024px) {
    .casino-info_info__MR4VI {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 24x;
}
.casino-info_info__MR4VI>p {
    order: 2;
    margin-left: auto;
}
.casino-info_info__MR4VI>p:last-child {
    order: 1;
    text-align: left;
    margin-top: 0;
}
.casino-info_layout_inverse__IDl_q .casino-info_info__MR4VI>p {
    order: 1;
}
.casino-info_layout_inverse__IDl_q .casino-info_info__MR4VI>p:last-child {
    order: 2;
    text-align: right;
    margin-top: 0;
    margin-left: auto;
}
}.casino-info_titleIcon__V9ubW {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
}
.casino-info_titleIcon__V9ubW>img {
    width: 20px;
    height: 20px;
}
@media only screen and (min-width:580px) {
    .casino-info_titleIcon__V9ubW {
    width: 40px;
    height: 40px;
}
.casino-info_titleIcon__V9ubW>img {
    width: 24px;
    height: 24px;
}
}.casino-info_titleText__XFMYd {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .28px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .casino-info_titleText__XFMYd {
    font-size: 16px;
}
}@media only screen and (min-width:1024px) {
    .casino-info_titleText__XFMYd {
    font-size: 20px;
}
}.casino-info_color_ltc__uqGI6 .casino-info_titleIcon__V9ubW {
    background: rgba(97, 105, 253, .1);
}
.casino-info_color_ltc__uqGI6 .casino-info_info__MR4VI a, .casino-info_color_ltc__uqGI6 .casino-info_titleText__XFMYd {
    color: #2e33ff;
}
.casino-info_color_anonym__5O_HX .casino-info_titleIcon__V9ubW {
    background: rgba(255, 46, 46, .1);
}
.casino-info_color_anonym__5O_HX .casino-info_info__MR4VI a, .casino-info_color_anonym__5O_HX .casino-info_titleText__XFMYd {
    color: #ff2e2e;
}
.casino-info_color_eth__pyF20 .casino-info_titleIcon__V9ubW {
    background: rgba(251, 41, 149, .1);
}
.casino-info_color_eth__pyF20 .casino-info_info__MR4VI a, .casino-info_color_eth__pyF20 .casino-info_titleText__XFMYd {
    color: #fb2995;
}
.home-screen_container__bi9Fi {
    padding-bottom: 24px;
}
.home-screen_container__bi9Fi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 576px;
    background: url(images/bg-images/bgmain-sm.jpg) #d3d3d3 -374.003px 0/493.752% 100.008% no-repeat;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .1);
}
.home-screen_container__bi9Fi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 576px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
@media only screen and (min-width:580px) {
    .home-screen_container__bi9Fi {
    padding-bottom: 40px;
}
}@media only screen and (min-width:1024px) {
    .home-screen_container__bi9Fi: before {
    height: 700px;
    background: url(images/bg-images/bgmain.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
.home-screen_container__bi9Fi:after {
    height: 700px;
}
}@media only screen and (min-width:1280px) {
    .home-screen_container__bi9Fi: before {
    background: url(images/bg-images/bgmain-2x.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
}



.testimonials-screen_screen__rOxHn {
    padding-bottom: 24px;
    padding-top: 32px;
}
.testimonials-screen_screen__rOxHn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 300px;
    background: url(images/bg-images/bg-testimonials-sm.jpg) #d3d3d3 -374.003px 0/493.752% 100.008% no-repeat;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
}
.testimonials-screen_screen__rOxHn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
@media only screen and (min-width:580px) {
    .testimonials-screen_screen__rOxHn {
    padding-bottom: 40px;
    padding-top: 40px;
}
}@media only screen and (min-width:1024px) {
    .testimonials-screen_screen__rOxHn {
    padding-top: 48px;
}
.testimonials-screen_screen__rOxHn:before {
    height: 335px;
    background: url(images/bg-images/bg-testimonials.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
.testimonials-screen_screen__rOxHn:after {
    height: 335px;
}
}@media only screen and (min-width:1280px) {
    .testimonials-screen_screen__rOxHn: before {
    background: url(images/bg-images/bg-testimonials-2x.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
}.testimonials-screen_container__mt72j {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--h-padding);
    padding-right: var(--h-padding);
    max-width: calc(var(--container-width) + var(--h-padding)*2);
}
@media only screen and (min-width:580px) {
    .testimonials-screen_container__mt72j {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .testimonials-screen_container__mt72j {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .testimonials-screen_container__mt72j {
    --container-width: 914px;
}
}.testimonials-screen_panel__Az8qY {
    padding: 24px 20px 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(64, 64, 87, .25);
}
@media only screen and (min-width:580px) {
    .testimonials-screen_panel__Az8qY {
    padding: 32px 32px 40px;
}
}@media only screen and (min-width:1024px) {
    .testimonials-screen_panel__Az8qY {
    padding: 56px 48px 64px;
    padding: 56px 112px 64px;
}
}.testimonials-screen_feature__1PX5r {
    margin: 0;
    padding: 0;
}
.testimonials-screen_featureTitle__Kbh6Q {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.testimonials-screen_featureTitleIcon__Kxhda {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: rgba(97, 105, 253, .1);
}
.testimonials-screen_featureTitleIcon__Kxhda>img, .testimonials-screen_featureTitleIcon__Kxhda>svg {
    width: 24px;
    height: 24px;
}
.testimonials-screen_featureTitleIcon__Kxhda>svg path {
    fill: #535bff;
}
@media only screen and (min-width:580px) {
    .testimonials-screen_featureTitleIcon__Kxhda {
    width: 40px;
    height: 40px;
}
.testimonials-screen_featureTitleIcon__Kxhda>img, .testimonials-screen_featureTitleIcon__Kxhda>svg {
    width: 24px;
    height: 24px;
}
}.testimonials-screen_featureTitleText__IbRP_ {
    color: #404057;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .28px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .testimonials-screen_featureTitleText__IbRP_ {
    font-size: 16px;
}
}@media only screen and (min-width:1024px) {
    .testimonials-screen_featureTitleText__IbRP_ {
    font-size: 20px;
}
}.testimonials-screen_featureContent__m8pB6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .28px;
    margin-top: 12px;
}
.testimonials-screen_featureContent__m8pB6>p:first-child {
    margin: 0;
}
.testimonials-screen_featureContent__m8pB6>p {
    margin-top: 20px;
}
.testimonials-screen_featureContent__m8pB6 a {
    color: #2e33ff;
    transition: all .35s ease;
}
.testimonials-screen_featureContent__m8pB6 a:hover {
    color: #2846ff;
}
@media only screen and (min-width:580px) {
    .testimonials-screen_featureContent__m8pB6 {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
}
}.testimonials_list__jjkow {
    list-style-type: none;
    padding: 0;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
@media only screen and (min-width:580px) {
    .testimonials_list__jjkow {
    margin-top: 40px;
}
}@media only screen and (min-width:1024px) {
    .testimonials_list__jjkow {
    margin-top: 48px;
}
}.testimonials_item__mSlv8 {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(64, 64, 87, .25);
    display: flex;
    flex-flow: row nowrap;
    column-gap: 40px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: none;
}
@media only screen and (min-width:580px) {
    .testimonials_item__mSlv8 {
    padding: 32px 32px 40px;
}
}@media only screen and (min-width:1024px) {
    .testimonials_item__mSlv8 {
    padding: 56px 48px 64px;
}
}@media only screen and (min-width:580px) {
    .testimonials_item__mSlv8 {
    padding: 24px 32px;
}
}@media only screen and (min-width:1024px) {
    .testimonials_item__mSlv8 {
    padding: 32px 72px 24px 112px;
}
}.testimonials_itemBody__8Hh_F {
    margin: 0;
    padding: 0;
}
.testimonials_itemPic__TtyB0 {
    display: none;
}
.testimonials_itemPic__TtyB0 img {
	max-width: 100%;
	min-width: 180px;
}
@media only screen and (min-width:768px) {
    .testimonials_itemPic__TtyB0 {
    display: flex;
	max-width: 40%;
}
}.testimonials_itemTitle__9TLp5 {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.testimonials_itemTitleIcon__LCve5 {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: rgba(97, 105, 253, .1);
}
.testimonials_itemTitleIcon__LCve5>img, .testimonials_itemTitleIcon__LCve5>svg {
    width: 24px;
    height: 24px;
}
.testimonials_itemTitleIcon__LCve5>svg path {
    fill: #535bff;
}
@media only screen and (min-width:580px) {
    .testimonials_itemTitleIcon__LCve5 {
    width: 40px;
    height: 40px;
}
.testimonials_itemTitleIcon__LCve5>img, .testimonials_itemTitleIcon__LCve5>svg {
    width: 24px;
    height: 24px;
}
}.testimonials_itemTitleText___MI0y {
    color: #404057;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .28px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .testimonials_itemTitleText___MI0y {
    font-size: 16px;
}
}@media only screen and (min-width:1024px) {
    .testimonials_itemTitleText___MI0y {
    font-size: 20px;
}
}.testimonials_itemContent__MkYvU {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .28px;
    margin-top: 12px;
}
.testimonials_itemContent__MkYvU>p:first-child {
    margin: 0;
}
.testimonials_itemContent__MkYvU>p {
    margin-top: 20px;
}
.testimonials_itemContent__MkYvU a {
    color: #2e33ff;
    transition: all .35s ease;
}
.testimonials_itemContent__MkYvU a:hover {
    color: #2846ff;
}
@media only screen and (min-width:580px) {
    .testimonials_itemContent__MkYvU {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
}
}



.faq-screen_screen__y5Keb {
    padding-bottom: 24px;
    padding-top: 32px;
}
.faq-screen_screen__y5Keb:before {
    z-index: -2;
    background: url(images/bg-images/bg-faq-sm.jpg) #d3d3d3 -374.003px 0/493.752% 100.008% no-repeat;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
}
.faq-screen_screen__y5Keb:after, .faq-screen_screen__y5Keb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.faq-screen_screen__y5Keb:after {
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
@media only screen and (min-width:580px) {
    .faq-screen_screen__y5Keb {
    padding-bottom: 40px;
    padding-top: 40px;
}
}@media only screen and (min-width:1024px) {
    .faq-screen_screen__y5Keb {
    padding-top: 48px;
}
.faq-screen_screen__y5Keb:before {
    height: 335px;
    background: url(images/bg-images/bg-faq.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
.faq-screen_screen__y5Keb:after {
    height: 335px;
}
}@media only screen and (min-width:1280px) {
    .faq-screen_screen__y5Keb: before {
    background: url(images/bg-images/bg-faq-2x.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
}.faq-screen_container__HhbpS {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--h-padding);
    padding-right: var(--h-padding);
    max-width: calc(var(--container-width) + var(--h-padding)*2);
}
@media only screen and (min-width:580px) {
    .faq-screen_container__HhbpS {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .faq-screen_container__HhbpS {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .faq-screen_container__HhbpS {
    --container-width: 914px;
}
}.faq-screen_panel__CTCjp {
    padding: 24px 20px 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(64, 64, 87, .25);
}
@media only screen and (min-width:580px) {
    .faq-screen_panel__CTCjp {
    padding: 32px 32px 40px;
}
}@media only screen and (min-width:1024px) {
    .faq-screen_panel__CTCjp {
    padding: 56px 48px 64px;
    padding: 56px 112px 64px;
}
}.faq-screen_title___H1w8 {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 24px;
}
.faq-screen_titleIcon__1xbB_ {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: rgba(97, 105, 253, .1);
}
.faq-screen_titleIcon__1xbB_>img, .faq-screen_titleIcon__1xbB_>svg {
    width: 24px;
    height: 24px;
}
.faq-screen_titleIcon__1xbB_>svg path {
    fill: #535bff;
}
@media only screen and (min-width:580px) {
    .faq-screen_titleIcon__1xbB_ {
    width: 40px;
    height: 40px;
}
.faq-screen_titleIcon__1xbB_>img, .faq-screen_titleIcon__1xbB_>svg {
    width: 24px;
    height: 24px;
}
}.faq-screen_titleText__AyCXu {
    color: #404057;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .28px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .faq-screen_titleText__AyCXu {
    font-size: 16px;
}
}@media only screen and (min-width:1024px) {
    .faq-screen_titleText__AyCXu {
    font-size: 20px;
}
}.faq-screen_list__l8IgR {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    list-style-type: none;
    padding: 0;
    margin: -8px 0 0;
}
.accordeon_header__y62XO {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    cursor: pointer;
}
@media only screen and (min-width:580px) {
    .accordeon_header__y62XO {
    gap: 20px;
}
}.accordeon_icon__ZcX7m {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
}
.accordeon_icon__ZcX7m>svg {
    display: block;
    width: 20px;
    height: 20px;
}
.accordeon_icon__ZcX7m>svg>path {
    fill: #535bff;
}
@media only screen and (min-width:580px) {
    .accordeon_icon__ZcX7m {
    width: 40px;
    height: 40px;
}
.accordeon_icon__ZcX7m>svg {
    width: 24px;
    height: 24px;
}
}.accordeon_title__RxsgC {
    color: #404057;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .24px;
}
@media only screen and (min-width:580px) {
    .accordeon_title__RxsgC {
    font-size: 16px;
}
}.accordeon_content__EkgmX {
	display: none;
    position: relative;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 12px;
    padding-left: 10px;
}
.accordeon_content__EkgmX>p {
    margin-top: 14px;
}
.accordeon_content__EkgmX>p:first-child {
    margin-top: 0;
}
@media only screen and (min-width:580px) {
    .accordeon_content__EkgmX {
    padding-left: 60px;
    margin-top: 0;
}
}



.comissions-screen_screen__mgE7Z {
    padding-bottom: 24px;
    padding-top: 32px;
}
.comissions-screen_screen__mgE7Z:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 300px;
    background: url(images/bg-images/bg-commisions-sm.jpg) #d3d3d3 -374.003px 0/493.752% 100.008% no-repeat;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
}
.comissions-screen_screen__mgE7Z:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
@media only screen and (min-width:580px) {
    .comissions-screen_screen__mgE7Z {
    padding-bottom: 40px;
    padding-top: 40px;
}
}@media only screen and (min-width:1024px) {
    .comissions-screen_screen__mgE7Z {
    padding-top: 48px;
}
.comissions-screen_screen__mgE7Z:before {
    height: 335px;
    background: url(images/bg-images/bg-commisions.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
.comissions-screen_screen__mgE7Z:after {
    height: 335px;
}
}@media only screen and (min-width:1280px) {
    .comissions-screen_screen__mgE7Z: before {
    background: url(images/bg-images/bg-commisions-2x.jpg) #d3d3d3 0 0/100% 100% no-repeat;
}
}.comissions-screen_container__ciFkD {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--h-padding);
    padding-right: var(--h-padding);
    max-width: calc(var(--container-width) + var(--h-padding)*2);
}
@media only screen and (min-width:580px) {
    .comissions-screen_container__ciFkD {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .comissions-screen_container__ciFkD {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .comissions-screen_container__ciFkD {
    --container-width: 914px;
}
}.panel_panel__gLiQL {
    padding: 24px 20px 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(64, 64, 87, .25);
}
@media only screen and (min-width:580px) {
    .panel_panel__gLiQL {
    padding: 32px 32px 40px;
}
}@media only screen and (min-width:1024px) {
    .panel_panel__gLiQL {
    padding: 56px 48px 64px;
    padding-left: 112px;
    padding-right: 112px;
}
}.panel_container__IqbHH {
    width: auto;
}
@media only screen and (min-width:580px) {
    .panel_container__IqbHH {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 48px;
}
.panel_table__6wRab {
    width: 190px;
}
}.panel_feature__hIFGE {
    margin: 0;
    padding: 0;
}
@media only screen and (min-width:580px) {
    .panel_feature__hIFGE {
    width: 320px;
}
}.panel_featureTitle__Wxe_C {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.panel_featureIcon___qkho {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: rgba(97, 105, 253, .1);
}
.panel_featureIcon___qkho>img, .panel_featureIcon___qkho>svg {
    width: 24px;
    height: 24px;
}
.panel_featureIcon___qkho>svg path {
    fill: #535bff;
}
@media only screen and (min-width:580px) {
    .panel_featureIcon___qkho {
    width: 40px;
    height: 40px;
}
.panel_featureIcon___qkho>img, .panel_featureIcon___qkho>svg {
    width: 24px;
    height: 24px;
}
}.panel_featureTitleText__0w2JA {
    color: #404057;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .28px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .panel_featureTitleText__0w2JA {
    font-size: 16px;
}
}@media only screen and (min-width:1024px) {
    .panel_featureTitleText__0w2JA {
    font-size: 20px;
}
}.panel_featureContent__jzV3g {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .28px;
    margin-top: 12px;
}
.panel_featureContent__jzV3g>p:first-child {
    margin: 0;
}
.panel_featureContent__jzV3g>p {
    margin-top: 20px;
}
.panel_featureContent__jzV3g a {
    color: #2e33ff;
    transition: all .35s ease;
}
.panel_featureContent__jzV3g a:hover {
    color: #2846ff;
}
@media only screen and (min-width:580px) {
    .panel_featureContent__jzV3g {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
}
}.table_table__AL5Kq {
    width: 100%}
.table_thead__TuQfW .table_row__HI0h1 {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 4px solid #2e33ff;
    margin: 0;
}
.table_headCell__0mcc1 {
    display: flex;
    padding: 16px 0;
    align-items: center;
    align-self: stretch;
    color: #404057;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .28px;
    text-align: left;
    text-transform: uppercase;
}
.table_tbody__7DGUk {
    position: relative;
    top: -2px;
}
.table_tbody__7DGUk .table_row__HI0h1 {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
}
.table_cell__vtAWv {
    padding: 24px 0 8px;
    align-items: center;
    align-self: stretch;
    color: #666680;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .32px;
}
.table_row__HI0h1 .table_cell__vtAWv:last-child {
    text-align: right;
    font-weight: 700;
}
.table_tbody__7DGUk .table_row__HI0h1:last-child .table_cell__vtAWv:last-child {
    position: relative;
}
.table_tbody__7DGUk .table_row__HI0h1:last-child .table_cell__vtAWv:last-child:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 100%;
    max-width: 60px;
    height: 4px;
    background-color: #2e33ff;
}
.reasons_container__dwydH {
    --container-width: 896px;
    --h-padding: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--h-padding);
    padding-right: var(--h-padding);
    max-width: calc(var(--container-width) + var(--h-padding)*2);
    margin-top: 32px;
}
@media only screen and (min-width:580px) {
    .reasons_container__dwydH {
    --h-padding: 24px;
}
}@media only screen and (min-width:768px) {
    .reasons_container__dwydH {
    --h-padding: 32px;
}
}@media only screen and (min-width:1280px) {
    .reasons_container__dwydH {
    --container-width: 914px;
}
}@media only screen and (min-width:580px) {
    .reasons_container__dwydH {
    margin-top: 40px;
}
}.reasons_title__azrm5 {
    margin-bottom: 24px;
    color: #404057;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .7px;
    text-transform: uppercase;
}
@media only screen and (min-width:580px) {
    .reasons_title__azrm5 {
    margin-bottom: 32px;
    font-size: 20px;
    letter-spacing: 1px;
}
}.reasons_list__e_ExK {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
    column-gap: 32px;
    width: 100%;
    padding: 0;
    margin: 0;
}
@media only screen and (min-width:580px) {
    .reasons_list__e_ExK {
    flex-wrap: nowrap;
    justify-content: space-between;
}
}.reasons_item__TMZM0 {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    width: 100px;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width:580px) {
    .reasons_item__TMZM0 {
    width: auto;
}
}.reasons_pic__YIct8 {
    display: block;
    width: 100px;
    height: auto;
}
@media only screen and (min-width:580px) {
    .reasons_pic__YIct8 {
    width: 120px;
}
}@media only screen and (min-width:1024px) {
    .reasons_pic__YIct8 {
    width: 160px;
}
}.reasons_descr__2z9dV {
    color: #404057;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .24px;
    text-transform: uppercase;
}


.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}




