
@charset "UTF-8";
.hc-detail__banner {
  margin-bottom: 10px;
}
.hc-detail__banner img {
  min-height: 120px;
}

.hc-detail__tab {
  position: sticky;
  z-index: 2;
  top: 65px;
}
.hc-detail__tab--item {
  height: 74px;
  font-size: 18px;
  border-bottom: 6px solid transparent;
  background-color: var(--color-white-soft);
}
@media (max-width: 767.98px) {
  .hc-detail__tab--item {
    font-size: 12px;
    height: 42px;
    border-bottom: none;
  }
}
.hc-detail__tab--item.active {
  border-bottom: 6px solid var(--color-red);
  background-color: var(--color-white);
}
.hc-detail__tab--item.active span {
  color: var(--color-red);
}
.hc-detail__tab--item:not(.active) img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hc-detail__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 48px 16px 8px 16px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .hc-detail__title {
    font-size: 18px;
  }
}
.hc-detail__subtitle {
  font-size: 18px;
  text-align: center;
  margin: 12px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  .hc-detail__subtitle {
    font-size: 16px;
  }
}

.hc-detail__social--share {
  text-align: center;
}
.hc-detail__social--share img {
  margin: 12px 18px;
  height: 32px;
}
@media (max-width: 767.98px) {
  .hc-detail__social--share img {
    margin: 0 4px;
  }
}

.hc-detail__slider {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.hc-detail__slider--title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 40px;
}
.hc-detail__slider .swiper-slide {
  width: auto;
}
.hc-detail__slider .swiper-slide img {
  border-radius: 8px;
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .hc-detail__slider .swiper-slide img {
    min-height: 125px;
    max-height: 125px;
  }
}
.hc-detail__slider .swiper-button-next,
.hc-detail__slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  background: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  transition: all 0.3s linear;
}
.hc-detail__slider .swiper-button-next .flickity-button-icon,
.hc-detail__slider .swiper-button-prev .flickity-button-icon {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  right: 0;
  width: 60%;
  height: 60%;
}
.hc-detail__slider .swiper-button-next:hover,
.hc-detail__slider .swiper-button-prev:hover {
  background: var(--color-white);
}
.hc-detail__slider .swiper-button-next.swiper-button-disabled .flickity-button-icon,
.hc-detail__slider .swiper-button-prev.swiper-button-disabled .flickity-button-icon {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.hc-detail__slider .swiper-button-next.hide,
.hc-detail__slider .swiper-button-prev.hide {
  display: none;
}
.hc-detail__slider .swiper-button-next {
  right: 10px;
}
.hc-detail__slider .swiper-button-next:after {
  font-size: 30px;
  font-weight: bold;
}
.hc-detail__slider .swiper-button-prev {
  left: 10px;
}
.hc-detail__slider .swiper-button-prev:after {
  font-size: 30px;
  font-weight: bold;
}
.hc-detail__slider .swiper-pagination {
  position: relative;
  bottom: -10px;
}
.hc-detail__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
}
.hc-detail__slider .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: black;
}
.hc-detail__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 97%;
}

@media (max-width: 767.98px) {
  .hc-detail__slider--title {
    font-size: 14px;
    font-weight: bold;
    margin: 16px;
  }
  .hc-detail__slider--swiper {
    margin-left: 16px;
    padding-bottom: 16px;
    overflow: hidden;
  }
  .hc-detail__slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .hc-detail__slider .swiper-pagination-bullet-active {
    width: 24px;
  }
}
.hc-detail__social--sticky {
  position: sticky;
  top: auto;
  bottom: 0;
  background-color: var(--color-white);
  box-shadow: rgba(64, 64, 64, 0.2) 0px -2px 4px 0px;
  z-index: 2;
}
.hc-detail__social--container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hc-detail__social--container img {
  margin: 12px 18px;
  height: 32px;
}
@media (min-width: 768px) {
  .hc-detail__social--container {
    max-width: 940px;
    margin: 0 auto;
  }
}

