.landing-page-content-and-form :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;
}
.landing-page-content-and-form body h1,
.landing-page-content-and-form body h2,
.landing-page-content-and-form body h3,
.landing-page-content-and-form body h4,
.landing-page-content-and-form body h5,
.landing-page-content-and-form body h1 span,
.landing-page-content-and-form body h2 span,
.landing-page-content-and-form body h3 span,
.landing-page-content-and-form body h4 span,
.landing-page-content-and-form body h5 span,
.landing-page-content-and-form body span,
.landing-page-content-and-form body a,
.landing-page-content-and-form body p {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
}
.landing-page-content-and-form .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;
}
.landing-page-content-and-form .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;
}
.landing-page-content-and-form .acf-block-preview:has(.gembah-max-width-container),
.landing-page-content-and-form .entry-content:has(.gembah-max-width-container) {
  background: white;
}
.landing-page-content-and-form .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;
}
.landing-page-content-and-form .h1.large {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .landing-page-content-and-form .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .landing-page-content-and-form .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}
.landing-page-content-and-form .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) {
  .landing-page-content-and-form .h2 {
    font-size: 24px;
  }
}
.landing-page-content-and-form .h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.landing-page-content-and-form .h3.thin {
  font-weight: 300;
}
@media (max-width: 950px) {
  .landing-page-content-and-form .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .landing-page-content-and-form .h3.thin {
    font-weight: 300;
  }
}
.landing-page-content-and-form .h4 {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.landing-page-content-and-form .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) {
  .landing-page-content-and-form .h5 {
    letter-spacing: 1px;
  }
}
.landing-page-content-and-form .h6 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 950px) {
  .landing-page-content-and-form .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}
