/*!
Theme Name: bonus
Text Domain: bonus
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


main {
	display: block;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


b,
strong {
	font-weight: 700;
}


code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


small {
	font-size: 80%;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


img {
	border-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


button,
input {
	overflow: visible;
}


button,
select {
	text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}


legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
	width:100%;
	height:140px;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}


[hidden] {
	display: none;
}


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

html {
	box-sizing: border-box;
}

body {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	font-style: normal;
    line-height: 1.6;
	background: #020136;
	padding:0;margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	color: #fff;
	margin:0 0 15px;
	padding:0;
	line-height:1.3;
	font-weight: 700;
	
}
h1 {font-size:29px;}
h2 {font-size:26px;}
h3 {font-size:23px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
p {
	margin: 0 0 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}



code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
}*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
ul, ol {margin:0 0 15px 15px;padding:0;}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 15px;
	border-collapse: collapse;
	
	width: 100%;
	
	border:1px solid rgba(255,255,255,0.1);
}

table th, table td {border:1px solid rgba(255,255,255,0.1);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .otable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);;
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .otable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #e6b960;
	text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration:none;
}


a:hover,
a:active, a:focus {
	outline: 0;
}

input, textarea {background:#fff;padding:10px;border:1px solid rgba(0,0,0,0.2);border-radius:0;}
input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {box-shadow:none;outline:0;}
#comments input[type="submit"] {border:none;padding:10px 20px;color:#fff;font-weight:700;background:#0042ad;border-radius:10px;}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}




.site-header{
	padding: 20px 0;
}



.main-navigation .toggle-button {
    display: none;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-navigation ul li {
   
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

.main-navigation ul li a {
    color: #fff;
    padding: 15px;
 
}

.main-navigation ul li a:hover {
    color: #e6b960;
}


.main-navigation {
    order: 2;
    display: flex;
    flex: auto;
    justify-content: center;
}





.updated:not(.published) {
	display: none;
}


/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
  font-size:14px;font-style:italic;opacity:0.8;text-align:center;padding:6px 0 0;
}

.wp-caption-text {
    text-align: center;
}


.bypostauthor {
    display: block;
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}




/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #002e5b;
}



hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.header-area {padding:15px 0;background:#01025c;}
span.lb1, a.lb1 {border-radius:10px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color: #fff;
  background: linear-gradient(180deg,#f45170,#f32f54);}
span.lb2 {border-radius:10px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color: #01025c;
  background: linear-gradient(180deg,#11e6ed,#00a5e6);}
a.lb3 {border-radius:10px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#c700cb;}
a.lb4 {border-radius:10px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#f29d4e;}

.inner-banner {position:relative;padding:50px 30px 0;width:100%;max-width:1110px;border-radius:15px;overflow:hidden;margin:30px auto 30px;background:url(/wp-content/uploads/2025/07/2.jpg) no-repeat left center;height:305px;background-size:cover;}
.inner-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.banner-bonus {color:#fff;font-weight:700;font-size:27px;}
.banner-new {color:#fff;font-weight:700;}
.inner-banner span.lb2 {display:block;margin:30px 0;padding:10px;max-width:200px;}
.inner-banner span.lb1 {display:none;margin:15px auto;padding:10px;max-width:200px;}
.banner-promo {color:#fff;font-weight:700;display:inline-block;position:relative;z-index:9;} 
.banner-promo span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ffd475;
}

.banner-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/bonus/images/copy.svg);
    mask: url(/wp-content/themes/bonus/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffd475;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1130px) {
.inner-banner {margin:0 0 30px;max-width:100%;border-radius:0;}
}

@media (max-width:767px) {
.inner-banner {height:auto;padding:30px 15px; text-align:center;}
.inner-banner span.lb2 {margin:15px auto;}
.inner-banner span.lb1 {display:block;}
.banner-bonus {font-size:21px;}
.inner-overlay, .home .main-navigation, .home .link-box-1 {display:none;}
}
.link-box-1 {text-align:right;}
.link-box-1 span.lb1 {margin-right:10px;}
.inner-title, .home h2, .home h1 {font-weight:700;font-size:22px;color:#fff;margin:0 0 15px;}
.home h3 {font-size:18px;}
.postslist {background:#01025c;margin-bottom:30px;border-radius:10px;overflow:hidden;}
.postslist img {width:100%;}
a.news-link {display:block;padding:12px 15px 15px;font-weight:700;font-size:16px;line-height:1.3;}
.slotslist {position:relative;margin-bottom:30px;text-align:center;border-radius:10px;overflow:hidden;}
.slotslist span {color:#fff;}
.slotshidden {width:100%;position:absolute;left:0;top:13%;display:none;}
.slotslist:hover .slotshidden {display:block;}
.slotslist img {width:100%;}
.slotslist:hover img {opacity:0.2;}
.slotshidden span.lb2 {display:block;padding:8px;margin:10px auto;max-width:180px;}
.slotshidden a.lb1 {display:block;padding:6px;margin:0 auto;max-width:180px;}
.inner-about {padding:0 0 30px;}

.img-footer-wrap img {max-width: 105px;max-height: 36px;margin:10px 15px;}
.img-footer-wrap {padding:30px 0 20px;}
.footer-center {padding:0 15px 20px;}
.footer-center ul {margin:0;list-style:none;}
.footer-center ul li {display:inline-block;margin:0 10px 5px;}
.footer-center ul li a {font-size:16px;font-weight:700;color: #fff;}
.footer-center ul li a:hover {color: #e6b960;}
.footer-bg {text-align:center;background:#01025c;padding:30px 0 20px;}
.copyright-wrap {font-size:13px;}
.copyright-wrap p {opacity:0.7;}
.link-box-2 {padding:30px 0 0;}
.link-box-2 span.lb1 {margin-right:10px;}
.copyright-wrap ul {list-style:none;margin:0 0 10px;}
.copyright-wrap ul li {margin:0 10px 5px;display:inline-block;}

.inner-slots {margin-top:30px;}
.breadcrumb-area {background:#08008b;padding:15px 0;}
.breadcrumb-area h1 {margin:0;font-size:23px;} 
.breadcrumbs {font-size:14px;}
.inner-blog {padding:30px 0;}
#secondary {padding:15px;background:#08008b;height:100%;border-radius:10px;}
.image-part {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.image-part img {width:100%;}
.blog_town_detail_content ul, .blog_town_detail_content ol, .blog_town_detail_content blockquote, .blog_town_detail_content p {clear:both;}
.blog_town_detail_content p:first-of-type {clear:none;}
blockquote {margin:0 0 15px;font-size:17px;font-style:italic;border-left:4px solid #ec272c;padding:0 0 0 15px;color:#fff;}
.widget-title {font-size:20px;color:#fff;font-weight:700;margin:0 0 15px;}
#secondary ul {list-style:none;margin:0 0 25px;}
#secondary ul li {margin-bottom:10px;}
#secondary ul li a {font-weight:700;display:block;line-height:1.3;}
.link-box-3 span {display:block;}
.link-box-3 span.lb2 {margin-bottom:15px;}
.blog_town_detail_content a {font-weight:700;}
.comments-title, .comment-reply-title {font-weight:700;color:#fff;margin:0 0 15px;font-size:20px;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.6;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding-bottom:20px;}
#comments label {display:block;font-size:13px;opacity:0.7;}
.blog_town_single_post-thumb {width:45%;float:left;margin-right:15px;}
.blog_town_single_post-thumb img {width:100%;}
.blog_town_single_content {margin-bottom:30px;}
a.post-link {display:block;font-weight:700;font-size:17px;line-height:1.3;margin-bottom:10px;}
.wp-pagenavi span {border-radius:3px;font-weight:700;color:#fff;padding:5px 10px;margin-right:4px;background: #2f2fde;}
.wp-pagenavi a {border-radius:3px;font-weight:700;color:#000;background: #f3f5fc;padding:5px 10px;margin-right:4px;}
.wp-pagenavi a:hover {color:#fff;background: #2f2fde;}
.search-form label, .search-form input {width:100%;max-width:100%;display:block;}
.search-form input[type="submit"] {display:none;}
.page404 {text-align:center;padding:100px 0 60px;}
.taxonomy-description {padding-top:20px;}
.blog_town_detail_content iframe {width:100%;height:450px;padding:0;border:none;}
.blog_town_btn {text-align:center;padding:30px 0;}
.x-side {text-align:center;padding:10px 0 20px;}
.x-side a {border:1px solid #006de7;padding:7px 20px;font-weight:700;color:#000;}
.slot-cats ul {list-style:none;margin:0;}
.slot-cats ul li {display:inline-block;margin-right:5px;margin-bottom:25px;}
.slot-cats ul li a {border-radius: 10px;

  padding: 10px 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #2a00b4;}
@media (max-width:1199px) {
.slotshidden {top:7%;}
.blog_town_detail_content iframe {height:400px;}
}
@media (max-width:991px) {

.header-area {text-align:center;}
.link-box-1 {padding:15px 0 25px;text-align: center;}
.main-navigation ul {margin:15px 0 10px;}
.main-navigation ul li {padding:0 10px 5px;}
.main-navigation ul li a {padding:0;}
.logo {padding:10px 0 0;}
#secondary {margin-top:30px;height:auto;}
.slots .col-lg-3, .inner-slots .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.slotshidden {top:20%;}

}
@media (max-width:767px) {
.blog_town_detail_content iframe {height:300px;}
.image-part {width: 100%;margin-right: 0;}
.blog_town_single_post-thumb {width: 100%;margin-right: 0;margin-bottom:15px;}
.slotshidden {top:10%;}
}
@media (max-width:500px) {
.slots .col-lg-3, .inner-slots .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slotshidden {top:25%;}
.blog_town_detail_content iframe {height:250px;}
}
@media (max-width:370px) {
.blog_town_detail_content iframe {height:200px;}
.slotshidden {top:20%;}
.link-box-1 span, .link-box-2 span {display:block;}
.link-box-1 span.lb1, .link-box-2 span.lb1 {margin-bottom:15px;margin-right:0;}
}
@media (max-width:300px) {
.slotshidden {top:15%;}

}

.go-ref {cursor:pointer;}
.homeSection {
  margin-bottom: 15px;
  padding: 30px;color:#fff;
  border-radius: 5px;
}
@media (max-width:575px) {
.homeSection {padding:15px;}
}
.homeSection button {
  color: #fff;
  background-color: initial;
  border: 0;
  outline: none !important;
}
.homeSection a {
  color: #00c8e6;
}
.homeSection a:hover {
  color: #79a6f8;
}
.homeSection a:active, .homeSection a:focus {
  outline: none !important;
}
.homeSection p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.homeSection svg {
  overflow: hidden;
  vertical-align: middle;
}
.homeSection img {
  vertical-align: middle;
  border-style: none;
}
.homeSection .title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.homeSection .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}
.homeSection .btn {
  align-items: center;
  height: 40px;
  padding: 6px 30px;
  color: #01025c;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(180deg, #11e6ed, #00a5e6);
  border: 0 solid transparent;
  border-radius: 5px;
  outline: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.homeSection .btn:hover {
  color: #01025c;
  background: #00c8e6;
}
.homeSection .btn:not(.btnLight).btnTransparent, .homeSection .btn:not(.btnLight).btnTransparent:not(.disabled):hover {
  background: transparent;
}
.homeSection .btn:not(.btnLight).btnTransparent {
  color: #7d8a98;
}
.homeSection .btn:not(.btnLight).btnTransparent:hover {
  color: #fff;
}

.contentWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes animateCard1 {
  4% {
    transform: translate3d(-50%, 200%, 0);
    z-index: 4;
    opacity: 1;
  }
  4.1% {
    transform: translate3d(-50%, 200%, 0);
    z-index: -1;
    opacity: 0;
  }
  5% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: -1;
    opacity: 0;
  }
  5.1% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: 1;
    opacity: 1;
  }
  7% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
  25% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
  25.1% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 2;
    opacity: 1;
  }
  29% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 2;
  }
  50% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 2;
  }
  50.1% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 3;
  }
  54% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 3;
  }
  75% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 3;
  }
  75.1% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 4;
  }
  79% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 4;
  }
  to {
    transform: translate3d(-50%, -30%, 0);
    z-index: 4;
  }
}
@keyframes animateCard2 {
  4% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 3;
  }
  25% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 3;
  }
  25.1% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 4;
  }
  29% {
    transform: translate3d(-50%, 200%, 0);
    z-index: 4;
    opacity: 1;
  }
  29.1% {
    transform: translate3d(-50%, 200%, 0);
    z-index: -1;
    opacity: 0;
  }
  30% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: -1;
    opacity: 0;
  }
  30.1% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: 1;
    opacity: 1;
  }
  32% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
  50% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
  50.1% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 2;
    opacity: 1;
  }
  54% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 2;
  }
  75% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 2;
  }
  79% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 3;
  }
  to {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 3;
  }
}
@keyframes animateCard3 {
  4% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 2;
  }
  25% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 2;
  }
  25.1% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 3;
  }
  29% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 3;
  }
  50% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 3;
  }
  50.1% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 4;
  }
  55% {
    transform: translate3d(-50%, 200%, 0);
    z-index: 4;
    opacity: 1;
  }
  55.1% {
    transform: translate3d(-50%, 200%, 0);
    z-index: -1;
    opacity: 0;
  }
  56% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: -1;
    opacity: 0;
  }
  56.1% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: 1;
    opacity: 1;
  }
  58% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
  75% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
  79% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 2;
  }
  to {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 2;
  }
}
@keyframes animateCard4 {
  4% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 1;
  }
  25% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 1;
  }
  25.1% {
    transform: translate3d(-50%, -80%, -200px);
    z-index: 2;
  }
  29% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 2;
  }
  50% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 2;
  }
  50.1% {
    transform: translate3d(-50%, -55%, -100px);
    z-index: 3;
  }
  54% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 3;
  }
  75% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 3;
  }
  75.1% {
    transform: translate3d(-50%, -30%, 0);
    z-index: 4;
  }
  80% {
    transform: translate3d(-50%, 200%, 0);
    z-index: 4;
    opacity: 1;
  }
  80.1% {
    transform: translate3d(-50%, 200%, 0);
    z-index: -1;
    opacity: 0;
  }
  81% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: -1;
    opacity: 0;
  }
  81.1% {
    transform: translate3d(-50%, -80%, -300px);
    z-index: 1;
    opacity: 1;
  }
  83% {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
  to {
    transform: translate3d(-50%, -105%, -300px);
    z-index: 1;
    opacity: 1;
  }
}
.payWaysSection {
  background-color: #08008b !important;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  max-width: 1250px;
  min-height: 530px;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 900px) {
  .payWaysSection .payWaysContainer .payWaysContentWrapper {
    flex-direction: row;
    gap: 4rem;
    min-height: 430px;
  }
}
.payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer {
  aspect-ratio: 343/300;
  position: relative;
  width: 50%;
  height: auto;
  perspective: 600px;
}

@media (max-width: 360px) {
  .payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer {
    aspect-ratio: auto;
    height: 24rem;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer {
    height: auto;
    width: 50%;
  }
}
.payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer .card {
  position: absolute;
  width: 100%;
  max-width: 440px;
  top: 50%;
  left: 50%;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer .card:nth-child(1) {
  z-index: 4;
  transform: translate3d(-50%, -30%, 0);
  animation: animateCard1 8s 2s infinite linear;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer .card:nth-child(2) {
  z-index: 3;
  transform: translate3d(-50%, -55%, -100px);
  animation: animateCard2 8s 2s infinite linear;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer .card:nth-child(3) {
  z-index: 2;
  transform: translate3d(-50%, -80%, -200px);
  animation: animateCard3 8s 2s infinite linear;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer .card:nth-child(4) {
  z-index: 1;
  transform: translate3d(-50%, -105%, -300px);
  animation: animateCard4 8s 2s infinite linear;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .cardsContainer .card .currencyImage {
  object-fit: cover;
  max-width: 880px;
  max-height: 538px;
  aspect-ratio: 1.63569/1;
  width: 100%;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .textContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
  .payWaysSection .payWaysContainer .payWaysContentWrapper .textContainer {
    width: 50%;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.payWaysSection .payWaysContainer .payWaysContentWrapper .textContainer .title {
  font-weight: 700;
  line-height: normal;
  text-align: left;
  font-size: 38px;
  color: #fff;
}

@media (max-width: 1100px) {
  .payWaysSection .payWaysContainer .payWaysContentWrapper .textContainer .title {
    font-size: 32px;
  }
}
.payWaysSection .payWaysContainer .payWaysContentWrapper .textContainer .title .titleSpan {
  margin-bottom: 0.25rem;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .textContainer .description {
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}

.payWaysSection .payWaysContainer .payWaysContentWrapper .textContainer .btn {
  justify-content: center;
  display: inline-flex;
  position: relative;
  font-weight: 600;
  white-space: nowrap;
  width: auto;
  height: 40px;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .payWaysContentWrapper {
    flex-direction: column-reverse !important;
    gap: 0 !important;
  }
  .payWaysContentWrapper .textContainer {
    align-items: normal !important;
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
  .payWaysContentWrapper .cardsContainer {
    width: 100% !important;
  }
}
.authenticatedWelcomeSection .welcomeWrapper .welcomeContentWrapper .cardWrapper .progressButton:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.vipSection {
  background: #01025c;
}

.vipSection .contentWrapper {
  display: flex;
  flex-direction: column;
  place-content: center;
  max-width: 1250px;
  margin: auto;
  gap: 1.5rem;
}

@media (min-width: 1200px) {
  .vipSection .contentWrapper {
    flex-direction: row;
    gap: 4rem;
  }
}
.vipSection .contentWrapper .textContainer {
  display: flex;
  flex-direction: column;
  place-content: center;
  gap: 0.5rem;
}

@media (min-width: 1200px) {
  .vipSection .contentWrapper .textContainer {
    max-width: 50%;
  }
}
.vipSection .contentWrapper .textContainer .title {
  font-weight: 700;
  line-height: normal;
  text-align: left;
  font-size: 38px;
  color: #fff;
}

@media (max-width: 1100px) {
  .vipSection .contentWrapper .textContainer .title {
    font-size: 32px;
  }
}
.vipSection .contentWrapper .textContainer .description {
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}

.vipSection .contentWrapper .textContainer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  width: 100%;
  height: 40px;
}

@media (min-width: 1200px) {
  .vipSection .contentWrapper .textContainer .btn {
    max-width: max-content;
    width: auto;
  }
}
.vipSection .contentWrapper .featuresContainer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1200px) {
  .vipSection .contentWrapper .featuresContainer {
    max-width: 50%;
  }
}
.vipSection .contentWrapper .featuresContainer .featureItem {
  display: flex;
  flex-direction: row;
  padding: 16px;
  background-color: #08008b;
  border-radius: 5px;
  gap: 18px;
}

.vipSection .contentWrapper .featuresContainer .featureItem .featureIcon {
  max-width: 2.5rem;
}

.vipSection .contentWrapper .featuresContainer .featureItem .featureTitle {
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 5px;
}

.vipSection .contentWrapper .featuresContainer .featureItem .featureDescription {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
}

.supportSection {
  background-color: #08008b !important;
  position: relative;
}

.supportSection .supportContainer {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1250px;
  margin: auto;
  overflow: hidden;
}

.supportSection .supportContainer .contentWrapper {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1250px;
  margin: auto;
}

@media (min-width: 1100px) {
  .supportSection .supportContainer .contentWrapper {
    flex-direction: row;
    gap: 3rem;
  }
}
.supportSection .supportContainer .contentWrapper .textContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  max-width: 568px;
}

@media (max-width: 1100px) {
  .supportSection .supportContainer .contentWrapper .textContainer {
    max-width: none;
  }
}
.supportSection .supportContainer .contentWrapper .textContainer .title {
  font-weight: 700;
  line-height: normal;
  text-align: left;
  font-size: 38px;
  color: #fff;
}

@media (max-width: 1100px) {
  .supportSection .supportContainer .contentWrapper .textContainer .title {
    font-size: 32px;
  }
}
.supportSection .supportContainer .contentWrapper .textContainer .description {
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}

.supportSection .supportContainer .contentWrapper .textContainer .btn {
  margin-top: 2rem;
  width: auto;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .supportSection .supportContainer .contentWrapper .textContainer .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.supportSection .supportContainer .contentWrapper .supportImage {
  max-width: 386px;
  margin: auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .supportSection .supportContainer .contentWrapper .supportImage {
    padding: 0;
  }
}
@media (min-width: 1100px) {
  .supportSection .supportContainer .contentWrapper .supportImage {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 390px) {
  .supportSection .supportContainer .contentWrapper .supportImage {
    max-width: 275px;
  }
}
.faqSection {
  background: #01025c;
  position: relative;
}

.faqSection .contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1250px;
  margin: auto;
}

@media (min-width: 1201px) {
  .faqSection .contentWrapper {
    flex-direction: row;
    gap: 60px;
  }
}
.faqSection .contentWrapper .titleContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

.faqSection .contentWrapper .titleContainer .title {
  font-weight: 700;
  font-size: 38px;
  color: #fff;
}

@media (max-width: 1100px) {
  .faqSection .contentWrapper .titleContainer .title {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .faqSection .contentWrapper .titleContainer {
    margin-bottom: 20px;
  }
}
.faqSection .contentWrapper .questionsBlock {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #3428ba;
  border-radius: 6px;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock .top {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  height: auto;
  background-color: #08008b;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock .top .btn {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: left;
  height: auto;
  padding: 10px 30px 10px 10px;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock .top .after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
  fill: #fff;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock .top .after svg {
  width: 100%;
  height: 100%;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock .collapse {
  height: auto;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 16px;
  background-color: #08008b;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock .collapse:not(.open) {
  max-height: 0;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock .collapse .collapseContent {
  padding: 15px 20px;
  color: #fff;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock.open .top {
  border-radius: 6px 6px 0 0;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock.open .top .btn {
  color: #fff;
  border-bottom: 1px solid #3428ba;
  border-radius: 6px 6px 0 0;
}

.faqSection .contentWrapper .questionsBlock .collapseBlock.open .top .after {
  transform: translateY(-50%) rotate(-180deg);
}

.faqSection .contentWrapper .desktopCta {
  display: none;
}

.faqSection .contentWrapper .desktopCta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1201px) {
  .faqSection .contentWrapper .desktopCta {
    display: inline-flex;
  }
}
.faqSection .contentWrapper .mobileCta {
  display: inline-flex;
  width: 100%;
  margin-top: 15px;
}

.faqSection .contentWrapper .mobileCta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1201px) {
  .faqSection .contentWrapper .mobileCta {
    display: none;
  }
}
.betsSection {
  background: #030047 !important;
}

@media (min-width: 900px) {
  .betsSection {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.betsSection .betsContainer {
  max-width: 1250px;
  margin: auto;
}

.betsSection .betsHeader {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .betsSection .betsHeader {
    text-align: left;
  }
}
.betsSection .title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

.betsSection .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.betsSection .tableWrapper {
  overflow-x: auto;
  padding: 0 15px;
}

.betsSection .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #01025c;
  border-radius: 10px 10px 0 0;
  padding: 15px 15px 5px;
}

.betsSection .table th, .betsSection .table td {
  padding: 1rem;
  text-align: left;
  border: 0;
}

.betsSection .table th {
  font-weight: 600;
  color: #7179f5;
  border-bottom: 1px solid #7179f5;
}

.betsSection .table td {
  color: #fff;
}

.betsSection .table tr:nth-child(2n) {
  background-color: #08008b;
}

.betsSection .table thead tr th {
  width: 20%;
  height: 36px;
  color: #7179f5;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #7179f5;
}

@media (max-width: 740px) {
  .betsSection .table thead tr th:nth-child(2) {
    display: none;
  }
}
@media (max-width: 560px) {
  .betsSection .table thead tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 400px) {
  .betsSection .table thead tr th:nth-child(4) {
    display: none;
  }
}
.betsSection .table thead tr th:first-child {
  text-align: left;
}

.betsSection .table thead tr th:last-child {
  text-align: right;
}

.betsSection .table thead tr th span {
  z-index: 1;
  color: #7179f5;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

.betsSection .table tbody tr td {
  width: 20%;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betsSection .table tbody tr td:first-child {
  text-align: left;
}

.betsSection .table tbody tr td:last-child {
  text-align: right;
}

@media (max-width: 740px) {
  .betsSection .table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 560px) {
  .betsSection .table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 400px) {
  .betsSection .table tbody tr td:nth-child(4) {
    display: none;
  }
}
.betsSection .table tbody tr td .game, .betsSection .table tbody tr td .name {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betsSection .table tbody tr td .game:active, .betsSection .table tbody tr td .name:active {
  transform: scale(0.95);
}

.betsSection .table .currency {
  color: #73d94f;
}

.betsSection .table .multiplier {
  font-weight: 600;
}

.communitySection {
  background-color: #08008b !important;
}

.communitySection .contentWrapper {
  gap: 4rem;
  flex-direction: row;
  max-width: 1250px;
  display: flex;
  margin: auto;
}

@media (max-width: 1200px) {
  .communitySection .contentWrapper {
    gap: 2rem;
  }
}
@media (max-width: 800px) {
  .communitySection .contentWrapper .right {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  .communitySection .contentWrapper {
    flex-direction: column-reverse;
  }
  .communitySection .contentWrapper .right {
    max-width: none;
  }
}
.communitySection .contentWrapper .left {
  width: 100%;
  margin: auto;
}

.communitySection .contentWrapper .left img {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .communitySection .contentWrapper .left {
    max-width: 600px;
  }
}
.communitySection .contentWrapper .right {
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.communitySection .contentWrapper .right .title {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .communitySection .contentWrapper .right .title {
    font-size: 32px;
  }
}
.communitySection .contentWrapper .right .subtitle {
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
}

.communitySection .contentWrapper .right .btn {
  margin-top: 2rem;
  width: auto;
  max-width: max-content;
}

@media (max-width: 1199px) {
  .communitySection .contentWrapper .right .btn {
    width: 100%;
    max-width: 100%;
  }
}
.category-tabs__item:focus-visible {
  outline-color: #fff;
}