.site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
  padding: 0 32px;
  max-width: 1052px;
  margin: 70px auto;
}
@media (max-width: 1023px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 776px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    padding: 0 16px;
    margin: 48px 8px;
    max-width: calc(100% - 16px);
  }
}

.site-hero, .home-hero {
  max-width: 1280px;
  margin: 40px auto 0;
}
@media (max-width: 776px) {
  .site-hero, .home-hero {
    margin: 24px auto 0;
  }
}

.site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
  padding: 0 32px;
  max-width: 1052px;
  margin: 70px auto;
}

@media (max-width: 1023px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 776px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    padding: 0 16px;
    margin: 48px 8px;
    max-width: calc(100% - 16px);
  }
}
.site-hero, .home-hero {
  max-width: 1280px;
  margin: 40px auto 0;
}

@media (max-width: 776px) {
  .site-hero, .home-hero {
    margin: 24px auto 0;
  }
}
html {
  scroll-behavior: smooth;
}

@media (max-width: 1023px) {
  main {
    overflow-x: hidden;
  }
}

[data-fade=ready] {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}
[data-fade=ready] * {
  opacity: 0;
  transform: translateY(16px);
}

[data-fade=in] {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.8s ease-in-out, transform 0.6s ease-in;
}
[data-fade=in] * {
  opacity: 1;
  transition-delay: 0.3s;
  transition: opacity 0.8s ease-in-out, transform 0.6s ease-in;
}

[data-down=ready] {
  transform: translateY(-60px);
  opacity: 0;
  pointer-events: none;
}
[data-down=ready] * {
  opacity: 0;
  transform: translateY(16px);
}

[data-down=in] {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.8s ease-in, transform 0.6s ease-in;
}
[data-down=in] * {
  opacity: 1;
  transition-delay: 0.3s;
  transition: opacity 0.8s ease-in, transform 0.6s ease-in;
}

.site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
  padding: 0 32px;
  max-width: 1052px;
  margin: 70px auto;
}

@media (max-width: 1023px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 776px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    padding: 0 16px;
    margin: 48px 8px;
    max-width: calc(100% - 16px);
  }
}
.site-hero, .home-hero {
  max-width: 1280px;
  margin: 40px auto 0;
}

@media (max-width: 776px) {
  .site-hero, .home-hero {
    margin: 24px auto 0;
  }
}
#header-menu {
  display: flex;
  gap: 8px;
  margin: 0;
}

.pinpoint-logo {
  height: 40px;
  width: auto;
}
@media (max-width: 776px) {
  .pinpoint-logo {
    height: 34px;
  }
}

.site-header__button {
  background-color: #AFAF00;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: inline-block;
  transition: 0.3s ease-in-out background-color, 0.5s ease-in-out letter-spacing;
}
@media (max-width: 776px) {
  .site-header__button {
    padding: 9px 16px;
    font-size: 15px;
  }
}
.site-header__button:hover {
  background-color: #36485C;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.site-header__button:visited {
  color: #ffffff;
}

.site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
  padding: 0 32px;
  max-width: 1052px;
  margin: 70px auto;
}

@media (max-width: 1023px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 776px) {
  .site-container, .home-signup, .home-product, .home-pull, .site-hero, .home-hero {
    padding: 0 16px;
    margin: 48px 8px;
    max-width: calc(100% - 16px);
  }
}
.site-hero, .home-hero {
  max-width: 1280px;
  margin: 40px auto 0;
}

@media (max-width: 776px) {
  .site-hero, .home-hero {
    margin: 24px auto 0;
  }
}
.site-footer {
  background-color: #36485C;
  color: #ffffff;
  padding: 64px;
}
@media (max-width: 776px) {
  .site-footer {
    padding: 32px 16px;
  }
}
.site-footer__logo {
  width: auto;
  height: 60px;
  margin-bottom: 16px;
}
@media (max-width: 776px) {
  .site-footer__logo {
    height: 48px;
  }
}
.site-footer__disclaimer {
  max-width: 576px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: rgb(138, 150, 161);
}
.site-footer__line {
  height: 2px;
  width: 100%;
  background-color: #AFAF00;
  margin-bottom: -24px;
}

