.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
body {
  font-family: 'SoDoSans';
}
main {
  overflow: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}
h1 {
  font-family: 'LanderTall';
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  font-style: normal;
}
h2 {  
  font-family: 'LanderTall';
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  font-style: italic;
}
h2.normal {  
  font-style: normal;
}
h2.sudo {
  font-family: 'SoDoSans';
}
h3 {
  font-family: 'LanderTall';
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  font-style: normal;
}
h3.sudo {
  font-family: 'SoDoSans';
}
h3.bold {
  font-weight: 700;
}
h4 {
  font-family: 'LanderTall';
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
h4.bold {
  font-weight: 700;
}
h4.sudo {
  font-family: 'SoDoSans';
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
h6 {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin-bottom: 15px;
}
p.bold {
  font-weight: 700;
}
ul {
  list-style-position: inside;
  display: inline-block;
  padding: 0;
  display: block;
  margin: 0;
}
ul li {
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
ul.bolder li {
  font-weight: 700;
  font-style: normal;
}
ul.bg-black li {
  font-weight: 900;
  font-style: normal;
}

a {
  color: #1C3C34;
}
a:hover {
  color: #1C3C34;
  text-decoration: underline;
}
a.btn-green {
  color: #FFFFFF;
  border: solid 1px #1C3C34;
  background-color: #1C3C34;
  padding: 7px 17px;
  border-radius: 17px;
  margin-left: 10px;
}
a.btn-green:hover {
  color: #1C3C34;
  background-color: #FFFFFF;
  text-decoration: none;
}

.separator-10 {
  height: 10px;
  display: block;
}
.separator-20 {
  height: 20px;
  display: block;
}
.separator-30 {
  height: 30px;
  display: block;
}
.separator-40 {
  height: 40px;
  display: block;
}
.separator-50 {
  height: 50px;
  display: block;
}


.green { 
  color: #1C3C34; 
}
.gold { 
  color: #D1A04B; 
}
.white {
  color: #FFFFFF;
}
.black {
  color: #000000;
}

.container-fluid {
  background-color: #FFFFFF;
  text-align: center;
}
.center-content {
  text-align: center;
}
.center-content a.space img {
    margin-right: 20px;
}
.banner {
  background-color: #04362b;
  text-align: center;
  margin-top: 20px;
  padding-top: 90px;
  padding-bottom: 0px;
}
.left-banner-content {
    position: absolute;
    left: 28.6vw;
    bottom: 4.7vw;
}
.left-banner-content a {
  text-decoration: underline;
  font-size: 12px;
}
.mobile-left-banner-content {  
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    width: auto;
    padding: 0 10px;
}
.mobile-left-banner-content a {
  text-decoration: underline;
  font-size: 11px;
  color:  #000;
}

.main-banner-content {
    position: absolute;
    left: 53.8vw;
    bottom: 3.9vw;
}
.main-banner-content img {
    width: 9vw;
}
.mobile-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 76px;
    width: 100%;
}
.join {
  text-align: center;
}
.daftar, .stages {
  text-align: center;
  background-color: #F9F9F9;
  padding-top: 90px;
  padding-bottom: 80px;
}
.collect {
  padding-top: 50px;
  padding-bottom: 50px;
}
.unlock {
  background-color: #1C3C34;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.container-fluid.no-row {
  padding: 0;
}
img.main-logo {
    max-width: 116px;
    margin: 25px 0 25px;
}
img {
  max-width: 50%;
} 
img.full {
  max-width: 100%;
}

.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-left h4 {
  margin-bottom: 0;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  img.full,
  img.half-mobile {
    max-width: 50%;
  }
  a.btn-green {
    display: -webkit-inline-box;
    margin-top: 10px;
    margin-left: 0;
  }
  .t-right {
    text-align: center;
    margin-bottom: 20px;
  }
  h4 br {
    display: none;
  }
}

body.menu-open {
  overflow: hidden;
  position: fixed;
}

#header {
  background: #FFFFFF;
  height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}

@media (min-width: 768px) {
  #header {
    padding: 10px 0;
  }
}

@media (min-width: 1025px) {
  #header {
    height: 110px;
    padding: 0;
  }
}


#header.id a{
  white-space: nowrap;
}

#header h1.logo,
a.closeX {
  white-space: nowrap;
  text-indent: 200%;
}

#header a.active {
  color: #1C3C34;
}

#header a:focus,
#header a:hover {
  color: #1C3C34;
  text-decoration: underline;
}

#header h1.logo {
  overflow: hidden;
  display: block;
  background: url(/image/logo.png) center center no-repeat;
  background-size: contain;
}

#header #toggle-menu,
#header .nav-overlay {
  display: none;
}