.landing-page-content-and-form .p {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.landing-page-content-and-form .p.small {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .landing-page-content-and-form .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.landing-page-content-and-form .p.x-small {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .landing-page-content-and-form .p {
    font-size: 17px;
    line-height: 150%;
  }
}
.landing-page-content-and-form .gembah-button,
.landing-page-content-and-form .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;
}
.landing-page-content-and-form .gembah-button.primary,
.landing-page-content-and-form .button.primary {
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.1);
  background: var(--turquoise-500);
  color: white;
}
.landing-page-content-and-form .gembah-button.primary:hover,
.landing-page-content-and-form .button.primary:hover {
  opacity: 0.87 !important;
}
.landing-page-content-and-form .gembah-button.secondary, .landing-page-content-and-form .gembah-button.secondary:hover,
.landing-page-content-and-form .button.secondary,
.landing-page-content-and-form .button.secondary:hover {
  background: white;
  color: var(--grey-900);
  border: 1px solid var(--grey-400);
}
.landing-page-content-and-form .gembah-button.large,
.landing-page-content-and-form .button.large {
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}
.landing-page-content-and-form .blockquote {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.landing-page-content-and-form .blockquote.header {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575px) {
  .landing-page-content-and-form .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .landing-page-content-and-form .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}
.landing-page-content-and-form .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) {
  .landing-page-content-and-form .text-container {
    padding: 0 32px;
  }
}
.landing-page-content-and-form .text-container h2 {
  font-weight: 600;
  font-size: var(--font-size-400);
  line-height: var(--line-height-400);
}
@media (max-width: 950px) {
  .landing-page-content-and-form .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.landing-page-content-and-form .text-container h3 {
  font-weight: 500;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
}
.landing-page-content-and-form .text-container p {
  max-width: 80ch;
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
}
@media (max-width: 1050px) {
  .landing-page-content-and-form .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
.landing-page-content-and-form .text-container.hug-left a {
  margin-left: 0;
  margin-right: auto;
}
.landing-page-content-and-form .text-container.hug-left a.left-to-right-layout {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .landing-page-content-and-form .text-container root {
    padding: 92px 32px 32px;
  }
}
.landing-page-content-and-form .left-to-right-layout {
  flex-direction: row-reverse;
}
.landing-page-content-and-form .left-to-right-layout.text-container {
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.landing-page-content-and-form .left-to-right-layout.image {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .landing-page-content-and-form .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}
.landing-page-content-and-form .gembah-max-width-container {
  width: 100%;
  font-family: Lato, sans-serif;
  display: flex;
  flex-direction: row;
  gap: 64px;
  padding: 80px 150px;
}
.landing-page-content-and-form .gembah-max-width-container .content {
  flex: 1 1 500px;
  align-items: start;
}
.landing-page-content-and-form .gembah-max-width-container .content .subtitle {
  color: #BA4967;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
}
.landing-page-content-and-form .gembah-max-width-container .content .title {
  margin: 16px 0 36px;
  color: #2A687B;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets-header-image img, .landing-page-content-and-form .gembah-max-width-container .content img.bullets-header-image {
  width: 100%;
  object-fit: cover;
  min-height: 215px;
  border-radius: 12px;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets-header {
  display: flex;
  gap: 8px;
  margin: 36px 0 18px;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets-header .bullets-header-text, .landing-page-content-and-form .gembah-max-width-container .content .bullets-header .bullets-header-icon {
  color: #11B0D0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  margin: 0;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets {
  gap: 24px;
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet {
  display: flex;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet img {
  height: fit-content;
  margin: 4px 8px 4px;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet .info .title, .landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet .info .body {
  margin: unset;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 160%; /* 28.8px */
  letter-spacing: unset;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet .info .title {
  font-weight: 700;
}
.landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet .info .body {
  padding: 0;
  font-weight: 400;
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form {
  border-radius: 20px;
  border: 2px solid #11B0D0;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex: 0 0 375px;
  padding: 36px;
  height: fit-content;
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form .success-message {
  display: none;
  color: #11B0D0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form form {
  scroll-margin-top: 128px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form form .title {
  color: #2A687B;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form form .subtitle {
  color: #11B0D0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  margin-bottom: 16px;
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form form input {
  padding: 16px 32px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 12px;
  border: 1px solid #BDBDBD;
  background: #FFF;
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form form input::placeholder {
  color: #BDBDBD;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.landing-page-content-and-form .gembah-max-width-container .landing-page-form form .landing-page-submit {
  width: fit-content;
  align-self: center;
  padding: 15px 20px;
  margin-top: 32px;
  border-radius: 12px;
  background: #F9CE21;
  box-shadow: 0px 6px 20px -4px rgba(0, 0, 0, 0.1);
  color: var(--Neutral-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 18px */
}
.landing-page-content-and-form .gembah-max-width-container .steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
}
.landing-page-content-and-form .gembah-max-width-container .steps .step {
  position: relative;
  text-align: center;
  flex: 1;
}
.landing-page-content-and-form .gembah-max-width-container .steps .step .circle {
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 100%;
  background: #2A687B;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.landing-page-content-and-form .gembah-max-width-container .steps .step .label {
  color: #2A687B;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 9px;
}
.landing-page-content-and-form .gembah-max-width-container .steps .step::before, .landing-page-content-and-form .gembah-max-width-container .steps .step::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 50%;
  height: 2px;
  background: #11B0D0;
  z-index: 0;
}
.landing-page-content-and-form .gembah-max-width-container .steps .step::before {
  left: 0;
}
.landing-page-content-and-form .gembah-max-width-container .steps .step::after {
  right: 0;
}
.landing-page-content-and-form .gembah-max-width-container .steps .step:first-child::before, .landing-page-content-and-form .gembah-max-width-container .steps .step:last-child::after {
  content: none;
}
@media (width < 1350px) {
  .landing-page-content-and-form .gembah-max-width-container {
    padding: 80px;
    padding-bottom: 48px;
  }
}
@media (width < 1050px) {
  .landing-page-content-and-form .gembah-max-width-container {
    padding: 48px;
  }
}
@media (width < 975px) {
  .landing-page-content-and-form .gembah-max-width-container {
    padding: 32px 64px 64px;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .landing-page-content-and-form .gembah-max-width-container .content {
    flex: unset;
  }
  .landing-page-content-and-form .gembah-max-width-container .content .subtitle {
    text-align: center;
  }
  .landing-page-content-and-form .gembah-max-width-container .content .title {
    text-align: center;
  }
  .landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet {
    justify-content: center;
  }
  .landing-page-content-and-form .gembah-max-width-container .content .bullets .info .title, .landing-page-content-and-form .gembah-max-width-container .content .bullets .info .body {
    text-align: left;
    max-width: 375px;
  }
  .landing-page-content-and-form .gembah-max-width-container .landing-page-form {
    width: 500px;
    flex-basis: unset;
  }
}
.landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets-header .bullets-header-text, .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets {
  margin-left: 16px;
}
.landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets {
  flex-direction: row;
  flex-wrap: wrap;
}
.landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets .bullet {
  justify-content: start;
  flex-basis: calc(50% - 12px);
}
.landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets .bullet .info .content {
  display: flex;
}
.landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets .bullet .info .content img {
  margin: 8px 4px 0 0;
}
@media (width < 975px) {
  .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets-header .bullets-header-text, .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets {
    margin-left: 48px;
  }
}
@media (width < 650px) {
  .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets-header .bullets-header-text {
    margin-left: 0;
  }
  .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets-header-image {
    text-align: center;
    padding: 0 5%;
  }
  .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets-header-image img {
    width: 90%;
  }
  .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets-header, .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets-header .bullet .info .content img, .landing-page-content-and-form .gembah-max-width-container:has(.two-column) .bullets .bullet .info .content img {
    height: 11px;
    margin: 4px 4px 0 0;
  }
}
.landing-page-content-and-form.variant-2 .gembah-max-width-container .landing-page-form form .title, .landing-page-content-and-form.variant-2 .gembah-max-width-container .content .subtitle {
  color: #11B0D0;
}
.landing-page-content-and-form.variant-2 .gembah-max-width-container .content .title, .landing-page-content-and-form.variant-2 .gembah-max-width-container .bullets * {
  color: white !important;
}
@media (width < 975px) {
  .landing-page-content-and-form.variant-3 .gembah-max-width-container {
    flex-direction: column-reverse;
    padding-top: 64px;
    padding-bottom: 64px;
    row-gap: 24px;
  }
}
.landing-page-content-and-form.variant-3 .gembah-max-width-container .landing-page-form-wrapper {
  flex: 10 10 auto;
  min-width: 400px;
}
.landing-page-content-and-form.variant-3 .gembah-max-width-container .content {
  flex: 1 1 50%;
}
.landing-page-content-and-form.variant-3 .gembah-max-width-container .content .bullets {
  margin-bottom: 0;
  align-items: flex-start;
}
.landing-page-content-and-form.variant-3 .gembah-max-width-container .content .bullets .bullet img {
  margin: 4px 0 0 0;
}
.landing-page-content-and-form.variant-3 .gembah-max-width-container .content .bullets .bullet .info {
  margin-left: 22px;
}
.landing-page-content-and-form.variant-3 .gembah-max-width-container .content .bullets .bullet .info .title {
  color: #11B0D0;
  font-size: 36px;
  line-height: 1.6;
}
.landing-page-content-and-form.variant-3 .gembah-max-width-container .content .bullets .bullet .info .body {
  color: #615C5A;
  font-size: 18px;
  line-height: 1.6;
}

@media (width < 650px) {
  .landing-page-content-and-form.variant-3 .gembah-max-width-container .landing-page-form-wrapper {
    min-width: unset;
  }
  .landing-page-content-and-form .gembah-max-width-container {
    padding: 32px 16px;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .landing-page-content-and-form .gembah-max-width-container .landing-page-form-wrapper {
    min-width: unset;
  }
  .landing-page-content-and-form .gembah-max-width-container .content {
    flex: unset;
  }
  .landing-page-content-and-form .gembah-max-width-container .content .subtitle {
    font-size: 15px;
    text-align: center;
  }
  .landing-page-content-and-form .gembah-max-width-container .content .title {
    font-size: 24px !important;
    text-align: center;
  }
  .landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet .info .title, .landing-page-content-and-form .gembah-max-width-container .content .bullets .bullet .info .body {
    font-size: 12px;
    text-align: left;
    max-width: 375px;
  }
  .landing-page-content-and-form .gembah-max-width-container .landing-page-form {
    width: unset;
  }
  .landing-page-content-and-form .gembah-max-width-container .landing-page-form .title {
    max-width: 24ch;
  }
}
@media (width < 475px) {
  .cta-button {
    font-size: 16px !important;
    padding: 1ch 2ch !important;
  }
}

/*# sourceMappingURL=landing-page-content-and-form.css.map */