.hc-detail__leads--container {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-width: 98%;
  width: 100%;
  flex: 1 1 0%;
  border-radius: 8.33px;
  background-color: var(--color-white);
  box-shadow: 0 3px 10px 0 var(--color-white-dark);
  align-self: auto;
  cursor: pointer;
  margin: 32px 16px 48px;
}
.hc-detail__leads--header {
  padding: 24px;
}
.hc-detail__leads--header .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  letter-spacing: -0.24px;
  color: rgb(64, 64, 64);
}
.hc-detail__leads .input-wrapper {
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 45px;
}
.hc-detail__leads .input-container {
  max-width: 420px;
  border-radius: 8px;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .hc-detail__leads .input-container:nth-child(1) {
    order: 1;
  }
  .hc-detail__leads .input-container:nth-child(2) {
    order: 3;
  }
  .hc-detail__leads .input-container:nth-child(3) {
    order: 2;
  }
  .hc-detail__leads .input-container:nth-child(4) {
    order: 4;
  }
}
.hc-detail__leads .consent-wrapper {
  padding: 24px;
}
.hc-detail__leads .consent-wrapper .form-input {
  margin: 0px 0px 16px;
}
.hc-detail__leads .consent-wrapper .input-checkbox-wrapper {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 10px 0px 0px;
  -webkit-box-align: center;
  align-items: center;
}
.hc-detail__leads .consent-wrapper .input-checkmark-wrapper {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: auto;
  font-size: 15px;
  cursor: pointer;
}
.hc-detail__leads .consent-wrapper .input-checkbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.hc-detail__leads .consent-wrapper .input-checkbox:checked ~ .input-checkmark {
  background-color: #e11931;
  text-align: center;
}
.hc-detail__leads .consent-wrapper .input-checkbox:checked ~ .input-checkmark::after {
  content: "✓";
  color: white;
}
.hc-detail__leads .consent-wrapper .input-checkmark {
  position: absolute;
  border: 2px solid rgb(225, 25, 49);
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  background-color: white;
}
.hc-detail__leads .consent-wrapper .input-title {
  font-size: 15px;
  color: var(--color-gray);
  line-height: 19px;
  margin-left: 40px;
  text-align: justify;
}
.hc-detail__leads .consent-wrapper .kirim-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.hc-detail__leads .consent-wrapper .form-button {
  margin-top: 20px;
}
.hc-detail__leads .consent-wrapper .button-submit {
  height: 40px;
  width: 300px;
  background-color: #e11931;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  -webkit-letter-spacing: 0.26px;
  -moz-letter-spacing: 0.26px;
  -ms-letter-spacing: 0.26px;
  letter-spacing: 0.26px;
  line-height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
}
.hc-detail__leads .consent-wrapper .button-submit.button-submit--disabled {
  background-color: #4f4f4f;
  cursor: auto;
}
.hc-detail__leads .field {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  position: relative;
  background-color: rgb(244, 244, 244);
  transition: background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}
