@font-face {
  font-family: "Righteous-Regular";
  src: url("../fonts/Righteous-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "OpenSans-bold";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNova-Black';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Black.otf"); }
@font-face {
  font-family: 'ProximaNova-Reg';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Reg.otf"); }
@font-face {
  font-family: 'Proxima-Nova-Extrabold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Proxima-Nova-Extrabold.otf"); }
html {
  scroll-behavior: smooth; }

body, html {
  font-family: 'ProximaNova-Reg'; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Righteous-Regular";
  color: #22275a; }

h1 {
  font-size: 3.6rem;
  display: inline-block;
  border-bottom: 5px solid #eb8d23; }

h2 {
  font-size: 3.2rem;
  color: #22275a; }

h3 {
  font-size: 2rem; }

p {
  font-size: 1.1rem; }
  p strong {
    font-family: 'Proxima-Nova-Extrabold';
    font-weight: normal; }

.grey li {
  font-size: 1.6rem; }

header {
  margin-bottom: 30px; }

.btn-daftar {
  background: #eb8d23;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  font-family: "ProximaNova-Black";
  font-size: 1.4rem; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.grey {
  background: #dcdada;
  padding: 30px 0; }

.blw {
  color: #fff;
  background: #22275a; }
  .blw h3 {
    color: #fff; }
    .blw h3 span {
      color: #eb8d23; }
  .blw .boxx {
    background: #fff;
    margin-top: 30px;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px 15px;
    color: #333; }
    .blw .boxx img {
      float: left;
      width: 56px;
      margin-right: 10px; }

form > p {
  font-size: 1.4rem;
  font-family: 'ProximaNova-Black'; }

.grs {
  padding-bottom: 15px;
  background: url("../img/horizontal-divider-top.png") bottom repeat-x; }

.grs-top {
  padding-bottom: 15px;
  background: url("../img/horizontal-divider-top.png") top repeat-x; }

.custom-control.material-checkbox {
  color: #333;
  font-size: 1.1rem; }

.custom-control.material-checkbox .material-control-input {
  display: none; }

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: #3399c1;
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff; }

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #3399c1;
  transition: .3s; }

.custom-control.material-checkbox .material-control-description {
  margin-left: 10px; }

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px transparent; }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: 0px 0px 0px 15px transparent; } }
.md-radio {
  margin: 16px 0; }

.md-radio input[type="radio"] {
  display: none; }

.md-radio input[type="radio"]:checked + label:before {
  border-color: #3399c1;
  animation: ripple 0.2s linear forwards; }

.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1); }

.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom; }

.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color; }

.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54); }

.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #3399c1; }

#forms h2 {
  color: #333;
  font-family: 'Brandon Grotesque Bold Italic';
  margin-top: 25px;
  margin-bottom: 0; }

.forms .steps {
  text-align: center; }

.forms .steps h4 {
  font-family: 'Brandon Grotesque Black';
  font-size: 1.4rem;
  margin-top: 0;
  display: inline-block; }

.forms .steps h4::after {
  content: "\2192";
  padding-left: 15px;
  padding-right: 10px; }

.forms .steps h4:last-child::after {
  content: ""; }

.forms h5 {
  text-align: center;
  color: #999;
  font-family: 'Brandon Grotesque Regular Italic'; }

.forms label.col-form-label {
  color: #333;
  font-weight: bold; }

.forms .form-check {
  padding-right: 15px; }

.forms .parallelogram {
  margin-top: 55px; }

.forms .parallelogram span {
  padding-left: 10px;
  padding-top: 12px; }

.forms button {
  letter-spacing: 1px; }

.forms .parallelogram::before {
  margin-left: -10px;
  box-shadow: -4px 4px 1px #9cdaf4; }

.forms input[type=file] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.forms .number {
  margin-top: 18px;
  text-align: left; }

.forms .number .minuss, .forms .number .pluss {
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  line-height: 30px; }

.forms .number input {
  height: 34px;
  max-width: 100px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle; }

.forms .number span {
  cursor: pointer; }

.forms .chall {
  margin-top: 30px; }

.forms .chall p {
  text-align: center;
  font-size: 0.8rem; }

.forms .chall .number {
  text-align: center; }

.forms .chall .number .minuss, .forms .chall .number .pluss {
  width: 20%; }

.forms .chall .number input {
  width: 50%; }

.forms .tble {
  text-align: left;
  padding: 30px 30px 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff; }

.forms .tble h3, .forms .tble h1 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0; }

