@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");@import url("https://fonts.cdnfonts.com/css/svn-gilroy");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");



* {
  margin: 0;
  padding: 0;
}

:root {
  --n: 30;
  --t: 4px;
  --d: 4deg;
}

html {
  scroll-behavior: smooth;
  font-size: 12px;
}
@media (min-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@font-face {
  font-family: "SVN-Drainwood";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");
}
@font-face {
  font-family: "SVN-Peristiwa";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");
}
body {
  font-family: "Roboto Flex", sans-serif;
  color: #4E514F;
}

.container-fluid {
  padding: 0 9px;
  max-width: 1300px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding: 0;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: initial;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.fwb {
  font-weight: bold !important;
}

.outline-0 {
  outline: none !important;
}

.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.z-n1 {
  z-index: -1;
}

.top-0 {
  top: 0 !important;
}

.top-1-2 {
  top: 50% !important;
}

.left-0 {
  right: 0 !important;
}

.bottom-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-y-1-2 {
  transform: translateY(-50%);
}

.left-y-1-2 {
  transform: translateX(-50%);
}

.o0 {
  opacity: 0 !important;
}

.rounded-xsm {
  border-radius: 0.25rem !important;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 18px 5px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 130%;
  width: 230px;
  height: 56px;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .btn {
    padding: 18px 10px;
    font-size: 1rem;
  }
}
.btn .icon {
  margin-left: 8px;
  width: 1.5rem;
  height: 1.5rem;
}

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

.logo {
  width: 213px;
  height: 44px;
}

h1 {
  font-weight: 400;
  font-size: 2.286rem;
  line-height: 120%;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.25rem;
    line-height: 120%;
  }
}

h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 38px;
  }
}

textarea {
  resize: none;
}

.modal-backdrop.show {
  opacity: 0.7;
  background: #2e2e2e;
}

.modal-content {
  border-radius: 1.5rem;
  background: #fff;
  padding: 3.5rem 1.5rem 2rem;
}
@media (min-width: 992px) {
  .modal-content {
    padding: 3rem;
  }
}

.modal {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal .close {
  opacity: 1;
  width: 2rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
@media (min-width: 992px) {
  .modal .close {
    width: 3rem;
    height: 3rem;
  }
}
.modal .form-group {
  margin-bottom: 1.5rem;
}
.modal h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  color: #E2313B;
  margin-bottom: 2rem;
}
.modal label {
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  margin-bottom: 8px;
}
.modal label span {
  color: #4E514F;
}
.modal input, .modal .select2-container--default .select2-selection--single, .modal textarea {
  border-radius: 8px;
  outline: none;
  height: 50px;
  padding: 0.875rem 1rem;
}
.modal input:focus, .modal .select2-container--default .select2-selection--single:focus, .modal textarea:focus {
  outline: none;
  box-shadow: none;
  background: #F1F9FF;
  border-color: #F1F9FF;
}
.modal input::-webkit-input-placeholder, .modal .select2-container--default .select2-selection--single::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
  /* Edge */
  color: #C6CBD0;
}
.modal input:-ms-input-placeholder, .modal .select2-container--default .select2-selection--single:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C6CBD0;
}
.modal input::placeholder, .modal .select2-container--default .select2-selection--single::placeholder, .modal textarea::placeholder {
  color: #C6CBD0;
}
.modal textarea {
  height: auto;
}
.modal .btn {
  border-radius: 4px;
}
.modal .select2-container--default .select2-selection--single {
  padding: 0;
  height: 50px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 16px;
  padding-right: 36px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 15px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background: url(/wp-content/themes/haruco/assets/images/icon-arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.modal .select2-container--default .select2-results > .select2-results__options {
  max-height: 245px;
}
.modal .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal .select2-container--default .select2-results__option--selected,
.modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F9FAFE;
  color: #2E2E2E;
}
.modal .select2-container--default .select2-selection__placeholder {
  color: #4E514F;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.modal .select2-dropdown {
  border-radius: 0px 0px 1.5rem 1.5rem;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(80, 84, 89, 0.08);
  border: none;
  height: 280px;
  padding: 16px;
  top: 8px;
}
.modal .select2-dropdown ::-webkit-scrollbar {
  width: 3px;
}
.modal .select2-dropdown ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F0F0F0;
  border-radius: 10px;
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb {
  background: #4E514F;
  border-radius: 10px;
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #4E514F;
}
.modal .select2-results__option {
  font-size: 16px;
  line-height: 150%;
  color: #2E2E2E;
  padding: 16px;
}

.text-danger {
  font-size: 12px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1100px;
  }
}

.popup-child {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: opacity 0.15s linear;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.popup-child:not(.show) {
  opacity: 0;
}
.popup-child.show {
  display: flex;
}
.popup-child .popup-backdrop {
  opacity: 0.7;
  background: #2e2e2e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
.popup-child .popup-content {
  position: relative;
  z-index: 1041;
  max-width: 100%;
}
.popup-child .popup-body {
  border-radius: 1.5rem;
  background: #fff;
  max-width: 100%;
  margin: auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .popup-child .popup-body {
    padding: 3rem;
    max-width: 808px;
  }
}
.popup-child .close {
  opacity: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 2rem;
  height: 2rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .popup-child .close {
    width: 3rem;
    height: 3rem;
  }
}
.popup-child h2 {
  color: #E2313B;
  tex