* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 0;
  color: #333;
  background: #000101;
}

.outer {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 33px;
}

.ease {
  transition: 300ms ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mob {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mob {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

a {
  outline: none;
}

h1,
.h1 {
  font-size: 23px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 18px;
  }
}

#header {
  background: #13191f;
  padding: 20px 0 12px;
  text-align: center;
  border-bottom: thin solid #303234;
}

#site-list {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 567px) {
  #site-list {
    margin-bottom: 80px;
  }
}
#site-list .site-list-inner-wrap {
  background: url("./images/shape-bg.png") center top no-repeat;
  background-size: 100% 100%;
  max-width: 1144px;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 567px) {
  #site-list .site-list-inner-wrap {
    background-image: url("./images/shape-bg-mobile.png");
  }
}
#site-list .container {
  position: relative;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media only screen and (max-width: 567px) {
  #site-list .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#site-list .scrolled-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  counter-reset: item;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 567px) {
  #site-list .scrolled-list {
    padding-top: 25px;
  }
}
#site-list .scrolled-list a {
  text-decoration: none;
  text-align: center;
  display: block;
  margin-right: 16px;
}
#site-list .scrolled-list a img {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (max-width: 567px) {
  #site-list .scrolled-list a img {
    max-width: 75px;
    margin-bottom: 0;
  }
}
#site-list .scrolled-list a span {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
#site-list .btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  outline: 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: opacity 200ms ease;
}
#site-list .btns img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#site-list #prev {
  left: 3.5%;
}
#site-list #next {
  right: 3.5%;
}

#content {
  background: url("./images/sitebg.jpg") center top no-repeat;
  background-size: cover;
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 25px 0 0;
  }
}
#content .mid h2 {
  margin-bottom: 40px;
}
#content .bet-list-wrap {
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  background: #fff;
  max-width: 1000px;
  margin: auto;
  border-radius: 20px 20px 0 0;
}
#content .bet-list {
  background: #fff;
  padding: 30px;
  min-height: 124px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 35px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  border-bottom: 1px solid #bbbbbb;
}
#content .bet-list > div {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #content .bet-list > div {
    flex: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content .bet-list {
    flex-wrap: wrap;
    row-gap: 25px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content .bet-logo {
  flex-shrink: 0;
}
#content .bet-logo img {
  max-width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 567px) {
  #content .bet-logo {
    width: 50%;
  }
}
@media only screen and (max-width: 567px) {
  #content .logo-text {
    width: 45%;
  }
}
#content .logo-text span {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
}
@media only screen and (max-width: 567px) {
  #content .logo-text span {
    font-size: clamp(1.438rem, 0.709rem + 3.644vw, 2rem);
  }
}
#content .bet-btn {
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
@media only screen and (max-width: 567px) {
  #content .bet-btn {
    width: 100%;
  }
}
#content .bet-btn a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  line-height: 60px;
}
#content .bet-btn a.join {
  background: #002b7a;
  display: none;
}
#content .bet-btn a.visit {
  background: #e05a06;
}

#coming-soon {
  background: #1b232b;
  padding: 25px 20px;
}
@media only screen and (max-width: 767px) {
  #coming-soon {
    background: #28303a;
  }
}
#coming-soon p {
  font-size: 48px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #coming-soon p {
    font-size: 30px;
  }
}

#footer {
  border-top: thin solid #fff;
  color: #fff;
  background: #11161c;
  padding: 45px 0 40px;
}
#footer .d-flex {
  display: flex;
  flex-wrap: wrap;
}

.ftr-logo {
  margin-bottom: 10px;
  text-align: center;
}

.ftr-disclaimer {
  text-align: center;
  padding-left: 30px;
  padding-right: 40px;
}
.ftr-disclaimer .icon {
  margin-bottom: 5px;
}
.ftr-disclaimer .content p {
  margin-top: 0;
  margin-bottom: 13px !important;
  font-size: 12px;
  line-height: 1.2;
}
.ftr-disclaimer .content p:first-child {
  max-width: 420px;
  margin: auto;
}
.ftr-disclaimer .content p a {
  color: inherit;
  text-decoration: none;
}