@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: #2B4A8B; }

a, a:hover, a:focus {
  color: #21396c;
  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: #2B4A8B; }
  .btn-main:hover {
    background-color: #375fb2; }

.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 #2B4A8B;
    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: #ED1C24; }
  .button-chat li a {
    display: block;
    padding: 12px 30px;
    min-width: 140px;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    background: #2B4A8B; }
    .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; } }
#main-page {
  position: relative;
  min-height: calc(calc(100vh - 92px) - 64px);
  overflow: hidden; }

.page {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(calc(100vh - 92px) - 64px); }
  .page.page-active {
    position: relative;
    display: block; }

#home {
  background: #F94626; }

.content-home {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .content-home:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/sirine.png") no-repeat center;
    background-position: center center;
    background-size: 340px;
    z-index: 1; }
  .content-home h1 {
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    font-size: 3.125rem;
    font-weight: 700;
    text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.32);
    line-height: 65px;
    z-index: 2; }
  .content-home p {
    position: relative;
    margin-bottom: 50px;
    color: #fff;
    text-shadow: 0px 0px 2px black;
    z-index: 2; }
    .content-home p span {
      padding: 0 3px;
      background: #1B83DC;
      border-radius: 5px; }
  .content-home a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    background: #1B83DC;
    border: 4px solid #3F97E1;
    border-radius: 30px;
    white-space: nowrap;
    z-index: 2; }
    .content-home a span {
      margin-right: 30px; }
    .content-home a img {
      display: inline-block;
      width: 30px; }

#kuis-intro {
  background: url("../../images/bg-intro.png") no-repeat, #1b83dc;
  background-size: cover; }

.content-kuis-intro {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .content-kuis-intro h3 {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
    line-height: 45px; }
    .content-kuis-intro h3 span {
      padding: 1px 5px;
      border-radius: 5px;
      background: #F94626; }
  .content-kuis-intro p {
    margin-bottom: 40px;
    color: #fff;
    text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.32); }
  .content-kuis-intro a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    background: #F94626;
    border-radius: 30px;
    border: 4px solid #FE8100; }

@media only screen and (max-width: 767.8px) {
  #main-page, .page {
    min-height: auto; }

  .content-home {
    padding-top: 50px;
    padding-bottom: 50px; }
    .content-home:before {
      background-size: 80%; }
    .content-home h1 {
      font-size: 1.875rem;
      line-height: 45px; }
    .content-home p br {
      display: none; }

  .content-kuis-intro {
    padding-top: 50px;
    padding-bottom: 50px; }
    .content-kuis-intro h3 {
      font-size: 1.625rem;
      line-height: 45px; }
      .content-kuis-intro h3 br {
        display: none; } }
#quiz {
  padding-top: 60px;
  padding-bottom: 20px;
  background: url("../../images/bg-quiz.png") no-repeat center center, #FFB636;
  background-size: cover;
  overflow: hidden; }

.quiz-question {
  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; }

.number-question img {
  max-height: 200px; }

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

.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; }

.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;
  min-height: 65px;
  background: #1B83DC;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s; }
  .item-answer:hover, .item-answer.active {
    background: #105A9A; }
  .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: #fff; }

.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-question {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px; }

  .number-question {
    margin-bottom: 20px; }
    .number-question img {
      max-height: 100px; }

  .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 {
  background: url("../../images/bg-intro.png") no-repeat, #1b83dc;
  background-size: cover; }

.content-data-diri {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .content-data-diri h3 {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.32);
    line-height: 45px; }
    .content-data-diri h3 span {
      color: #FFE536; }
  .content-data-diri p {
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.32); }
    .content-data-diri p:last-child {
      margin-top: 40px;
      font-size: 0.75rem;
      font-style: italic; }
    .content-data-diri p a {
      color: #FFE536;
      font-weight: 600; }
  .content-data-diri > span {
    margin-bottom: 40px;
    display: block;
    color: #FFE536;
    font-weight: 600; }
  .content-data-diri > a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    background: #F94626;
    border-radius: 30px;
    border: 4px solid #FE8100;
    white-space: nowrap; }
    .content-data-diri > a span {
      margin-right: 30px; }
    .content-data-diri > a img {
      display: inline-block;
      width: 30px; }

.modal-content-data-diri {
  background: transparent;
  border: none;
  box-shadow: none; }

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

.btn-data-diri {
  position: absolute;
  right: 30px;
  bottom: -23px;
  padding: 8px 25px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
  background: #FF3C46;
  border: 4px solid #FE8100;
  border-radius: 30px;
  cursor: pointer; }

