@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  font-family: "Work Sans", sans-serif; }

html, body {
  height: 100%;
  color: #1D1D1D; }

a {
  color: #1b83dc; }

a, a:hover, a:focus {
  color: #176db8;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  color: #6f6f6f;
  margin-bottom: 1.5em; }

.img {
  display: block;
  width: 100%; }

.ul {
  padding: 0;
  margin: 0; }
  .ul li {
    list-style: none; }

.ul-inline li {
  display: inline-block; }

.help-block {
  font-size: 13px; }

.cursor-pointer {
  cursor: pointer !important; }

body > [id^="beacon_"],
body > [id*=" beacon_"] {
  display: none; }

.error-form, .form-error {
  display: block;
  margin-top: 5px;
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  color: #F00; }
  .error-form p, .form-error p {
    margin-bottom: 0;
    color: #F00;
    line-height: 11px; }

.alert {
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 2px; }
  .alert.alert-danger a {
    color: #721c24;
    font-weight: bold; }

.alert-mini {
  padding: 7px 15px !important; }

.alert .close {
  margin-top: -4px; }

.icon-facebook {
  color: #295396 !important; }

.icon-twitter {
  color: #28aae1 !important; }

.icon-instagram {
  color: #d6249f !important; }

.empty-data {
  padding: 50px 0;
  text-align: center; }
  .empty-data img {
    width: 50%; }

label sup {
  color: red; }

.group-input {
  margin-bottom: 10px; }

.custom-input {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.7);
  border-radius: 4px;
  overflow: hidden; }
  .custom-input .input-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    color: #787878;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1; }
    .custom-input .input-icon .fa {
      font-size: 0.9375rem; }
  .custom-input input {
    position: relative;
    padding: 8px 40px;
    padding-right: 15px;
    width: 100%;
    color: #676767;
    font-size: 0.8125rem;
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 2; }

.custom-select {
  font-size: 0.8125rem; }
  .custom-select.sort {
    padding: 5px 10px;
    padding-right: 30px;
    height: auto;
    font-size: 0.8125rem; }

.text {
  font-size: 0.875rem; }
  .text p, .text li {
    font-size: 0.875rem;
    line-height: 24px; }

.paragraph p {
  font-size: 1rem;
  line-height: 34px; }

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none; }

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px; }

.select2-container--default.select2-container--open {
  border-color: #3c8dbc; }

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-results__option {
  padding: 6px 12px;
  font-size: 13px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0; }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  padding-left: 15px;
  border: 1px solid #d2d6de;
  font-size: 14px !important; }

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
  font-size: 13px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7); }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px; }

.btn-main {
  color: #fff;
  background-color: #1b83dc; }
  .btn-main:hover {
    background-color: #429be8; }

.btn-wa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #11a80b;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
  z-index: 999; }
  .btn-wa .fa {
    font-size: 2rem;
    color: #fff; }

.form-group label {
  margin-bottom: 5px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7); }

.form-control {
  padding: 8px 12px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  border: solid 1px #e0e0e0;
  border-radius: 3px; }
  .form-control:focus {
    border: solid 1px #1b83dc;
    box-shadow: none; }
  .form-control:invalid {
    box-shadow: none; }

.btn {
  padding: 10px 27px;
  font-size: 0.8125rem;
  border-radius: 3px; }

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
  border-radius: 3px; }

