:root {
  --grey-50: #FAFAFA;
  --grey-100: #F5F5F5;
  --grey-200: #EEEEEE;
  --grey-300: #EBEBEB;
  --grey-400: #BDBDBD;
  --grey-500: #9E9E9E;
  --grey-600: #757575;
  --grey-700: #4E4E4E;
  --grey-800: #424242;
  --grey-900: #212121;
  --yellow-50: #FFFCF2;
  --yellow-300: #FFE380;
  --yellow-500: #FFC700;
  --turquoise-500: #51AECD;
  --turquoise-700: #397A8F;
  --purple-300: #D6D0DE;
  --purple-400: #8170B8;
  --purple-500: #766192;
  --purple-900: #42445A;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body span,
body a,
body p {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
}

.gembah-block {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gembah-max-width-container {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: auto;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.acf-block-preview:has(.gembah-max-width-container),
.entry-content:has(.gembah-max-width-container) {
  background: white;
}

.h1 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.44px;
  margin: 0;
}
.h1.large {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}

.h2 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 125%;
}
@media (max-width: 950px) {
  .h2 {
    font-size: 24px;
  }
}

.h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.h3.thin {
  font-weight: 300;
}
@media (max-width: 950px) {
  .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .h3.thin {
    font-weight: 300;
  }
}

.h4 {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.h5 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 950px) {
  .h5 {
    letter-spacing: 1px;
  }
}

.h6 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 950px) {
  .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}