.site-container, .site-hero, .home-hero, .home-pull, .home-product, .home-signup {
  padding: 0 32px;
  max-width: 1052px;
  margin: 70px auto;
}

@media (max-width: 1023px) {
  .site-container, .site-hero, .home-hero, .home-pull, .home-product, .home-signup {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 776px) {
  .site-container, .site-hero, .home-hero, .home-pull, .home-product, .home-signup {
    padding: 0 16px;
    margin: 48px 8px;
    max-width: calc(100% - 16px);
  }
}
.site-hero, .home-hero {
  max-width: 1280px;
  margin: 40px auto 0;
}

@media (max-width: 776px) {
  .site-hero, .home-hero {
    margin: 24px auto 0;
  }
}
#home {
  color: #36485C;
}

.home-hero {
  position: relative;
  min-height: 70vh;
}
@media (max-width: 1023px) {
  .home-hero {
    min-height: auto;
  }
}
.home-hero__content {
  padding-top: 60px;
  z-index: 1;
  position: relative;
  max-width: 1052px;
}
@media (max-width: 1023px) {
  .home-hero__content {
    padding-top: 0;
    max-width: 100%;
  }
}
.home-hero__title {
  max-width: 900px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .home-hero__title {
    max-width: 100%;
    font-size: clamp(32px, 6.5vw, 44px);
    margin-bottom: 0.75rem;
  }
}
.home-hero__description {
  max-width: 576px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .home-hero__description {
    max-width: 100%;
  }
}
.home-hero__subtitle {
  font-size: 16px;
  line-height: 1.5;
  max-width: 576px;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .home-hero__subtitle {
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
}
.home-hero__visual {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: min(500px, 46vw);
  height: min(620px, 72vh);
  min-height: 420px;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1023px) {
  .home-hero__visual {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: min(320px, 88vw);
    height: 380px;
    min-height: 0;
    margin: 32px auto 0;
  }
}
.home-hero__glide {
  position: absolute !important;
  inset: 0;
  height: 100%;
}
.home-hero__glide .glide__arrows,
.home-hero__glide .glide__bullets {
  display: none;
}
.home-hero__glide .glide__track {
  height: 100%;
  overflow: visible;
}
.home-hero__glide .glide__slides {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: none !important;
  width: 100% !important;
}
.home-hero__glide .glide__slide--clone {
  display: none !important;
}
.home-hero__glide .glide__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  flex-shrink: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}
.home-hero__glide .glide__slide.is-active {
  opacity: 1;
  z-index: 1;
  transform: translate(0, 0) !important;
}
.home-hero__glide--backdrop {
  z-index: 0;
}
.home-hero__glide--backdrop .glide__slide:not(.is-active) {
  transform: scale(0.98);
}
.home-hero__backdrop-set {
  position: absolute;
  inset: 0;
}
.home-hero__shape {
  position: absolute;
  border-radius: 28%;
  opacity: 0.7;
}
.home-hero__shape--primary {
  top: 4%;
  left: 2%;
  width: 72%;
  height: 58%;
}
.home-hero__shape--secondary {
  right: 0;
  bottom: 6%;
  width: 68%;
  height: 54%;
}
@media (max-width: 776px) {
  .home-hero__shape--primary {
    width: 78%;
    height: 52%;
  }
  .home-hero__shape--secondary {
    width: 72%;
    height: 48%;
  }
}
.home-hero__glide--portrait {
  z-index: 2;
}
.home-hero__glide--portrait .glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero__glide--portrait .glide__slide:not(.glide__slide--active) {
  transform: translateX(-32px);
}
.home-hero__portrait {
  position: relative;
  z-index: 1;
  display: block;
  width: min(300px, 62%);
  height: auto;
  border-radius: 36px;
  object-fit: cover;
}
@media (max-width: 776px) {
  .home-hero__portrait {
    width: min(220px, 70%);
    border-radius: 28px;
  }
}
.home-hero__glide--blurb-top {
  z-index: 3;
}
.home-hero__glide--blurb-top .glide__slide {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 6% 2% 0 0;
}
.home-hero__glide--blurb-top .glide__slide:not(.is-active) {
  transform: translate(28px, -20px);
}
.home-hero__glide--blurb-bottom {
  z-index: 3;
}
.home-hero__glide--blurb-bottom .glide__slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 4% 0;
}
.home-hero__glide--blurb-bottom .glide__slide:not(.glide__slide--active) {
  transform: translate(-24px, 28px);
}
.home-hero__blurb {
  display: block;
  width: min(250px, 54%);
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(54, 72, 92, 0.1));
}
@media (max-width: 776px) {
  .home-hero__blurb {
    width: min(190px, 58%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__glide .glide__slide {
    transition: opacity 0.2s ease;
  }
  .home-hero__glide .glide__slide:not(.is-active) {
    transform: none !important;
  }
}

.home-pull__image {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 776px) {
  .home-pull__image {
    opacity: 0.2;
    background-position: center;
  }
}
.home-pull__content {
  position: relative;
  padding: 64px;
  border-radius: 50px;
  background: #fef9ef;
}
@media (max-width: 776px) {
  .home-pull__content {
    border-radius: 28px;
    padding: 32px 16px;
  }
}
.home-pull__title {
  position: relative;
  z-index: 1;
  max-width: 900px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 776px) {
  .home-pull__title {
    max-width: 100%;
    font-size: 34px;
    text-align: center;
  }
}
.home-pull__description {
  position: relative;
  z-index: 1;
  max-width: 576px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 776px) {
  .home-pull__description {
    max-width: 100%;
    font-size: 17px;
  }
}

.home-steps {
  margin-top: 84px;
}
.home-steps__title {
  max-width: 800px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 776px) {
  .home-steps__title {
    font-size: 32px;
    margin-bottom: 28px;
    padding: 0 8px;
  }
}
.home-steps__step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 90vh;
  color: #ffffff;
  padding: 64px;
}
.home-steps__step:nth-child(even) .home-steps__step-content {
  order: 2;
}
.home-steps__step:nth-child(even) .home-steps__step-image {
  order: 1;
  margin-left: auto;
  margin-right: 0;
}
.home-steps__step:nth-child(even) .home-steps__step-content {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 776px) {
  .home-steps__step {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .home-steps__step:nth-child(even) .home-steps__step-content,
  .home-steps__step:nth-child(even) .home-steps__step-image {
    order: unset;
  }
}
.home-steps__step-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}
.home-steps__step-image {
  height: 100%;
  max-width: 600px;
  min-height: 400px;
  position: relative;
}
.home-steps__step-image .home-steps__step-image-1 {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
}
.home-steps__step-label {
  font-style: italic;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 776px) {
  .home-steps__step-label {
    font-size: 18px;
  }
}
.home-steps__step-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 776px) {
  .home-steps__step-title {
    font-size: 32px;
  }
}
.home-steps__step-description {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 776px) {
  .home-steps__step-description {
    font-size: 18px;
  }
}