.btn-tbl {
  padding: 5px 10px;
  font-size: 0.6875rem;
  background-color: #f1f1f1;
  border-radius: 3px; }
  .btn-tbl.success, .btn-tbl.primary {
    color: #fff; }
  .btn-tbl.success {
    color: #fff;
    background-color: #28a745; }
  .btn-tbl.primary {
    background-color: #007bff; }

.wrap-carousel-promo, .wrap-carousel-new {
  position: relative; }
  .wrap-carousel-promo:hover .arrow-nav.pro-prev img, .wrap-carousel-promo:hover .arrow-nav.pro-next img, .wrap-carousel-promo:hover .arrow-nav.promo-prev img, .wrap-carousel-promo:hover .arrow-nav.promo-next img, .wrap-carousel-new:hover .arrow-nav.pro-prev img, .wrap-carousel-new:hover .arrow-nav.pro-next img, .wrap-carousel-new:hover .arrow-nav.promo-prev img, .wrap-carousel-new:hover .arrow-nav.promo-next img {
    opacity: 1; }

.arrow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .arrow-nav.promo-prev.arrow-left, .arrow-nav.promo-next.arrow-left {
    left: -60px; }
  .arrow-nav.promo-prev.arrow-right, .arrow-nav.promo-next.arrow-right {
    right: -60px; }
  .arrow-nav.promo-prev img, .arrow-nav.promo-next img {
    width: 50px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .arrow-nav.pro-prev.arrow-left, .arrow-nav.pro-next.arrow-left {
    left: -40px; }
  .arrow-nav.pro-prev.arrow-right, .arrow-nav.pro-next.arrow-right {
    right: -40px; }
  .arrow-nav.pro-prev img, .arrow-nav.pro-next img {
    width: 30px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

input:focus, button:focus {
  outline: none; }

.wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.item h1 {
  font-size: 2.625rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px; }
.item h2 {
  font-size: 1rem;
  color: #898989;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

.toast-success {
  color: #155724;
  background: #d4edda; }

.toast-warning {
  color: #856404;
  background: #fff3cd; }

.toast-danger {
  color: #721c24;
  background: #f8d7da; }

.whatsapp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99; }
  .whatsapp li {
    margin-right: 10px; }
    .whatsapp li:last-child {
      margin-right: 0; }
    .whatsapp li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 50px;
      height: 50px;
      font-size: 2rem;
      color: #fff;
      background: green;
      border-radius: 50%; }
      .whatsapp li a:hover {
        background: #009a00; }

.button-chat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99; }
  .button-chat li:last-child a {
    background: #F94626; }
  .button-chat li a {
    display: block;
    padding: 12px 30px;
    min-width: 140px;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    background: #1b83dc; }
    .button-chat li a .fa {
      margin-right: 5px; }

/*Star rating*/
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  -moz-user-select: none;
  -webkit-user-select: none; }

.rating-stars ul > li.star {
  display: inline-block;
  cursor: pointer; }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */ }

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36; }

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C; }

/*Item ulasan*/
.wrap-ulasan-member {
  width: 100%; }

.item-ulasan-member {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px dotted #DEDEDE; }

.item-ulasan-member:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.item-ulasan-member .img-ulasan {
  width: 95px; }

.item-ulasan-member .body-ulasan {
  margin-left: 15px;
  width: calc(100% - 110px); }

.item-ulasan-member .body-ulasan .form-control {
  margin-bottom: 5px;
  border-radius: 2px; }

.progressbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999; }
  .progressbar .progressbar-inner {
    width: 100%;
    width: 0;
    height: 3px;
    background: #ed1c24; }

@media only screen and (max-width: 1024px) {
  .arrow-nav {
    display: none; } }
@media only screen and (max-width: 991px) {
  .button-chat {
    width: 100%; }
    .button-chat li {
      width: 50%; } }
@media only screen and (max-width: 767.8px) {
  .paragraph p {
    font-size: 0.9375rem;
    line-height: 26px; } }
header {
  position: relative;
  padding: 12px 0;
  background-color: #fff;
  z-index: 9998; }

.logo-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.logo {
  display: block;
  margin-right: 20px; }
  .logo img {
    height: 50px; }

.logo-center {
  display: block; }
  .logo-center img {
    height: 60px; }

.sublogo {
  display: block; }
  .sublogo img {
    height: 68px; }

@media only screen and (max-width: 767.8px) {
  .logo img {
    height: 35px; }

  .logo-center img {
    height: 45px; }

  .sublogo img {
    height: 53px; } }
@media only screen and (max-width: 575px) {
  header {
    padding: 8px 0; }

  .logo img {
    height: 30px; }

  .logo-center img {
    height: 30px; }

  .sublogo img {
    height: 45px; } }
#banner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 20px;
  background: url("../../images/bg-banner.png") no-repeat #1b83dc;
  background-size: cover;
  overflow: hidden; }
  #banner::before {
    display: none;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: url("../../images/awan.png") no-repeat;
    background-size: cover; }

#content-banner {
  position: relative; }
  #content-banner::before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: 0;
    width: 171px;
    height: 199px;
    background: url("../../images/buku.png") no-repeat;
    background-size: cover; }
  #content-banner::after {
    position: absolute;
    content: '';
    right: -100px;
    bottom: 0;
    width: 243px;
    height: 227px;
    background: url("../../images/papan.png") no-repeat;
    background-size: cover; }
  #content-banner h1, #content-banner h2, #content-banner p {
    color: #fff;
    text-align: center; }
  #content-banner h1 {
    font-size: 7.9375rem;
    line-height: 115px;
    font-weight: 700; }
  #content-banner h2 {
    font-size: 3.0625rem;
    font-weight: 700; }
  #content-banner p {
    margin: 25px 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 28px; }
  #content-banner a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    background: #F94626;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }

