<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0; }
body { background-color: #000; font-family: 'Lato', sans-serif; height: auto; }

#LogoCasino {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ffcc00; 
    padding: 10px 20px;
    border: 2px solid #ffcc00; 
    display: inline-block;
    border-radius: 5px;
}


#multi p { font-size: 1em; color: #fff; }
#multi strong { color: #fb1354; font-weight: 900; font-size: 1.75em; }
#multi { position: relative; height: auto; padding: 0 5px; }
#multi .top { padding: 10px 0; margin: 0 auto; text-align: center; background-color: #000; }
#multi .logo { max-width: 350px; margin: 0 auto; }
#multi .logo img { width: 100%; vertical-align: bottom; }
#multi .buttons { display: none; }
#multi .btn-clue { background-color: #3189b9; }
#multi .btn-dirt { background-color: #1d0f36; }
#multi .btn-bass { background-color: #9cc19a; }
#multi .btn-menu { padding: 20px 30px 16px; color: #fff; border: none; width: 100%; border-bottom: solid 4px transparent; }
#multi button:hover { border-bottom: solid 4px #fb1354; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; }
#multi .title-dsk { max-width: 1600px; margin: 0 auto; text-align: center; }
#multi .title-dsk img {  width: 90%; color: #fff000; vertical-align: bottom; }
#multi .title-mbl { display: none; }
#multi .content { background: url(images/bg.jpg) no-repeat top center #000; background-size: 100%; }
#multi .flexbox { display: flex; justify-content: center; align-items: center; padding: 0 5px; }
#multi .bg { background-size: auto; height: auto; width: 96%; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 2%; }
#multi .clue { background: none ; }
#multi .dirt { background: none ; }
#multi .bass { background: none ; }
#multi .character { max-width: 460px; height: auto; padding: 0; margin: 0 auto; color: #fff; }
#multi .character img { width: 100%; vertical-align: bottom; }
#multi .box { position: relative; width: 80%; margin: 0 auto 50px; text-align: center; padding: 20px; border: solid 2px #fff; background: rgba(0, 0, 0, 0.6); border-radius: 20px; }
#multi .box-mbl { display: none; }
#multi .box-dsk { display: block; }
#multi .bonus { max-width: 440px; width: 100%; padding: 10px 0; color: #fff; }
#multi .box-white { max-width: 100%; margin: 0 auto; padding: 10px; font-size: 1.5em; font-weight: 900; background-color: rgba(0, 0, 0, .4); border-radius: 10px; }
#multi .box-white p { font-size: 0.7em; }
#multi .btn { margin-bottom: -50px; padding: 0; }
#multi .btn a { border-radius: 50px; padding: 20px; font-size: 1.25em; text-align: center; color: #fff; text-decoration: none; font-family: 'lato', sans-serif; font-weight: 900; background: rgb(236,183,0); background: linear-gradient(0deg, rgba(236,183,0,1) 0%, rgba(251,19,84,1) 100%); background-image: linear-gradient(-50deg,  #ffffff 0%, rgba(251,19,84,1) 25%, rgba(251,19,84,1) 50%, rgba(251,19,84,1) 85%, #ffffff 100%); background-repeat: repeat-x; background-size: 800px 104px; display: inline-block; position: relative; cursor: pointer; text-transform: uppercase; animation: shine 1.2s linear infinite; }



.Transitions {
  align-items: center;
 -webkit-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out
}

@keyframes shine {
  0% { background-position: -380px 0;
  }
  100% { background-position: 400px 0;
  }
}

