body {
  height: 100vh;
  font-family: proxima-nova;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.page-load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 30, 60, 0.97), rgba(0, 64, 128, 0.93));
  text-align: left;
}

.gif-image {
  position: relative;
  display: block;
  max-width: 100%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.toglebutton {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #f5faff;
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.53);
}

.inboxcontain {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 18%;
  margin-right: Infinity%;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #a0a0a0;
}

.goingtextinbox {
  display: block;
  margin-left: 10px;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #cecece;
  font-size: 12px;
}

.body {
  background-color: #001f1c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 30, 60, 0.97)), to(rgba(0, 30, 60, 0.97))), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 30, 60, 0.97), rgba(0, 30, 60, 0.97)), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-main-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
  font-family: Lato, sans-serif;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-button {
  width: 90%;
  margin: 10px 5px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(0, 64, 128, 0.93);
  border-radius: 10px;
  background-color: #05a635;
  box-shadow: 2px 0 10px 3px #002523;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 2px #3d3d3d;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.main-button:hover {
  border-color: #016edb;
  background-color: #09f;
  background-image: -webkit-gradient(linear, right top, left top, from(#09f), to(#016edb));
  background-image: linear-gradient(270deg, #09f, #016edb);
}

.top-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #039d92;
}

.html-embed-svg {
  position: static;
  z-index: 20;
  width: 150px;
  margin-top: -2px;
  color: #039d92;
}

.link-block-main-top-logo {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.link-block-main-top-logo:hover {
  margin-top: 0px;
}

.link-block-main-top-logo:active {
  margin-right: 0px;
  margin-left: 0px;
}

.main-top-logo {
  width: 90%;
  margin-top: 5px;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smalltextbutton {
  margin-bottom: 2px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #909090;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.textlink {
  color: #909090;
  text-decoration: none;
}

.textlink:hover {
  color: #74baff;
}

.div-block-contest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 40px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  margin-bottom: 20px;
}

.hero-h1 {
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

.hero-paragraph {
  max-width: 720px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #8ac4ff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.feature {
  color: #99a1ba;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.subtext {
  margin-top: 22px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #00ecdc;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.form-verify {
  width: 100%;
  margin: 0px;
  padding: 5px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formfield {
  position: static;
  display: block;
  overflow: visible;
  width: 90%;
  height: 60px;
  max-height: 60px;
  max-width: 600px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #c7c7c7;
  border-radius: 5px;
  direction: ltr;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.formfield:hover {
  border-color: #08b1a5;
}

.formfield:focus {
  border-color: #08b1a5;
  box-shadow: 0 0 10px 0 #002523;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 20px;
  padding: 40px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 2px;
  border-color: #ff4d00;
  border-radius: 7px;
  background-color: #fff;
}

.text-tutorial {
  width: 80%;
  font-family: 'Open Sans', sans-serif;
  color: #747272;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  width: 80%;
  font-family: 'Open Sans', sans-serif;
  color: #747272;
  font-weight: 600;
  text-align: center;
}

.image-gif {
  width: 90%;
  text-align: left;
}

.panduan-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding: 60px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.82);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.78);
  -o-object-fit: fill;
  object-fit: fill;
}

.panduan-text {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.div-img-tutorial {
  padding: 10px 0px;
}

.button-1 {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #a5a5a5;
  font-family: Lato, sans-serif;
  text-align: center;
}

.button-1:hover {
  background-color: #016edb;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.embed-icon {
  color: #aaa;
  cursor: pointer;
}

.embed-icon:hover {
  color: #ffa600;
}

.div-svg-icon-x {
  position: fixed;
  left: auto;
  top: 4%;
  right: 4%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  min-height: 50px;
  padding: 15px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textcontent {
  margin-top: 10px;
  padding-top: 0px;
  color: #eee;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #ffc800;
  font-weight: 900;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #cecece;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}

.wa-button {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #25d366;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.27);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.wa-button:hover {
  background-color: #0b9c41;
}

.text-1 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #002523;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #909090;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

.text-block-2 {
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #cecece;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 3px;
  border-color: #fff8a9;
  border-radius: 15px;
}

.div-display-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}

.text-blue {
  margin-top: 2px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #008f85;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-svg-icon-ori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 150px;
  margin: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 2px;
  border-color: #08b1a5;
  border-radius: 15px;
}

.text-block-3 {
  margin-bottom: 5px;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

.div-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 20px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 #002523;
}

.div-post:hover {
  border-color: #fff;
  box-shadow: 0 0 7px 0 #000;
}

.text-post {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #acacac;
  text-align: center;
}

.text-title-post {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #535353;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.image-7 {
  text-align: center;
}

.text-2 {
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #cecece;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: center;
}

.text-1-h {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #002523;
}

.div-svg-icon-win {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 120px;
  margin: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-svg-icon-fakee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 170px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.embed-icon-fake {
  color: #ff2b00;
}

.embed-icon-win {
  color: #ffc800;
}

.embed-icon-ori {
  color: #1f0;
}

.div-polisi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 20px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 #002523;
}

.div-polisi:hover {
  border-color: #fff;
  box-shadow: 0 0 7px 0 #000;
}

.text-block-7 {
  margin-top: 6px;
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
}

.bold-text-3 {
  text-align: left;
}

.text-block-8 {
  margin-bottom: 35px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #08b1a5;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.frosted-glass {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
}

._404-box {
  margin-bottom: 0px;
  color: #fff;
  font-size: 218px;
  line-height: 1;
}

.header-error {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.diivider {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.6);
}

._404-details {
  max-width: 260px;
  color: hsla(0, 0%, 100%, 0.64);
}

.utility-button-2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #000;
  font-family: Lato, sans-serif;
  text-align: center;
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 1;
}

@media screen and (min-width: 1920px) {
  .frosted-glass {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.02);
  }

  ._404-box {
    display: block;
    margin-bottom: 0px;
    color: #fff;
    font-size: 218px;
    line-height: 1;
  }

  .header-error {
    font-size: 56px;
    line-height: 1.2;
  }

  .diivider {
    width: 100%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  ._404-details {
    max-width: 260px;
  }

  .utility-button-2 {
    width: 100%;
    background-color: #000;
  }

  .tukarayat {
    color: #016edb;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .main-button {
    width: 98%;
    border-width: 2px;
  }

  .hero-h1 {
    text-align: center;
  }

  .feature {
    font-size: 15px;
  }

  .text-blue {
    font-size: 29px;
  }

  .text-block-3 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .text-post {
    text-align: center;
  }

  .text-title-post {
    text-align: center;
  }

  .text-2 {
    font-size: 0.9em;
    line-height: 1.3em;
  }

  .header-error {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-main-image {
    width: 95%;
  }

  .div-block-content {
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-button {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .smalltextbutton {
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-contest {
    width: 95%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .hero-paragraph {
    font-size: 14px;
    line-height: 1.1;
  }

  .feature {
    font-size: 13px;
    line-height: 1.2em;
  }

  .subtext {
    font-size: 16px;
    line-height: 20px;
  }

  .formfield {
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-tutorial {
    width: 90%;
  }

  .paragraph-2 {
    width: 90%;
  }

  .image-gif {
    width: 90%;
  }

  .panduan-wrapper {
    padding-top: 60px;
  }

  .div-block-13 {
    margin-bottom: 50px;
  }

  .panduan-text {
    text-align: center;
  }

  .div-svg-icon-x {
    left: auto;
    top: auto;
    right: auto;
    bottom: 3%;
  }

  .textcontent {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-1 {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .text-block {
    font-size: 1em;
    line-height: 1.4em;
  }

  .text-block-2 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .text-blue {
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .text-post {
    text-align: center;
  }

  .text-title-post {
    text-align: center;
  }

  .text-2 {
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .text-1-h {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .header-error {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 479px) {
  .page-load {
    display: none;
  }

  .section-1 {
    padding-top: 80px;
  }

  .div-block-content {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-button {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
    line-height: 24px;
  }

  .smalltextbutton {
    font-size: 11px;
    line-height: 14px;
  }

  .hero-h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .hero-paragraph {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .feature {
    font-size: 10px;
    line-height: 1.1em;
  }

  .subtext {
    font-size: 16px;
    line-height: 20px;
  }

  .formfield {
    width: 100%;
    height: 60px;
  }

  .div-block-11 {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-tutorial {
    width: 90%;
  }

  .panduan-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .div-block-13 {
    margin-bottom: 100px;
  }

  .panduan-text {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }

  .button-1 {
    font-size: 0.8em;
    line-height: 1.3em;
  }

  .div-svg-icon-x {
    left: auto;
    top: auto;
    right: auto;
    bottom: 3%;
  }

  .textcontent {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .wa-button {
    width: 100%;
  }

  .text-1 {
    font-size: 2em;
    line-height: 1.2em;
  }

  .text-block {
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .div-display-success {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-blue {
    font-size: 26px;
    line-height: 32px;
    text-decoration: none;
  }

  .div-svg-icon-ori {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-3 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .div-post {
    padding: 10px 10px 20px;
  }

  .text-post {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .text-title-post {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .text-2 {
    line-height: 1.3em;
  }

  .text-1-h {
    font-size: 2em;
    line-height: 1.2em;
  }

  .div-svg-icon-win {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-svg-icon-fakee {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-polisi {
    padding: 10px 10px 20px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .text-block-9 {
    font-size: 0.8em;
    line-height: 1.8em;
  }

  ._404-box {
    font-size: 159px;
  }

  .header-error {
    font-size: 28px;
  }
}