#about {
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
  background: #1b83dc;
  background: url("../../images/bg-awan.png") no-repeat #1b83dc;
  background-size: cover; }
  #about::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 490px;
    height: 755px;
    background: url("../../images/tangan.png") no-repeat;
    background-size: cover; }

#content-about {
  width: 50%; }
  #content-about h2 {
    margin-bottom: 28px;
    font-size: 2.6875rem;
    color: #1b83dc;
    font-weight: 700; }
  #content-about p {
    margin-bottom: 28px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #1b83dc; }
  #content-about a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #F94626;
    border-radius: 30px; }

@media only screen and (max-width: 991.8px) {
  #banner::before {
    height: 100px; }

  #content-banner::before, #content-banner::after {
    display: none; }
  #content-banner h1 {
    font-size: 6.25rem;
    line-height: 100px; }
  #content-banner h2 {
    font-size: 2.375rem; }

  #about {
    padding-top: 150px;
    padding-bottom: 70px; }
    #about::before {
      display: none; }

  #content-about {
    width: 100%; }
    #content-about h2 {
      font-size: 2.25rem; }
      #content-about h2 br {
        display: none; } }
@media only screen and (max-width: 767.8px) {
  #content-banner h1 {
    font-size: 4.375rem;
    line-height: 70px; }
  #content-banner h2 {
    font-size: 1.75rem; }
  #content-banner p {
    font-size: 0.9375rem;
    line-height: 26px; }

  #content-about h2 {
    margin-bottom: 20px;
    font-size: 1.75rem; }
  #content-about p {
    margin-bottom: 28px;
    font-size: 1.125rem; } }
@media only screen and (max-width: 575.8px) {
  #content-banner h1 {
    font-size: 3.125rem;
    line-height: 60px; }
  #content-banner h2 {
    font-size: 1.375rem; }
  #content-banner p {
    font-size: 0.875rem;
    line-height: 24px; }

  #content-about h2 {
    font-size: 1.5rem; }
  #content-about p {
    margin-bottom: 24px;
    font-size: 1rem; } }
#quiz {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  height: auto;
  min-height: calc(100% - 156px);
  background: url("../../images/bg-result.png") no-repeat, #1b83dc;
  background-size: cover;
  overflow: hidden; }
  #quiz::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: url("../../images/bg-result-bottom.png") no-repeat;
    background-size: cover;
    background-position: top center; }

.quiz-question {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px;
  z-index: 99; }

.number-question h1 {
  font-size: 8.125rem;
  color: #FFB636;
  font-weight: 700; }

.content-question {
  margin-left: 50px; }
  .content-question h3 {
    font-size: 1.5625rem;
    color: #fff;
    font-weight: 700;
    line-height: 42px;
    text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); }

.quiz-answer {
  padding-top: 55px;
  padding-bottom: 30px; }
  .quiz-answer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .quiz-answer ul li {
      margin-bottom: 30px;
      width: 50%;
      padding: 0 15px; }

.container-answer {
  display: block;
  position: relative;
  margin-bottom: 0; }
  .container-answer.answer-true .answer-check-mark {
    visibility: visible; }
  .container-answer.answer-false .answer-false-mark {
    visibility: visible; }

