@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #21213d;
  --white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--white: white;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --black: black;
  --button: #34345d;
  --untitled-ui--gray100: #f2f4f7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 18px 64px;
  display: flex;
}

.header.justify-center {
  justify-content: center;
}

.header.justify-center.vertical {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.header.justify-center.vertical.no-padding {
  padding: 6rem 0 3rem;
}

.header.justify-center.vertical.center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.header.vertical {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.header.vertical.larger-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.header-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 1024px;
  display: flex;
  position: relative;
}

.larm-rmah-aeatunvneik-unsplash-scaled-1 {
  object-fit: cover;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cari {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 813px;
  display: flex;
  position: absolute;
  top: 558px;
  left: 313px;
}

.text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 720px;
  padding: 12px;
  display: flex;
}

.text-regular-normal {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-2 {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-regular-normal-2.margin-bottom {
  margin-bottom: 1rem;
}

.error-7af76eec-8912-66fa-68d8-9024c1eeaa87 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 900;
  line-height: 150%;
  position: absolute;
  top: 231px;
  left: 191px;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  top: 645px;
  left: 313px;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  top: 645px;
  left: 771px;
}

.text-regular-normal-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  top: 645px;
  left: 313px;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  top: 645px;
  left: 771px;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-blue);
  color: #fff;
  border: 2px solid #34345d;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 36px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-3.donasi {
  width: 220px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-3.smaller {
  padding: 8px 18px;
}

.button-3.form-button-1 {
  width: 260px;
  margin-bottom: 3rem;
}

.button-3.margin {
  margin-top: 1rem;
}

.button-3.margin.waiting {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.button-3.submit-dokumen.less-width {
  width: 250px;
}

.button-3.submit-dokumen.less-width.submit-loading {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.button-3.extra-margin {
  margin-top: 2rem;
}

.button-3.extra-margin.tambah-dokumen {
  width: 250px;
}

.button-3.unduh-dokumen {
  width: 260px;
  margin-bottom: 1rem;
}

.button-3.fa-solid.shorter {
  width: 250px;
}

.button-3.shorter {
  width: 250px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.button-3.shorter.download {
  width: 400px;
}

.button-3.shorter.download.unfilled {
  border-width: 3px;
  border-color: red;
}

.button-3.detail-gereja {
  width: 400px;
}

.button-3.print {
  width: 250px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-3.unduh-kartu {
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-3.unduh-kartu.unfilled {
  border-width: 3px;
  border-color: red;
}

.text-medium-normal {
  color: #fff;
  text-align: center;
  max-width: 720px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #414141;
  border: 2px solid #ffa722;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 36px;
  text-decoration: none;
  display: flex;
}

.button-4:hover {
  background-color: #fff;
  border-color: #fff;
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h1 {
  color: #34345d;
  text-align: left;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.heading-h1.align-center {
  text-align: center;
}

.heading-h1.align-center.white {
  color: #fff;
}

.heading-h1.margin {
  margin-bottom: 2rem;
}

.heading-h1.white {
  color: #fff;
}

.text-regular-normal-4 {
  color: #f3f8fd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-regular-normal-4.orange {
  color: #ffa722;
  -webkit-text-stroke-color: #fff;
}

.text-regular-normal-4.card-title {
  color: #600bb6;
  margin-bottom: .25rem;
  font-weight: 700;
}

.text-regular-normal-4.gray {
  color: #686868;
}

.text-regular-semi-bold-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-regular-semi-bold-5.top {
  letter-spacing: 4px;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-3 {
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  min-height: 900px;
  display: flex;
}

.header-3._30 {
  background-color: #20202082;
  max-width: none;
  height: 100vh;
  min-height: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.header-3.hero {
  background-color: #ffffff80;
  background-image: linear-gradient(#20142fad, #20142fad), url('../images/adrianna-geo-Z5ZdkWjMTCY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: flex-start;
  max-width: none;
  height: 100vh;
  min-height: 0;
  padding-top: 10rem;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.header-3.hero.alt {
  background-image: linear-gradient(#f3f8fd, #f3f8fd);
  height: 100vh;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-right: 0;
}

.header-3.hero.alt.no-padding-top {
  height: 90vh;
  min-height: 90vh;
  padding-top: 0;
}

.body {
  background-color: #fff0;
  font-family: Montserrat, sans-serif;
}

.about-gpk {
  padding-left: 64px;
  padding-right: 64px;
}

.about-gpk.flex {
  background-color: #f3f8fd;
  max-width: none;
  padding-top: 10rem;
  padding-bottom: 6rem;
  padding-right: 0;
  display: flex;
}

.about-gpk.flex.top {
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
}

.about-gpk.flex.about {
  background-color: #fff;
  padding: 0 0;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 112px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  display: flex;
}

.flex-block.bottom-margin {
  margin-bottom: .5rem;
}

.flex-block.bottom-margin.justify-left {
  justify-content: flex-start;
}

.flex-block.justify-space-around {
  justify-content: space-around;
}

.flex-block.justify-space-between {
  justify-content: space-between;
  min-height: 0;
}

.flex-block.vertical {
  flex-direction: column;
}

.flex-block.vertical._45 {
  width: 45%;
}

.flex-block.vertical._45.align-start {
  width: 55%;
}

.flex-block.vertical.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block.vertical.no-gap.align-start {
  align-items: flex-start;
  padding-left: .5rem;
  padding-right: .5rem;
}

.flex-block.vertical.align-start {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
}

.flex-block.vertical.align-start._30p, .flex-block.vertical.align-start._50 {
  width: 50%;
}

.flex-block.vertical._30 {
  width: 30%;
}

.flex-block.vertical._50 {
  width: 62.5%;
}

.flex-block._55 {
  width: 55%;
}

.flex-block._65 {
  width: 65%;
}

.flex-block._65.image-about-us-wrapper {
  padding-left: 3rem;
}

.flex-block._65.image-about-us-wrapper.right-padding {
  width: 65%;
  padding-left: 0;
  padding-right: 3rem;
}

.flex-block._65.image-about-us-wrapper.right-padding._50 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-right: 0;
}

.flex-block._65.image-about-us-wrapper.hidden {
  justify-content: center;
  align-items: center;
}

.flex-block.justify-start {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  padding-left: 6px;
}

.flex-block.justify-start.vertical {
  flex-flow: row;
}

.flex-block.justify-start.title {
  background-color: #f1f1f1;
  padding: 1rem;
}

.flex-block.justify-start.title.no-corner {
  background-color: #f6f6f6;
  border-radius: 8px;
  margin-bottom: .5rem;
}

.flex-block.justify-start.list {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  padding: .7rem 1rem;
}

.flex-block.bottom-line {
  border-bottom: 1px solid #d8b1ff;
  padding-bottom: 1rem;
}

.flex-block.bottom-line.no-border {
  border-radius: 0;
}

.flex-block.profile {
  justify-content: flex-start;
}

.flex-block.kantong-donasi {
  width: 30%;
  min-width: 350px;
}

.flex-block.kantong-donasi.vertical-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flex-block._50gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.flex-block.wrapper-donasi {
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 6px #0000001c;
}

.flex-block.padding {
  padding-left: 64px;
}

.flex-block.padding.hidden {
  padding-left: 0;
}

.flex-block.about-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 60vh;
}

.flex-block.about-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 2rem;
  padding-right: 4rem;
}

.sliders {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
  overflow: visible;
}

.sliders.hidden {
  display: block;
}

.card {
  width: 320px;
  padding: 2rem 1.5rem;
}

.card.programs {
  width: 100%;
  padding: 0;
}

.card-description {
  margin-bottom: 0;
}

.skill-header {
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.card-text {
  color: #8f8c92;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.progres-bar-2.card-bar {
  color: #fbf9fc;
  background-color: #dfdfdf;
  width: 100%;
  height: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.progres-bar-2.card-bar.margin {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.progress-bar__content-4 {
  object-fit: fill;
  background-color: #8f00ff;
  border-radius: 1000px;
  width: 18%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.progress-bar__content-4._1 {
  background-color: #34345d;
  width: 65%;
}

.slides {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 85px 46px;
  display: flex;
}

.text {
  color: #51a8ff;
  font-size: 53px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.layout._238 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.number-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.number-block.horizontal {
  flex-flow: row;
}

.text-2 {
  color: #600bb6;
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  line-height: 120%;
}

.text-2.white {
  color: var(--dark-blue);
}

.section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  color: #023047;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}

.heading.white {
  color: #34345d;
}

.cont {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 64px;
  display: flex;
}

.cont.hidden {
  display: block;
}

.text-3 {
  color: #51a8ff;
  font-size: 53px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.testimonial {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.testimonial._20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 0;
}

.testimonial._20.hide {
  max-width: none;
}

.section-title-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  color: #51a8ff;
  font-size: 53px;
  font-weight: 700;
  line-height: 120%;
}

.content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #600bb6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.content-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-medium-normal-2 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.text-medium-normal-2.detail {
  color: #515151;
  font-weight: 700;
}

.avatar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-semi-bold {
  color: #515151;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-regular-normal-5 {
  color: #737373;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.text-regular-normal-5.nama-gereja {
  margin-top: .25rem;
}

.text-regular-normal-5.nama-gereja.large {
  font-size: 16px;
}

.content-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: flex;
}

.slider-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-navbar {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 2rem 8%;
  display: flex;
}

.content-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 134px;
  display: flex;
}

.credits {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.column-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.content-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 1rem;
  display: flex;
}

.content-9.navigasi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
}

.text-small-semi-bold {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.text-small-semi-bold.bold {
  font-weight: 800;
}

.text-small-semi-bold.bold.bottom-spacing {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}

.text-small-normal {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-small-normal.left {
  width: 30%;
  font-size: 11px;
}

.text-small-normal.right {
  font-size: 11px;
}

.text-small-normal.right.bold {
  color: #737373;
  font-weight: 800;
}

.text-4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.row-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-1 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 64px;
  display: flex;
  position: absolute;
}

.burger-2 {
  cursor: pointer;
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b2-bar1 {
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.b2-middle-wrap {
  align-items: center;
  width: 30px;
  display: flex;
}

.b2-middle-bar-left, .b2-middle-bar-right {
  background-color: #fff;
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.b2-bar3 {
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.line-1.v2 {
  background-color: #fff;
  width: 30px;
}

.simple-link {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #afafaf;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.simple-menu-button {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.simple-menu-button.w--open {
  background-color: #fff0;
}

.simple-nav {
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding: 12px 64px;
  display: flex;
  position: static;
}

.simple-nav.no-padding {
  width: 100%;
  max-width: 600px;
  padding-left: 12px;
  padding-right: 12px;
}

.simple-nav.no-padding._65 {
  width: 65%;
  max-width: 700px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: static;
}

.simple-nav.hide {
  display: none;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.simple-nav-link-holder {
  background-color: #fff0;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.justify-space-around {
  object-fit: fill;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  position: static;
}

.image {
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 200px;
}

.story {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 5rem 128px 8rem;
  display: flex;
}

.story.hidden {
  display: block;
}

.div-block {
  width: 48%;
}

.div-block.full {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  width: 90%;
  margin-right: 1rem;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 388.8px;
}

.story-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 300px;
}

.div-image-story {
  border-radius: 0;
  width: 100%;
  display: flex;
}

.div-block-2 {
  object-fit: fill;
  position: fixed;
  inset: 0%;
}

.text-block {
  width: 20%;
  padding-left: 1rem;
  position: absolute;
}

.overlay-text-title {
  color: #fff;
  background-image: linear-gradient(#20142fad, #20142fad);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  align-items: center;
  width: 20%;
  height: 300px;
  padding: 1rem;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: absolute;
}

.number {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #5c249400;
  background-image: linear-gradient(#f3f8fd, #f3f8fd), url('../images/bars-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  max-width: none;
  padding: 5rem 64px;
  display: flex;
}

.number-status {
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-card {
  border-radius: 16px;
  width: auto;
  min-width: 60%;
  max-width: 80%;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 10px #00000024;
}

.horizontal-card.detail {
  box-shadow: none;
  padding: 0;
}

.horizontal-card.detail.larger {
  min-width: 90%;
  max-width: 90%;
}

.horizontal-card.programs.large {
  min-width: 100%;
  max-width: 100%;
}

.program-image-wrapper {
  width: 50%;
  margin-right: 0;
}

.program-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.program-image.home {
  min-height: 0;
}

.program-image.penggalangan-dana {
  min-height: 350px;
}

.program-image.full-height {
  height: 100%;
}

.div-block-3 {
  width: 60%;
}

.program-status {
  width: 62%;
  padding-left: 2rem;
  padding-right: 1rem;
  display: block;
}

.program-status.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.program-status.flex.horizontal {
  flex-flow: column;
  width: 100%;
}

.heading-h3 {
  color: #34345d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.heading-h3.smaller {
  color: #34345d;
  text-align: center;
  margin-top: 1rem;
  font-size: 16px;
  line-height: 25px;
}

.left-block.program {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.left-block.program.detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  padding-right: 0;
}

.left-block.program.horizontal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  min-width: 200px;
  padding-right: 0;
}

.left-block.logo-wrapper {
  padding: .2rem;
}

.left-block.menu {
  width: 30%;
  min-width: 400px;
  padding: 1rem;
}

.left-block.menu.flex {
  display: flex;
}

.left-block.menu.flex.vertical {
  flex-direction: column;
}

.left-block.menu.flex.vertical.justify-space-between {
  justify-content: space-between;
  min-width: 500px;
}

.left-block.menu.flex.vertical.larger-width {
  min-width: 500px;
}

.left-block.menu.flex.vertical.larger-width.bottom-line {
  border-radius: 12px;
  box-shadow: 0 2px 10px #0000001f;
}

.left-block.menu.flex.vertical.larger-width.bottom-line.detail-dana {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.left-block.menu.no-padding {
  width: 40%;
  min-width: 600px;
  padding-left: 0;
}

.left-block.menu.no-padding.scrolling {
  max-height: 80vh;
  overflow: auto;
}

.left-block.avatar-profile {
  width: 80px;
}

.left-block.name {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.right-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.right-block.detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
}

.text-regular-bold {
  color: #515151;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.text-regular-bold.purple {
  color: #34345d;
  font-size: 21px;
}

.text-regular-bold.smaller {
  font-size: 16px;
}

.text-regular-bold.smaller.margin-bottom {
  margin-bottom: .5rem;
}

.text-regular-bold.larger {
  font-size: 24px;
}

.text-regular-bold._22px {
  font-size: 22px;
}

.text-regular-bold._22px.nominal {
  justify-content: flex-end;
  width: 100px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.text-regular-bold.donation {
  text-align: center;
}

.text-regular-bold.white {
  color: #fff;
}

.text-regular-bold.big-number {
  font-size: 80px;
}

.bottom-dashboard {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: .5rem 64px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.bottom-dashboard.hide {
  display: none;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #676767;
  flex-direction: column;
  align-items: center;
  width: 120px;
  height: auto;
  padding: 0 .5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block.gereja {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-2 {
  text-align: center;
}

.text-block-2.bold.justify-left {
  color: #333;
  text-align: left;
}

.navbar-name {
  text-align: center;
  font-size: 11px;
}

.icon-navbar-bottom {
  width: 30px;
}

.body-gpk {
  font-family: Montserrat, sans-serif;
}

.sejarah {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.sejarah._352 {
  max-width: none;
}

.content-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.section-title-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h2 {
  color: #51a8ff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-12 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-left: 64px;
  display: flex;
}

.year-content {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 40px;
  display: flex;
}

.heading-h3-2 {
  color: #51a8ff;
  text-align: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.content-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 192px;
  height: 100%;
  max-height: none;
  display: flex;
}

.content-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 64px;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 110px;
  display: flex;
}

.content-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #464646;
  border-left-style: solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 40px;
  display: flex;
}

.content-16.no-padding {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
}

.vectors-wrapper-20 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.content-17 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 364px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.content-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 192px;
  height: auto;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 137px;
  display: flex;
}

.content-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #464646;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 40px;
  display: flex;
}

.content-20 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.content-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 192px;
  height: auto;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 164px;
  display: flex;
}

.content-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #464646;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 40px;
  display: flex;
}

.donasi {
  padding-left: 64px;
  padding-right: 64px;
}

.donasi.flex {
  height: auto;
  padding: 8rem 64px 8rem 0;
  display: flex;
}

.visi-misi {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.visi-misi._228 {
  max-width: none;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-title-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  color: #51a8ff;
  text-align: center;
  font-size: 53px;
  font-weight: 700;
  line-height: 120%;
}

.content-23 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.content-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h4 {
  color: #34345d;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-regular-normal-6 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.misi {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 64px;
  display: flex;
}

.misi._30 {
  background-color: #20202082;
  max-width: none;
  height: 100vh;
  min-height: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.misi.hero {
  background-color: #ffffff80;
  max-width: none;
  height: 700px;
  min-height: 700px;
  padding-left: 64px;
  padding-right: 64px;
}

.paragraph-content {
  color: var(--white);
  width: auto;
  font-size: .9rem;
  line-height: 1.8rem;
}

.paragraph-content.align-center {
  color: var(--white);
  text-align: center;
}

.paragraph-content.align-center._60 {
  width: 60%;
  min-width: 700px;
}

.paragraph-content.align-center.white {
  color: #fff;
}

.paragraph-content.continue {
  display: block;
}

.paragraph-content.cerita-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.daftar {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.navbar-2.no-padding {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.container-3.space-between {
  justify-content: space-between;
}

.column-7 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.content-25 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-regular-normal-7 {
  color: #34345d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-regular-link {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.content-26 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.section-title-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-medium-normal-3 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-5 {
  color: #51a8ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-input-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #51a8ff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #34345d;
  border: 1px solid #34345d;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-6.form {
  width: 200px;
  max-width: 200px;
}

.button-6.form.top-margin {
  margin-top: 2rem;
}

.button-6.info-button {
  justify-content: center;
  width: 200px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button-6.waiting {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.button-6.eye-toggle {
  border-radius: 6px;
  width: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.button-6.eye-toggle.fa {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-6.eye-toggle.fa.showpass, .button-6.eye-toggle.fa.hidepass {
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa 400", sans-serif;
}

.button-6.eye-toggle.fa.password {
  width: 40px;
  margin-bottom: 0;
  padding: 8px 12px;
}

.button-7 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #34345d;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-regular-normal-8 {
  color: #34345d;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  display: flex;
}

.register-form {
  width: 100%;
}

.text-field-daftar {
  border: 1px solid #47008e;
  border-radius: 6px;
}

.text-field-2, .text-field-3 {
  border: 1px solid #600bb64d;
  border-radius: 6px;
}

.form-block.flex {
  flex-direction: column;
  display: flex;
}

.form-block.flex.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.button-wrapper-register.flex {
  display: flex;
}

.button-wrapper-register.flex.vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.button-wrapper-register.flex.vertical.top-margin {
  margin-top: 1rem;
}

.div-button-wrapper-show-hide.flex {
  display: flex;
}

.text-span, .text-span-2 {
  font-family: "Fa Solid 900", sans-serif;
}

.div-line {
  width: 10px;
}

.div-line.vertical {
  border: 1px solid #000;
  border-radius: 40px;
  width: 0;
  height: 100%;
}

.circle {
  z-index: 1;
  background-color: #34345d;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  position: relative;
  top: 12.5px;
  left: 51px;
}

.program {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10rem 128px 3rem 64px;
  display: flex;
}

.horizontal-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.page-number-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.link-wrapper {
  text-decoration: none;
}

.font-icon {
  color: #34345d;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.link-wrapper-div {
  justify-content: space-around;
  width: 20%;
  display: flex;
}

.font-number {
  color: #333;
  font-weight: 700;
}

.simple-link-menu {
  background-color: #fff0;
  border-radius: 25px;
  flex-direction: column;
  width: 450px;
  display: flex;
  position: absolute;
  inset: 90% 64px auto auto;
}

.purple-nav-link {
  float: right;
  clear: left;
  color: #6307c1;
  text-align: right;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 50px;
  width: 52%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: letter-spacing .25s, width .25s;
  right: 3px;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.purple-nav-link:hover {
  letter-spacing: 4px;
  width: 55%;
}

.purple-nav-link:active {
  color: #ffb52c;
  -webkit-text-stroke-color: #ffa722;
}

.purple-nav-link.login {
  background-color: #ffa722;
}

.purple-nav-link.login.white {
  color: #fff;
}

.flipper-nav-container {
  border-radius: 25px;
  height: 43px;
  position: relative;
  left: 0;
  right: 0;
}

.line-4 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-4.v2 {
  background-color: #fff;
}

.line-5 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-5.v2 {
  background-color: #fff;
  width: 30px;
}

.flipper-nav-button {
  background-color: #f76d6d;
  border-radius: 55px;
  width: 43px;
  height: 43px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.flip-nav {
  background-color: #0000;
  padding: 1rem 64px;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
}

.nav-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.program-detail {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6rem 128px 3rem 64px;
  display: flex;
}

.icon-detail-wrapper {
  flex-direction: column;
  justify-content: center;
  min-width: 100px;
  display: flex;
}

.line-vertical {
  background-color: #5f10ae;
  border-radius: 40px;
  width: 1px;
  min-width: 1px;
  height: 50px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.icon-detail {
  width: 30px;
  height: 30px;
}

.image-3 {
  aspect-ratio: 1;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.image-4 {
  min-width: 40px;
}

.program-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 64px;
  display: flex;
}

.program-menu.vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
}

.program-menu.pencairan-dana {
  flex-direction: column;
}

.program-menu.pencairan-dana.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.program-menu-wrapper.horizontal {
  display: flex;
}

.program-menu-wrapper.horizontal.justify-space-between {
  border-bottom: 1px solid #47008e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.program-menu-wrapper.horizontal.justify-space-between.no-bottom-line {
  border-bottom-style: none;
  padding-top: 1rem;
  padding-bottom: 0;
}

.program-menu-wrapper.donate {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: .25rem;
}

.program-menu-wrapper.donate.horizontal {
  width: 100%;
  margin-top: .5rem;
}

.icon-button {
  color: #34345d;
  background-color: #0000;
  padding: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.button-wrapper {
  padding-left: 6px;
  position: static;
}

.button-wrapper.justify-center {
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.button-wrapper.absolute {
  z-index: 98;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 82% 0% 0%;
}

.button-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 1rem 64px;
  display: flex;
}

.button-section.justify-start {
  justify-content: flex-start;
}

.button-section.justify-start.bottom-margin, .button-section.bottom-margin {
  margin-bottom: 64px;
}

.text-span-3 {
  font-family: "Fa Solid 900", sans-serif;
}

.cerita {
  padding: 10rem 64px 1rem;
}

.image-5 {
  width: 100%;
  height: 300px;
}

.image-cerita {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 350px;
}

.div-image-news-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 150px;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 200px;
  height: 150px;
}

.image-news {
  object-fit: cover;
  border-radius: 8px;
  width: 150px;
  height: 150px;
}

.news-lightbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cara-penggalangan-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.number-and-line {
  min-width: 30px;
  display: flex;
}

.number-and-line.align-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.line {
  background-color: #34345d;
  width: 2px;
  height: 100%;
}

.number-text-large {
  color: #34345d;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.form-galang-dana {
  margin-bottom: 0;
  padding: 6rem 64px 3rem;
}

.field-label-form {
  color: #515151;
  margin-bottom: 0;
}

.text-field-4 {
  border: 1px #000;
}

.text-field-underline {
  border: 1px #000;
  border-bottom: 1px solid #34345d;
  margin-bottom: 0;
}

.div-field-wrapper {
  width: 80%;
  display: flex;
}

.edit {
  color: #34345d;
  background-color: #0000;
  align-items: flex-end;
  padding: 0;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.textarea {
  border: 1px solid #5f10ae;
  border-bottom-color: #34345d;
  border-radius: 8px;
  min-height: 250px;
  margin-bottom: 0;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.form-galang {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs {
  width: 100%;
}

.tab-link-tab-1 {
  width: 94.1125px;
}

.tab-pesan {
  background-color: #fff;
  width: 50%;
}

.tab-pesan.w--current {
  background-color: #34345d;
}

.text-tile {
  text-align: center;
}

.text-title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.text-title.selected {
  color: #34345d;
}

.currency-input-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  display: flex;
}

.input-file {
  border: 1px #000;
  border-radius: 0;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 0;
}

.toggle-wrapper {
  cursor: pointer;
  background-image: linear-gradient(135deg, #f2f2f2, #fff);
  border-radius: 30px;
  width: 60px;
  padding: 3px;
  box-shadow: inset 1px 1px 10px #00000021;
}

.toggle-button {
  background-image: linear-gradient(135deg, #ffa722, #ffc771);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 1px 1px 3px #00000059;
}

.div-option-donasi {
  border-radius: 8px;
  width: 250px;
  padding: 15px 16px;
  text-decoration: none;
  box-shadow: 0 2px 6px #0000001c;
}

.link-block-2 {
  text-decoration: none;
}

.title-wrapper {
  justify-content: center;
  width: 100%;
  padding-top: 10rem;
  display: flex;
}

.title-wrapper.no-top {
  padding-top: 0;
}

.number-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.donate-icon {
  width: 40px;
}

.link-block-3 {
  text-decoration: none;
}

.form-nominal-donasi {
  width: 100%;
}

.text-field-5 {
  width: 550px;
  font-size: 14px;
}

.text-nominal-donasi {
  border: 1px #000;
  border-radius: 8px;
  width: 450px;
  height: 50px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.nominal-donasi-wrapper {
  border-radius: 8px;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 6px #0000001c;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.image-donasi {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 250px;
}

.image-donasi.about-us {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 300px;
}

.image-about-us {
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 80%;
  height: 70%;
  min-height: 0;
}

.text-link-footer {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.search-bar {
  background-color: #fffc;
  border: 2px solid #ffa722;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 500px;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
}

.form-search-bar {
  margin-bottom: 0;
  display: flex;
}

.search-button {
  background-color: #ffa722;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Fa Solid 900", sans-serif;
}

.link-program {
  text-decoration: none;
}

.link-image-story {
  width: 48%;
}

.link-block-4 {
  width: 48px;
}

.link-horizontal {
  text-decoration: none;
}

.button-9 {
  background-color: #ffa722;
  border-radius: 6px;
}

.button-9.edit-profil {
  background-color: #34345d;
  font-weight: 600;
}

.link-donate {
  flex-direction: column;
  align-items: center;
  width: 160px;
  text-decoration: none;
  display: flex;
}

.image-kantong-donasi {
  width: 50px;
}

.konfirmasi {
  padding: 0 64px;
}

.form-konfirmasi-pembayaran {
  margin-bottom: 0;
  padding: 64px 0;
}

.p-14 {
  color: #989fb2;
  font-size: 14px;
}

.p-14.mb-7 {
  margin-bottom: 7px;
}

.content-middle {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 40px;
}

.dashboard-page-wrapper {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.call-block {
  background-color: #06d7a0;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 15px;
  display: flex;
  box-shadow: 0 15px 40px #06d7a066;
}

.tabs-menu {
  border-bottom: 2px solid #f7f7f9;
  margin-bottom: 30px;
}

.text-brown {
  color: #515151;
}

.scroll {
  max-height: 100vh;
  overflow: auto;
}

.tasks-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.status-numbers {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.nav-left__menu {
  margin-bottom: 65px;
}

.nav-left__menu.flex {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

.notification-box {
  color: #fff;
  background-color: #f04770;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 23px;
  margin-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  display: flex;
}

.status-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.user-profile {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.call-length {
  color: #fff;
  font-size: 16px;
}

.mb-15 {
  margin-bottom: 15px;
}

.tasks-h {
  color: #989fb2;
  margin-bottom: 20px;
}

.pointer {
  cursor: pointer;
}

.flex-div {
  align-items: center;
  display: flex;
}

.flex-div.gap-10 {
  grid-column-gap: 10px;
}

.cards-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 45px;
  display: grid;
}

.nav-right__heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.img-abs {
  position: absolute;
  inset: auto 0% 0% auto;
}

.collaborator-img {
  border-radius: 50%;
  min-width: 22px;
  height: 22px;
}

.link-wrap {
  grid-column-gap: 12.5px;
  align-items: center;
  display: flex;
}

.link-wrap.log-out-button-wrapper {
  border-left: 5px solid #0000;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  position: relative;
  left: -28px;
}

.link-wrap.log-out-button-wrapper:hover {
  border-left: 5px solid #fff;
}

.border {
  background-color: #ededed;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.task-block {
  grid-column-gap: 20px;
  color: #2f3c66;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  text-decoration: none;
  display: flex;
}

.task-block.last {
  margin-bottom: 0;
}

.embed-center {
  margin-bottom: -4px;
}

.mode-wrap {
  color: #c9cdd8;
  background-color: #f5f6fa;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 78px;
  padding: 8px 15px;
  display: flex;
}

.p-13 {
  color: #989fb2;
  font-size: 13px;
}

.user-img {
  object-fit: cover;
  border-radius: 50%;
  min-width: 60px;
  height: 60px;
}

.round-img {
  border: 2px solid #fff;
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
}

.round-img.negative {
  object-fit: cover;
  margin-left: -10px;
}

.pink-label {
  color: #f04770;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.call-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.plus-button {
  background-color: #f04770;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  transition: transform .2s;
  display: flex;
}

.plus-button:hover {
  transform: scale(1.1);
}

.plus-button.small {
  background-color: #f3f3f5;
  min-width: 34px;
  height: 34px;
}

.plus-button.small.pink {
  background-color: #f04770;
}

.card-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.card-top.block {
  display: inline-block;
}

.invite-button {
  grid-column-gap: 8px;
  color: #2a84fe;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  text-decoration: none;
  display: flex;
}

.task-h {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 25% 75%;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.nav-left__favorites {
  margin-bottom: 50px;
}

.favorite-circle {
  border: 1px solid #417ff8;
  border-radius: 50%;
  min-width: 15px;
  height: 15px;
}

.favorite-circle.orange {
  border-color: #fa6c6a;
}

.favorite-circle.green {
  border-color: #26c1b3;
}

.task-p {
  color: #989fb2;
  font-size: 12px;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.small-circle {
  background-color: #07d6a0;
  border-radius: 50%;
  min-width: 7px;
  height: 7px;
}

.small-circle.pink {
  background-color: #f04770;
}

.progress {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.task-description-wrap {
  grid-column-gap: 3px;
  align-items: center;
  display: flex;
}

.status-wrap {
  align-items: flex-start;
  display: flex;
}

.tabs-wrap {
  position: relative;
}

.progress-p {
  color: #989fb2;
  font-size: 12px;
}

.nav-left {
  background-color: #34345d;
  border-right: 1px solid #ededed;
  padding-top: 50px;
  padding-left: 28px;
  padding-right: 20px;
}

.nav-left.flex {
  text-transform: none;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  width: 20%;
  min-width: 220px;
  max-width: none;
  height: 100vh;
  padding-top: 10rem;
  display: flex;
  position: fixed;
}

.collaborator-l {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.tab-link {
  color: #989fb2;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  margin-bottom: -2px;
  margin-right: 20px;
  padding: 13px 30px 13px 0;
}

.tab-link.w--current {
  color: #8f77ff;
  background-color: #0000;
  border-bottom-color: #8f77ff;
}

.buttons-wrap {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
}

.content-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.collaborator {
  grid-column-gap: 10px;
  color: #7655e4;
  background-color: #7655e433;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  min-width: 100px;
  padding: 6px 7px;
  font-size: 12px;
  display: flex;
}

.collaborator.green {
  color: #07d6a0;
  background-color: #07d6a033;
}

.search-field {
  background-image: url('../images/search.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  height: 46px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 5px;
}

.search-field::placeholder {
  color: #989fb2;
  font-size: 16px;
}

.navigation {
  display: none;
}

.around-padding {
  padding: 3px 4px;
}

.card-icon__wrap {
  background-color: #0000004d;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  height: 42px;
  display: flex;
}

.left-menu__link {
  z-index: 10;
  color: #fff;
  background-color: #34345d;
  border-left: 5px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  left: -28px;
}

.left-menu__link:hover {
  border-left-color: #fff;
}

.left-menu__link.w--current {
  color: #f04770;
  border-left-color: #f04770;
}

.left-menu__link.hide {
  display: none;
}

.left-menu__link.current-page {
  z-index: 10;
  color: #f04770;
  cursor: default;
}

.left-menu__link.current-page.w--current {
  padding-left: 28px;
}

.left-menu__link.sub-menu {
  background-color: #0000;
  left: auto;
}

.left-menu__link.sub-menu.top {
  background-color: #5c5c7f;
  width: auto;
  margin-top: 14px;
}

.left-menu__link.sub-menu.drop-down:hover {
  position: fixed;
}

.left-menu__link.sub-menu.drop-down.top {
  background-color: #0000;
  left: auto;
}

.left-menu__link.sub-menu.drop-down.top:hover {
  position: relative;
}

.left-menu__link.pendaftaran {
  z-index: 1;
}

.left-menu__link.pendaftaran.penginjil, .left-menu__link.pendaftaran.pendeta {
  padding-left: 42px;
}

.left-menu__link.pendaftaran.dokumen-penting.w--current {
  color: #fff;
  padding-left: 42px;
}

.left-menu__link.pendaftaran.dokumen-penting.current-page.w--current {
  color: #f04770;
}

.left-menu__link.pendaftaran.formulir, .left-menu__link.pendaftaran.laporan, .left-menu__link.verifikasi-gl, .left-menu__link.verifikasi-gl.w--current {
  padding-left: 42px;
}

.left-menu__link.verifikasi-gl.current.hide.w--current, .left-menu__link.verifikasi-gl.hide {
  z-index: 5;
}

.left-menu__link.daftar-gl, .left-menu__link.daftar-gl.current-page.w--current {
  padding-left: 42px;
}

.left-menu__link.daftar-gl.hide {
  z-index: 5;
}

.left-menu__link.verifikasi-pdt-pgjl {
  padding-left: 42px;
}

.left-menu__link.verifikasi-pdt-pgjl.hide {
  z-index: 5;
}

.left-menu__link.daftar-pdt-pgjl {
  padding-left: 42px;
}

.left-menu__link.daftar-pdt-pgjl.hide {
  z-index: 5;
}

.mode-field.active {
  color: #2f3c66;
}

.progress-bar__color {
  background-color: #f04770;
  border-radius: 5px;
  width: 30%;
  height: 7px;
}

.create-field {
  background-color: #f5f6f8;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 13px;
  font-size: 13px;
}

.task-block__l {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.more-option {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
}

.task-img__block {
  background-color: #f04770;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  height: 48px;
  display: flex;
}

.task-img__block.green {
  background-color: #06d7a0;
}

.task-img__block.blue {
  background-color: #582be7;
}

.h1 {
  font-size: 22px;
}

.call-options {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.form-block-2 {
  z-index: 10;
  border-bottom: 2px solid #f7f7f9;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-block-2.static {
  border-bottom-style: none;
  margin-top: 18px;
  position: static;
}

.ms-iframe-footer-embed {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.p-11 {
  font-size: 11px;
}

.card-text-2 {
  width: 100%;
  max-width: 200px;
  margin-bottom: 15px;
}

.card-2 {
  color: #fff;
  background-color: #f04770;
  border-radius: 10px;
  padding: 35px 30px 20px;
  box-shadow: 0 0 50px #f04770cc;
}

.card-2.purple {
  background-color: #ac98ef;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px #ac98ef;
}

.nav-right {
  padding: 50px 35px 40px;
}

.progress-bar__bg {
  background-color: #e4e1e8;
  border-radius: 5px;
  min-width: 88px;
  height: 7px;
}

.status-count {
  font-size: 30px;
  font-weight: 600;
}

.button-10 {
  color: #2f3c66;
  background-color: #f5f6fa;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.button-10.purple {
  grid-column-gap: 9px;
  color: #f3deff;
  background-color: #582be6;
}

.favorite-block {
  grid-column-gap: 20px;
  color: #989fb2;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
}

.mb-5 {
  margin-bottom: 5px;
}

.collaborators-wrap {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.collaborators-flex {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.semi-bold {
  font-weight: 600;
}

.body-2 {
  height: auto;
  font-family: Montserrat, sans-serif;
}

.image-dashboard-icon {
  width: 20px;
  height: 20px;
}

.paragraph {
  margin-bottom: 0;
}

.dashboard-menu-text {
  color: #fff;
  width: auto;
  min-width: 150px;
  font-weight: 600;
}

.dashboard-menu-text.auto {
  min-width: 0;
}

.button-11 {
  padding: 0;
}

.button-log-out-navbar {
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
}

.right-page-wrapper {
  order: 0;
  width: 78%;
  margin-left: 22%;
  position: static;
}

.display-right {
  border-radius: 10px;
  height: auto;
  min-height: 100vh;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem 1.5rem;
  box-shadow: 2px 2px 5px #0003;
}

.display-right.table-display {
  overflow: auto;
}

.div-number {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.paragraph-2 {
  padding-right: 2rem;
}

.daftar-jemaat-lokal {
  padding: 6rem 64px;
}

.daftar-jemaat-lokal.hide {
  display: block;
}

.text-number {
  width: 3ch;
  min-width: 0;
  max-width: 3ch;
}

.text-number.title {
  width: 3ch;
  margin-right: 5%;
  font-size: 16px;
  font-weight: 700;
}

.text-number.isi {
  margin-left: .2%;
  margin-right: 5%;
}

.text-jemaat {
  width: 30%;
}

.text-jemaat.title {
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
  font-weight: 700;
}

.text-jemaat.isi {
  margin-left: 2.7%;
  margin-right: 2.5%;
}

.text-kota {
  width: 15%;
}

.text-kota.title {
  width: 17%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  font-size: 16px;
  font-weight: 700;
}

.text-kota.isi {
  width: 17%;
  margin-left: 2.7%;
  margin-right: 2.5%;
}

.text-provinsi {
  width: 20%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.text-provinsi.title {
  font-size: 16px;
  font-weight: 700;
}

.question-label {
  color: #47008e;
}

.label-form {
  border-radius: 6px;
}

.div-detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.title-text {
  font-size: 14px;
}

.title-text.bold {
  color: #515151;
  font-weight: 700;
}

.div-wrapper-surat {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-4 {
  border-radius: 12px;
  width: 150px;
  height: 150px;
}

.div-cards-wrapper {
  border-radius: 12px;
  width: 150px;
  height: 150px;
  box-shadow: 1px 2px 5px #0000001f;
}

.icon-logo {
  width: 100%;
  height: 60px;
}

.ths07-menu-icon-wrapper {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.ths07-search-icon {
  cursor: pointer;
  background-color: #e5e5e5;
  background-image: url('../images/ths_07_ico_search_dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 40px;
  transition: background-color .2s ease-in-out;
}

.ths07-search-icon:hover {
  background-color: #fff;
}

.ths07-nav-link-hover-dor {
  background-color: #34345d;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 28px auto 0%;
}

.ths07-menu-close-icon {
  width: 25px;
  position: absolute;
}

.ths07-navigation-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths07-logo {
  width: 80px;
  margin-right: 20px;
}

.ths07-nav-links-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ths07-nav-link {
  color: #34345d;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.ths07-nav-link:hover {
  color: #fff;
}

.ths07-nav-link.alt {
  color: #34345d;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.ths07-menu-icon {
  width: 30px;
}

.ths07-brand {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding: 5px 0%;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.ths07-header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbarmobile {
  z-index: 2;
  background-color: #f7e4ce;
  justify-content: space-between;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbarmobile.alt {
  z-index: 100;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-block-6 {
  color: #34345d;
}

.text-block-6.alt {
  color: var(--dark-blue);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.form-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-wrapper.pendaftaran {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.form-wrapper.hidden {
  display: none;
  overflow: visible;
}

.flex-wrapper {
  display: flex;
}

.flex-wrapper.horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.flex-wrapper.horizontal.lesser-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.flex-wrapper.center {
  justify-content: flex-start;
  align-items: center;
  width: 500px;
}

.flex-wrapper.programs {
  justify-content: center;
  align-items: flex-start;
  width: 430px;
  min-width: 430px;
  display: flex;
  position: relative;
}

.form-pendaftaran-gl {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.no-mobile.align-left {
  align-self: flex-start;
}

.content-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-height: 1200px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: auto;
}

.content-flex.vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-height: none;
  display: block;
  overflow: visible;
}

.content-flex.vertical.flex {
  display: flex;
}

.penawaran {
  margin-top: 0;
}

.table_content_warpper {
  width: 100%;
  padding: 5px 10px 5px 0;
}

.discount-field {
  border-radius: 6px;
  width: 99px;
  margin-bottom: 0;
}

.div-text-wrapper {
  width: 50px;
  font-size: 14px;
}

.cell-tnc, .cell-tnc.align-center {
  justify-content: center;
  align-items: center;
}

.cell-tnc.align-right {
  justify-content: center;
  align-items: flex-end;
}

.cell-tnc.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.sku-wrapper {
  width: 100%;
}

.sku-wrapper.hidden {
  display: block;
}

.tncbutton {
  background-color: #f00004;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tncbutton.minus {
  background-color: #34345d;
}

.document-button {
  background-color: #34345d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.document-button.minus {
  background-color: #34345d;
}

.document-button.fasolid {
  font-family: "Fa Solid 900", sans-serif;
}

.document-button.fasolid.reject {
  background-color: #fb4343;
}

.document-button.fa {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Fa 400", sans-serif;
  display: flex;
}

.document-button.fa.hide {
  text-align: center;
  display: none;
}

.document-button.organization {
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
}

.document-button.organization.detail {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.document-button.pending {
  background-color: #d6d6d6;
  font-size: 12px;
}

.document-button.reject {
  background-color: #fb4343;
  font-size: 12px;
}

.document-button.accept {
  font-size: 12px;
}

.document-button.selesaikan {
  width: 100px;
}

.document-button.faline {
  font-family: "Fa 400", sans-serif;
}

.document-button.faline.hide {
  display: block;
}

.document-button.faflat {
  font-family: "Fa Solid 900", sans-serif;
}

.document-button.fareject {
  background-color: #fb4343;
  font-family: "Fa Solid 900", sans-serif;
}

.document-button.verifikasi-button {
  font-size: 12px;
}

.document-button.organization-button {
  width: auto;
}

.document-button.download {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.document-button.download.document {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.gpk-table {
  width: 95%;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 1px;
  text-decoration: none;
  overflow: visible;
}

.gpk-table.popup {
  width: 90%;
}

.gpk-table.tambah-pendaftaran {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gpk-table.no-margin {
  margin-top: 0;
}

.field-form-gereja {
  border-radius: 6px;
  display: block;
}

.field-form-gereja.cust {
  width: 100%;
}

.field-form-gereja.hidden {
  display: none;
}

.field-form-gereja.text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.field-form-gereja.unfilled {
  background-color: #ffdada;
}

.button-kembali {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #183028;
  background-color: #18302800;
  border-radius: 10px;
  align-items: center;
  width: 100px;
  height: 45px;
  margin-bottom: 1rem;
  padding: 15px 15px 15px 0;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-kembali:hover {
  color: #404094;
  background-color: #6e877b00;
}

.button-text {
  margin-bottom: 0;
  font-weight: 700;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-flex {
  width: 40%;
  height: 100%;
  display: flex;
}

.div-flex.wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.div-flex.vertical {
  flex-flow: column;
  width: 60%;
}

.div-flex.vertical.full-width {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  height: auto;
}

.div-flex.vertical.padding-top {
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-flex.vertical._50 {
  width: 50%;
}

.div-flex.vertical._50.justify-top {
  justify-content: flex-start;
}

.div-flex.full-size {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  overflow: auto;
}

.div-flex.program-card {
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.div-flex.footer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.div-flex.footer.space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.div-flex.left {
  width: 30%;
  display: flex;
}

.div-flex.left.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.div-flex.left.center.vertical {
  justify-content: space-between;
  align-items: flex-start;
}

.div-flex.right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
}

.div-flex.right.vertical {
  width: auto;
}

.div-flex.contact-us {
  flex-flow: column;
  width: auto;
}

.div-flex.navigator {
  flex-flow: column;
  height: auto;
}

.div-flex.navigator.wider-size {
  width: 100%;
}

.div-flex.cell-tnc.gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.div-flex.button-wrapper.gl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
}

.div-flex.button-wrapper.full {
  width: 100%;
  padding-left: 0;
}

.div-flex.button-tambah-wrapper {
  padding-bottom: 1rem;
}

.div-flex.button-wrapper-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.div-flex.card-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  padding: 0;
}

.div-flex.wrapper-footer.space-between {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.div-flex._100 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.div-flex._100.page-ubah-password.vertical.justify-left, .div-flex._100.page-ubah-password.justify {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.div-flex._100.status {
  margin-top: 1rem;
}

.div-flex.wrapper-arti-lambang {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.div-flex.upload-button {
  justify-content: center;
  align-items: center;
  width: auto;
}

.div-flex.padding {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-flex.padding.vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}

.div-flex.verifikasi-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: auto;
}

.div-flex.button-wrapper-gl {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: auto;
}

.div-flex.radio-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 100%;
  margin-bottom: 10px;
}

.div-flex.radio-wrapper-dashboard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.div-flex.tambah-dokumen {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.div-flex.wrapper-form-password {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.div-flex.horizontal._50 {
  width: 50%;
}

.div-flex.horizontal._100.justify-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-flex.card-data-diri {
  width: 100%;
  height: 30%;
}

.div-flex.konten-card-data-diri {
  width: 100%;
  height: 70%;
  padding-top: .2rem;
}

.div-flex.column-1 {
  width: 30%;
}

.div-flex.column-1.vertical {
  width: 26.5%;
}

.div-flex.column-2 {
  padding-left: .5rem;
}

.div-flex.column-2.flex.vertical.smaller-width {
  width: 52.5%;
}

.div-flex.photo-wrapper {
  object-fit: cover;
  width: 21%;
}

.div-flex.keterangan {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.div-flex.form-data-diri {
  width: 100%;
}

.div-flex.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.div-flex.title.relative {
  position: static;
}

.heading-1 {
  width: 600px;
  font-size: 48px;
  line-height: 58px;
}

.heading-6 {
  color: #51a8ff;
  font-size: 53px;
  font-weight: 700;
  line-height: 120%;
}

.image-hero {
  object-fit: cover;
  width: 100%;
  position: static;
}

.web-button {
  text-align: center;
  background-color: #34345d;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.event {
  padding: 4rem 64px;
}

.program-cards {
  flex: none;
  width: 300px;
}

.program-images {
  border-radius: 8px;
}

.straight-line {
  background-color: #34345d;
  flex: 1;
  width: auto;
  min-width: 500px;
  max-width: 800px;
  height: 3px;
}

.text-block-7, .text-block-8, .text-block-9 {
  color: #34345d;
}

.square-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #34345d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  height: 100px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-span-4 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.div-button-navbar.flex {
  display: flex;
}

.div-button-navbar.flex.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.navbar-button {
  text-align: center;
  letter-spacing: 2px;
  background-color: #34345d;
  width: 100px;
  font-weight: 600;
}

.navbar-button.highlight {
  background-color: #ff9c50;
}

.navbar-button.register {
  color: #34345d;
  background-color: #34345d00;
  border: 1px solid #34345d;
  border-radius: 1px;
}

.navbar-button.register:hover {
  color: #fff;
  background-color: #34345d;
}

.navbar-button.login {
  border: 1px solid #34345d;
  border-radius: 1px;
}

.slide {
  width: 50%;
}

.slider-program {
  background-color: #ddd0;
}

.slide-program {
  width: 300px;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.slide-program-2 {
  width: 40%;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hide {
  display: none;
}

.icon, .icon-2 {
  color: #34345d;
}

.bold {
  color: #34345d;
  font-weight: 700;
}

.link-navigasi {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text {
  color: #34345d;
}

.navbarmobiledisplay {
  z-index: 2;
  background-color: #f7e4ce;
  justify-content: space-between;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbarmobiledisplay.alt {
  background-color: #f7e4ce;
}

.navbar-mobile {
  display: none;
}

.nav-link-5 {
  color: #242f3b;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 40px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link-5:hover {
  color: #101822;
}

.nav-link-5.w--current {
  color: #05a6ee;
}

.nav-right-2 {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.scrolling-nav {
  background-color: #fff;
  padding: 20px 25px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.navbar-4 {
  display: block;
}

.brand-div {
  color: #102c38;
  align-items: center;
  margin-top: 2px;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.brand-div.w--current {
  margin-top: 0;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.smaller {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: 600;
}

.cta-2.smaller:hover {
  background-color: #03926e;
}

.cta-2.smaller.colour5 {
  color: #03926e;
  background-color: #0000;
  border: 2px solid #03926e;
  border-radius: 2px;
  padding: 9px 22px;
}

.cta-2.smaller.colour5:hover {
  color: #fff;
  background-color: #03926e;
}

.cta-2.smaller.colour5.round {
  color: #05a6ee;
  border: 1px solid #05a6ee;
  border-radius: 200px;
  display: block;
}

.cta-2.smaller.colour5.round:hover {
  color: #fff;
  background-color: #05a6ee;
  border-color: #05a6ee;
}

.text-link.regular {
  color: #34345d;
  font-size: 16px;
  line-height: 150%;
}

.div-flex-login {
  width: 100%;
}

.div-flex-login.vertical {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.submit-button-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
}

.submit-button {
  background-color: #34345d;
  border-radius: 60px;
  width: 260px;
  padding: 12px 36px;
  font-weight: 600;
}

.pop-up {
  z-index: 30;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding: 2.5%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #ff2d2d26;
}

.pop-up.padding {
  display: flex;
  box-shadow: 4px 4px 15px #12121226;
}

.pop-up.padding.large {
  color: #454545;
  text-align: left;
  width: 1000px;
  height: 70vh;
  position: relative;
  overflow: auto;
}

.pop-up.padding.large.auto {
  height: auto;
}

.pop-up.padding.large.more-padding {
  height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.pop-up.padding.large.more-padding.block {
  display: block;
  overflow: auto;
}

.div-wrapper.flex {
  display: flex;
}

.close-pop-up-button {
  z-index: 20;
  background-color: #34345d;
  border-radius: 0% 0% 0% 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-up-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pop-up-centering {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-tnc.black {
  color: #343434;
  text-align: left;
}

.text-tnc.black.normal {
  font-weight: 400;
}

.pop-up-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-parent.delete-confirm, .pop-up-parent.pop-up-dokumen {
  z-index: 99;
  display: none;
  position: fixed;
}

.submit-button-2 {
  background-color: #34345d;
  border-radius: 60px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 12px 36px;
  font-weight: 600;
}

.submit-button-2.waiting {
  background-color: #e3e3e3;
}

.ubah-password {
  color: #fff;
}

.div-form-button-wrapper.hide {
  display: none;
}

.button-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #183028;
  border-radius: 10px;
  align-items: center;
  height: 45px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-12:hover {
  background-color: #6e877b;
}

.button-12.tambah {
  background-color: #100d2e;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
}

.button-12.tambah.larger {
  background-color: #34345d;
  width: 200px;
}

.button-12.tambah.larger.margin-bottom {
  margin-bottom: 1rem;
}

.text-icon-navbar {
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-icon-navbar.solid {
  font-family: "Fa Solid 900", sans-serif;
}

.button-text-2 {
  margin-bottom: 0;
  font-weight: 500;
}

.pop-up-parent-2 {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-parent-2.delete-confirm {
  z-index: 99;
  display: none;
  position: fixed;
}

.pop-up-parent-2.delete-confirm-copy {
  z-index: 99;
  display: block;
  position: fixed;
}

.form-user {
  flex-flow: column;
  display: flex;
}

.form-user-block {
  width: 50%;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.field-select-gereja {
  border-radius: 6px;
}

.close-pop-up-button-2 {
  z-index: 20;
  background-color: #34345d;
  border-radius: 0% 0% 0% 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fa {
  font-family: "Fa Solid 900", sans-serif;
}

.button-13 {
  color: #34345d;
  background-color: #3898ec00;
  padding: 0;
  font-weight: 600;
}

.slide-2 {
  width: 40%;
}

.slide-programs {
  width: auto;
  padding: .5rem;
  position: relative;
}

.card-3 {
  color: #b8b9c2;
  background-color: #3f404600;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000001a;
}

.arrow-left {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  inset: -145px auto 0% -2%;
  box-shadow: 0 2px 5px #0000001a;
}

.carousel-slider {
  margin-right: 0;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-mask {
  width: 42%;
  overflow: visible;
}

.btn {
  outline-offset: 0px;
  color: #34345d;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fff0;
  border: 3px solid #000;
  border-radius: 0;
  outline: 3px #34345d;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .3s ease-out;
}

.btn:hover {
  color: #fff;
  background-color: #34345d;
  border: 3px solid #34345d;
}

.arrow-right {
  color: #d79191;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  inset: -145px -2% 0% auto;
  box-shadow: 0 2px 5px #0000001a;
}

.container-5 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.slider-nav {
  background-color: #bbb0b000;
}

.icon-4, .icon-5 {
  color: #34345d;
}

.header-wrapper {
  padding-left: 64px;
}

.div-hari {
  background-color: #34345d;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 26%;
  padding: .25rem;
  position: absolute;
}

.text-hari {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.nav-left-mobile {
  background-color: #34345d;
  border-right: 1px solid #ededed;
  padding-top: 50px;
  padding-left: 28px;
  padding-right: 20px;
  display: none;
}

.nav-left-mobile.flex {
  flex-flow: column;
  justify-content: space-around;
  padding-top: 0;
  display: flex;
}

.navbar-5 {
  display: none;
}

.arti-lambang {
  padding-left: 64px;
  padding-right: 64px;
}

.arti-lambang.flex {
  background-color: #fff;
  height: auto;
  padding: 5rem 64px;
  display: flex;
}

.image-lambang {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 250px;
}

.image-lambang.about-us {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 70%;
  height: auto;
}

.dot-mark {
  color: #fff;
  margin-top: 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 11px;
}

.mars {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: 1140px;
  margin: 40px auto 60px;
  display: grid;
  position: relative;
}

.mars._30 {
  background-color: #20202082;
  max-width: none;
  height: 100vh;
  min-height: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.mars.hero {
  background-color: #ffffff80;
  max-width: none;
  height: 700px;
  min-height: 700px;
  padding-left: 64px;
  padding-right: 64px;
}

.form-block-dokumen {
  max-width: 1140px;
}

.text-field-6 {
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-wrapper-input-text {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.button-wrapper-pendaftaran-gereja.flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.radio-label {
  margin-bottom: 0;
  font-weight: 400;
}

.radio-button {
  margin-top: 4px;
}

.text-span-5 {
  font-weight: 600;
}

.dropdown-left-menu {
  color: #fff;
  border-left: 5px solid #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  display: flex;
  position: relative;
  left: -28px;
}

.dropdown-left-menu:hover {
  border-left: 5px solid #fff;
}

.dropdown-toggle {
  padding: 0;
  display: flex;
}

.icon-7 {
  color: #fff;
}

.icon-7.pendaftaran {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #34345d;
  left: 5px;
}

.fa-solid-2 {
  color: #fff;
  padding-left: .25rem;
  font-family: "Fa Solid 900", sans-serif;
}

.fa-solid-2.black {
  color: #5b5b5b;
}

.pilih-jenis-dokumen {
  border-radius: 6px;
}

.form-tambah-dokumen {
  width: 100%;
}

.form-pop-up-verifikasi {
  width: 90%;
  height: 100%;
}

.download-dokumen {
  margin-bottom: 1rem;
}

.form-4, .form-5 {
  padding-bottom: 5%;
}

.text-verifikasi.margin-bot {
  margin-bottom: 1rem;
}

.form-verifikasi {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.lupa-password-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.login-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.tab-panel-dokumen {
  padding: 1rem;
}

.tab-dokumen {
  color: #fff;
  background-color: #52526a;
}

.tab-dokumen.w--current {
  background-color: #34345d;
  font-weight: 600;
}

.tab-dokumen.dokumen-gereja {
  display: none;
}

.card-wrapper {
  margin-bottom: 1rem;
}

.card-wrapper.flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.card-pendeta-penginjil {
  background-image: url('../images/logowhitegpk-02.png'), linear-gradient(145deg, #34345d, #5353a0);
  background-position: 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30%, auto;
  border-radius: 12px;
  width: 390px;
  height: 220px;
  box-shadow: 0 4px 12px 1px #00000040;
}

.card-pendeta-penginjil.flex {
  display: flex;
}

.card-pendeta-penginjil.flex.justify-right {
  background-image: url('../images/membership-gpk-01.png'), url('../images/logowhitegpk-02.png'), linear-gradient(145deg, #34345d, #5353a0);
  background-position: 50%, 10%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: cover, 30%, auto;
  justify-content: flex-end;
  width: 385.6px;
  height: 248px;
  padding: .7rem 1rem;
}

.card-pendeta-penginjil.flex.justify-right.back {
  background-image: url('../images/belakangkartuanggota-02-removebg-preview.png'), url('../images/logowhitegpk-02.png'), linear-gradient(145deg, #34345d, #5353a0);
  background-position: 50%, 10%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: cover, 30%, auto;
  width: 385.6px;
  height: 248px;
}

.card-pendeta-penginjil.flex.justify-right.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.card-pendeta-penginjil.flex.justify-right.vertical.belakang.no-shadow.back {
  background-image: url('../images/ID-CARD-PENDETA-02.jpg'), url('../images/logowhitegpk-02.png'), linear-gradient(145deg, #34345d, #5353a0);
  justify-content: center;
  align-items: center;
}

.card-pendeta-penginjil.flex.justify-right.vertical.no-shadow {
  box-shadow: none;
  background-image: url('../images/ID-CARD-PENDETA-01.jpg'), url('../images/logowhitegpk-02.png'), linear-gradient(145deg, #34345d, #5353a0);
  background-position: 50%, 10%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: cover, 30%, auto;
  width: 323.528px;
  height: 204.019px;
  padding-left: .8rem;
  padding-right: .8rem;
}

.card-pendeta-penginjil.flex.justify-right.vertical.no-shadow.shadow {
  background-image: url('../images/ID-CARD-PENDETA-01.jpg'), url('../images/logowhitegpk-02.png'), linear-gradient(145deg, #34345d, #5353a0);
  background-position: 50%, 10%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: cover, 30%, auto;
  box-shadow: 0 2px 5px #0003;
}

.div-status {
  width: 60%;
}

.div-status.center {
  text-align: right;
  align-self: center;
  padding-left: 1rem;
  padding-right: 2rem;
}

.number-pendeta {
  color: #fff;
}

.number-pendeta.bold {
  font-weight: 700;
}

.header-1 {
  color: #fff;
}

.logo-wrapper-gpk {
  width: 25%;
}

.logo-wrapper-gpk.flex {
  display: flex;
}

.logo-wrapper-gpk.flex.justify-center {
  justify-content: center;
  align-items: stretch;
}

.logo-gpk {
  height: 75%;
}

.div-text-card-data-diri {
  text-align: center;
  width: 75%;
  font-size: 12px;
  line-height: 18px;
}

.title1 {
  color: #fff;
  font-size: 7.5px;
  font-weight: 400;
  line-height: 13px;
}

.subtitle1 {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
}

.div-content-data-kartu {
  width: 100%;
  height: 100%;
}

.div-content-data-kartu.flex.vertical {
  height: 70%;
  padding-top: .25rem;
}

.nama-card {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: underline;
}

.question-wrapper.flex {
  display: flex;
}

.question-wrapper.flex.space-around {
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
}

.question-text {
  color: #3d3d3d;
  letter-spacing: -.4px;
  font-size: 7.5px;
  font-weight: 600;
  line-height: 10px;
}

.question-text.bold {
  padding-left: 5%;
  font-weight: 700;
}

.question-text.bold.margin-bottom {
  margin-top: .125rem;
  margin-bottom: .5rem;
}

.question-text.bold.no-padding {
  padding-left: 0%;
}

.question-text.no {
  width: 95%;
  padding-right: 0;
}

.question-text.nomor {
  width: 5%;
}

.question-text.nama {
  line-height: 10px;
}

.foto-anggota {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.line-text-wrapper.flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-text-wrapper.flex.space-between {
  justify-content: space-between;
}

.div-block-5, .div-signature {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.div-signature.wrapper.flex {
  justify-content: flex-end;
  align-items: flex-start;
  height: 30%;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.sign-ketua {
  width: 50%;
}

.sign-ketua.flex {
  display: flex;
}

.sign-ketua.flex.justify-right {
  justify-content: flex-end;
  width: 60%;
}

.sign-ketua.flex.justify-center {
  justify-content: center;
  align-items: center;
}

.sign-ketua.flex.justify-center.width-70 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  height: 100%;
}

.div-dates-names.flex {
  display: flex;
}

.div-dates-names.flex.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.input-2, .input-3 {
  border: 1px solid #0003;
  border-radius: 8px;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
}

.fa-solid-3 {
  color: #fff;
  padding-left: .25rem;
  font-family: "Fa Solid 900", sans-serif;
}

.fa-solid-3.black {
  color: #5b5b5b;
}

.document-button-download-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-body {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.text-span-6 {
  font-family: "Fa Solid 900", sans-serif;
}

.icon-field-label {
  color: #7272ca;
  font-family: "Fa Solid 900", sans-serif;
  position: relative;
}

.tooltip-content-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffde;
  border-radius: 4px;
  padding: 1rem;
  position: absolute;
  top: 1145.4px;
  left: 518.35px;
  box-shadow: 0 2px 6px #0003;
}

.icon-field-label-2 {
  color: #7272ca;
  font-family: "Fa Solid 900", sans-serif;
  position: relative;
}

.tooltip-content-wrapper-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffde;
  border-radius: 4px;
  padding: 1rem;
  position: absolute;
  inset: auto 8% 15% auto;
  box-shadow: 0 2px 6px #0003;
}

.fa-solid {
  font-family: "Fa Solid 900", sans-serif;
}

.fa-brand {
  font-family: "Fa Brands 400", sans-serif;
}

.a4-div {
  width: 595px;
  height: 842px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-judul.flex {
  display: flex;
}

.div-judul.flex.align-center {
  justify-content: center;
  align-items: center;
}

.title-sk.align-center {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.title-sk.align-center._50 {
  width: 50%;
}

.div-nomor.flex {
  display: flex;
}

.div-nomor.flex.align-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
}

.text-content-sk {
  width: auto;
  font-size: 11px;
  line-height: 16px;
}

.text-content-sk.underlined {
  text-decoration: underline;
}

.text-content-sk.underlined.padding {
  padding-left: .25rem;
  padding-right: .25rem;
}

.text-content-sk.no._10 {
  width: 10%;
}

.text-content-sk.no._10.flex {
  display: flex;
}

.text-content-sk.no._10.flex.align-right {
  justify-content: flex-end;
}

.text-content-sk.no._10.flex.align-right.padding {
  padding-right: .5rem;
}

.text-content-sk._20 {
  width: 20%;
}

.text-content-sk._20.flex {
  display: flex;
}

.text-content-sk._20.flex.justify-right {
  justify-content: flex-end;
  width: 20%;
}

.text-content-sk._40 {
  width: 40%;
}

.text-content-sk._60 {
  width: 60%;
}

.text-content-sk._70 {
  width: 70%;
}

.text-content-sk._80 {
  width: 80%;
}

.text-content-sk._90 {
  width: 90%;
}

.text-content-sk._5 {
  width: 5%;
}

.text-content-sk._5.flex {
  display: flex;
}

.text-content-sk._5.flex.align-right {
  justify-content: flex-end;
}

.text-content-sk._5.flex.align-right.padding {
  padding-right: .5rem;
}

.text-content-sk._50 {
  width: 50%;
}

.text-content-sk._10 {
  width: 10%;
}

.text-content-sk.auto {
  width: auto;
}

.text-content-sk.auto.padding {
  padding-left: .25rem;
  padding-right: .25rem;
}

.text-content-sk._15 {
  width: 20%;
}

.text-content-sk._15.flex {
  display: flex;
}

.text-content-sk._15.flex.justify-right {
  justify-content: flex-end;
  width: 15%;
}

.text-content-sk._12 {
  width: 12.5%;
}

.text-content-sk._13 {
  width: 13%;
}

.text-content-sk.align-center {
  text-align: center;
}

.div-sub-judul.flex {
  display: flex;
}

.div-sub-judul.flex.align-center {
  justify-content: center;
}

.div-content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-content.flex {
  display: flex;
}

.div-content.flex.vertical {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-line-wrapper-content.flex {
  display: flex;
}

.div-line-wrapper-content.flex.vertical {
  flex-flow: column;
}

.div-content-footer.flex {
  display: flex;
}

.div-content-footer.flex.vertical {
  flex-flow: column;
}

.div-content-footer.flex.vertical.align-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  padding-top: .5rem;
}

.div-wrapper-tanggal-sk.flex {
  display: flex;
}

.div-wrapper-tanggal-sk.flex.justify-center {
  justify-content: center;
  align-items: center;
}

.div-wrapper-tanggal-sk.flex.justify-center.gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.div-wrapper-tanggal-sk.flex.justify-center.gap.bottom-padding {
  padding-bottom: .5rem;
}

.div-sign.flex {
  display: flex;
}

.div-sign.flex.padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-sign.flex.padding.bottom-padding {
  padding-bottom: .5rem;
}

.div-sign-wrapper.flex {
  display: flex;
}

.div-sign-wrapper.flex.vertical {
  flex-flow: column;
}

.div-sign-wrapper.flex.vertical._50 {
  width: 50%;
}

.div-sign-wrapper.flex.vertical._50.padding {
  padding-left: .5rem;
  padding-right: .5rem;
}

.image-signature {
  object-fit: cover;
  width: 100%;
  height: 100px;
}

.div-note.flex {
  display: flex;
}

.div-note.flex.vertical {
  flex-flow: column;
}

.div-note.flex.vertical.padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-wrapper-footnote.flex {
  display: flex;
}

.div-wrapper-footnote.flex.justify-center {
  justify-content: center;
  align-items: center;
}

.div-wrapper-footnote.flex.justify-center.gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.div-file-upload {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-wrapper-pop-up {
  width: 95%;
}

.div-wrapper-pop-up.info {
  margin-top: 50%;
  margin-bottom: 0%;
  position: static;
  overflow: visible;
}

.div-wrapper-pop-up.info.no-margin {
  margin-top: 0%;
}

.download-dokumen-wrapper._30, .download-dokumen-wrapper._40 {
  width: 40%;
}

.download-dokumen-wrapper._40.flex {
  display: flex;
}

.download-dokumen-wrapper._40.flex.vertical {
  flex-flow: column;
}

.download-dokumen-wrapper._40.flex.vertical.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.download-dokumen-wrapper._40.flex.vertical.gap.padding {
  padding-top: 1rem;
}

.download-dokumen-wrapper._40.flex.vertical.gap.padding.padding-bottom {
  padding-bottom: 1rem;
}

.download-dokumen-wrapper._40.flex.vertical.gap.padding.padding-bottom.larger {
  width: 70%;
}

.form-data-gereja.flex {
  display: flex;
}

.form-data-gereja.flex.vertical {
  flex-flow: column;
}

.form-data-gereja.flex.vertical.gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  overflow: visible;
}

.form-pop-up {
  width: 95%;
}

.field-label-pendaftaran {
  font-weight: 500;
}

.div-dokumen-gereja-wrapper.flex {
  display: flex;
}

.div-dokumen-gereja-wrapper.flex.vertical {
  flex-flow: column;
}

.div-dokumen-gereja-wrapper.flex.vertical.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-dokumen-gereja-wrapper.flex.vertical.gap.padding {
  padding-top: 1rem;
}

.text-area-form-gereja {
  border-radius: 6px;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-content-2 {
  overflow: visible;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-menu-3 {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-family: Montserrat, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 7rem;
  position: relative;
}

.slider-heading._1 {
  font-family: Praise, sans-serif;
}

.slider-heading._2 {
  font-family: Montserrat, sans-serif;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/gpk-dove-heroimg.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-span-7 {
  color: #fff9;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.hero-slider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.slider {
  width: 100%;
  height: 100vh;
}

.mask-2 {
  height: 80vh;
}

.text-span-8 {
  font-family: Praise, sans-serif;
}

.slider-heading-copy {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-family: Montserrat, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 7rem;
  position: relative;
}

.slider-heading-copy._1 {
  font-family: Praise, sans-serif;
}

.slider-background-2 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/gpk-baptis-heroimg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-background-2.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background-2.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.headline-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-hero {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Praise, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 6rem;
}

.slider-2-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/gpk-baptis-heroimg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-2-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-2-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.heading-hero-copy, .heading-hero-copy-copy {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
}

.slider-3-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/gpk-worship-heroimg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-3-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-3-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.div-block-6 {
  background-color: #21213d;
}

.new-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr .5fr;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-7 {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 15px;
  text-decoration: none;
}

.text-block-11 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.heading-8 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.separator {
  background-color: #fff;
  width: 2px;
}

.text-block-12 {
  color: #fff;
  text-align: right;
  align-self: center;
  font-size: 1rem;
}

.div-block-8 {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-9 {
  align-self: center;
  margin-right: 15px;
}

.wrapper-about-us {
  max-width: 1140px;
  margin: 100px auto;
}

.grid-2 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.div-block-10 {
  background-image: url('../images/gpk-hand-heroimg.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  height: 100%;
  overflow: hidden;
}

.div-block-11 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.heading-10 {
  color: var(--dark-blue);
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.paragraph-3 {
  color: var(--dark-blue);
  font-size: .9rem;
  line-height: 1.8rem;
}

.button-14 {
  background-color: #f17659;
  padding: 10px 24px;
  font-size: .9rem;
}

.section-visi {
  background-image: linear-gradient(#c3552cb5, #c3552cb5), url('../images/gpk-goodfriday-heroimg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper-visi {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--white);
  text-align: justify;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-layout72_item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-13 {
  width: 35px;
}

.button-15 {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px 24px;
  font-size: .9rem;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui--gray50);
}

.div-block-14 {
  width: 100%;
  margin-top: 15px;
}

.div-block-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  display: flex;
}

.div-block-16 {
  background-color: #21213d;
}

.div-block-17 {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-18 {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 15px;
  text-decoration: none;
}

.heading-11 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.div-block-19 {
  align-self: center;
  margin-right: 15px;
}

.text-block-13 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-14 {
  color: #fff;
  text-align: right;
  align-self: center;
  font-size: 1rem;
}

.div-block-20 {
  background-image: url('../images/gpk-hand-heroimg.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  height: 100%;
  overflow: hidden;
}

.heading-12 {
  color: #21213d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.div-block-21 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-16 {
  background-color: #f17659;
  padding: 10px 24px;
  font-size: .9rem;
}

.paragraph-4 {
  color: #21213d;
  font-size: .9rem;
  line-height: 1.8rem;
}

.heading-13 {
  color: #21213d;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.grid-3 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.div-block-22 {
  width: 35px;
}

.uui-heading-xxsmall-3 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-medium-2 {
  color: #fff;
  text-align: justify;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}

.button-17 {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px 24px;
  font-size: .9rem;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-14 {
  color: #023047;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}

.heading-14.white {
  color: #34345d;
}

.div-block-24 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  display: flex;
}

.section_about_us {
  background-color: #fff;
  align-items: stretch;
  display: flex;
}

.wrapper_divblock {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 80px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-start;
}

.section_sejarah_gpk {
  background-color: var(--dark-blue);
  padding-bottom: 90px;
  display: none;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

._w-description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.3em;
}

.c-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  position: sticky;
  top: 100px;
}

.c-card._5 {
  position: sticky;
  top: 340px;
}

.c-card._1 {
  position: sticky;
  top: 20px;
}

.c-card._3 {
  position: sticky;
  top: 180px;
}

.c-card._4 {
  position: sticky;
  top: 260px;
}

.c-card-title {
  margin-bottom: 10px;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.card-details {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4rem;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-scroll-down {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.yellow {
  color: #fff080;
}

.scroll-2 {
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  width: 30px;
  height: 48px;
  padding: 5px;
  display: flex;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 3px;
  height: 10px;
}

.c-header {
  margin-bottom: 30px;
}

.c-card-details {
  margin-bottom: 20px;
}

.description {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.text-block-15 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 3rem;
  font-weight: 700;
}

.faq-answer {
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.heading-15 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}

.heading-15.bottom-margin-20 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 4rem;
}

.body-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-3.bottom-margin-30 {
  text-align: justify;
  margin-bottom: 30px;
  font-size: .9rem;
}

.faq-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-wrap {
  background-color: #ffffff57;
  border-radius: 16px;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.container-6 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-6 {
  text-align: center;
  max-width: 530px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.faq-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq-icon {
  margin-right: 20px;
}

.container-7 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, #21213d, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#21213d, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  text-align: justify;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#4e54c8, #8f94fb);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #21213d;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: #21213d;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.container-8 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline-heading {
  background-color: #21213d;
}

.padding-vertical-xlarge {
  padding-top: 90px;
  padding-bottom: 90px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4rem;
}

.section-arti-logo {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  background-color: var(--dark-blue);
  border-radius: 50px;
  flex-flow: column;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  padding: 40px;
  display: flex;
}

.image-8 {
  width: 100%;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-bottom: 20px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.section-mars-sinode {
  background-color: #d5d5e9;
  background-image: url('../images/672a307b3c3e7dd67f14d538_Grain-Background.png');
  background-position: 0 0;
  background-size: auto;
  padding: 60px;
}

.wrapper-mars {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark-blue);
  text-align: center;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
}

.paragraph-content-copy {
  color: var(--white);
  width: auto;
  font-size: .9rem;
  line-height: 1.4rem;
}

.paragraph-content-copy.align-center {
  color: var(--dark-blue);
  text-align: center;
}

.paragraph-content-copy.align-center._60 {
  width: 60%;
  min-width: 700px;
}

.paragraph-content-copy.align-center.white {
  color: #fff;
}

.paragraph-content-copy.continue {
  display: block;
}

.paragraph-content-copy.cerita-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading-h1-copy {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.heading-h1-copy.align-center {
  text-align: center;
}

.heading-h1-copy.align-center.white {
  color: #fff;
}

.heading-h1-copy.margin {
  margin-bottom: 2rem;
}

.heading-h1-copy.white {
  color: #fff;
}

.paragraph-content-copy-copy {
  color: var(--white);
  width: auto;
  font-size: .9rem;
  line-height: 1.4rem;
}

.paragraph-content-copy-copy.align-center {
  color: var(--white);
  text-align: justify;
  line-height: 1.8rem;
}

.paragraph-content-copy-copy.align-center._60 {
  width: 60%;
  min-width: 700px;
}

.paragraph-content-copy-copy.align-center.white {
  color: #fff;
}

.paragraph-content-copy-copy.continue {
  display: block;
}

.paragraph-content-copy-copy.cerita-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.column-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffffb0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.text-block-17 {
  color: var(--dark-blue);
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.p-kata {
  color: var(--black);
  text-align: justify;
  width: auto;
  font-size: .9rem;
  line-height: 1.8rem;
}

.p-kata.align-center {
  color: var(--black);
  text-align: center;
}

.p-kata.align-center._60 {
  width: 60%;
  min-width: 700px;
}

.p-kata.align-center.white {
  color: #fff;
}

.p-kata.continue {
  display: block;
}

.p-kata.cerita-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.div-block-27 {
  align-self: center;
  width: 300px;
}

.div-block-28 {
  background-color: #21213d;
  width: 80%;
  height: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-17-copy {
  color: var(--dark-blue);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}

.div-block-29 {
  border-radius: 50px;
  width: 100%;
  height: 600px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.section-visi-copy {
  background-image: linear-gradient(#c3552c8f, #c3552c8f), url('../images/christian-christianity-religion-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper_divblock-copy {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-slider-copy {
  display: none;
}

.form_wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed, .code-embed-2 {
  display: none;
}

.buka_peta {
  background-color: #34345d;
  border-radius: 60px;
  width: 260px;
  margin-bottom: 25px;
  padding: 12px 36px;
  font-weight: 600;
}

.buka_peta_button {
  background-color: #34345d;
  border-radius: 99px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 48px;
  margin-bottom: 25px;
  display: flex;
}

.text-block-19 {
  color: #fff;
  font-weight: 500;
}

.section_modal_map {
  justify-content: center;
  align-items: center;
}

.modal-wrapper-map {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background-map {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.modal-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  min-height: 620px;
  max-height: 900px;
  padding: 50px 30px 20px;
  display: flex;
  position: relative;
}

.modal-close-button {
  color: #0e111b;
  border-radius: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.icon-x {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.map-wrapper-embed {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}

.text-block-20 {
  align-self: center;
  font-weight: 600;
  text-decoration: none;
}

.button-18 {
  background-color: var(--button);
  border-radius: 99px;
  margin-bottom: 20px;
  padding: 12px 49px;
}

.button-18:hover {
  background-color: #f07759;
}

.link {
  color: #0f3ec9;
}

.checkbox-label {
  display: none;
}

.modal-wrapper-ad-art {
  z-index: 998;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background-ad-art {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-content-ad-art {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 50px 40px 30px;
  display: flex;
}

.button-yes {
  color: #0e111b;
  border-radius: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 12px;
  right: 12px;
}

.modal-card-copy {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 840px;
  height: 620px;
  position: relative;
}

.button-19 {
  letter-spacing: 5px;
  background-color: #ee7858;
  padding: 12px 55px;
  font-size: 17px;
  font-weight: 700;
}

.heading-17 {
  text-transform: uppercase;
}

.button-20 {
  background-color: var(--button);
  border-radius: 99px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
}

.textarea-2 {
  border-radius: 6px;
  width: 100px;
}

.div-block-30 {
  display: flex;
}

.modal-close-button-ad-art {
  color: #0e111b;
  border-radius: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.code-embed-3 {
  width: 100%;
  height: 74%;
}

.code-embed-4 {
  height: 480px;
}

.div-block-31 {
  display: flex;
}

.button-21 {
  background-color: #34345d;
  border-radius: 99px;
  margin-bottom: 20px;
  padding: 12px 49px;
}

.button-21:hover {
  background-color: #f07759;
}

.button-22 {
  background-color: #34345d;
  border-radius: 99px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
}

.text-block-21 {
  align-self: center;
  font-weight: 600;
  text-decoration: none;
}

.button-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #34345d;
  border: 1px solid #34345d;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-23.eye-toggle {
  border-radius: 6px;
  width: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.button-23.eye-toggle.fa {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-23.eye-toggle.fa.showpass, .button-23.eye-toggle.fa.hidepass {
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa 400", sans-serif;
}

.div-block-32 {
  width: 100%;
  margin-top: 15px;
}

.button-24 {
  background-color: #34345d;
  border-radius: 99px;
  margin-bottom: 20px;
  padding: 12px 49px;
}

.button-24:hover {
  background-color: #f07759;
}

.submit-button-3 {
  background-color: #34345d;
  border-radius: 60px;
  width: 260px;
  padding: 12px 36px;
  font-weight: 600;
}

.div-block-33 {
  display: flex;
}

.button-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #34345d;
  border: 1px solid #34345d;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-25.eye-toggle {
  border-radius: 6px;
  width: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.button-25.eye-toggle.fa {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-25.eye-toggle.fa.showpass, .button-25.eye-toggle.fa.hidepass {
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa 400", sans-serif;
}

.button-26 {
  color: #000;
  text-align: center;
  background-color: #e9e9e9;
  border: 1px solid #979797;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.div-block-34 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.button-27 {
  background-color: #34345d;
  border-radius: 99px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
}

.text-block-22 {
  align-self: center;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-toggle-2 {
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-35, .div-block-36, .div-block-37 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.code-embed-5 {
  width: 100%;
  height: 74%;
}

.button-28 {
  letter-spacing: 5px;
  background-color: #ee7858;
  padding: 12px 55px;
  font-size: 17px;
  font-weight: 700;
}

.text-block-24 {
  align-self: center;
  font-weight: 600;
  text-decoration: none;
}

.heading-18 {
  text-transform: uppercase;
}

.wrapper-rekomendasi {
  font-weight: 600;
}

.grid-keterangan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 8fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.text-block-25 {
  text-align: center;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea-3 {
  border-radius: 6px;
}

.field-form-rekomendator {
  border-radius: 6px;
  display: block;
}

.field-form-rekomendator.cust {
  width: 100%;
}

.field-form-rekomendator.hidden {
  display: none;
}

.field-form-rekomendator.text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.field-form-rekomendator.unfilled {
  background-color: #ffdada;
}

.field-label-3 {
  margin-top: 16px;
}

.field-form-calon-pendeta {
  border-radius: 6px;
  display: block;
}

.field-form-calon-pendeta.cust {
  width: 100%;
}

.field-form-calon-pendeta.hidden {
  display: none;
}

.field-form-calon-pendeta.text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.field-form-calon-pendeta.unfilled {
  background-color: #ffdada;
}

.field-form-no-hp {
  border-radius: 6px;
  display: block;
}

.field-form-no-hp.cust {
  width: 100%;
}

.field-form-no-hp.hidden {
  display: none;
}

.field-form-no-hp.text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.field-form-no-hp.unfilled {
  background-color: #ffdada;
}

.div-block-kewarganegaraan {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.modal-wrapper-etika {
  z-index: 998;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-close-button-etika {
  color: #0e111b;
  border-radius: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal-content-etika {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 50px 40px 30px;
  display: flex;
}

.modal-background-etika {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-27 {
  font-weight: 600;
}

.link-block-5 {
  width: 36px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-41 {
  width: 55px;
  position: absolute;
  bottom: -38px;
  left: auto;
}

@media screen and (min-width: 1440px) {
  .heading-1 {
    width: auto;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .web-button {
    width: 300px;
    font-size: 20px;
    line-height: 30px;
  }

  .square-button {
    min-width: 450px;
    height: 150px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 60px;
    line-height: 80px;
  }

  .heading-h1-copy {
    text-align: left;
    font-size: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .header-3.hero.alt.no-padding-top {
    height: 70vh;
    min-height: 70vh;
  }

  .flex-block.about-image-wrapper {
    width: 50%;
  }

  .flex-block.about-content {
    padding-left: 4rem;
  }

  .image-about-us {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-flex {
    width: 50%;
  }

  .div-flex.vertical.padding-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-1 {
    width: auto;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 36px;
  }

  .web-button {
    width: 350px;
    font-size: 30px;
    line-height: 60px;
  }

  .square-button {
    flex-flow: column;
    min-width: 550px;
    height: 200px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 30px;
    line-height: 60px;
  }

  .bold-text {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-hero-copy-copy {
    font-size: 7rem;
    font-weight: 700;
  }

  .slider-3-background {
    background-image: linear-gradient(#0000001a, #0009), url('../images/gpk-worship-heroimg.jpg');
  }

  .heading-h1-copy {
    text-align: left;
    font-size: 80px;
    line-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header-3.hero.alt {
    padding-top: 5rem;
    padding-left: 52px;
  }

  .about-gpk.flex.top {
    padding-left: 52px;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .number-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-2.white {
    font-size: 30px;
  }

  .heading.white {
    font-size: 20px;
  }

  .content-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-medium-normal-2 {
    font-size: 12px;
  }

  .text-regular-semi-bold {
    font-size: 14px;
  }

  .text-regular-normal-5 {
    font-size: 10px;
  }

  .story {
    padding-left: 64px;
    padding-right: 64px;
  }

  .overlay-text-title {
    font-size: 22px;
  }

  .number {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .horizontal-card {
    width: 100%;
  }

  .program-image, .program-image.home {
    min-height: 100%;
  }

  .sejarah._352 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .content-12 {
    padding-left: 0;
  }

  .year-content {
    width: 80%;
  }

  .donasi.flex {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 52px;
  }

  .content-23 {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
  }

  .misi {
    padding: 3rem 52px;
  }

  .link-image-story {
    width: 60%;
  }

  .dashboard-page {
    display: block;
  }

  .hamburger {
    cursor: pointer;
  }

  .nav-left {
    z-index: 99;
    opacity: 0;
    background-color: #fafafa;
    width: 50%;
    display: none;
    position: absolute;
    inset: 64px auto 0 0;
  }

  .nav-left.flex.hide {
    display: none;
  }

  .navigation {
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .nav-right {
    z-index: 99;
    opacity: 0;
    background-color: #fff;
    width: 50%;
    display: none;
    position: absolute;
    inset: 65px 0% auto auto;
  }

  .hamburger-line {
    background-color: #000;
    width: 30px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .quick-stack {
    padding: 0 0;
  }

  .ths07-logo {
    padding-top: 5px;
  }

  .navbarmobile.alt {
    display: none;
    top: 0;
  }

  .content-top {
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px #e6e8e7;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    top: 70px;
    left: 0;
    right: 0;
  }

  .no-mobile {
    display: block;
  }

  .content-flex {
    flex-direction: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .div-flex.left {
    width: auto;
  }

  .div-flex.right {
    justify-content: flex-end;
    align-items: flex-start;
    width: 80%;
  }

  .div-flex.contact-us {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 20px;
  }

  .heading-1 {
    width: auto;
    font-size: 36px;
    line-height: 44px;
  }

  .div-button-navbar.flex.center {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-button.register, .navbar-button.login {
    width: 200px;
  }

  .bold-text {
    font-size: 36px;
    line-height: 44px;
  }

  .brand-logo {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brand-logo.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-navbar {
    margin-left: 52px;
    margin-right: 24px;
  }

  .navbar-mobile {
    z-index: 100;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: sticky;
    top: 0;
  }

  .icon-3 {
    color: #34345d;
  }

  .nav-menu-button {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }

  .menu-buttons.w--open {
    background-color: #34345d21;
    border-radius: 8px;
  }

  .nav-link {
    color: #34345d;
    font-weight: 600;
  }

  .nav-link-5 {
    text-align: center;
    margin-bottom: 32px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .menu-button-2 {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button-2.w--open {
    color: #1d3857;
    background-color: #fff;
    transform: rotate(90deg);
  }

  .nav-right-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .scrolling-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-div {
    margin-top: 11px;
  }

  .cta-2.smaller.colour5.round {
    flex-direction: row;
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .pop-up {
    width: 70%;
  }

  .nav-left-mobile {
    z-index: 99;
    opacity: 0;
    background-color: #fafafa;
    width: 50%;
    display: none;
    position: absolute;
    inset: 64px auto 0 0;
  }

  .navbar-5 {
    background-color: #34345d;
    display: block;
  }

  .icon-6 {
    color: #fff;
  }

  .brands {
    width: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .arti-lambang.flex {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 52px;
  }

  .mars {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8 {
    text-align: left;
  }

  .wrapper-about-us {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-10 {
    height: 350px;
  }

  .section-visi {
    background-image: linear-gradient(to bottom, null, null), url('../images/gpk-goodfriday-heroimg.jpg');
    background-size: auto, cover;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-11 {
    text-align: left;
  }

  .div-block-20 {
    height: 350px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .heading-14.white {
    font-size: 20px;
  }

  .wrapper_divblock {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-grid {
    grid-row-gap: 30px;
  }

  .container-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
  }

  .image-8 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-copy {
    justify-content: space-between;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    width: 400px;
    display: flex;
  }

  .div-block-29 {
    height: auto;
    top: 140px;
  }

  .section-visi-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/gpk-goodfriday-heroimg.jpg');
    background-size: auto, cover;
  }

  .wrapper_divblock-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .modal-wrapper-map {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .modal-wrapper-ad-art, .modal-wrapper-etika {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header.justify-center.vertical {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-h1.align-center.white {
    font-size: 28px;
  }

  .header-3.hero.alt {
    padding-left: 32px;
  }

  .flex-block.about-content {
    padding-right: 0;
  }

  .content-23 {
    flex-flow: column;
  }

  .paragraph-content.align-center._60 {
    width: 100%;
    min-width: 0;
  }

  .container-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-3.space-between {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-7 {
    width: 30%;
  }

  .content-25 {
    width: 70%;
  }

  .input-file {
    width: 200px;
  }

  .search-bar {
    width: 350px;
  }

  .content-middle {
    padding: 40px 20px 20px;
  }

  .status-numbers {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cards-wrap {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-right__heading {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .call-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-img__wrap {
    align-items: center;
    display: flex;
  }

  .task-description-wrap {
    grid-row-gap: 3px;
    flex-wrap: wrap;
  }

  .nav-left {
    width: 45%;
    padding-top: 30px;
    padding-left: 20px;
  }

  .search-field {
    width: 150px;
  }

  .left-menu__link {
    left: -20px;
  }

  .card-2.purple {
    margin-top: 30px;
  }

  .nav-right {
    width: 55%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collaborators-flex {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .paragraph-2 {
    padding-right: 0;
  }

  .daftar-jemaat-lokal {
    padding-left: 32px;
    padding-right: 32px;
  }

  .form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-top {
    padding-left: 0;
    padding-right: 0;
  }

  .content-flex {
    margin-left: 15px;
    margin-right: 15px;
  }

  .content-flex.vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .div-flex.footer.space-between {
    flex-flow: column;
  }

  .div-flex.right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
  }

  .div-flex.contact-us {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
  }

  .container-navbar {
    margin-left: 32px;
  }

  .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pop-up {
    width: 90%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .nav-left-mobile {
    width: 45%;
    padding-top: 30px;
    padding-left: 20px;
  }

  .lupa-password-wrapper {
    width: 70%;
  }

  .tabs-menu-3 {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .faq-heading {
    line-height: 1.4;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 1rem;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .paragraph-content-copy.align-center._60 {
    width: 100%;
    min-width: 0;
  }

  .heading-h1-copy.align-center.white {
    font-size: 28px;
  }

  .paragraph-content-copy-copy.align-center._60, .p-kata.align-center._60 {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 479px) {
  .header.justify-center.vertical {
    max-width: none;
    padding: 3rem 30px 0;
  }

  .header.vertical {
    padding-top: 3rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-regular-normal {
    font-size: 14px;
  }

  .text-regular-normal-2 {
    font-size: 10px;
  }

  .button-3 {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button-3.donasi, .button-3.extra-margin.tambah-dokumen {
    width: 100%;
  }

  .button-3.shorter.download {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 16px;
  }

  .button-3.detail-gereja {
    text-align: center;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }

  .text-medium-normal {
    font-size: 14px;
  }

  .actions {
    flex-direction: column;
    width: 100%;
  }

  .button-4 {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .column-5 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .heading-h1 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .heading-h1.align-center.white {
    font-size: 22px;
  }

  .text-regular-semi-bold-5.top {
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .content {
    padding-left: 0;
    padding-right: 0;
  }

  .header-3._30 {
    align-items: center;
    height: 100vh;
    padding: 30px 25px;
  }

  .header-3.hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-3.hero.alt {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 0 30px 4rem;
  }

  .about-gpk.flex {
    padding-top: 6rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-gpk.flex.top {
    flex-flow: column;
    height: auto;
    padding: 3rem 30px;
  }

  .about-gpk.flex.about {
    flex-flow: column;
    padding: 2rem 30px;
  }

  .flex-block {
    justify-content: flex-start;
    padding-bottom: 5px;
  }

  .flex-block.justify-space-around {
    flex-direction: column;
  }

  .flex-block.justify-space-between {
    margin-bottom: 0;
  }

  .flex-block.vertical._45 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .flex-block.vertical._45.align-start {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .flex-block.vertical._50 {
    width: 100%;
  }

  .flex-block._65.image-about-us-wrapper.right-padding {
    border-radius: 0;
    width: 100%;
    padding-right: 0;
  }

  .flex-block._65.image-about-us-wrapper.right-padding._50 {
    width: 100%;
  }

  .flex-block._65.image-about-us-wrapper.hidden {
    width: 100%;
    height: 200px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .flex-block.justify-start {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
  }

  .flex-block.justify-start.vertical {
    align-items: flex-start;
  }

  .flex-block.justify-start.title.no-corner {
    padding-left: .25rem;
  }

  .flex-block.justify-start.list {
    padding-left: .25rem;
    padding-right: 0;
  }

  .flex-block.justify-start.horizontal {
    flex-flow: row;
    padding-left: 0;
  }

  .flex-block.justify-start.horizontal.vertical {
    flex-flow: column;
  }

  .flex-block.padding.hidden {
    display: none;
  }

  .flex-block.about-image-wrapper {
    width: 100%;
    height: 200px;
  }

  .flex-block.about-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .sliders {
    padding-bottom: 1rem;
  }

  .skill-header {
    margin-bottom: 0;
  }

  .heading-3 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .card-text {
    font-size: 14px;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .number-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-2.white {
    font-size: 60px;
  }

  .cont {
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonial._20 {
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-3 {
    flex-direction: column;
  }

  .footer-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo {
    width: 310px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-small-semi-bold {
    font-size: 12px;
  }

  .text-small-semi-bold.bold.bottom-spacing {
    margin-bottom: 0;
  }

  .text-small-normal {
    margin-bottom: 0;
  }

  .text-4 {
    font-size: 10px;
  }

  .row-2 {
    flex-direction: column;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .story {
    flex-direction: column;
    padding-bottom: 5rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block.full {
    width: 100%;
  }

  .overlay-text-title {
    width: 50%;
    padding: .5rem;
  }

  .number {
    flex-flow: column;
    order: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .horizontal-card {
    flex-direction: column;
    padding: 0;
  }

  .horizontal-card.detail, .horizontal-card.detail.larger {
    min-width: 100%;
    max-width: 100%;
  }

  .program-image-wrapper {
    width: 100%;
  }

  .program-image {
    height: 200px;
  }

  .program-status {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .program-status.flex, .program-status.flex.horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .left-block.program {
    padding-right: 0;
  }

  .left-block.program.detail {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-block.menu, .left-block.menu.flex.vertical.justify-space-between {
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-block.menu.flex.vertical.larger-width.bottom-line {
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left-block.menu.no-padding {
    width: 100%;
    min-width: 0;
  }

  .right-block.detail {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .text-regular-bold {
    font-size: 12px;
  }

  .sejarah._352 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    padding: 3rem 30px 2rem;
  }

  .content-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .section-title-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .content-12 {
    flex-flow: column;
    max-width: none;
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .year-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .content-16, .content-19, .content-22 {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .donasi.flex {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .visi-misi._228 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-h4 {
    font-size: 24px;
  }

  .text-regular-normal-6 {
    font-size: 14px;
    line-height: 140%;
  }

  .misi {
    padding-left: 30px;
    padding-right: 30px;
  }

  .misi._30 {
    align-items: center;
    height: 100vh;
    padding: 30px 25px;
  }

  .paragraph-content {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-content.align-center._60 {
    width: 100%;
    min-width: 0;
  }

  .daftar {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-2.no-padding {
    max-width: none;
  }

  .container-3.space-between {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7, .content-25 {
    width: auto;
  }

  .text-regular-normal-7 {
    font-size: 12px;
  }

  .content-26 {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-6.info-button {
    width: 100%;
  }

  .button-6.eye-toggle.fa.showpass, .button-6.eye-toggle.fa.hidepass {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-button-wrapper-show-hide.flex {
    width: 100%;
  }

  .circle {
    flex: none;
    display: none;
    left: 20px;
  }

  .program {
    padding-top: 3rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .horizontal-card-wrapper, .link-wrapper-div {
    width: 100%;
  }

  .program-detail {
    padding-top: 3rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .icon-detail-wrapper {
    min-width: 80px;
  }

  .line-vertical {
    margin-left: .125rem;
    margin-right: .125rem;
  }

  .line-vertical.hidden {
    display: none;
  }

  .icon-detail {
    width: 20px;
    height: 20px;
  }

  .program-menu {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .program-menu.vertical, .program-menu.pencairan-dana {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .program-menu-wrapper.donate.horizontal {
    border-radius: 12px;
  }

  .button-wrapper.absolute {
    display: none;
  }

  .button-section {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cerita {
    padding-bottom: 2rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-cerita {
    height: 250px;
  }

  .form-galang-dana {
    padding-top: 3rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-field-wrapper {
    width: 100%;
  }

  .textarea {
    width: 240px;
  }

  .title-wrapper {
    padding-top: 3rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-wrapper.no-top {
    padding-top: 0;
  }

  .image-donasi.about-us {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 200px;
  }

  .image-about-us {
    width: 100%;
    height: 100%;
  }

  .search-bar {
    width: 190px;
  }

  .link-image-story {
    width: 100%;
  }

  .konfirmasi {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-middle {
    padding-top: 22px;
  }

  .tabs-menu {
    margin-bottom: 45px;
  }

  .tasks-heading {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .img-abs.hand {
    width: 120px;
  }

  .task-block {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .nav-left {
    width: 100%;
    bottom: -64px;
  }

  .nav-left.flex, .nav-left.flex.hide {
    display: none;
  }

  .tab-link.w--current {
    margin-bottom: 15px;
  }

  .content-heading {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .search-field {
    width: 100%;
  }

  .task-block__l {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-block-2 {
    margin-bottom: 40px;
    position: static;
  }

  .nav-right {
    width: 100%;
    top: 110vh;
  }

  .right-page-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .display-right {
    margin-right: 0;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-info-detail {
    font-size: 12px;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .text-donasi {
    font-size: 12px;
  }

  .daftar-jemaat-lokal {
    padding-top: 3rem;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }

  .text-number.title, .text-jemaat.title {
    font-size: 12px;
  }

  .text-jemaat.isi {
    margin-right: 0%;
  }

  .text-kota.title, .text-provinsi.title {
    font-size: 12px;
  }

  .ths07-navigation-block {
    justify-content: flex-end;
    align-items: center;
  }

  .ths07-logo {
    width: 60px;
  }

  .ths07-nav-links-wrapper {
    background-color: #26262600;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 122px;
  }

  .ths07-nav-link {
    text-align: left;
  }

  .navbarmobile {
    flex-flow: row;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    display: none;
  }

  .text-block-6.alt {
    display: block;
  }

  .form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-wrapper.horizontal {
    flex-flow: column;
  }

  .flex-wrapper.horizontal.lesser-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-top {
    z-index: 0;
    object-fit: fill;
    border-bottom-style: none;
    position: static;
  }

  .no-mobile {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .content-flex.vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .content-flex.vertical.overflow-auto {
    overflow: auto;
  }

  .document-button.download.document {
    font-size: 10px;
    line-height: 14px;
  }

  .gpk-table {
    width: auto;
  }

  .gpk-table.no-margin {
    margin-top: 0;
  }

  .form-pendaftaran-fill {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .field-form-gereja {
    margin-bottom: 20px;
  }

  .button-text {
    font-size: 12px;
    line-height: 16px;
  }

  .container-4 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-flex {
    width: 100%;
  }

  .div-flex.wrapper {
    flex-flow: column;
  }

  .div-flex.vertical {
    width: 100%;
    padding-top: 1rem;
  }

  .div-flex.vertical.full-width {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-flex.vertical.padding-top {
    height: auto;
    padding-top: 1rem;
  }

  .div-flex.vertical._50, .div-flex.card-wrapper {
    width: 100%;
  }

  .div-flex.wrapper-footer.space-between {
    flex-flow: column;
  }

  .div-flex._100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-flex.button-wrapper-gl {
    flex-flow: column;
  }

  .div-flex.radio-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-flex.wrapper-form-password {
    align-items: flex-start;
  }

  .heading-1 {
    text-align: center;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-7 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .web-button {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .square-button {
    display: none;
  }

  .navbar-button.register, .navbar-button.login {
    width: 100%;
  }

  .bold-text {
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
  }

  .navbarmobiledisplay {
    flex-flow: row;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-logo {
    display: flex;
  }

  .container-navbar {
    margin-left: 24px;
    margin-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-mobile {
    z-index: 101;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-button {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta-2.smaller.colour5.round {
    width: 90%;
  }

  .text-link.regular {
    font-size: 12px;
  }

  .pop-up {
    width: 100%;
  }

  .pop-up.padding.large {
    width: 95%;
    min-width: 85%;
    padding: 2rem 5%;
  }

  .pop-up.padding.large.auto.user {
    width: 100%;
    padding-top: 3rem;
  }

  .div-wrapper {
    margin-bottom: 0;
  }

  .close-pop-up-button {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
  }

  .pop-up-centering {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-up-parent.delete-confirm {
    display: none;
  }

  .button-12.tambah {
    width: 150px;
  }

  .button-text-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .pop-up-parent-2 {
    display: block;
  }

  .form-user-block._100 {
    width: 100%;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .btn {
    text-align: center;
    width: 100%;
  }

  .div-hari {
    width: 32%;
  }

  .nav-left-mobile {
    width: 100%;
    display: flex;
    inset: 0% 0% auto;
  }

  .navbar-5 {
    background-color: #34345d;
    display: block;
  }

  .icon-6 {
    color: #fff;
    background-color: #f7e4ce87;
    border-radius: 50%;
    padding: 2px;
  }

  .nav-menu {
    background-color: #3a3a65;
  }

  .brands {
    justify-content: center;
    align-items: center;
    width: 65px;
    display: flex;
  }

  .menu-button {
    margin-top: 5px;
  }

  .menu-button.w--open {
    background-color: #3a3a65;
  }

  .nav-link-mobile {
    color: #fff;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 1.5rem;
    font-weight: 600;
  }

  .nav-link-mobile.normal-font {
    font-weight: 400;
    text-decoration: underline;
  }

  .nav-link-mobile.hidden {
    display: none;
  }

  .arti-lambang.flex {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-lambang.about-us {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: auto;
  }

  .mars {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mars._30 {
    align-items: center;
    height: 100vh;
    padding: 30px 25px;
  }

  .button-wrapper-pendaftaran-gereja.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .form-pop-up-verifikasi {
    width: 100%;
  }

  .lupa-password-wrapper {
    width: auto;
  }

  .login-wrapper {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tab-panel-dokumen.auto-overflow {
    overflow: auto;
  }

  .card-wrapper.flex {
    flex-flow: column;
    overflow: auto;
  }

  .radio-button-field {
    font-size: 14px;
  }

  .field-label-form-gpk {
    font-size: 10px;
    line-height: 14px;
  }

  .div-wrapper-pop-up.info {
    width: 100%;
    margin-top: 0%;
  }

  .download-dokumen-wrapper._40.flex.vertical.gap {
    width: 100%;
  }

  .download-dokumen-wrapper._40.flex.vertical.gap.padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .download-dokumen-wrapper._40.flex.vertical.gap.padding.padding-bottom.larger {
    width: 100%;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .heading-hero {
    font-size: 6rem;
    line-height: 5rem;
  }

  .heading-hero-copy {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-hero-copy-copy {
    font-size: 4rem;
    line-height: 4rem;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.5fr;
  }

  .heading-8 {
    text-align: center;
  }

  .separator {
    display: none;
  }

  .text-block-12 {
    text-align: center;
  }

  .div-block-9 {
    margin-right: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .wrapper-about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    width: auto;
    height: 240px;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-9 {
    text-align: center;
  }

  .heading-10 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .paragraph-3 {
    text-align: center;
    line-height: 1.7rem;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-19 {
    margin-right: 0;
  }

  .text-block-14 {
    text-align: center;
  }

  .div-block-20 {
    width: auto;
    height: 240px;
  }

  .heading-12 {
    text-align: center;
  }

  .div-block-21 {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-4 {
    text-align: center;
    line-height: 1.7rem;
  }

  .heading-13 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .wrapper_divblock {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .c-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-title {
    font-size: 2.5em;
  }

  .header-4 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-scroll-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    font-size: 1em;
    line-height: 1.3em;
  }

  .faq-answer, .faq-question {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_text {
    font-size: .9rem;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .heading-16 {
    font-size: 2.4rem;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .text-block-16 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .wrapper-mars {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-content-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-content-copy.align-center._60 {
    width: 100%;
    min-width: 0;
  }

  .heading-h1-copy {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .heading-h1-copy.align-center.white {
    font-size: 22px;
  }

  .paragraph-content-copy-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-content-copy-copy.align-center._60 {
    width: 100%;
    min-width: 0;
  }

  .text-block-17 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .p-kata {
    font-size: 12px;
    line-height: 18px;
  }

  .p-kata.align-center._60 {
    width: 100%;
    min-width: 0;
  }

  .div-block-27 {
    width: auto;
  }

  .text-block-17-copy {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .div-block-29 {
    position: static;
  }

  .wrapper_divblock-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-wrapper-map {
    display: none;
  }

  .modal-card {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .wrapper-rekomendasi {
    font-size: 12px;
  }

  .grid-keterangan {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 8fr 1fr;
    justify-items: stretch;
    padding: 8px;
  }

  .text-block-25 {
    display: none;
  }

  .div-block-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .field-form-rekomendator {
    margin-bottom: 20px;
  }

  .div-block-39 {
    margin-right: 5px;
  }

  .field-form-calon-pendeta, .field-form-no-hp {
    margin-bottom: 20px;
  }
}

#w-node-_7397c958-4b34-d349-72de-437df5c6ab4d-25bc1c3b {
  align-self: center;
}

#w-node-_7397c958-4b34-d349-72de-437df5c6ab51-25bc1c3b {
  justify-self: end;
}

#w-node-_7397c958-4b34-d349-72de-437df5c6ab52-25bc1c3b {
  align-self: center;
}

#w-node-_7397c958-4b34-d349-72de-437df5c6ab55-25bc1c3b {
  place-self: center end;
}

#w-node-_7560c554-56c7-162e-dbb8-edab79aa1bdd-25bc1c3b {
  align-self: center;
}

#w-node-_7560c554-56c7-162e-dbb8-edab79aa1be1-25bc1c3b {
  justify-self: end;
}

#w-node-_7560c554-56c7-162e-dbb8-edab79aa1be2-25bc1c3b {
  align-self: center;
}

#w-node-_7560c554-56c7-162e-dbb8-edab79aa1be5-25bc1c3b {
  place-self: center end;
}

#w-node-_45beaa70-6f1a-7beb-cadf-fc79dd6e70c7-25bc1c3b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-c477784d-9f5d-6a0d-bac1-e0dde8246d38-25bc1c45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d7fdcbdc-878e-b82d-4615-84e75e6b437e-25bc1c45 {
  align-self: start;
}

#w-node-_6b15abb5-f3fb-74c2-fe7b-e24b29a67d3f-29a67d3f, #w-node-_92343f3e-65e0-8f0f-e8ee-c2e002126968-25bc1c93 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5d7e89a7-0d23-e90a-82aa-a15af51ee9a0-6454803e {
  align-self: center;
}

#w-node-_541c95e6-71ac-8fed-8515-ffa41c34086e-6454803e {
  justify-self: end;
}

#w-node-_4eb29b82-3cb8-b19d-5391-55bfc0c10b33-6454803e {
  align-self: center;
}

#w-node-d5d542c3-6df7-727a-f697-ad2565868370-6454803e {
  place-self: center end;
}

#w-node-d2842669-8c3a-d169-5246-35f86e52ddfe-6454803e, #w-node-d2842669-8c3a-d169-5246-35f86e52ddfe-0825993b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-f44f350f-e1a2-5173-8637-965a889f843f-981dd812, #w-node-_1a0e86dc-81d0-7156-ffad-5d7f3653cc87-981dd812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_184f125a-d6aa-fe4a-9a36-6e65b310662e-981dd812, #w-node-d1e54000-9715-cc82-e6fc-5cf5327d00b1-981dd812, #w-node-_36ffa8c0-ba1b-4bb0-d9d3-8518843d648f-981dd812, #w-node-ec75577d-a451-ba06-968b-b47f04ee9e25-981dd812, #w-node-a6f38449-cce8-d926-5de3-4e2e709e0b2d-981dd812, #w-node-_029b77f9-c03d-23ff-c19a-c918492a3ec9-981dd812, #w-node-a6212d77-235d-d3d5-6c9e-07e77ae1fcbb-981dd812, #w-node-_246f7052-ca0f-e82e-d041-41f966796c53-981dd812 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f44f350f-e1a2-5173-8637-965a889f843f-58f89aca, #w-node-_1a0e86dc-81d0-7156-ffad-5d7f3653cc87-58f89aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_184f125a-d6aa-fe4a-9a36-6e65b310662e-58f89aca, #w-node-d1e54000-9715-cc82-e6fc-5cf5327d00b1-58f89aca, #w-node-_36ffa8c0-ba1b-4bb0-d9d3-8518843d648f-58f89aca, #w-node-ec75577d-a451-ba06-968b-b47f04ee9e25-58f89aca, #w-node-a6f38449-cce8-d926-5de3-4e2e709e0b2d-58f89aca, #w-node-_029b77f9-c03d-23ff-c19a-c918492a3ec9-58f89aca, #w-node-a6212d77-235d-d3d5-6c9e-07e77ae1fcbb-58f89aca, #w-node-_246f7052-ca0f-e82e-d041-41f966796c53-58f89aca {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_45beaa70-6f1a-7beb-cadf-fc79dd6e70c7-25bc1c3b {
    grid-template-rows: auto;
    grid-template-columns: 30% 30% 30%;
  }

  #w-node-c477784d-9f5d-6a0d-bac1-e0dde8246d38-25bc1c45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c477784d-9f5d-6a0d-bac1-e0dde8246d39-25bc1c45 {
    order: 9999;
  }

  #w-node-d2842669-8c3a-d169-5246-35f86e52ddfe-6454803e, #w-node-d2842669-8c3a-d169-5246-35f86e52ddfe-0825993b {
    grid-template-rows: auto;
    grid-template-columns: 30% 30% 30%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a81abe97-9c33-35e6-35fa-f88b415675b9-25bc1c45 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675bc-25bc1c45 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675be-25bc1c45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675c5-25bc1c45 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675c8-25bc1c45 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675d8-25bc1c45 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675db-25bc1c45 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675f2-25bc1c45 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a81abe97-9c33-35e6-35fa-f88b415675f5-25bc1c45 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7397c958-4b34-d349-72de-437df5c6ab55-25bc1c3b, #w-node-_7560c554-56c7-162e-dbb8-edab79aa1be5-25bc1c3b {
    justify-self: center;
  }

  #w-node-_45beaa70-6f1a-7beb-cadf-fc79dd6e70c7-25bc1c3b {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  #w-node-d5d542c3-6df7-727a-f697-ad2565868370-6454803e {
    justify-self: center;
  }

  #w-node-d2842669-8c3a-d169-5246-35f86e52ddfe-6454803e, #w-node-d2842669-8c3a-d169-5246-35f86e52ddfe-0825993b {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  #w-node-_1a0e86dc-81d0-7156-ffad-5d7f3653cc87-981dd812 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_184f125a-d6aa-fe4a-9a36-6e65b310662e-981dd812 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1f5d3fc0-3a6b-b99f-46af-ac757ca5c78b-981dd812, #w-node-_1f248bf3-e0ab-73eb-5e3c-fea016283f0b-981dd812, #w-node-_7e8b4947-a36d-8796-c47d-3502bf9f58d3-981dd812, #w-node-_5e6da0fd-6c19-a588-bb00-e55032a29f61-981dd812, #w-node-_81da03cf-5f3e-55a1-3cbb-5e3406d74925-981dd812, #w-node-bbcfc9ac-b2e3-d993-a116-e995731e2d62-981dd812, #w-node-_3dbc0bf5-0044-b865-ad28-5babf499fe2e-981dd812 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1a0e86dc-81d0-7156-ffad-5d7f3653cc87-58f89aca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_184f125a-d6aa-fe4a-9a36-6e65b310662e-58f89aca {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1f5d3fc0-3a6b-b99f-46af-ac757ca5c78b-58f89aca, #w-node-_1f248bf3-e0ab-73eb-5e3c-fea016283f0b-58f89aca, #w-node-_7e8b4947-a36d-8796-c47d-3502bf9f58d3-58f89aca, #w-node-_5e6da0fd-6c19-a588-bb00-e55032a29f61-58f89aca, #w-node-_81da03cf-5f3e-55a1-3cbb-5e3406d74925-58f89aca, #w-node-bbcfc9ac-b2e3-d993-a116-e995731e2d62-58f89aca, #w-node-_3dbc0bf5-0044-b865-ad28-5babf499fe2e-58f89aca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}