<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #fff;
  background-color: #000;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.body {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 20%,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 1) 100%
  );

  z-index: 1;
  min-height: 100vh;
}
.bg {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    width: 100%;
}
.bg-cover {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 43%) 20%, rgb(0 0 0 / 57%) 30%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
}
.letter-spacing {
  letter-spacing: 0.5em;
}

.letter-spacing-s2 {
  letter-spacing: 0.2em;
}

.letter-spacing-1 {
  letter-spacing: 1em;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.section-1__customer-service-icon__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section-1__customer-service__container {
    border: 2px solid #FABB2E;
    border-radius: 1rem;
    font-size: 24px;
    color: #fabb2e;
    font-weight: 500;
    padding: 1rem 3rem;
    background: #00000087
}

.section-1__customer-service {
       display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1__follow-us__wrapper {
    border: 2px solid white;
    border-radius: 1rem;
    display: inline-block;
    padding: .5rem 2rem;
    position: relative;
    top: -1rem;
    z-index: 2;
    background: #141414
}

.section-1__follow-us__container {
    display: flex;
    gap: 1rem
}

.section-1__follow-us__title {
    font-size: 18px;
    color: #b2b2b2;
    margin-bottom: .5rem
}

.highlight {
  color: #fabb2e;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}
.bg-jacky{
	position: absolute;
	z-index: -1
}
.to-flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.no-margin {
  margin: 0 !important;
}

img,
video {
  width: 100%;
  object-fit: contain;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.watermark {
  position: absolute;
  top: 20%;
  left: 45%;
  width: 35%;
}

.watermark-header {
  width: 10%;
}

.watermark-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  position: absolute;
}

.banner-hero video {
  object-fit: cover;
	height: 100%
}

.banner-hero {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.desc-list {
  display: grid;
  width: 1300px;
  gap: 44px;
  grid-template-columns: repeat(3, 1fr);
  margin: 100px auto 0; 
}
.desc-box {
  font-size: 14px;
}
.desc-content__container{
    list-style: decimal;
}
.desc-content__container li{
   margin-bottom:1rem;
color: #B4B4B4;
}
.desc-title {
  color: #FABB2E;
  font-size: 1.1rem;
  margin-bottom: .4rem;
}
.desc-content p{
  margin: 0;
  margin-bottom: 10px;
}
.desc-content a{
  color: #FABB2E;
}
.desc-content {
  color: #B4B4B4;
  text-align: justify;
}
.desc-title-1{
  color: #FABB2E;
  font-size: 1.5rem;
	line-height: normal;
}
/* Header Style */

.header-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 200px auto;
  z-index: 1;
  position: relative;
}

/* Header Quote */
.header-quote {
  text-align: center;
  letter-spacing: 1em;
}

.header-quote p {
  margin: 30px auto;
}

.quote-highlight {
  font-size: 30px;
  line-height: 40px;
}

.quotes {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.header-logo {
  width: 400px;
  height: 150px;
}

/* Header End */

/* Body */
.container {
  position: relative;
}

/* Region */
section .region {
  margin: 0 auto;
	margin-bottom: 7rem;
}

.region-title {
  letter-spacing: 0.5rem;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  margin: 58px auto;
}

.region-title p {
  margin: 0 18px;
}

.region-holder {
  display: flex;
  justify-content: center;
}

.region-select {
  margin: 0 23px;
}

.region-img {
  width: 154px;
  height: 102px;
  border: 1px solid #2f2f2f;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.region-name {
  display: flex;
  justify-content: space-evenly;
}
/* Region End */

/* Stats */
section .stats {
  margin-top: 110px;
  position: relative;
}

.stats-holder {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 45px 0;
  background: linear-gradient(
    90deg,
    rgba(12, 12, 12, 0) 30.91%,
    #141414 50.32%,
    rgba(12, 12, 12, 0) 69.82%
  );
}

.stats-number {
  text-align: center;
  min-width: 300px;
}

.stats-number p {
  margin: 20px 0;
}

.stats-number .highlight {
  margin: 26px 0;
}

.stats-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.stats-img {
  width: 30px;
  height: 30px;
}

.stats-img-left {
  position: absolute;
  top: -70%;
  left: 0;
  width: 474px;
  height: 500px;
}

.stats-img-right {
  position: absolute;
  top: -50%;
  right: 0;
  width: 552px;
  height: 440px;
}
/* Stats End */

/* Highlights */
section .highlights {
  min-height: 1030px;
}

.hl-container {
  width: 80%;
  margin: 0 auto;
  min-height: 1030px;
  position: relative;
}

.hl-img-holder {
  position: absolute;
  top: calc(55% - 396px);
  left: calc(50% - 528px);
  z-index: 1;
  width: 1056px;
  height: 792px;
}

.hl-title {
  padding-top: 180px;
  position: relative;
  z-index: 2;
}

.hl-title p {
  text-align: center;
  margin: 30px auto;
}

.hl-title p:nth-child(1) {
  font-size: 30px;
  line-height: 40px;
}

.hl-title p:nth-child(2) {
  font-size: 20px;
  line-height: 24px;
}

.hl-box-img-holder {
  /* border: 3px solid #727272; */
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}

.hl-box {
  position: absolute;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  z-index: 2;
  transition: all 1s ease-in-out;
}

.hl-box-title {
  display: flex;
}

.hl-box-title p,
.hl-box-icon {
  margin: 4px 0;
}

.hl-box-icon {
  margin-right: 18.5px;
}

/* box position &amp; sizing */

.box-1 {
  top: 15%;
  left: 4%;
  transition-delay: 0.2s;
}

.box-1 .hl-box-img-holder {
  width: 277px;
  height: 266px;
}

.box-2 {
  top: 55%;
  left: 2%;
  transition-delay: 0.4s;
}

.box-2 .hl-box-img-holder {
  width: 220px;
  height: 242px;
}

.box-3 {
  top: 5%;
  right: 3%;
  transition-delay: 0.6s;
}

.box-3 .hl-box-img-holder {
  width: 350px;
  height: 262px;
}

.box-4 {
  bottom: 8%;
  right: 6%;
  transition-delay: 0.8s;
}

.box-4 .hl-box-img-holder {
  width: 400px;
  height: 333px;
}

/* bos position end */
/* Highlights end */

/* Redirect */
section.redirect {
  overflow-x: hidden;
}
.redirect-wrapper {
  width: 68%;
  margin: 0 auto;
  gap: 1rem;
  padding: 6.25rem 0;
}
.redirect-card {
  border: 5px solid #fabb2e;
  border-radius: 30px;
  padding: 11.75rem 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}
.redirect-eclipse_grey {
  width: 44.625rem;
  height: 44.625rem;
  border: 6.25rem solid #474747;
  border-radius: 50%;
  top: 0;
  left: -20rem;
}
.redirect-eclipse_gold {
  width: 44.625rem;
  height: 44.625rem;
  border: 6.25rem solid #fabb2e;
  border-radius: 50%;
  bottom: 0;
  right: -25rem;
}

.content-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #fabb2e;
  font-weight: 700;
}

.redirect-card:nth-of-type(1) {
  background: url("../library/redirect1.png") no-repeat center center;
  width: 57%;
  background-size: cover;
}
.redirect-card:nth-of-type(2) {
  background: url("../library/redirect2.png") no-repeat center center;
  width: 40%;
  background-size: cover;
}

.redirect-card:nth-of-type(3) {
  background: url("../library/redirect3.png") no-repeat center center;
  width: 40%;
  background-size: cover;
}

.redirect-card:nth-of-type(4) {
  background: url("../library/redirect4.png") no-repeat center center;
  width: 57%;
  background-size: cover;
}
.redirect-card:nth-of-type(5) {
  background: url("../library/redirect5.png") no-repeat center center;
  width: 100%;
  background-size: cover;
}

.content-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 70px 0;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(12, 12, 12, 0) 30.91%,
    #141414 50.32%,
    rgba(12, 12, 12, 0) 69.82%
  );
}

.content-img-left {
  position: absolute;
  top: calc(50% - 500px / 2);
  left: 0;
  width: 474px;
  height: 500px;
}

.content-img-right {
  position: absolute;
  top: calc(50% - 440px / 2);
  right: 0;
  width: 552px;
  height: 440px;
}

.content-redirect_wrapper {
  padding: 14rem 0 6rem 0;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: justify;
}
.content-wrapper_highlight {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.content-wrapper_img-left {
  float: left;
  margin-right: 1rem;
  width: 27.5rem;
}
.content-wrapper_img-right {
  float: right;
  margin-left: 1rem;
  width: 30rem;
}
.content-dk {
  margin-top: -2rem;
  width: 16rem !important;
}
.content-wrapper_img-left_online-casino {
  width: 21.5rem;
}
.content-wrapper_img-right_online-casino {
  width: 22.25rem;
}
.content-wrapper_img-left_betting {
  width: 17.9rem;
}
.content-wrapper_img-right_betting {
  width: 20rem;
}
.content-wrapper_img-right_4d {
  width: 21.875rem;
  height: 20vh;
}
.content-wrapper_img-left_bunker {
  width: 17.9rem;
  height: 46vh;
  margin-top: -12vh;
}
.content-wrapper_img-right_bunker {
  width: 24.625rem;
  height: 40vh;
}

/* Charity */
section.charity {
  margin-top: 100px;
}

.charity-wrapper {
  width: 80%;
  margin: 0 auto;
}

.eclipse {
  z-index: 0;
  top: -30%;
  width: 350px;
}

.eclipse-grey {
  z-index: 0;
  top: -25%;
  width: 300px;
  right: -40%;
}

.namewee {
  position: relative;
  width: 390px;
  z-index: 1;
}

.title {
  font-size: 24px;
  line-height: 28px;
  color: #fabb2e;
  font-weight: 600;
}

.namewee-content {
  width: 380px;
  padding: 1rem;
  background: #000;
  z-index: 1;
}

.charity-namewee_album {
  width: 510px;
  row-gap: 1rem;
}

.charity-project_content1 {
  text-align: center;
}

.charity-namewee_album img:nth-of-type(1) {
  width: 270px;
}
.charity-namewee_album img:nth-of-type(2) {
  width: 253px;
}
.charity-namewee_album img:nth-of-type(3) {
  width: 206px;
}

.namewee-content p.title {
  margin-top: 0;
}

.charity-bg {
  background: url("../library/charity-banner.png") no-repeat;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.j-center {
  justify-content: center;
}

.j-start {
  justify-content: flex-start;
}

.j-space-between {
  justify-content: space-between;
}

.j-space-even {
  justify-content: space-evenly;
}

.a-center {
  align-items: center;
}

.a-start {
  align-items: flex-start;
}

.mt-80 {
  margin-top: 80px;
}

.mt-40 {
  margin-top: 40px;
}

.t-justify {
  text-align: justify;
}

.namewee-side2 {
  right: -35%;
  bottom: -20%;
}

.namewee-video {
  width: 100%;
  height: 365px;
  margin-left: 30px;
  border: 2px solid #fabb2e;
  border-radius: 20px;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-35 {
  width: 35%;
}

/* Pharagraph Ends */

/* Footer */

.divider {
  border-top: 1px dashed #fff;
  width: 80%;
  margin: 30px auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: 50px auto;
}

.footer-content-title {
  display: flex;
}

.footer-icon-holder {
  display: flex;
}

.icon-holder {
  width: 35px;
  height: 35px;
  margin-right: 16px;
}

.footer-content-title p {
  margin-right: 14px;
}

.true {
  width: 64px;
  height: 35px;
}

.footer-copyright {
  background: #171717;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.footer-copyright p {
  padding: 20px 0;
  width: 65%;
  margin: 0 auto;

}

.footer-link__tmp{
  color: #fabb2e;
}
/* Footer End */

/* Transition */
.float-btm-top {
  transform: translateY(50%);
  opacity: 0;
}
.footer-anj{
	width: 1300px;
    margin: 0 auto;
    margin: 100px auto 0;
    display: flex;
    align-items: center;
	padding: 10px 0
}
.anj-logo__wrapper{
	    display: inline-block;
    width: 50px;
	margin-left: 10px
}
.footer-copyright__paragraph {
    margin-bottom: 15px;
    color: #B4B4B4;
}
.display-flex-center {
    display: flex;
    align-items: center;
}
.footer-copyright__paragraph{
	    color: #B4B4B4;
    margin: 0 auto;
    max-width: 1200px;
    width: 65%;
}
.footer-copyright__paragraph a {
	    color: white;
}

.faq-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Full height viewport */
  background-color: #000; /* Optional: black background like your theme */
  padding: 2rem;
  box-sizing: border-box;
}

.faq-inner-container {
  max-width: 1200px;
  width: 100%;
}

.h1-gold {
  color: #FABB2E;
  font-size: 2.25rem;
  line-height: normal;
  font-weight: bolder;
  margin-top: 1rem;
}

.h2-gold {
  color: #FABB2E;
  font-size: 1.75rem;
  line-height: normal;
  font-weight: bold;
  margin-top: 3rem;
}

.h3-gold {
  color: #FABB2E;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.p-content {
  color: #B4B4B4;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}

.numbered-list {
  counter-reset: toc-counter;
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.numbered-item {
  counter-increment: toc-counter;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #B4B4B4;
  text-align: justify;
}

.numbered-item::before {
  content: counter(toc-counter) ".";
  position: absolute;
  left: 0;
  color: #B4B4B4;
  font-weight: bold;
}


.toc-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.toc-link:hover {
  color: #FFD966;
  text-decoration: underline;
}</pre></body></html>