.container-answer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .container-answer input:checked ~ .item-answer {
    background: #105A9A; }
    .container-answer input:checked ~ .item-answer::before {
      color: #fff; }
    .container-answer input:checked ~ .item-answer p {
      color: #fff; }

.item-answer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 10px 80px;
  padding-right: 15px;
  min-height: 65px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s; }
  .item-answer:hover, .item-answer.active {
    background: #1b83dc; }
    .item-answer:hover::before, .item-answer.active::before {
      color: #fff; }
    .item-answer:hover p, .item-answer.active p {
      color: #fff; }
  .item-answer:before {
    position: absolute;
    content: attr(data-choice);
    left: -10px;
    top: 0;
    font-family: "Poppins", sans-serif;
    font-size: 6.875rem;
    color: #1370BF;
    font-weight: 700;
    line-height: 70px; }
  .item-answer p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375rem;
    color: #1b83dc; }

.answer-check-mark {
  visibility: hidden;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  background: url("../../images/icon-check.png") no-repeat;
  background-size: contain;
  z-index: 2; }

.answer-false-mark {
  visibility: hidden;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  background: url("../../images/icon-false.png") no-repeat;
  background-size: contain;
  z-index: 2; }

@media only screen and (max-width: 767.8px) {
  #quiz {
    padding-top: 30px; }
    #quiz::before {
      height: 550px; }

  .quiz-question {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px; }

  .number-question h1 {
    font-size: 6.25rem;
    line-height: 90px; }

  .content-question {
    margin-left: 0;
    width: 100%; }
    .content-question h3 {
      font-size: 1.625rem;
      line-height: 35px;
      text-align: center; }

  .quiz-answer ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .quiz-answer ul li {
      margin-bottom: 20px;
      width: 100%; } }
@media only screen and (max-width: 575px) {
  .content-question h3 {
    font-size: 1.25rem;
    line-height: 29px; }

  .item-answer {
    padding-left: 70px;
    padding-right: 15px;
    min-height: 55px; }
    .item-answer:before {
      left: -5px;
      top: 0;
      font-size: 5rem;
      line-height: 55px; } }
#data-diri {
  padding: 100px 0;
  background: url("../../images/bg-form.png") no-repeat #F94626;
  background-size: cover;
  overflow: hidden; }

.title-data-diri {
  margin-bottom: 35px;
  font-size: 2.6875rem;
  color: #fff;
  font-weight: 700;
  text-align: right; }

.content-data-diri {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.desc-data-diri {
  width: 380px; }
  .desc-data-diri p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
    line-height: 30px; }

.form-data-diri {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-left: 50px; }

.box-form-data-diri {
  position: relative;
  padding: 30px 40px;
  padding-bottom: 3px;
  background: #f6f6f6; }
  .box-form-data-diri::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -38px;
    width: calc(100% + 0.5px);
    height: 40px;
    background: url("../../images/kertas.png") no-repeat;
    background-size: cover; }
  .box-form-data-diri .form-group {
    margin-bottom: 5px; }
  .box-form-data-diri .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none; }
    .box-form-data-diri .form-control::placeholder {
      color: transparent;
      opacity: 1; }
    .box-form-data-diri .form-control::-ms-input-placeholder {
      color: transparent; }

.form-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd; }
  .form-input.alamat {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .form-input.alamat .form-input-label {
      margin-top: 7px; }
  .form-input .form-control {
    font-size: 0.875rem;
    border: none; }

.form-input-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 170px; }
  .form-input-label label {
    margin-bottom: 0;
    font-size: 0.875rem; }

.solatip-one {
  position: absolute;
  content: '';
  left: -55px;
  bottom: 30px;
  width: 100px;
  height: 30px;
  background: rgba(255, 182, 54, 0.6);
  transform: rotate(80deg); }

.solatip-two {
  position: absolute;
  content: '';
  right: -45px;
  top: 60px;
  width: 100px;
  height: 30px;
  background: rgba(255, 182, 54, 0.6);
  transform: rotate(-80deg); }

.pulpen {
  position: absolute;
  content: '';
  right: -50px;
  bottom: -70px;
  width: 83px;
  height: 116px;
  background: url("../../images/pulpen.png") no-repeat; }

.button-data-diri {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 20px;
  margin-top: 90px; }
  .button-data-diri a, .button-data-diri button {
    display: block;
    padding: 10px 30px;
    font-size: 1rem;
    color: #F94626;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border-radius: 30px; }
  .button-data-diri button {
    color: #fff;
    background: #FFB636;
    border: none;
    cursor: pointer; }

.info-data-diri {
  margin: 0 auto;
  margin-top: 40px;
  width: 80%; }
  .info-data-diri p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #fff;
    line-height: 23px;
    text-align: center; }

