html {
  scroll-behavior: smooth;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

.swiper-slide {
  height: auto;
}

.section p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

#footer h4 {
  margin-bottom: 10px;
}

.section {
  scroll-margin-top: 100px;
}

.section-title {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* SemiBold/H2/Display-36 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-xl, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-xl, 54px); /* 150% */
  letter-spacing: var(--font-letter-spacing-display-xl, 1px);
  margin-bottom: 48px;
}

.wrap-loader {
  display: none !important;
  visibility: hidden !important;
}

/* Utilities */

.btn-outline-green {
  background: #ffffff;
  border: 1px solid #018d58;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #018d58;
  padding: 14px 28px;
  transition: 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn-outline-green:hover,
.btn-outline-green:active,
.btn-outline-green:focus {
  border: 1px solid #018d58;
  background: #018d58;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-outline-green:hover svg path,
.btn-outline-green:active svg path,
.btn-outline-green:focus svg path {
  fill: #fff;
  transition: all 300ms ease-in-out;
}

.btn-green {
  background: #018d58;
  border: 1px solid #018d58;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding: 14px 28px;
  transition: 300ms ease-in-out;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  border: 1px solid #018d58;
  background: #018d58;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #018d58;
  padding: 14px 28px;
  transition: 300ms ease-in-out;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #018d58;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-outline-white {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding: 14px 28px;
  transition: 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #018d58;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}
/* Utilities */

/* Section Hero */
.section-hero {
  padding: 0;
  padding-bottom: 48px;
}

.hero-container {
  width: 100%;
  height: 780px;
  position: relative;
  object-fit: cover;
}

.hero-container .wrapper-img-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-container .wrapper-img-hero .img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-container .overlay-hero {
  background: var(--Color-Grayscale-opacity-background, rgba(18, 18, 18, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-hero .wrapper-hero-text {
  padding-top: 86px;
  padding-bottom: 86px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-hero .container-read,
.section-hero .row,
.section-hero .col-xs-12 {
  height: 100%;
}

.hero-title {
  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/H2/Display-48 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-xxl, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-xxl, 72px); /* 150% */
  letter-spacing: var(--font-letter-spacing-display-xxl, 0.75px);
  margin-bottom: 18px;
}

.hero-subtitle {
  color: var(--Color-Grayscale-white-background, #fff);

  /* Regular/Body <p>/Text-18 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-xl, 27px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);

  max-width: 684px;
}

.hero-container .wrapper-button {
  margin-top: 48px;
  display: flex;
  gap: 18px;
  margin-bottom: 86px;
}

.hero-container .wrapper-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.hero-container .wrapper-sdgs {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.hero-container .wrapper-sdgs .img-sdgs {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.swiper-button-next-hero::after,
.swiper-button-prev-hero::after {
  content: "";
}

.swiper-button-prev.swiper-button-prev-hero {
  /* opacity: 0.6; */
  position: absolute;
  left: unset;
  right: 170px;
  top: unset;
  bottom: 100px;

  opacity: 1;
  color: #ffffff;
  transition: 0.5s;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  border: 1px solid var(--Color-Secondary-secondary, #ffffff);
}

.swiper-button-prev-hero:hover {
  opacity: 1;
  background-color: #ffffff;
}

.swiper-button-prev-hero:hover path {
  fill: #3f887c !important;
}

.swiper-button-next.swiper-button-next-hero {
  /* opacity: 0.6; */
  position: absolute;
  left: unset;
  right: 120px;
  top: unset;
  bottom: 100px;

  opacity: 1;
  color: #ffffff;
  transition: 0.5s;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  border: 1px solid var(--Color-Secondary-secondary, #ffffff);
}

.swiper-button-next-hero:hover {
  opacity: 1;
  background-color: #ffffff;
}

.swiper-button-next-hero:hover path {
  fill: #3f887c !important;
}

.swiper-button-prev-hero.swiper-button-active {
  background-color: #ffffff;
}

.swiper-button-prev-hero.swiper-button-active path {
  fill: #3f887c !important;
}

.swiper-button-next-hero.swiper-button-active {
  background-color: #ffffff;
}

.swiper-button-next-hero.swiper-button-active path {
  fill: #3f887c !important;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #005e4e;
}

/* Section Hero */

/* Section Partner */
.section-partner .section-title {
  text-align: center;
}

.section-partner .wrapper-partner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.card-partner {
  width: 100%;
  height: 144px;
  background-color: antiquewhite;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-white-background, #fff);
  transition: all 300ms ease-in-out;
  cursor: pointer;
  filter: grayscale(1);
}

.card-partner:hover {
  /* Desktop/Elevation 2 */
  box-shadow: 0px 16px 48px -10px rgba(0, 0, 0, 0.1);
  filter: grayscale(0);
}

.card-partner .img-partner {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-partner .wrapper-button {
  display: flex;
  justify-content: center;
}

.modal-partner .modal-header {
  border: none;
  padding-bottom: 0;
}

.modal-partner .close {
  opacity: 1;
}

.modal-partner .modal-header img {
  width: 220px;
  height: 110px;
  object-fit: contain;

  border-radius: var(--Corner-Radius-corner-l, 12px);
  border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  padding: 5px;
}

.modal-partner .modal-dialog {
  width: 800px;
}

.modal-partner .modal-content {
  border-radius: 12px;
}

.modal-partner .scrollable {
  height: 260px;
  overflow-y: auto;
  margin-bottom: 24px;
}

.modal-partner .modal-title {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* SemiBold/H6/Header-20 */
  font-family: var(--font-family-subtitle, "Open Sans");
  font-size: var(--font-size-header-sm, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-header-sm, 30px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-sm, 0.3px);
  margin-bottom: 10px;
}

.modal-partner .modal-description {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Regular/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

#modal-partner-container {
  position: relative;
}

#modal-partner-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: solid 3px #ffffff;
  border-radius: 12px;

  padding: 24px;
}

#modal-partner-loader .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#modal-partner-loader .wrapper-icon {
  padding: 12px;
  background-color: #005e4e;
  border-radius: 100px;
  margin-bottom: 12px;
}

#modal-partner-loader img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

#modal-partner-loader p {
  color: var(--Color-Grayscale-white-background, #121212);

  /* Regular/Body <p>/Text-18 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-xl, 27px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
}

/* width */
.modal-partner .scrollable {
  padding-right: 5px;
}
.modal-partner .scrollable::-webkit-scrollbar {
  width: 3px;
  padding-right: 10px;
}

/* Track */
.modal-partner .scrollable::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}

/* Handle */
.modal-partner .scrollable::-webkit-scrollbar-thumb {
  background: #018d58;
  border-radius: 10px;
}

/* Handle on hover */
.modal-partner .scrollable::-webkit-scrollbar-thumb:hover {
  background: #018d58;
}

.wrapper-card-counter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.card-counter {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Secondary-secondary, #018d58);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 150px;
}

.card-counter .wrapper-title {
  display: flex;
  gap: 10px;
  align-items: end;
  flex-wrap: wrap;
  z-index: 1;
}

.card-counter h4 {
  color: var(--Neutral-10, #fff);

  /* SemiBold/H4/Display-28 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-md, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-md, 42px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-s, 0.5px);
}

.card-counter span {
  color: var(--Neutral-10, #fff);
  text-align: center;
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);
  margin-bottom: 5px;
}

.card-counter p {
  color: var(--Neutral-10, #fff);

  /* Regular/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

/* Section Partner */

/* Section Dampak */
.section-dampak {
  background: var(--Color-Primary-primary, #005e4e);
  padding-block: 86px;
}

.section-dampak .section-title {
  text-align: center;
  color: #ffffff;
}

#result-dampak {
  position: relative;
}

#loader-dampak {
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #005e4e;
}

#loader-dampak img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-inline: auto;
  margin-bottom: 18px;
}

#loader-dampak p {
  color: var(--Color-Grayscale-white-background, #fff);

  /* Regular/Body <p>/Text-18 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-xl, 27px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
  margin-bottom: 24px;
}

.section-dampak .wrapper-card-dampak {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 12px;
  row-gap: 64px;
}

.card-dampak {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}

.card-dampak .wrapper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-bottom: 18px;
}

.card-dampak .wrapper-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.card-dampak svg {
  width: 80px;
  height: 80px;
}

.card-dampak h3 {
  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/H2/Display-36 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-xl, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-xl, 54px); /* 150% */
  letter-spacing: var(--font-letter-spacing-display-xl, 1px);
}

.card-dampak h3 span {
  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/H2/Display-36 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-xl, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-xl, 54px); /* 150% */
  letter-spacing: var(--font-letter-spacing-display-xl, 1px);
}

.card-dampak p {
  color: var(--Color-Grayscale-white-background, #fff);

  /* Regular/Body <p>/Text-18 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-xl, 27px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
}

.dampak-info {
  color: var(--Color-Grayscale-white-background, #fff);

  /* Regular/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);
  text-align: center;
  margin-top: 48px !important;
}
/* Section Dampak */

/* Section Service */
.section-service .section-title {
  text-align: start;
}

.wrapper-card-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card-service {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-white-background, #fff);

  /* Mobile/Elevation 1 */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 300ms ease-in-out;
}

.card-service img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.card-service.card-service-small img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card-service .card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.card-service h3 {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* SemiBold/H4/Display-28 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-md, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-md, 42px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-s, 0.5px);
}

.card-service.card-service-small h3 {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* SemiBold/H6/Header-20 */
  font-family: var(--font-family-subtitle, "Open Sans");
  font-size: var(--font-size-header-sm, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-header-sm, 30px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-sm, 0.3px);
}

.card-service p {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Regular/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);
  min-height: 4.4em;
}

.card-service.card-service-small p {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Regular/Body <p>/Text-12 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-md, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-md, 18px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-md, 0.3px);
  min-height: 4em;
}

.card-service .link {
  color: var(--Color-Secondary-secondary, #018d58);

  /* SemiBold/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);

  display: flex;
  gap: 5px;
  align-items: center;
  /* position: absolute;
  bottom: 10px; */
}

.card-service.card-service-small .link {
  color: var(--Color-Secondary-secondary, #018d58);
  font-family: var(--font-family-body, "Open Sans");
  font-size: 10.909px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.364px; /* 150% */
  letter-spacing: 0.234px;

  display: flex;
  gap: 5px;
  align-items: center;
  /* position: absolute;
  bottom: 10px; */
}

.card-service.card-service-small .link svg {
  height: 10px;
  width: 16px;
}

.card-service .link svg {
  display: none;
  transition: all ease-in-out 300ms;
}

.section-service .card-link:hover .card-service .link svg {
  display: block;
}

.section-service .card-link:hover .card-service {
  box-shadow: 0px 16px 48px -10px rgba(0, 0, 0, 0.1);
}
/* Section Service */

/* Section Testimoni */
.section-testimoni {
  background: var(--Color-Primary-primary, #005e4e);
  padding-block: 86px;
}

.card-testimoni {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.card-testimoni .wrapper-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 400px;
}

.card-testimoni .wrapper-image .img-testimoni {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: var(--Corner-Radius-corner-l, 12px);
  /* background: var(--Color-Grayscale-white-background, #fff); */
}

.card-testimoni .wrapper-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-testimoni .scrollable {
  max-height: 260px;
  overflow-y: auto;
  margin-bottom: 48px;
}

/* width */
.card-testimoni .scrollable {
  padding-right: 10px;
}
.card-testimoni .scrollable::-webkit-scrollbar {
  width: 2px;
  padding-right: 10px;
}

/* Track */
.card-testimoni .scrollable::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #3f887c;
  border-radius: 10px;
}

/* Handle */
.card-testimoni .scrollable::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}

/* Handle on hover */
.card-testimoni .scrollable::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.card-testimoni .testimoni-text {
  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/H4/Display-28 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-md, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-md, 42px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-s, 0.5px);
}

.card-testimoni .testimoni-name {
  color: var(--Color-Grayscale-text-color-header, #ffffff);

  /* SemiBold/H6/Header-20 */
  font-family: var(--font-family-subtitle, "Open Sans");
  font-size: var(--font-size-header-sm, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-header-sm, 30px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-sm, 0.3px);
}

.card-testimoni svg {
  width: 28px;
  height: 20px;
  margin-bottom: 5px;
}

.card-testimoni svg path {
  fill: #3f887c;
}

.card-testimoni .testimoni-info {
  color: var(--Color-Grayscale-text-color-description, #ffffff);

  /* Regular/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

.section-testimoni .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  background: var(--Color-Primary-primary-strong, #1f7163);
  opacity: 1;
}

.section-testimoni .swiper-pagination-bullet-active {
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  background: var(--Color-Primary-primary-strong, #ffffff);
}

.section-testimoni .wrapper-button {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.section-testimoni .swiper-pagination {
  position: unset;
  width: unset;
}

.swiper-button-next-testimoni::after,
.swiper-button-prev-testimoni::after {
  content: "";
}

.swiper-button-prev-testimoni {
  opacity: 1;
  color: #005e4e;
  transition: 0.5s;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  border: 1px solid var(--Color-Secondary-secondary, #ffffff);

  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.swiper-button-prev-testimoni:hover {
  background: #ffffff;
}

.swiper-button-prev-testimoni:hover path {
  fill: #3f887c !important;
}

.swiper-button-next-testimoni {
  opacity: 1;
  color: #005e4e;
  transition: 0.5s;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  border: 1px solid var(--Color-Secondary-secondary, #ffffff);

  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.swiper-button-next-testimoni:hover {
  background: #ffffff;
}

.swiper-button-next-testimoni:hover path {
  fill: #3f887c !important;
}

.section-testimoni .swiper-button-next,
.section-testimoni .swiper-button-prev {
  right: unset;
  left: unset;
  position: unset;
}

.section-testimoni .wrapper-button-swiper {
  display: flex;
  gap: 10px;
}
/* Section Testimoni */

/* Section Media */
.section-media .section-title {
  text-align: center;
}

.section-media .swiper-media img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.swiper-media .swiper-wrapper {
  padding-bottom: 48px;
}

.swiper-media .swiper-pagination-bullet {
  opacity: 1;
  transform: scale(1) !important;
  width: 14px;
  height: 14px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  background: var(--Color-Grayscale-color-stroke, #d9d9d9);
}

.swiper-media .swiper-pagination-bullet-active {
  background-color: #018d58;
}
/* Section Media */

/* Section Article */
.section-article .wrapper-first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.section-article .wrapper-second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.card-article {
  width: 100%;
  height: 390px;
  position: relative;
  border-radius: 12px;
}

.wrapper-second .card-article {
  width: 100%;
  height: 189px;
}

.card-article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.card-article .link svg path {
  fill: #ffffff;
}

.card-article .overlay {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-opacity-background, rgba(18, 18, 18, 0.6));

  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;

  padding: 12px;
}

.wrapper-second .card-article .overlay {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-opacity-background, rgba(18, 18, 18, 0.6));

  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;

  padding: 12px;
}

.card-article h3 {
  overflow: hidden;
  color: var(--Color-Grayscale-white-background, #fff);
  text-overflow: ellipsis;

  /* SemiBold/H4/Display-28 */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-display-md, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-display-md, 42px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-s, 0.5px);

  margin-bottom: 12px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}

.wrapper-second .card-article h3 {
  overflow: hidden;
  color: var(--Color-Grayscale-white-background, #fff);
  text-overflow: ellipsis;

  /* SemiBold/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);

  margin-bottom: 12px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}

.card-article .link {
  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);

  display: flex;
  gap: 5px;
  align-items: center;
}

.wrapper-second .card-article .link {
  font-size: 14px;
}

.card-article .link svg {
  display: none;
  transition: all ease-in-out 300ms;
}

.card-link:hover .card-article .link svg {
  display: block;
}
/* Section Article */

/* Section Location */
.section-location .section-title {
  text-align: center;
}

/* Location new */
.wrapper-card-location {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card-location-new {
  height: 220px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.card-location-new .bg-card-location {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.card-location-new .bg-card-location img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.card-location-new:hover .overlay {
  opacity: 1;
}

.card-location-new .main-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;

  background: linear-gradient(180deg, rgba(0, 94, 78, 0) 22.05%, #005e4e 100%);
  border-radius: 8px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-location-new .tag-city {
  color: var(--Color-Primary-primary, #005e4e);

  /* SemiBold/Body <p>/Text-12 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-md, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Margin-margin-md, 18px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-md, 0.3px);

  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  background: var(--Color-Grayscale-white-background, #fff);

  padding: 4px 12px;
  width: max-content;
}

.card-location-new .main-text .name {
  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/H5/Header-24 */
  font-family: var(--font-family-subtitle, "Open Sans");
  font-size: var(--font-size-header-s, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-header-s, 36px); /* 150% */
  letter-spacing: var(--font-letter-spacing-display-md, 0.5px);

  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-location-new .main-text .price {
  color: var(--Color-Grayscale-white-background, #fff);

  /* Regular/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

.card-location-new .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  opacity: 0;

  background: var(--Color-Primary-primary, #005e4e);
  border-radius: 8px;

  transition: 0.3s ease-in-out;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-location-new .overlay .name {
  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/Body <p>/Text-12 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-md, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Margin-margin-md, 18px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-md, 0.3px);

  border-left: 1px solid var(--Color-Warning-color-warning, #ed7607);
  padding-inline: 4px;
  margin-bottom: 8px;
}

.card-location-new .overlay .description {
  color: var(--Color-Grayscale-white-background, #fff);

  /* Regular/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);

  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-location-new .overlay .link {
  all: unset;
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;

  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);
}
/* Location new */

.modal-location .modal-header {
  border-bottom: 1px solid var(--Grayscale-Line, #d9d9d9);
}

.modal-location .wrapper-header {
  margin-bottom: 5px;
}

.modal-location .modal-body {
  padding: 24px;
}

.modal-location img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.modal-location .location-description {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Text L/Regular */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.176px;
}

.wrapper-location-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 10px;
}

.wrapper-location-info .description {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Regular/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);
}

.wrapper-location-info .info {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* SemiBold/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

.modal-location .btn {
  width: 100%;
}

.modal-location .wrapper-image {
  position: relative;
  margin-block: 16px;
}

.modal-location .wrapper-image .location-price {
  position: absolute;
  top: 10px;
  left: 10px;
}

.location-description input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.location-description label {
  color: var(--Color-Secondary-secondary, #018d58);

  /* SemiBold/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

.location-description p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.location-description input:focus ~ label {
  outline: -webkit-focus-ring-color auto 5px;
}

.location-description input:checked + .location-info {
  -webkit-line-clamp: unset;
}

.location-description input:checked ~ label,
.location-info:not(.truncated) ~ label {
  display: none;
}

.modal-location .modal-header {
  padding: unset;
  /* border: none; */
}

.modal-location .wrapper-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 24px;
}

.modal-location .modal-title {
  color: var(--color-grayscale-text-color-header);
  /* Desktop/24/Header Bold */
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  letter-spacing: 0.5px;
}

.modal-location .button-close-modal {
  opacity: 0.8;
  margin-bottom: -100px;
}

.location-price {
  position: absolute;
  top: 10px;
  left: 10px;

  padding: 4px 12px;

  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  background: var(--Color-Grayscale-white-background, #fff);

  color: var(--Color-Grayscale-text-color-header, #121212);

  /* SemiBold/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);

  display: flex;
  gap: 6px;
  align-items: center;
}

.location-price .icon-discount {
  width: 15px;
  height: 15px;
  border-radius: 0px;
}

.modal-location .wrapper-image .location-price {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* Section Location */

/* Section Form */
.section-form {
  background: var(--Color-Primary-primary, #005e4e);
}

.section-form {
  padding-block: 86px;
}

.section-form .section-title {
  color: #ffffff;
  margin-bottom: 18px;
}

.section-form .wrapper-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-form .wrapper-text p {
  color: var(--Color-Grayscale-white-background, #fff);

  /* Regular/Body <p>/Text-18 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-xl, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-xl, 27px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
  margin-bottom: 12px;
}

.section-form .wrapper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.section-form .wrapper-image {
  display: flex;
  flex-wrap: wrap;
  /* gap: 12px; */
}

.section-form .wrapper-image img {
  object-fit: cover;
  border-radius: 12px;
}

.section-form .wrapper-image img:nth-child(1) {
  width: calc(65% - 12px);
  margin-right: 12px;
  height: 200px;
  margin-bottom: 12px;
}

.section-form .wrapper-image img:nth-child(2) {
  width: 35%;
  height: 200px;
  margin-bottom: 12px;
}

.section-form .wrapper-image img:nth-child(3) {
  width: 35%;
  height: 200px;
}

.section-form .wrapper-image img:nth-child(4) {
  width: 65%;
  width: calc(65% - 12px);
  margin-left: 12px;
  height: 200px;
}

.card-form {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-white-background, #fff);
  padding: 18px;
  height: 100%;
}

/* CUSTOM DROPDOWN */
.select-menu {
  max-width: 100%;
  position: relative;

  color: var(--Color-Grayscale-text-color-header, #121212);
  text-overflow: ellipsis;
  /* Regular/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

.select-menu .select-btn {
  display: flex;
  height: 46px;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
  border: 1px solid #ccc;
}

.select-menu.active .select-btn {
  border-color: #045f50;
}

.select-menu .options {
  position: absolute;
  left: 0;
  right: 0;
  /* width: 100%; */
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: both;

  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  z-index: -1;
}

.select-menu .options .control {
  margin-bottom: 4px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}

.select-menu .options .option {
  display: flex;
  height: auto;
  align-items: center;
  cursor: pointer;
  padding: 2px 0;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option:hover {
  /* background: #f2f2f2; */
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-btn i {
  transition: 0.3s;
  transform: rotate(-180deg);
}

.select-menu.active .select-btn i {
  transform: rotate(0deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.select-menu.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

.control {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 16px;
  padding-top: -6px;
  cursor: pointer;

  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/14/Text Regular */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-Body-s, 14px) !important;
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-21, 21px); /* 150% */
  letter-spacing: 0.3px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #aeaeae;
  border-radius: 4px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:checked ~ .control_indicator {
  background: #018d58;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #018d58;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #018d58;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
/* CUSTOM DROPDOWN */

.section-form label {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Regular/Body/Text-default */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 27px); /* 150% */
  letter-spacing: 0.3px;
}

.card-form .col-xs-12 {
  padding: 0;
}

.card-form .col-lg-6:nth-child(odd) {
  padding-right: 8px;
}

.card-form .col-lg-6:nth-child(even) {
  padding-left: 8px;
}

.required-label {
  color: #f43f5b;
}

.invalid-feedback {
  color: #f43f5b;
}

.section-form .btn {
  width: 100%;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Section Form */

/* Section Banner */
.swiper-image {
  padding: 36px;
}

.img-banner {
  width: 100%;
  height: 300px;
  /* height: auto; */
  object-fit: contain;
  border-radius: 12px;
}

.swiper-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-banner .swiper-slide {
  transform: scale(0.85);
  transition: all ease-in 400ms;
}

.swiper-banner .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  border-radius: 12px;
}

.swiper-banner .swiper-wrapper {
  padding-bottom: 48px;
}

.swiper-banner .swiper-pagination-bullet {
  opacity: 1;
  transform: scale(1) !important;
  width: 14px;
  height: 14px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  background: var(--Color-Grayscale-color-stroke, #d9d9d9);
}

.swiper-banner .swiper-pagination-bullet-active {
  background-color: #018d58;
}

/* Section Banner */

/* Section FAQ */
.section-faq .section-title {
  text-align: center;
}

.wrapper-faq {
  /* display: flex; */
  max-width: 1024px;
  margin: auto;
  justify-content: center;
}

.accordion-title {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/18/Sub Heading Bold */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;
}

.accordion-content {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Desktop/16/Text Regular */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
}

.accordion-wrapper {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  background: var(--Color-Grayscale-white-background, #fff);
  padding-inline: 28px;
  padding-top: 28px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  margin-bottom: 28px;
  width: 100%;
}

.accordion-wrapper:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-wrapper.active .accordion-body {
  margin-bottom: 28px;
}

.accordion-body {
  overflow: hidden;
  max-height: 0;
  padding-top: 28px;
  transition: all 300ms ease-in-out;
}

.list-content {
  display: block;
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.2em;
}

.list-content li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.icon-arrow-down {
  margin-bottom: -0.75rem;
}

.icon-arrow-up {
  margin-bottom: -0.75rem;
}
/* Section FAQ */

/* RESPONSIVE */

@media screen and (max-width: 1024px) {
  .container-read {
    margin-inline: 0px;
  }

  .navbar .container-fluid {
    padding-inline: 15px;
  }

  .swiper-button-prev.swiper-button-prev-hero {
    left: unset;
    right: 80px;
  }

  .swiper-button-next.swiper-button-next-hero {
    left: unset;
    right: 50px;
  }

  .section-dampak .wrapper-card-dampak {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 6px;
    row-gap: 64px;
  }

  .card-dampak {
    padding: 0px;
  }

  .section-testimoni {
    background: var(--Color-Primary-primary, #005e4e);
    padding-block: 36px;
  }

  .card-testimoni {
    gap: 18px;
  }

  .card-testimoni .scrollable {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 36px;
  }

  .section-article .wrapper-first {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .wrapper-card-location {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .section-form {
    padding-block: 36px;
  }

  .section-form .wrapper-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .section-form .wrapper-text .wrapper-image {
    display: none;
  }

  .card-form {
    max-width: 580px;
    margin-inline: auto;
  }
}
