p {
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

a {
  text-decoration: none;
  color: #8F2DFF;
}
a:hover {
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  margin: 0 0 20px 40px;
  padding: 0;
}

ul li, ol li {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #8F2DFF;
  display: flex;
  flex-direction: column;
  position: relative;
}

body,
html {
  height: 100%;
  overflow-x: hidden;
}

/* Header */
.header {
  padding: 20px 15px 0;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.header .logo {
  line-height: 0;
}

/* Button */
.btn {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  height: 50px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn:focus {
  box-shadow: none;
}

.btn-g-play {
  line-height: 0;
  position: relative;
  margin: 25px auto 60px;
  z-index: 10;
}
.btn-g-play img {
  max-width: 206px;
}
.btn-g-play::before, .btn-g-play::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 52px;
  height: 88px;
  background: url("../images/arrow.png") no-repeat center;
  background-size: cover;
}
.btn-g-play::before {
  right: 100%;
}
.btn-g-play::after {
  left: 100%;
  transform: scale(-1, 1);
}

/* Content */
.content-wrap {
  width: 100%;
  max-width: 1150px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrap .title {
  font-size: 74px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  padding: 20px;
  background: url("../images/title-line-bg.svg") no-repeat bottom center;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.content-wrap .title-after {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.25;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 25px;
  text-align: center;
}
.content-wrap .content-desc {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.content-wrap .content-desc a {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.content-wrap .content-desc a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/* Footer */
.footer {
  padding: 30px 15px;
  background-color: #0F0634;
}
.footer .footer-content {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.footer a {
  color: #ffffff;
  position: relative;
}
.footer a:first-child, .footer a:nth-child(2), .footer a:nth-child(3) {
  margin-right: 40px;
}
@media (max-width: 479px) {
  .footer a:first-child, .footer a:nth-child(2), .footer a:nth-child(3) {
    display: block;
  }
}
.footer a:first-child:before, .footer a:nth-child(2):before, .footer a:nth-child(3):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #ffffff;
  right: -20px;
  top: 3px;
}
@media (max-width: 479px) {
  .footer a:first-child, .footer a:nth-child(2), .footer a:nth-child(3) {
    margin-bottom: 5px;
    display: block;
  }
  .footer a:first-child:before, .footer a:nth-child(2):before, .footer a:nth-child(3):before {
    display: none;
  }
}

.birds {
  position: absolute;
  top: 5vh;
  left: 8vw;
  max-width: 156px;
  z-index: 1;
  pointer-events: none;
}

.bg-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 30px;
  pointer-events: none;
}
.bg-wrap .line {
  position: relative;
  left: 6%;
  z-index: -1;
}
.bg-wrap .map {
  width: 185px;
  position: absolute;
  bottom: 70px;
  left: 6%;
}
.bg-wrap .ship {
  width: 385px;
  position: absolute;
  bottom: 0;
  right: -13%;
  z-index: -1;
}

.privacy-terms {
  background-color: #ffffff;
  height: auto;
}
.privacy-terms .header {
  background-color: #8F2DFF;
  padding: 20px 15px;
}
.privacy-terms .content-wrap {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 50px 15px 50px;
}
.privacy-terms .content-wrap .page-title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  color: #000000;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.privacy-terms .content-wrap .page-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 1px;
  background-color: #8F2DFF;
}
.privacy-terms .content-wrap h2, .privacy-terms .content-wrap h3, .privacy-terms .content-wrap h4 {
  margin-bottom: 10px;
}
.privacy-terms .content-wrap h3 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.cc-banner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.cc-banner .cc-banner-inner {
  padding: 10px;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  border-radius: 0;
}
.cc-banner .cc-message {
  align-self: center;
  line-height: 1.3em;
  font-weight: 400;
}
.cc-banner .cc-btn-wrap {
  margin: 0 0 0 15px;
  align-self: center;
}
.cc-banner .cc-btn-wrap .btn {
  font-size: 16px;
  background-color: #111;
  color: #ffffff;
  height: 40px;
  padding: 7px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-banner .cc-btn-wrap .btn:hover {
  background-color: #8F2DFF;
}
.cc-banner .cc-btn-wrap a {
  color: #8F2DFF;
}

.hide {
  display: none !important;
}

@media (min-width: 576px) {
  .cc-banner {
    bottom: 10px;
    right: 15px;
    left: 15px;
  }
  .cc-banner .cc-banner-inner {
    border-radius: 5px;
  }
}
/* Responsive */
/* Screen 1024px */
@media (max-width: 1199px) {
  .content-wrap .title {
    margin-bottom: 30px;
  }
  .bg-wrap .ship {
    width: 225px;
    right: 1%;
  }
  .bg-wrap .line {
    left: 19%;
    max-width: 74%;
  }
  .bg-wrap .bg-wrap .map {
    width: 155px;
    bottom: 65px;
    left: 8%;
  }
}
/* Screen 768px */
@media (max-width: 991px) {
  .content-wrap .title {
    margin-bottom: 40px;
  }
  .bg-wrap .map {
    width: 134px;
    bottom: 46px;
  }
  .privacy-terms .header {
    padding: 15px;
  }
  .privacy-terms .content-wrap {
    padding: 20px 15px 40px;
    font-weight: 400;
    font-size: 14px;
  }
  .privacy-terms .content-wrap .page-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  p {
    line-height: 1.4;
    margin: 0 0 1.4rem;
  }
  .privacy-terms .content-wrap h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  body {
    font-size: 19px;
  }
  .content-wrap .title {
    font-size: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .btn-g-play {
    margin-bottom: 40px;
  }
  .footer {
    padding: 15px;
  }
  .footer .footer-content {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  body {
    font-size: 19px;
  }
  .content-wrap .title {
    font-size: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .content-wrap .content-desc {
    line-height: 1.4;
    padding: 0 20px;
  }
  .bg-wrap {
    position: fixed;
    height: 100%;
    z-index: -1;
    bottom: 50px;
  }
  .bg-wrap .map {
    width: 108px;
    bottom: -2px;
    left: 10px;
  }
  .bg-wrap .line {
    display: none;
  }
  .bg-wrap .ship {
    width: 154px;
  }
  .footer {
    padding: 20px 15px;
  }
  .footer .footer-content {
    font-size: 14px;
  }
  .btn-g-play {
    margin: 20px auto 30px;
  }
  .content-wrap .content-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .content-wrap .content-desc a {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
}
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
@media (max-width: 479px) and (max-height: 650px) {
  body {
    font-size: 17px;
  }
  .birds {
    top: 2vh;
    left: 5vw;
    max-width: 104px;
  }
  .content-wrap .title {
    font-size: 43px;
    margin-bottom: 15px;
  }
  .content-wrap .title-after {
    margin-bottom: 10px;
  }
  .btn-g-play img {
    max-width: 184px;
  }
  .btn-g-play::before,
  .btn-g-play::after {
    width: 44px;
    height: 81px;
  }
  .bg-wrap .ship {
    width: 141px;
  }
  .bg-wrap .map {
    width: 101px;
  }
  .footer {
    padding: 20px 15px;
  }
}
/* Iphone 8/7/6S, Galaxy S5/S6/S7 */
/* Iphone SE */
@media (max-width: 400px) and (max-height: 460px) {
  body {
    font-size: 16px;
  }
  .content-wrap .title {
    font-size: 34px;
  }
  .btn-g-play {
    margin: 15px auto 20px;
  }
  .bg-wrap .map {
    width: 71px;
  }
  .bg-wrap .ship {
    width: 101px;
  }
  .btn-g-play img {
    max-width: 165px;
  }
  .content-wrap .content-desc {
    color: white;
  }
  .content-wrap .content-desc a {
    color: white;
    border-bottom: 1px solid white;
  }
  .btn {
    font-size: 15px;
    height: 45px;
  }
}
/* =========================================================================
   Loader
 =========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.preloader.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s, visibility 0.4s;
}

/* Page Loader Wheel */
/*-----------------------------------*/
.preloader-wheel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 80vh;
}

.preloader-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 -25px;
  width: 50px;
  height: 50px;
}
.table-fixed-header .preloader-wheel {
  top: 50%;
}
.preloader-wheel.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #0F0634;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  } /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  } /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  } /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  } /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  } /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  } /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  } /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  } /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  } /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  } /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  } /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  } /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  } /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  } /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  } /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  } /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 5px; /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
@media (max-width: 767px) {
  .rules h1 {
    display: block;
  }
}
.fictional {
  font-size: 13px;
  font-weight: 400;
  margin: 20px 0 0;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