@media only screen and (max-width: 991.8px) {
  .title-data-diri {
    margin-bottom: 15px;
    font-size: 2.25rem;
    text-align: left; }

  .content-data-diri {
    display: block; }

  .desc-data-diri {
    width: 100%; }
    .desc-data-diri P br {
      display: none; }

  .form-data-diri {
    padding-left: 0;
    width: 100%; } }
@media only screen and (max-width: 767.8px) {
  .title-data-diri {
    font-size: 1.75rem; }

  .desc-data-diri p {
    font-size: 1rem;
    line-height: 25px; }

  .info-data-diri {
    width: 100%; }

  .pulpen {
    right: -30px; } }
@media only screen and (max-width: 575px) {
  #data-diri {
    padding: 50px 0; }

  .title-data-diri {
    font-size: 1.375rem;
    line-height: 28px; }

  .box-form-data-diri {
    padding: 20px 20px; }
    .box-form-data-diri .form-control::placeholder {
      color: #333;
      opacity: 1; }
    .box-form-data-diri .form-control::-ms-input-placeholder {
      color: #333;
      opacity: 1; }

  .button-data-diri {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }

  .form-input-label {
    display: none; }
    .form-input-label label {
      font-size: 0.8125rem; } }
#result {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  height: auto;
  min-height: calc(100% - 156px);
  background: url("../../images/bg-result.png") no-repeat, #1b83dc;
  background-size: cover;
  overflow: hidden; }
  #result.result-red {
    background: url("../../images/bg-red.png") no-repeat, #F94626; }
  #result::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: url("../../images/bg-result-bottom.png") no-repeat;
    background-size: cover;
    background-position: top center; }

.content-result {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 500px; }
  .content-result::before {
    position: absolute;
    content: '';
    left: -170px;
    bottom: 0;
    width: 138px;
    height: 160px;
    background: url("../../images/buku.png") no-repeat;
    background-size: cover; }
  .content-result::after {
    position: absolute;
    content: '';
    right: -250px;
    bottom: 0;
    width: 216px;
    height: 202px;
    background: url("../../images/papan.png") no-repeat;
    background-size: cover; }
  .content-result h3 {
    text-align: center;
    font-size: 1.5625rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }

.info-score {
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 650px;
  z-index: 99; }
  .info-score p {
    font-size: 0.8125rem;
    color: #333;
    text-align: center; }
    .info-score p strong {
      font-weight: 600; }
  .info-score a {
    display: inline-block;
    margin: 0 auto;
    color: #333;
    font-weight: 500;
    text-decoration: underline; }
  .info-score ol {
    padding: 0;
    padding-left: 18px;
    margin: 0;
    margin-top: 10px; }
    .info-score ol li {
      margin-bottom: 5px;
      font-size: 0.875rem; }

#term {
  display: none; }

.box-point {
  position: relative;
  padding: 30px;
  margin-top: 33px;
  background: rgba(255, 255, 255, 0.7);
  border: 4px solid #fff;
  border-radius: 30px;
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.15); }
  .box-point::before {
    position: absolute;
    content: '';
    left: -65px;
    top: -36px;
    width: 55px;
    height: 66px;
    background: url("../../images/kutip-left.png") no-repeat;
    background-size: cover; }
  .box-point::after {
    position: absolute;
    content: '';
    right: -59px;
    top: -36px;
    width: 49px;
    height: 66px;
    background: url("../../images/kutip-right.png") no-repeat;
    background-size: cover; }

.point-value {
  font-size: 9.375rem;
  color: #232323;
  font-weight: bold;
  text-align: center;
  line-height: 150px;
  transform: scale(1.5);
  animation: anim-point 1s ease-in-out 1; }

.value-star {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 30px; }
  .value-star li {
    margin: 0 10px; }
    .value-star li .fa {
      font-size: 2.5rem;
      color: #FA9B29; }

@keyframes anim-point {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.3); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }
.modal-content-result {
  background: transparent;
  border: none;
  box-shadow: none; }

.modal-result {
  position: relative;
  padding: 30px;
  padding-bottom: 60px;
  width: 100%;
  background: #fff;
  border: 4px solid #FE8100;
  border-radius: 30px; }
  .modal-result h2 {
    margin-bottom: 30px;
    font-size: 1.375rem;
    font-weight: 700; }
  .modal-result label {
    color: #232323;
    font-weight: 500; }
  .modal-result .form-control {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0; }