.hc-detail__leads .field.active label {
  top: 4px;
  opacity: 1;
  color: var(--color-black);
  margin: 0;
  padding: 0;
}
.hc-detail__leads .field.active input {
  padding: 24px 16px 8px;
}
.hc-detail__leads .field.active input::placeholder {
  opacity: 0;
}
.hc-detail__leads .field.active input::-ms-input-placeholder { /* Edge 12 -18 */
  opacity: 0;
}
.hc-detail__leads .field.has-danger input {
  border: 1px solid var(--color-red);
}
.hc-detail__leads .field.has-danger label {
  color: #ec392f;
}
.hc-detail__leads .field.has-danger .additional-info {
  display: none;
}
.hc-detail__leads .field input {
  width: 100%;
  height: 56px;
  position: relative;
  padding: 0px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  color: rgb(40, 40, 40);
  outline: none;
  box-shadow: transparent 0px 4px 20px 0px;
  transition: background-color 0.01s ease-in-out 0s, box-shadow 0.01s ease-in-out 0s, padding 0.1s ease-in-out 0s;
  appearance: none;
  margin: 0;
}
.hc-detail__leads .field input::placeholder {
  color: var(--color-gray);
  opacity: 1; /* Firefox */
}
.hc-detail__leads .field input::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--color-gray);
}
.hc-detail__leads .field label {
  position: absolute;
  top: 24px;
  left: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s ease-in-out 0s;
}
.hc-detail__leads .field .error-msg {
  font-size: 12px;
  left: 5px;
  position: absolute;
  color: var(--color-red);
  margin: 0px 0px 5px;
}
.hc-detail__leads .field .error-msg br + span {
  display: none;
}
.hc-detail__leads .field .input-icon {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.hc-detail__leads .field .additional-info {
  font-size: 12px;
  left: 5px;
  position: absolute;
  color: #676767;
}
.hc-detail__leads .modal-wrapper {
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: rgba(64, 64, 64, 0.6);
  color: black;
  inset: 0px;
}
.hc-detail__leads .modal-body {
  background-color: white;
  border-radius: 10px;
  min-width: 300px;
  min-height: 330px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.hc-detail__leads .close-btn {
  position: absolute;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  right: 20px;
  top: -15px;
  font-size: 16px;
}
.hc-detail__leads .modal-header {
  margin: 15px 0px;
}
.hc-detail__leads .header-modal-list-purpose {
  width: 100%;
  min-height: 45px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(244, 244, 244);
  color: rgb(169, 169, 169);
  border-radius: 16px;
}
.hc-detail__leads .input-search {
  font-size: 16px;
  margin-top: 6px;
  margin-left: 32px;
}
.hc-detail__leads .search-logo {
  position: absolute;
  margin-left: 5px;
}
.hc-detail__leads .list-data {
  width: 100%;
  overflow: scroll;
}
.hc-detail__leads .input-radio-button {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
}
.hc-detail__leads .border-bottom {
  border-bottom: 1px solid var(--color-gray-lightest);
}
.hc-detail__leads .input-icon-location {
  width: 20%;
  height: 26px;
}
.hc-detail__leads .hidden {
  display: none;
}
.hc-detail__leads label {
  font-size: 12px;
  margin: 4px 8px;
  font-weight: bold;
}
.hc-detail__leads .input-radio-button > label {
  font-size: 14px;
  font-weight: bold;
  width: 80%;
}
.hc-detail__leads .input-radio-button > input {
  width: 10%;
}
.hc-detail__leads .hidden {
  display: none;
}
.hc-detail__leads .radio-button {
  visibility: hidden;
}
.hc-detail__leads input, .hc-detail__leads select {
  border: none;
  background: none;
  width: 100%;
}
.hc-detail__leads input, .hc-detail__leads select {
  margin: 4px 8px;
}
.hc-detail__leads .input-search {
  font-size: 16px;
  margin-top: 6px;
  margin-left: 32px;
  border: none;
  outline: none;
}

@media (max-width: 767.98px) {
  .hc-detail__leads--container {
    max-width: 400px;
  }
  .hc-detail__leads--header .text {
    font-size: 15px;
  }
  .hc-detail__leads--header p {
    font-size: 13px;
  }
  .hc-detail__leads .input-wrapper {
    display: block;
    height: auto;
    padding: 0;
  }
  .hc-detail__leads .input-container {
    width: 100%;
    padding: 16px;
  }
  .hc-detail__leads .consent-wrapper .input-title {
    font-size: 12px;
  }
  .hc-detail__description {
    font-size: 16px;
    margin: 32px 16px 0 16px;
  }
  .hc-detail__description li {
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .hc-detail__description ul {
    margin-left: 40px;
  }
}

.hc-detail__button {
  margin: 48px 0 64px 0;
}
.hc-detail__button a {
  font-size: 15px;
  font-weight: bold;
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 12px 40px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .hc-detail__container {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
  }
}
