@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");
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{align-items:center;background-color:inherit!important;border:none;color:inherit!important;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25



* {
  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;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 2rem;
}
.popup-child li:not(:last-child) {
  margin-bottom: 16px;
}
.popup-child li .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 8px;
}
.popup-child li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  color: #4E514F;
}

#sendSuccess .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 26px;
}
#sendSuccess p {
  margin-bottom: 30px;
}

.heading-haruco h2 {
  margin-bottom: 5px;
  color: #121F38;
}
@media (min-width: 768px) {
  .heading-haruco h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.3;
  }
}
.heading-haruco .img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .heading-haruco .img {
    margin-bottom: 0px;
  }
}
.heading-haruco p {
  max-width: 927px;
  margin: 0 auto;
  font-weight: 300;
  color: #5A5A5A;
  margin-top: 10px;
  line-height: 25px;
}

.image-cover-h {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover-h img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #EBC499;
  margin-bottom: 24px;
}
@media (min-width: 567px) {
  .heading-type-2 {
    justify-content: space-between;
  }
}
.heading-type-2 a {
  color: #E2313B;
  display: none;
  align-items: center;
  gap: 5px;
}
.heading-type-2 a::after {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_arrow-right-orange.svg");
  width: 15px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 567px) {
  .heading-type-2 a {
    display: flex;
  }
}
.heading-type-2 h2 {
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.2;
  color: #121F38;
  position: relative;
}
@media (min-width: 567px) {
  .heading-type-2 h2 {
    font-size: 28px;
  }
}
.heading-type-2 h2::before {
  content: "";
  display: block;
  width: 100%;
  background: radial-gradient(circle, rgb(255, 109, 62) 0%, rgb(255, 237, 237) 100%);
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 2px;
}
@media (min-width: 567px) {
  .heading-type-2 h2::before {
    background: #E2313B;
  }
}
.heading-type-2 h2::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  background-color: #E2313B;
}
@media (min-width: 567px) {
  .heading-type-2 h2::after {
    right: -5px;
  }
}

.heading-type-3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #121F38;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 567px) {
  .heading-type-3 {
    margin-bottom: 56px;
  }
}
.heading-type-3::before {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/wave-line-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::before {
    display: block;
  }
}
.heading-type-3::after {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/wave-line-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::after {
    display: block;
  }
}

.heading-info {
  border: 1px solid #FF6D3E;
  padding: 7px 23px;
  gap: 9px;
  text-transform: uppercase;
  font-size