@media only screen and (max-width: 767.8px) {
  .content-data-diri {
    padding-top: 50px;
    padding-bottom: 50px; }
    .content-data-diri h3 {
      font-size: 1.625rem;
      line-height: 45px; }
    .content-data-diri p br {
      display: none; } }
#start-quis {
  position: relative;
  min-height: calc(calc(100vh - 92px) - 64px);
  background: url("../../images/bg-start.png") no-repeat center center, #FFB636;
  background-size: cover;
  overflow: hidden; }

.awan-1, .awan-2, .rocket, .text-start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.awan-1 {
  top: 30%;
  left: 40%; }
  .awan-1 img {
    width: 300px; }

.awan-2 {
  top: 72%;
  left: 60%; }
  .awan-2 img {
    width: 340px; }

.rocket img {
  width: 320px; }

.text-start button {
  font-size: 9.375rem;
  color: #FEF6E1;
  font-weight: 700;
  text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.32);
  background: transparent;
  border: none;
  cursor: pointer; }

#start-quis.active-start-quis .awan-1 {
  animation: anim-awan-1 3s ease-in-out infinite;
  animation-delay: 1s; }
#start-quis.active-start-quis .awan-2 {
  animation: anim-awan-2 3s ease-in-out infinite;
  animation-delay: 1s; }
#start-quis.active-start-quis .rocket {
  animation: anim-rocket 3s ease-in-out infinite; }
#start-quis.active-start-quis .text-start {
  animation: anim-text-start 3s ease-in-out infinite;
  animation-delay: 1s; }

@keyframes anim-text-start {
  100% {
    transform: scale(20); } }
@keyframes anim-rocket {
  0% {
    left: 50%;
    top: 50%; }
  25% {
    left: 40%;
    top: 70%; }
  100% {
    left: 70%;
    top: -100px; } }
@keyframes anim-awan-1 {
  0% {
    left: 40%; }
  100% {
    left: -200px;
    transform: scale(2); } }
@keyframes anim-awan-2 {
  0% {
    left: 60%; }
  100% {
    left: 120%;
    transform: scale(2); } }
@media only screen and (max-width: 575px) {
  .rocket img {
    width: 200px; }

  .text-start button {
    font-size: 5rem; } }
#result {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../../images/bg-result-blue.png") no-repeat, #1b83dc;
  background-size: cover; }
  #result.red {
    background: url("../../images/bg-result-red.png") no-repeat, #E44529; }

.content-result {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 500px; }
  .content-result h3 {
    text-align: center;
    font-size: 1.5625rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }

.bg-anim-result {
  position: absolute;
  top: 0;
  right: -170px;
  width: 230px;
  animation: anim-avatar 2s ease-in-out infinite; }
  .bg-anim-result img {
    width: auto;
    max-height: 430px; }

.box-point {
  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); }

.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-avatar {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@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: 30px;
  bottom: -23px; }

.btn-share-sosmed {
  padding: 8px 25px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
  background: #FF3C46;
  border: 4px solid #FE8100;
  border-radius: 30px;
  cursor: pointer; }
  .btn-share-sosmed:hover, .btn-share-sosmed:focus {
    color: #fff;
    background: #ff232e; }

.btn-sosmed {
  display: none; }
  .btn-sosmed.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .btn-sosmed li {
    margin-left: 10px; }
    .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: 45px;
      height: 45px;
      font-size: 1.25rem;
      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: uppercase; }
    .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: #F94626;
  text-transform: uppercase;
  border: 4px solid #FE8100;
  border-radius: 30px;
  cursor: pointer; }
  .btn-to-pemenang:hover {
    color: #fff;
    background: #f8310d; }

.btn-learn, .btn-ikut-lagi {
  display: none;
  padding: 8px 20px;
  margin-top: 30px;
  font-size: 0.875rem;
  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-ikut-lagi:hover {
    color: #fff;
    background: #e22e0d; }
  .btn-learn span, .btn-ikut-lagi span {
    margin-right: 20px; }
  .btn-learn img, .btn-ikut-lagi img {
    display: inline-block;
    width: 30px; }

.btn-learn {
  margin-top: 20px; }

@media only screen and (max-width: 575px) {
  .header-modal-result h2 {
    font-size: 1.25rem; } }
#pemenang {
  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; }

@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; } }
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: 767.8px) {
  .sosmed-footer li:before {
    height: 20px; }
  .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 */