.forms .tble .col-md-8 p {
  border-bottom: 1px dashed #aaa; }

.forms hr {
  border-style: dashed; }

.btn-donas {
  margin: 0px 6px;
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
  color: #79402e;
  text-shadow: 0px 1px 0px #ffde00;
  font-family: 'Brandon Grotesque Black';
  background-image: url("https://www.jawaban.com/payment/assets/img/btns.png");
  background-position-y: repeat;
  background-position-x: no-repeat;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);
  background-size: auto 100%; }

.btn-donas:hover {
  background-image: url("https://www.jawaban.com/payment/assets/img/btns.png");
  color: #79402e;
  background-position-y: repeat;
  background-position-x: no-repeat;
  background-size: auto auto; }

#forms h2 {
  color: #333;
  font-family: 'Brandon Grotesque Bold Italic';
  margin-top: 25px;
  margin-bottom: 0; }

#forms .steps {
  text-align: center; }

#forms .steps h4 {
  font-family: 'Brandon Grotesque Black';
  font-size: 1.4rem;
  margin-top: 0;
  display: inline-block; }

#forms .steps h4::after {
  content: "\2192";
  padding-left: 15px;
  padding-right: 10px; }

#forms .steps h4:last-child::after {
  content: ""; }

#forms h5 {
  text-align: center;
  color: #999;
  font-family: 'Brandon Grotesque Regular Italic'; }

#forms label.col-form-label {
  color: #333;
  font-weight: bold; }

#forms .form-check {
  padding-right: 15px; }

#forms .parallelogram {
  margin-top: 55px; }

#forms .parallelogram span {
  padding-left: 10px;
  padding-top: 12px; }

#forms button {
  letter-spacing: 1px; }

#forms .parallelogram::before {
  margin-left: -10px;
  box-shadow: -4px 4px 1px #9cdaf4; }

#forms input[type=file] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

#forms .number {
  margin-top: 18px;
  text-align: left; }

#forms .number .minuss, #forms .number .pluss {
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  line-height: 30px; }

#forms .number input {
  height: 34px;
  max-width: 100px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle; }

#forms .number span {
  cursor: pointer; }

#forms .chall {
  margin-top: 30px; }

#forms .chall p {
  text-align: center;
  font-size: 0.8rem; }

#forms .chall .number {
  text-align: center; }

#forms .chall .number .minuss, #forms .chall .number .pluss {
  width: 20%; }

#forms .chall .number input {
  width: 50%; }

#forms .tble {
  text-align: left;
  padding: 30px 30px 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff; }

#forms .tble tr td:last-child p {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px dashed #aaa; }

#forms .tble h3, #forms .tble h1 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0; }

#forms hr {
  border-style: dashed; }

.arti {
  padding: 40px 0 0;
  background-color: #333;
  margin-top: 130px;
  background-image: url("https://www.jawaban.com/payment/assets/img/horizontal-divider-top1.png");
  background-repeat: repeat-x;
  background-position: top; }

.arti .container {
  margin-bottom: 0; }

.arti .container p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 0.9rem; }

.arti .container p:last-child, .arti .container p > strong {
  color: #edd175;
  display: block; }

.arti .container img {
  margin-top: -100px;
  border: 3px solid #999;
  border-radius: 5px; }

.arti .logos {
  background-image: url("https://www.jawaban.com/payment/assets/img/horizontal-divider-top1.png");
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 20px;
  padding-bottom: 5px; }

.arti .logos .row.justify-content-center {
  background-image: url("https://www.jawaban.com/payment/assets/img/horizontal-divider-top1.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-left: 0;
  padding-top: 30px;
  margin-right: 0; }

.arti .logos .row.justify-content-center img {
  padding-bottom: 15px; }

footer {
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  background: #333; }

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards; }

.progress-bar .title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s; }

@keyframes progress {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media (max-width: 768px) {
  #body {
    padding-top: 0px;
    padding-bottom: 0px; }

  #body .container {
    border-radius: 0; }

  .navbar-brand img {
    max-width: 240px; }

  .event-3 .container .info3 h3 {
    margin-bottom: 10px;
    font-size: 28px; }

  .grin-w {
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1.5rem;
    background-color: #23b3bc;
    margin-left: 0;
    margin-right: 0; }

  .qmark {
    display: none; }

  .yell h2 {
    font-size: 1.6rem; }

  .qrc h3 {
    color: #fff;
    font-size: 1.2rem; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style-sehat.css.map */
