.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

.wp-block-acf-newsletter-signup {
  background: #181e28;
  color: #fff;
}
.wp-block-acf-newsletter-signup .background-container {
  background-color: #242c3a;
  border-radius: 15px;
  padding: 40px 20px 30px 20px;
}
.wp-block-acf-newsletter-signup h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: -1.35px;
  margin: 0;
  max-width: 400px;
}
@media (max-width: 620px) {
  .wp-block-acf-newsletter-signup h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 106.667% */
    letter-spacing: -1.2px;
    max-width: unset;
    padding-top: 20px;
  }
}
.wp-block-acf-newsletter-signup .double-col .col {
  align-content: center;
}
.wp-block-acf-newsletter-signup form#gform_2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 620px) {
  .wp-block-acf-newsletter-signup form#gform_2 {
    flex-direction: column;
    gap: 20px;
  }
}
.wp-block-acf-newsletter-signup .gform-footer.gform_footer.top_label {
  padding: 0px;
  margin: 0px;
}
.wp-block-acf-newsletter-signup .gform-body.gform_body {
  width: 100%;
}
@media (max-width: 620px) {
  .wp-block-acf-newsletter-signup .gform-body.gform_body {
    width: 100%;
  }
}
.wp-block-acf-newsletter-signup #gform_wrapper_2 {
  border-radius: 15px;
  background: #3e495b;
  padding: 15px 20px 30px 20px;
}
.wp-block-acf-newsletter-signup input {
  background: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0px !important;
  padding: 12px 0 !important;
  color: #fff !important;
}
.wp-block-acf-newsletter-signup input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.wp-block-acf-newsletter-signup input::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.wp-block-acf-newsletter-signup .button {
  white-space: nowrap;
}
@media (max-width: 620px) {
  .wp-block-acf-newsletter-signup .gform-button-wrapper {
    width: 100%;
  }
  .wp-block-acf-newsletter-signup .gform-button-wrapper .button {
    width: 100%;
  }
}/*# sourceMappingURL=newsletter-signup.css.map */