#multi .btn a:hover { transform: scale(1.1); }
#multi .box-black { margin: 0 auto 20px; text-align: center; padding: 14px 30px; background-color: rgba(0, 0, 0, .7); width: -webkit-fill-available; }
#multi footer {  }
#multi .terms { display: flex; justify-content: center; align-items: center; column-gap: 10px; margin: 0 auto; text-align: center; background-color: #000; padding: 10px; }
#multi .terms .payment-methods { max-width: 300px; padding: 5px; }
#multi .terms .payment-methods img { width: 100%; vertical-align: bottom; }
#multi .button-white{ color: #fff; border: solid 1px #fff; }
#multi .button { font-size: 0.8em; text-transform: uppercase; padding: 6px 20px; cursor: pointer; text-align: center; max-width: 200px; }
#multi .button:hover { background-color: rgba(255, 255, 255, 0.5); font-weight: 900; }
#multi #termsInner { display: none; height: auto; font-size: 0.8em; color: #fff; padding: 8px 60px 20px; margin: 0 auto; text-align: center; background-color: #000; }
#multi .flex-terms { display: flex; justify-content: center; align-items: center; column-gap: 20px; }
#multi .flex-terms strong { color: #00e7d4; }
#multi #termsInner p { padding-bottom: 5px; margin: 0; text-align: center; }

@media screen and (max-width: 1700px) {
#multi .character { max-width: 240px; }
#multi .bg { width: 98%; padding: 0 1%; }
}

@media screen and (max-width: 1420px) {
#multi p { font-size: 0.9em; }
#multi .character { width: 70%; }
#multi .btn a { padding: 18px 38px; font-size: 1.3em; }
}

@media screen and (max-width: 1120px) {
#multi p { font-size: 0.7em; }
#multi .box { padding: 15px 20px; }
#multi .btn a { padding: 16px 36px; font-size: 1.2em; }
}

@media screen and (max-width: 860px) {
#multi .clue { background: url(images/clue-bg.jpg) no-repeat top center #3189b9; background-size: cover; }
#multi .dirt { background: url(images/dirt-bg.jpg) no-repeat top center #1d0f36; background-size: cover; }
#multi .bass { background: url(images/bass-bg.jpg) no-repeat top center #9cc19a; background-size: cover; }
#multi .content { background: none; }
#multi .bg { width: 100%; padding: 0; }
#multi .buttons { display: flex; justify-content: center; align-items: center; text-align: center; margin: 0 auto; padding: 0 5px;  }
#multi .buttons img { max-width: 150px; width: 100%; vertical-align: bottom; }
#multi .flexbox { flex-direction: column; position: relative; }
#multi .title-dsk { display: none; }
#multi .title-mbl { max-width: 800px; height: auto; margin: 5px auto 0; text-align: center; display: block; }
#multi .title-mbl img { width: 90%; vertical-align: bottom; color: #fff000; }
#multi .clue { display: flex; }
#multi .dirt { display: none; }
#multi .bass { display: none; }
#multi .btn a { padding: 18px 50px; font-size: 1.5em; }
#multi .box-mbl { display: block; }
#multi .box-dsk { display: none; }
#multi .box { position: relative; width: 50%; }
#multi .character { max-width: 320px; }
}

@media screen and (max-width: 660px) {
#multi .logo { max-width: 350px; }
#multi .btn-menu { padding: 5px 5px 1px; }
#multi .box { position: relative; width: 80%; }
}

@media screen and (max-width: 500px) {
#multi .box { width: 85%; }
#multi .bonus { padding: 5px 0; }
#multi .btn { margin-bottom: -35px; }
#multi .btn a { padding: 12px 50px; font-size: 1.4em; }
#multi .terms { flex-direction: column; row-gap: 5px; }
#multi .button { padding: 4px 8px; font-size: 0.6em; }
#multi strong { font-size: 2em; }
#multi .box-white p { font-size: 0.7em; padding: 0; margin: 3px auto; }
}

@media screen and (max-width: 450px) {
#multi .btn a { padding: 12px 40px; font-size: 1.3em; }
#multi .buttons img { max-width: 80px; }
#multi .btn-menu { padding: 5px 0 1px; }
}

@media screen and (max-width: 380px) {
#multi .box { padding: 8px 15px; }
#multi .box-white { padding: 2px; font-size: 1.3em; }
#multi .box-black { padding: 10px 20px; }
#multi .btn { margin-bottom: -30px; }
#multi .btn a { padding: 10px 20px; font-size: 1em; }
}</pre></body></html>