.rp-get10 {
  --rp-get10-orange: #ef8750;
  --rp-get10-ink: #241916;
  font-family: Arial, sans-serif;
}

.rp-get10__launcher {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  z-index: 920;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 1.2rem;
  background: var(--rp-get10-orange);
  box-shadow: 0 .8rem 2.4rem rgba(65, 35, 22, .2);
}

.rp-get10__launcher-open,
.rp-get10__launcher-close {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.rp-get10__launcher-open {
  padding: 1.7rem .8rem 1.7rem 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.rp-get10__launcher-close {
  padding: 1.2rem 1.6rem 1.2rem .8rem;
  font-size: 2.8rem;
  line-height: 1;
}

.rp-get10__overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: #fff;
}

.rp-get10__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(28rem, 42%) 1fr;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #fff;
  color: var(--rp-get10-ink);
}

.rp-get10__close {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  z-index: 2;
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  background: transparent;
  color: #5d514c;
  font-size: 3.4rem;
  line-height: 1;
  cursor: pointer;
}

.rp-get10__visual {
  min-height: 0;
  background: #e8c4ad;
}

.rp-get10__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-get10__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 5rem 7rem;
  text-align: center;
}

.rp-get10__wordmark {
  width: 13rem;
  height: auto;
  margin-bottom: 2rem;
}

.rp-get10__step {
  width: min(42rem, 100%);
}

.rp-get10__eyebrow {
  margin: 0 0 .3rem;
  color: #71322b;
  font-weight: 800;
  letter-spacing: .08em;
}

.rp-get10 h2 {
  margin: .2rem 0 2.4rem;
  font-size: 5.2rem;
  line-height: 1;
}

.rp-get10__question,
.rp-get10__step > p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.rp-get10__choices {
  display: grid;
  gap: 1rem;
  margin-top: 2.2rem;
}

.rp-get10__choices button,
.rp-get10__primary,
.rp-get10__secondary {
  width: 100%;
  min-height: 5.4rem;
  border: 0;
  border-radius: .7rem;
  background: var(--rp-get10-orange);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
}

.rp-get10__secondary {
  margin-top: 1rem;
  border: 2px solid var(--rp-get10-orange);
  background: #fff;
  color: var(--rp-get10-orange);
}

.rp-get10__no-thanks {
  margin-top: 2rem;
  border: 0;
  background: none;
  color: #5f5652;
  font-size: 1.4rem;
  text-decoration: underline;
  cursor: pointer;
}

.rp-get10__label {
  display: block;
  margin-bottom: .6rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
}

.rp-get10 input {
  width: 100%;
  height: 5.4rem;
  margin-bottom: 1rem;
  border: 1px solid #b9aaa4;
  border-radius: .7rem;
  padding: 0 1.5rem;
  font-size: 1.7rem;
}

.rp-get10 input:focus,
.rp-get10 button:focus-visible {
  outline: 3px solid #2d67c7;
  outline-offset: 2px;
}

.rp-get10__disclosure {
  margin: 1.4rem 0 0;
  color: #6f625d;
  font-size: 1.2rem !important;
}

.rp-get10__disclosure a {
  color: inherit;
}

.rp-get10__error {
  min-height: 2rem;
  margin: .3rem 0 .8rem !important;
  color: #a32121;
  font-size: 1.3rem !important;
}

.rp-get10 [hidden] {
  display: none !important;
}

@media (max-width: 749px) {
  .rp-get10__launcher {
    left: 1.2rem;
    bottom: 1.2rem;
  }

  .rp-get10__launcher-open {
    padding: 1.35rem .6rem 1.35rem 1.5rem;
    font-size: 1.6rem;
  }

  .rp-get10__launcher-close {
    font-size: 2.4rem;
  }

  .rp-get10__dialog {
    display: block;
  }

  .rp-get10__visual {
    height: 31vh;
  }

  .rp-get10__content {
    min-height: 69vh;
    padding: 3.2rem 2.2rem;
  }

  .rp-get10__wordmark {
    width: 10rem;
    margin-bottom: 1rem;
  }

  .rp-get10 h2 {
    margin-bottom: 1.6rem;
    font-size: 4rem;
  }

  .rp-get10__close {
    top: .5rem;
    right: .5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
  }
}