.btn-result {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0; }

.btn-share-sosmed {
  padding: 8px 25px;
  font-size: 0.875rem;
  color: #1b83dc;
  font-weight: 600;
  background: transparent;
  cursor: pointer; }
  .btn-share-sosmed:hover, .btn-share-sosmed:focus {
    color: #1568af; }

.btn-sosmed {
  display: none;
  margin-right: 15px;
  margin-bottom: 15px; }
  .btn-sosmed.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .btn-sosmed li {
    margin-left: 7px; }
    .btn-sosmed li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 40px;
      height: 40px;
      font-size: 1.125rem;
      color: #fff;
      background: #395693;
      border-radius: 50%; }
      .btn-sosmed li a.twitter {
        background: #1c96e9; }

.header-modal-result {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .header-modal-result:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 18px;
    width: 100%;
    height: 1px;
    background: #FE8100; }
  .header-modal-result h2 {
    color: #41AD17;
    text-transform: capitalize; }
    .header-modal-result h2.red {
      color: #E44529; }

.score-result {
  text-align: right; }

.score-result-value {
  font-weight: bold; }

.score-result-star {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 10px;
  font-size: 1.125rem;
  color: #FA9B29;
  background: #fff; }
  .score-result-star li {
    margin-left: 8px; }

.body-modal-result h3 {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: bold; }
.body-modal-result p {
  font-size: 0.875rem; }
  .body-modal-result p:last-child {
    margin-bottom: 0; }

.btn-to-pemenang {
  display: inline-block;
  padding: 8px 25px;
  margin-top: 30px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
  background: #1b83dc;
  border-radius: 30px;
  cursor: pointer; }
  .btn-to-pemenang:hover, .btn-to-pemenang:focus {
    color: #fff;
    background: #1875c5; }

.group-red-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.btn-learn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 8px 20px;
  margin-top: 20px;
  width: 250px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 600;
  background: #F34D2F;
  border-radius: 30px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }
  .btn-learn:hover, .btn-learn:focus {
    color: #fff;
    background: #e22e0d; }
  .btn-learn span {
    margin-right: 20px; }
  .btn-learn img {
    display: inline-block;
    width: 20px; }

@media only screen and (max-width: 575px) {
  .header-modal-result h2 {
    font-size: 1.25rem; }

  .point-value {
    transform: scale(1.2); }

  @keyframes anim-point {
    0% {
      transform: scale(1); }
    25% {
      transform: scale(1.5); }
    50% {
      transform: scale(1); }
    100% {
      transform: scale(1.2); } } }
.page-pemenang {
  min-height: calc(100% - 156px);
  background: url("../../images/bg-intro.png") no-repeat, #1b83dc;
  background-size: cover; }

.content-pemenang {
  padding-top: 50px;
  padding-bottom: 50px; }
  .content-pemenang h2 {
    margin-bottom: 15px;
    font-size: 2.5rem;
    color: #FFE536;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    text-align: center; }
  .content-pemenang p {
    margin-bottom: 0;
    color: #fff;
    text-align: center; }

.wrap-pemenang {
  position: relative;
  padding: 15px;
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
  max-width: 750px;
  background: #FFB636;
  border-radius: 30px; }
  .wrap-pemenang:before {
    position: absolute;
    content: '';
    top: -23px;
    left: -45px;
    width: 90px;
    height: 140px;
    background: url("../../images/piagam.png") no-repeat;
    background-size: contain; }
  .wrap-pemenang > h3 {
    font-size: 1.25rem;
    color: #333;
    text-align: center;
    font-weight: 600;
    line-height: 20px; }

.table-pemenang {
  margin-top: 15px;
  width: 100%;
  background: #fff; }
  .table-pemenang th, .table-pemenang td {
    padding: 8px 20px;
    border: 2px solid #FFB636; }
  .table-pemenang th {
    font-size: 0.875rem;
    font-weight: 600; }
  .table-pemenang td {
    font-size: 0.875rem; }

.btn-bulan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 30px; }
  .btn-bulan li {
    margin-right: 10px; }
    .btn-bulan li a {
      display: block;
      padding: 8px 20px;
      font-size: 0.875rem;
      color: #fff;
      background: #F94626;
      border: 3px solid #ffa303;
      border-radius: 30px; }
      .btn-bulan li a:hover {
        background: #e62806; }

@media only screen and (max-width: 767.8px) {
  .content-pemenang h2 {
    font-size: 1.75rem; }
  .content-pemenang p {
    font-size: 0.875rem; }

  .wrap-pemenang {
    padding: 10px 2px;
    padding-bottom: 1px;
    margin-top: 30px;
    border-radius: 30px 30px 0 0; }
    .wrap-pemenang:before {
      display: none; }
    .wrap-pemenang > h3 {
      font-size: 1rem; }

  .table-pemenang {
    margin-top: 10px; }
    .table-pemenang thead {
      display: none; }
    .table-pemenang tr {
      border-bottom: 1px solid #FFB636; }
    .table-pemenang td {
      position: relative;
      display: block;
      padding: 5px;
      width: 100%;
      font-size: 0.75rem;
      border: none; }
      .table-pemenang td:before {
        display: inline-block;
        content: attr(data-label);
        margin-right: 10px;
        width: 60px;
        font-weight: 600; } }
@media only screen and (max-width: 575px) {
  .content-pemenang h2 {
    font-size: 1.25rem; } }
#gallery {
  padding-top: 50px;
  padding-bottom: 70px;
  background: url("../../images/bg-gallery.png") no-repeat #FFB636;
  background-size: cover; }

.title-gallery {
  margin-bottom: 50px;
  font-size: 2.6875rem;
  color: #fff;
  font-weight: 700;
  text-align: center; }

.item-gallery {
  padding: 20px;
  margin: 10px;
  padding-bottom: 30px; }
  .item-gallery a {
    display: block; }
    .item-gallery a img {
      display: block;
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25); }

.owl-item.active.center {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.container-gallery {
  position: relative;
  padding: 0 30px; }

.nav-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #000;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99; }
  .nav-gallery .fa {
    font-size: 1.25rem; }

.nav-prev {
  left: 0; }
  .nav-prev .fa {
    margin-left: -2px; }

.nav-next {
  right: 0; }
  .nav-next .fa {
    margin-right: -2px; }

@media only screen and (max-width: 991.8px) {
  .title-gallery {
    margin-bottom: 20px;
    font-size: 2.25rem; }

  .item-gallery {
    padding: 20px 10px;
    margin: 10px 0; } }
@media only screen and (max-width: 767.8px) {
  .title-gallery {
    margin-bottom: 15px;
    font-size: 1.75rem; } }
@media only screen and (max-width: 575.8px) {
  .owl-item.active.center {
    -webkit-transform: scale(1);
    transform: scale(1); } }
footer {
  position: relative;
  padding: 20px 0;
  background: #fff;
  z-index: 30; }

.sosmed-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .sosmed-footer li {
    position: relative;
    margin: 0 20px; }
    .sosmed-footer li:before {
      position: absolute;
      content: '';
      top: 50%;
      right: -20px;
      width: 1px;
      height: 30px;
      background: #B0BCD3;
      transform: translateY(-50%); }
    .sosmed-footer li:last-child:before {
      display: none; }
    .sosmed-footer li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-size: 1rem;
      color: #2B4A8B; }
      .sosmed-footer li a .fa {
        margin-right: 10px;
        font-size: 1.5rem;
        color: #FE8100; }
      .sosmed-footer li a img {
        margin-right: 10px; }

@media only screen and (max-width: 991.8px) {
  .sosmed-footer li {
    margin: 0 10px; }
    .sosmed-footer li:before {
      right: -10px;
      height: 20px; }
    .sosmed-footer li a .fa {
      margin-right: 5px;
      font-size: 1.125rem; } }
@media only screen and (max-width: 767.8px) {
  .sosmed-footer li:before {
    height: 20px; }
  .sosmed-footer li a {
    font-size: 0.875rem; }
    .sosmed-footer li a span {
      display: none; } }
@media only screen and (max-width: 320px) {
  .sosmed-footer li {
    margin: 0 10px; }
    .sosmed-footer li:before {
      right: -10px;
      height: 10px; } }

/*# sourceMappingURL=lwd.style.css.map */