.p {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.p.small {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.p.x-small {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .p {
    font-size: 17px;
    line-height: 150%;
  }
}

.gembah-button,
.button {
  font-family: "Lato", sans-serif;
  color: white;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  white-space: normal;
  text-decoration: none;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  line-height: 130%;
  border-radius: 12px;
}
.gembah-button.primary,
.button.primary {
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.1);
  background: var(--turquoise-500);
  color: white;
}
.gembah-button.primary:hover,
.button.primary:hover {
  opacity: 0.87 !important;
}
.gembah-button.secondary, .gembah-button.secondary:hover,
.button.secondary,
.button.secondary:hover {
  background: white;
  color: var(--grey-900);
  border: 1px solid var(--grey-400);
}
.gembah-button.large,
.button.large {
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}

.blockquote {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.blockquote.header {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575px) {
  .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 100%;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .text-container {
    padding: 0 32px;
  }
}
.text-container h2 {
  font-weight: 600;
  font-size: var(--font-size-400);
  line-height: var(--line-height-400);
}
@media (max-width: 950px) {
  .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.text-container h3 {
  font-weight: 500;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
}
.text-container p {
  max-width: 80ch;
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
}
@media (max-width: 1050px) {
  .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
.text-container.hug-left a {
  margin-left: 0;
  margin-right: auto;
}
.text-container.hug-left a.left-to-right-layout {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .text-container root {
    padding: 92px 32px 32px;
  }
}

.left-to-right-layout {
  flex-direction: row-reverse;
}
.left-to-right-layout.text-container {
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.left-to-right-layout.image {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}

.key-outcomes .gembah-max-width-container {
  row-gap: 24px;
  padding: 40px 24px;
}
@media (max-width: 440px) {
  .key-outcomes .gembah-max-width-container {
    padding: 0 24px;
  }
}
.key-outcomes .gembah-max-width-container .key-outcomes-top {
  text-align: center;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  height: auto;
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
.key-outcomes .gembah-max-width-container .key-outcomes-top > * {
  width: 100%;
  flex-basis: 100%;
  font-family: "Poppins", sans-serif;
}
.key-outcomes .gembah-max-width-container .key-outcomes-top h5 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .key-outcomes-top h5 {
    font-size: 20px;
  }
}
.key-outcomes .gembah-max-width-container .key-outcomes-top h2 {
  color: #1E1E1E;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 320px) {
  .key-outcomes .gembah-max-width-container .key-outcomes-top h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .key-outcomes-top h2 {
    font-size: 54px;
    line-height: 64px;
  }
}
.key-outcomes .gembah-max-width-container .key-outcomes-top p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
}
.key-outcomes .gembah-max-width-container .inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}
@media (min-width: 1024px) {
  .key-outcomes .gembah-max-width-container .inner-container {
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .key-outcomes .gembah-max-width-container .inner-container.text_left .image-wrapper {
    order: 2;
  }
  .key-outcomes .gembah-max-width-container .inner-container.text_left .text-wrapper {
    order: 1;
  }
}
.key-outcomes .gembah-max-width-container .inner-container .image-wrapper {
  position: relative;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .key-outcomes .gembah-max-width-container .inner-container .image-wrapper {
    width: calc(100% - 550px);
    flex-basis: calc(100% - 550px);
  }
}
.key-outcomes .gembah-max-width-container .inner-container .image-wrapper .image-inner {
  position: relative;
  padding-top: 60%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .inner-container .image-wrapper .image-inner {
    padding-top: 55%;
  }
}
@media (min-width: 575px) {
  .key-outcomes .gembah-max-width-container .inner-container .image-wrapper .image-inner {
    padding-top: 60%;
  }
}
@media (min-width: 1024px) {
  .key-outcomes .gembah-max-width-container .inner-container .image-wrapper .image-inner {
    padding-top: 55%;
  }
}
.key-outcomes .gembah-max-width-container .inner-container .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper {
  flex: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper h4 {
    grid-area: 1/1/2/2;
  }
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper ul {
    grid-area: 1/2/3/3;
  }
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper {
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 1024px) {
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper {
    gap: 37px;
    display: flex;
    flex-wrap: wrap;
  }
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper h4 {
  font-size: 28px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1024px) {
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper h4 {
    margin-top: auto;
  }
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper ul li {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper ul li:last-of-type {
  margin-bottom: 0;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper {
  margin-top: auto;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper .outcomes-trigger {
  text-decoration: none;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  padding: 14px 24px 12px;
  background-color: #FEC72F;
  transition: all 500ms ease;
  justify-content: center;
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper .outcomes-trigger {
    display: inline-flex;
    flex-basis: content;
  }
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper .outcomes-trigger .text {
  font-size: 18px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1E1E1E;
  transition: all 500ms ease;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper .outcomes-trigger .icon {
  position: relative;
  width: 16px;
  height: 8px;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper .outcomes-trigger .icon:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1E1E1E;
  transition: all 500ms ease;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper .outcomes-trigger:hover {
  opacity: 0.87;
}
.key-outcomes .gembah-max-width-container .inner-container .text-wrapper .button-wrapper .outcomes-trigger.active .icon:before {
  transform: rotate(180deg);
}
.key-outcomes .gembah-max-width-container .outcomes-holder {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 500ms ease;
  margin-inline: -24px;
}
.key-outcomes .gembah-max-width-container .outcomes-holder.active {
  opacity: 1;
  height: auto;
  padding-block: 10px;
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-inline: 24px;
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .outcomes-wrapper {
    gap: 20px;
  }
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper {
  flex: 1 1 calc(100% - 20px);
}
@media (min-width: 440px) {
  .key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper {
    flex: 1 1 calc(50% - 20px);
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper {
    flex: 1 1 calc(25% - 20px);
    max-width: 25%;
  }
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper .outcome-inner {
  padding: 24px;
  border-radius: 5px;
  background-color: #FFF;
  height: 100%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper .outcome-inner .icon-wrapper {
  display: block;
  width: 100%;
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper .outcome-inner .icon-wrapper .icon {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 24px;
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper .outcome-inner .icon-wrapper .icon span {
  mask: url("../svg/check-mark.svg") no-repeat center;
  -webkit-mask: url("../svg/check-mark.svg") no-repeat center;
  background: #FFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper .outcome-inner h5 {
  font-size: 18px;
  line-height: 27px;
  margin-block: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.key-outcomes .gembah-max-width-container .outcomes-wrapper .outcome-wrapper .outcome-inner p {
  font-size: 18px;
  line-height: 27px;
  margin-block: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #525252;
}

/*# sourceMappingURL=key-outcomes.css.map */