@media only screen and (max-width: 767px) {

  #header h1.logo {
    background-size: 50px;
  }
}

@media (max-width: 1024px) {
  #header h1.logo {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  /*#header #toggle-menu {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/menu-icons.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 23px;
    z-index: 9;
  }*/

  #header .nav-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: 0 0;
    position: absolute;
  }

  #header .main-nav {
    width: 100%;
    height: 0;
    background: #FFFFFF;
    overflow: hidden;
    padding: 0 35px 0 45px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }

  #header .main-nav a {
    display: block;
    text-transform: uppercase;
  }

  #header .main-nav ul.mainnav-links {
    font-size: 14px;
    line-height: 16px;
    padding-top: 47px;
    position: relative;
  }

  #header .main-nav ul.subnav-links {
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    padding: 40px 0 10px;
    position: relative;
  }

  #header .main-nav ul.subnav-links > li {
    margin-top: 10px;
  }

  #header .main-nav ul.subnav-links > li:first-child {
    margin-top: 0;
  }

  #header .main-nav ul.subnav-links > li a {
    color: #1C3C34;
  }

  #header.menu-open #toggle-menu {
    background-position: 0 -20px;
  }

  #header.menu-open .nav-overlay {
    display: block;
  }

  #header.menu-open .main-nav {
    overflow-y: scroll;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  #header .main-nav ul.mainnav-links {
    font-size: 16px;
    letter-spacing: 0.3em;
  }
  #header .main-nav ul.mainnav-links > li {
    width: 110px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #header .main-nav ul.mainnav-links {
    font-size: 24px;
    line-height: 28px;
    padding-top: 80px;
  }

  #header .main-nav ul.mainnav-links > li {
    margin-top: 24px;
  }

  #header .main-nav ul.mainnav-links > li:first-child {
    margin-top: 0;
  }

  #header .main-nav ul.subnav-links {
    font-size: 16px;
    line-height: 18px;
    padding-top: 60px;
  }
  .banner {
    margin-top: 60px;
    background-color: #04362b;
  }
}

@media (min-width: 1025px) {
  #header h1.logo {
    background-position: left center;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0;
    margin-top: 25px;
  }

  #header .main-nav {
    float: right;
    width: calc(100% - 120px);
    max-width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
    margin-top: 40px;
  }

  #header .main-nav ul.mainnav-links {
    font-family: 'SoDoSans';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    height: auto;
    padding-top: 10px;
    display: inline;
    float: left;
    list-style: none;
  }

  #header .main-nav ul.mainnav-links > li {
    text-align: left;
    float: left;
    font-weight: 700;
    /*width: 110px;*/
  }

  #header .main-nav ul.mainnav-links > li:first-child {
    margin-left: 0px;
  }

  #header .main-nav ul.subnav-links {
    font-family: 'SoDoSans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.25;
    line-height: 1;
    height: auto;
    display: inline;
    float: right;
    list-style: none;
    padding-top: 10px;
  }

  #header .main-nav ul.subnav-links > li {
    float: left;
    width: 60px;
    margin-left: 10px;
    padding-left: 20px;
    margin-top: 8px;
  }

  #header .main-nav ul.subnav-links > li:first-child {
    text-align: left;
    margin-top: 0;
    margin-left: 2em;
    padding-left: 0;
    width: 100%;
    border: 0;
  }

  #header .main-nav ul.subnav-links > li span {
    margin-bottom: 5px;
    display: block;
  }
  #header .main-nav ul.subnav-links > li a {
    font-weight: 700;
    letter-spacing: 2.5;
  }
}

@media (min-width: 1025px) {
  #header .main-nav ul > li {
    margin-left: 35px;
  }
}

@media (max-width: 1141px) {
  #header .main-nav ul > li {
    margin-left: 25px;
  }

  #header .main-nav ul > li:last-child {
    width: 64px;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
  .banner {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .banner img.full {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 1025px) {
  .hide-desktop {
    display: none;
    visibility: hidden;
  }
}

.ui-widget.ui-widget-content {
    max-width: 90%;
    max-height: 90%;
    min-width: 50%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed;
    overflow-y: auto;
}

.ui-widget-overlay {
    background-color: rgba(0,0,0,.7);
    opacity: 1;
}

.ui-draggable .ui-dialog-titlebar {
    /* display: none; */
    background-color: transparent;
    border: none;
    background: none;
    padding: 0;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 100%;
    margin: 3px 0;    
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.ui-dialog .ui-dialog-titlebar-close:before {
    content: "X";
    font-family: 'SoDoSans';
}
.ui-dialog .ui-dialog-content {
    padding: 0 20px 20px;
    margin-top: 25px;
}
.ui-dialog .ui-dialog-content ul {
    list-style-position: outside;
    padding-left: 20px;
}