.home-product {
  margin-top: clamp(48px, 8vw, 96px);
  margin-bottom: clamp(48px, 8vw, 96px);
}
.home-product__heading {
  max-width: 820px;
  margin: 0 auto clamp(40px, 6vw, 72px);
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #36485C;
}
.home-product__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 1023px) {
  .home-product__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home-product__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(54, 72, 92, 0.04), 0 24px 48px rgba(54, 72, 92, 0.1);
}
.home-product__content {
  max-width: 440px;
}
@media (max-width: 1023px) {
  .home-product__content {
    max-width: none;
  }
}
.home-product__label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c07651;
}
.home-product__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  color: #36485C;
}
.home-product__description {
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.55;
  color: #36485C;
}
.home-product__description p {
  margin: 0;
}
@media (max-width: 776px) {
  .home-product__description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.home-product__cta {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background-color: #c07651;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.home-product__cta:hover, .home-product__cta:focus-visible {
  background-color: rgb(170.4759493671, 97.9746835443, 61.7240506329);
  color: #ffffff;
}
.home-product__cta:visited {
  color: #ffffff;
}

.home-report {
  overflow: hidden;
  position: relative;
  left: 0;
  width: 100%;
  min-height: 90vh;
  padding-bottom: clamp(80px, 12vh, 160px);
  background-color: #36485C;
}
@media (max-width: 776px) {
  .home-report {
    min-height: auto;
    padding-bottom: 32px;
  }
}
.home-report {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-report__overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.home-report__title {
  position: relative;
  margin: 40px 0;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 776px) {
  .home-report__title {
    margin: 28px 16px 12px;
    font-size: 22px;
    padding: 0 8px;
  }
}
.home-report__content {
  position: absolute;
  right: calc(50% + 60px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 500px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 776px) {
  .home-report__content {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 16px 0;
  }
}
.home-report__description {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.home-report__description ul {
  margin-left: 16px;
}
.home-report__sim {
  position: absolute;
  bottom: 0;
  left: max(16px, 50% - 40px);
  width: min(720px, 100vw - 32px);
  height: calc(100% - 120px);
  max-height: none;
  border-radius: 28px 28px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-bottom: none;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 776px) {
  .home-report__sim {
    position: relative;
    left: auto;
    bottom: -32px;
    width: calc(100% - 32px);
    max-width: 540px;
    margin: 28px auto 0;
    height: min(55vh, 480px);
    max-height: 520px;
  }
}
.home-report__sim-viewport {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.home-report__sim-content {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 32px;
  will-change: transform;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 252, 0.99) 100%);
  color: #36485C;
}
@media (max-width: 776px) {
  .home-report__sim-content {
    padding: 18px 16px 24px;
  }
}
.home-report__sim-label {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgb(138, 150, 161);
}
.home-report__sim-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-report__sim-item {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 16px 20px;
  align-items: start;
  padding: 18px 0;
  margin: 0 -4px;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 1px solid rgba(54, 72, 92, 0.08);
  border-radius: 8px;
}
.home-report__sim-item:nth-child(even) {
  background: rgba(195, 216, 204, 0.14);
}
.home-report__sim-item:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}
@media (max-width: 520px) {
  .home-report__sim-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.home-report__sim-item-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
}
.home-report__sim-item-details {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-report__sim-detail {
  margin: 0;
}
.home-report__sim-detail dt {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgb(138, 150, 161);
}
.home-report__sim-detail dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(54, 72, 92, 0.92);
}
.home-report__sim-drug {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  color: #36485C;
}
.home-report__sim-badge {
  display: inline-block;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a8a00;
  background: rgba(175, 175, 0, 0.22);
  border-radius: 4px;
}
.home-report__sim-sources {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: rgb(138, 150, 161);
}

.home-signup {
  border-radius: 50px;
  background: rgba(195, 216, 204, 0.2);
  width: 100%;
  padding: 64px;
}
@media (max-width: 776px) {
  .home-signup {
    border-radius: 28px;
    padding: 32px 16px;
  }
}
.home-signup__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 776px) {
  .home-signup__title {
    font-size: 34px;
  }
}
.home-signup__description {
  max-width: 576px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: auto;
}
@media (max-width: 776px) {
  .home-signup__description {
    max-width: 100%;
    font-size: 17px;
    padding: 0 8px;
  }
}
.home-signup__form {
  max-width: 600px;
  margin: 12px auto;
}
.home-signup__form label {
  font-size: 14px;
  color: rgb(138, 150, 161);
}
.home-signup__form input,
.home-signup__form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgb(138, 150, 161);
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #36485C;
  background-color: #ffffff;
}
.home-signup__form input[type=submit] {
  background-color: #36485C;
  color: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.2s background-color;
  border: none;
}
.home-signup__form input[type=submit]:hover {
  background-color: rgba(175, 175, 0, 0.8);
}
.home-signup__form .wpcf7-spinner {
  display: block;
  margin: 6px auto;
  background-color: #AFAF00;
}
.home-signup__form .wpcf7-response-output {
  margin: 0;
  border: none;
  border-radius: 25px;
  background-color: rgba(192, 118, 81, 0.3);
}
