@import url(https://use.typekit.net/sbz4xuf.css);@font-face {
  font-family: 'Visitor1';
  src: url(../images/b2d7b067c792b80d1d4284ab59b65c35.ttf); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none; }
  * a {
    color: inherit;
    text-decoration: none; }

html, body {
  color: white;
  font-family: mr-eaves-xl-modern, sans-serif; }
.disclaimer {
  position: fixed;
  bottom: 0%;
  z-index: 999;
  text-align: center;
  height: 35px;
  background: #21243A;
  width: 100%;
  font-size: 12px; }
  .disclaimer .close {
    position: absolute;
    top: 5px;
    background: none;
    border: none;
    outline: none;
    color: white;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    font-size: 17px;
    opacity: 0.7; }
  .disclaimer p {
    line-height: 35px;
    opacity: 0.6;
    display: inline-block; }
  .disclaimer span {
    font-weight: bold; }

@media screen and (max-width: 850px) {
  .disclaimer {
    display: none; } }
.map_controller {
  min-height: 100vh;
  width: 100%;
  background: #22243B; }
  .map_controller .leaflet-container {
    height: 100vh;
    width: 100%;
    background: url(../images/e65f6e074b8a580959957f2634e5c84a.png); }
    .map_controller .leaflet-container .leaflet-control-attribution.leaflet-control {
      display: none; }
    .map_controller .leaflet-container .leaflet-control-zoom {
      border: none;
      position: fixed;
      left: initial;
      right: 1%;
      top: 1%;
      margin: 0; }
      .map_controller .leaflet-container .leaflet-control-zoom a {
        background: #3D4469;
        color: rgba(255, 255, 255, 0.9);
        border-color: #262B44;
        border-width: 2px;
        width: 50px;
        height: 50px;
        line-height: 50px; }
        .map_controller .leaflet-container .leaflet-control-zoom a:nth-child(1) {
          border-top-right-radius: 50px;
          border-top-left-radius: 50px; }
        .map_controller .leaflet-container .leaflet-control-zoom a:nth-child(2) {
          border-bottom-right-radius: 50px;
          border-bottom-left-radius: 50px; }
    .map_controller .leaflet-container .tooltip {
      text-transform: capitalize;
      font-weight: bold;
      padding: 5px;
      font-size: 20px;
      pointer-events: none; }
    .map_controller .leaflet-container .clouds.one {
      animation: move 11s linear infinite; }
    .map_controller .leaflet-container .clouds.two {
      animation: move-two 8s linear infinite; }
    .map_controller .leaflet-container .clouds.three {
      animation: move 9s linear infinite; }

@keyframes move {
  0% {
    left: 0px; }
  50% {
    left: 15px; }
  100% {
    left: 0px; } }

@keyframes move-two {
  0% {
    left: 0px;
    top: 0px; }
  50% {
    left: -15px;
    top: 4px; }
  100% {
    left: 0px;
    top: 0px; } }
    .map_controller .leaflet-container .prop {
      animation: move2 4s linear infinite;
      position: relative; }

@keyframes move2 {
  0% {
    top: 0px; }
  50% {
    top: 4px; }
  100% {
    top: 0px; } }
      .map_controller .leaflet-container .prop.aeroplane {
        animation: move 9s linear infinite; }
    .map_controller .leaflet-container .leaflet-tile-pane {
      display: none; }
    .map_controller .leaflet-container .leaflet-zoom-animated {
      pointer-events: all !important; }
      .map_controller .leaflet-container .leaflet-zoom-animated g .mouse_catcher {
        fill-opacity: 0;
        stroke-opacity: 0; }
      .map_controller .leaflet-container .leaflet-zoom-animated g .map_tile {
        fill-opacity: 0;
        stroke-opacity: 0; }
        .map_controller .leaflet-container .leaflet-zoom-animated g .map_tile.not_active {
          fill-opacity: 0.7;
          fill: #22243B; }
        .map_controller .leaflet-container .leaflet-zoom-animated g .map_tile.active {
          fill-opacity: 0 !important; }

@media screen and (max-width: 850px) {
  .map_controller .leaflet-container .leaflet-control-zoom {
    right: 2%;
    top: 1%; } }
.social_share_buttons {
  z-index: 999;
  position: fixed;
  top: 5%;
  width: 110px;
  right: 10%;
  overflow: visible;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .social_share_buttons span {
    margin-right: 5px;
    font-weight: 400; }
  .social_share_buttons ul {
    display: flex;
    align-items: center; }
    .social_share_buttons ul li {
      padding: 10px;
      color: #55B29F;
      cursor: pointer; }

@media screen and (max-width: 850px) {
  .social_share_buttons {
    top: initial;
    bottom: 1%;
    padding: 0;
    widtH: auto;
    right: calc(50%); }
    .social_share_buttons span {
      display: none; }
    .social_share_buttons .logo {
      display: none; } }
.main_detail {
  z-index: 999;
  position: fixed;
  left: 5%;
  top: 5%; }
  .main_detail .one {
    width: 100%;
    max-width: 398px;
    height: auto;
    background: #21243A;
    border: solid 5px #262B44;
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 30px; }
    .main_detail .one h1 {
      color: #55B29F;
      font-size: 49px;
      line-height: 32px;
      font-weight: 400;
      font-family: 'Visitor1'; }
    .main_detail .one hr {
      width: 60px;
      height: 4px;
      background: white;
      border-radius: 50px;
      margin-top: 30px;
      margin-bottom: 30px; }
    .main_detail .one h3 {
      font-size: 24px; }
    .main_detail .one p {
      margin-top: 30px;
      line-height: 24px;
      font-size: 18px; }
    .main_detail .one form {
      width: 100%;
      margin-top: 30px; }
      .main_detail .one form input {
        border: none;
        outline: none;
        font-size: 16px;
        width: 100%;
        height: 40px;
        border-radius: 50px;
        padding: 10px 23px;
        color: #21243A; }
    .main_detail .one .logo {
      width: 100%;
      text-align: center;
      margin-top: 15px; }
  .main_detail .two {
    width: 100%;
    max-width: 388px;
    height: auto;
    background: #21243A;
    border: solid 5px #262B44;
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin-top: 30px; }
    .main_detail .two .buttons {
      background: #3D4469;
      border-radius: 50px;
      margin-top: 15px; }
      .main_detail .two .buttons button {
        border: none;
        outline: none;
        color: #21243A;
        background: none;
        width: 50%;
        height: 40px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer; }
        .main_detail .two .buttons button.active {
          background: #55B29F; }
        .main_detail .two .buttons button span {
          display: inline-block;
          font-size: 12px;
          transform: translateY(-3px); }

@media screen and (max-height: 875px) {
  .main_detail {
    transform-origin: top left;
    transform: scale(0.8); } }

@media screen and (max-width: 850px) {
  .main_detail {
    transform: initial;
    transform-origin: top right;
    left: initial;
    right: 1%;
    top: initial;
    bottom: 1%;
    display: flex; }
    .main_detail .one {
      display: none; }
    .main_detail .two {
      width: 115px;
      padding: 0;
      margin: 0;
      background: none;
      box-shadow: none;
      border: none;
      margin-top: auto; }
      .main_detail .two p {
        display: none; }
      .main_detail .two .buttons {
        width: 100%; }
        .main_detail .two .buttons button {
          height: 49px;
          color: #666B88;
          width: 50%;
          border-top: solid 5px #21243A;
          border-bottom: solid 5px #21243A; }
          .main_detail .two .buttons button:nth-child(1) {
            border-radius: initial;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            border-left: solid 5px #21243A; }
          .main_detail .two .buttons button:nth-child(2) {
            border-radius: initial;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
            border-right: solid 5px #21243A; }
          .main_detail .two .buttons button.active {
            color: white; } }
.total_size {
  position: fixed;
  z-index: 999;
  bottom: 3%;
  left: calc(50% - 250px);
  width: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .total_size h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 4px; }
  .total_size .value {
    background: url(../images/2dba4e078f0d8999498560b645f9eddb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 47px;
    width: 165px;
    display: flex;
    justify-content: center;
    color: #21243A;
    font-family: Visitor1;
    z-index: 999;
    font-size: 29px; }
  .total_size p {
    transform: translateY(-10px);
    font-weight: bold; }
    .total_size p span {
      display: inline-block;
      font-size: 10px;
      transform: translateY(-7px); }
  .total_size:before {
    content: '';
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 53%;
    height: 3px;
    width: 100%;
    background: #55B29F; }
  .total_size:after {
    content: '';
    display: block;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 53%;
    left: 50%;
    height: 10px;
    width: 100%;
    border-left: solid 3px #55B29F;
    border-right: solid 3px #55B29F; }

@media screen and (max-height: 875px) {
  .total_size {
    transform-origin: top center;
    transform: scale(0.8);
    bottom: 3%; } }

@media screen and (max-width: 850px) {
  .total_size {
    display: none; } }
.game_detail {
  width: 100%;
  max-width: 388px;
  height: auto;
  background: #21243A;
  border: solid 5px #262B44;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 10px;
  z-index: 999;
  position: fixed;
  top: 20%;
  right: 5%;
  overflow: visible;
  text-align: center;
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .game_detail.transitioning {
    -webkit-animation: slide-out-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-out-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .game_detail .game_total_size {
    width: 490px;
    transform-origin: top center;
    position: absolute;
    left: 50%;
    height: 97px;
    text-align: center;
    background: url(../images/0d261786164389d336f6779625e2bf85.png);
    line-height: 57px;
    transform: translateX(-50%) translateY(-50%);
    color: #21243A; }
    .game_detail .game_total_size .label {
      font-family: Visitor1;
      font-size: 26px;
      display: inline-block;
      transform: translateY(-7px);
      margin-right: 10px; }
    .game_detail .game_total_size .value {
      font-size: 40px;
      font-weight: bolder; }
    .game_detail .game_total_size .squared {
      display: inline-block;
      transform: translateY(-20px);
      font-weight: bold;
      font-size: 20px;
      margin-right: 10px; }
  .game_detail h5 {
    margin-top: 40px;
    font-size: 26px;
    font-family: visitor1;
    color: #55B29F; }
  .game_detail h3 {
    color: #E0E8E7;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .game_detail .icon {
    width: 100%;
    position: relative;
    height: 50px; }
    .game_detail .icon img {
      height: 100%;
      background: #21243A;
      position: relative;
      z-index: 999; }
    .game_detail .icon:before {
      content: '';
      display: block;
      position: absolute;
      transform: translateX(-50%);
      top: 55.5%;
      height: 3px;
      left: 50%;
      width: 80%;
      background: #323858; }
    .game_detail .icon:after {
      content: '';
      display: block;
      position: absolute;
      transform: translateX(-50%) translateY(-3px);
      top: 55.5%;
      left: 50%;
      height: 10px;
      width: 80%;
      border-left: solid 3px #323858;
      border-right: solid 3px #323858; }
  .game_detail .stats {
    display: flex;
    margin-top: 20px;
    display: flex;
    justify-content: space-around; }
    .game_detail .stats .stat {
      text-align: center; }
      .game_detail .stats .stat .label {
        color: #55B29F;
        font-size: 26px;
        font-family: Visitor1; }
      .game_detail .stats .stat .value {
        margin-top: 10px;
        font-size: 26px;
        color: #E0E8E7;
        font-weight: bold; }
  .game_detail .close {
    height: 50px;
    width: 50px;
    background: #55B29F;
    border-radius: 100%;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -25px;
    border: solid 5px #262B44;
    cursor: pointer; }
    .game_detail .close img {
      height: 30px;
      width: 30px; }

@media screen and (max-height: 875px) {
  .game_detail {
    transform-origin: top right;
    transform: scale(0.8); } }

@media screen and (max-width: 850px) {
  .game_detail {
    transform: translateX(50%) translateY(-50%);
    width: 65%;
    right: 50%;
    top: 50%;
    z-index: 9900;
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.55) !important;
    -webkit-animation: slide-in-right-mob 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-right-mob 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .game_detail.transitioning {
      -webkit-animation: slide-out-right-mob 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-out-right-mob 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .game_detail h5 {
      margin-top: 20px !important; }
    .game_detail .stats {
      flex-direction: column;
      justify-content: center; }
      .game_detail .stats .stat {
        margin-bottom: 10px; }
      .game_detail .stats:last-of-type {
        margin-bottom: 20px;
        margin-top: 0; }
    .game_detail .close {
      left: calc(50% - 25px); } }

@media screen and (max-width: 510px) {
  .game_detail .game_total_size {
    transform: translateX(-50%) translateY(-50%) scale(0.7) !important; } }

@media screen and (max-width: 410px) {
  .game_detail {
    width: 80%; } }

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-in-right-mob {
  0% {
    -webkit-transform: translateY(-50%) translateX(1000px);
    transform: translateY(-50%) translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    opacity: 1; } }

@keyframes slide-in-right-mob {
  0% {
    -webkit-transform: translateY(-50%) translateX(1000px);
    transform: translateY(-50%) translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    opacity: 1; } }

@-webkit-keyframes slide-out-right-mob {
  0% {
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-50%) translateX(1000px);
    transform: translateY(-50%) translateX(1000px);
    opacity: 0; } }

@keyframes slide-out-right-mob {
  0% {
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-50%) translateX(1000px);
    transform: translateY(-50%) translateX(1000px);
    opacity: 0; } }
.tutorial {
  width: 100%;
  max-width: 388px;
  height: auto;
  background: #21243A;
  border: solid 5px #262B44;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 10px;
  z-index: 999;
  position: fixed;
  top: 20%;
  right: 5%;
  overflow: visible;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .tutorial p {
    max-width: 180px;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 30px;
    color: #3D4469; }
  .tutorial img {
    animation: float 2s ease-in-out infinite; }

@media screen and (max-height: 875px) {
  .tutorial {
    transform-origin: top right;
    transform: scale(0.8); } }

@media screen and (max-width: 850px) {
  .tutorial {
    display: none; } }

@keyframes float {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0px); } }
.mobile_searcher {
  position: fixed;
  z-index: 999;
  left: 2%;
  top: 1%;
  display: none; }
  .mobile_searcher .icon {
    width: 55px;
    height: 55px;
    border: solid 5px #21243A;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3D4469;
    outline: none;
    border-radius: 100%; }
    .mobile_searcher .icon.active {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-right: solid 1px #21243A; }
  .mobile_searcher form {
    width: 190px;
    height: 55px;
    border-top: solid 5px #21243A;
    border-bottom: solid 5px #21243A;
    border-right: solid 5px #21243A;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }
    .mobile_searcher form input {
      padding-left: 15px;
      height: 100%;
      color: rgba(255, 255, 255, 0.7);
      font-size: 18px;
      width: 100%;
      background: #3D4469;
      border: none;
      outline: none;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }
    .mobile_searcher form input::-webkit-input-placeholder {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 850px) {
  .mobile_searcher {
    display: flex; } }
.mobile_detail_pane {
  width: 100%;
  background: #21243A;
  border: solid 5px #262B44;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  min-height: 100vh;
  z-index: 20000;
  position: fixed;
  display: none; }
  .mobile_detail_pane .inner {
    max-widtH: 310px;
    margin: auto; }
  .mobile_detail_pane h1 {
    color: #55B29F;
    font-size: 34px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Visitor1'; }
  .mobile_detail_pane hr {
    width: 60px;
    height: 4px;
    background: white;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .mobile_detail_pane h3 {
    font-size: 20px; }
  .mobile_detail_pane p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px; }
  .mobile_detail_pane .btns {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 15px; }
    .mobile_detail_pane .btns button {
      color: #21243A;
      background: #55B29F;
      width: 100%;
      height: 50px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 50px;
      border: none; }
      .mobile_detail_pane .btns button img {
        margin-left: 10px;
        transform: translateY(3px); }
    .mobile_detail_pane .btns a {
      margin-right: 10px; }
      .mobile_detail_pane .btns a img {
        width: 50px;
        height: 58px; }

.mobile_detail_pane_toggle {
  position: fixed;
  bottom: 1%;
  height: 50px;
  width: 50px;
  left: 1%;
  display: none;
  z-index: 999; }
  .mobile_detail_pane_toggle button {
    border-radius: 100%;
    border: solid 5px #21243A;
    background: #3D4469;
    outline: none;
    color: white;
    height: 50px;
    width: 50px;
    font-size: 20px;
    cursor: pointer; }

@media screen and (max-widtH: 850px) {
  .mobile_detail_pane {
    display: block; }
  .mobile_detail_pane_toggle {
    display: block; } }

/*# sourceMappingURL=style.css.map*/
/*
     FILE ARCHIVED ON 08:07:21 Oct 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:58:19 Nov 19, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.931
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.014
  esindex: 0.015
  cdx.remote: 13.343
  LoadShardBlock: 73.918 (3)
  PetaboxLoader3.datanode: 95.668 (4)
  load_resource: 97.419
  PetaboxLoader3.resolve: 69.124
*/