@font-face {
  font-family: "Avenir-Black";
  src: url("AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "Avenir-Book";
  src: url("AvenirLTStd-Book.otf");
}

@font-face {
  font-family: "Avenir-Med";
  src: url("AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: "Avenir-Black";
  src: url("AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "Avenir-Book";
  src: url("AvenirLTStd-Book.otf");
}

@font-face {
  font-family: "Avenir-Med";
  src: url("AvenirLTStd-Roman.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

*::-webkit-scrollbar {
  display: none;
}

html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #2054a0;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 400px) {
  html,
  body {
    font-size: calc(12px + 0.4vw);
  }
}
@media (min-width: 1200px) {
  html,
  body {
    font-size: 18px;
  }
}

body {
  opacity: 0;
}

.hide {
  display: none !important;
}

.red {
  color: #fc131d;
}

.blue {
  color: #8ec3e2;
}

header {
  z-index: 100;
}

footer {
  z-index: 99;
}

img,
button,
label {
  display: block;
}

h1,
h2,
h3 {
  font-weight: 700;
  color: #8ec3e2;
}

h1 {
  font-family: "Avenir-Black", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
}

main {
  position: relative;
  width: 100%;
  padding: 0;
}

section {
  display: none;
  position: absolute;
  padding: 4rem 10%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media all and (orientation: landscape) {
  section {
    padding: 4rem 10% 5rem;
  }
}
section.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

button,
a {
  cursor: pointer;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.button-wrapper button {
  margin: 0 1rem;
  width: 45%;
  padding: 1.25rem;
}

.button {
  font-family: "Avenir-Black", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: auto;
  padding: 2rem 2rem 1.75rem;
  border-radius: 0;
  background-color: #8ec3e2;
  border: 2px solid #ffffff;
  color: #2054a0;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .button {
    width: 40%;
    font-size: 2rem;
  }
}
.button .loader {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  height: 80%;
  width: auto;
}
.button.loading {
  color: #8ec3e2;
}
.button.loading .loader {
  opacity: 1;
  z-index: 1;
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.invalid {
  border: 2px solid #fc131d !important;
}

.legal-footer {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Avenir-Med", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.5rem;
  line-height: 1.4;
  margin: 2rem 0 0 0;
}
.legal-footer ul {
  list-style: disc inside;
  margin: 0.5rem 0 0 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  color: #ffffff;
  font-size: inherit;
}
.legal-footer li {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: inherit;
}
.legal-footer p {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: inherit;
  text-align: inherit;
}
@media screen and (min-width: 700px) {
  .legal-footer {
    font-size: 0.7rem;
  }
}

.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
}
.input.half {
  width: 100%;
}
@media all and (min-width: 750px) {
  .input.half {
    width: 48.5%;
  }
}
.input label,
.input p {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Avenir-Med", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .input label,
  .input p {
    font-size: 2rem;
  }
}
.input input,
.input select,
.input textarea {
  font-family: "Avenir-Med", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  background-color: #2054a0;
  border-radius: 0;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 2rem;
  padding: 1.25rem 2rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input input::-webkit-input-placeholder,
.input select::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.input input::-moz-placeholder,
.input select::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: #ffffff;
}
.input input:-ms-input-placeholder,
.input select:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: #ffffff;
}
.input input::-ms-input-placeholder,
.input select::-ms-input-placeholder,
.input textarea::-ms-input-placeholder {
  color: #ffffff;
}
.input input::placeholder,
.input select::placeholder,
.input textarea::placeholder {
  color: #ffffff;
}
.input select {
  margin: 0.5rem 0 0;
  background: #e8e8e8 url("icon-dropDown.png") no-repeat 95%
    50%;
  background-size: 2rem auto;
  color: #2054a0;
  border: 2px solid #ffffff;
}

.radioWrap,
.checkWrap {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
}
.radioWrap .radio,
.radioWrap .check,
.checkWrap .radio,
.checkWrap .check {
  text-align: center;
  background-color: #e8e8e8;
  border: 2px solid #ffffff;
  padding: 1.25rem 2rem 1rem;
  margin: 2rem 1rem 0 0;
  width: auto;
}
@media screen and (min-width: 700px) {
  .radioWrap .radio,
  .radioWrap .check,
  .checkWrap .radio,
  .checkWrap .check {
    width: 30%;
  }
}
.radioWrap .radio p,
.radioWrap .check p,
.checkWrap .radio p,
.checkWrap .check p {
  color: #2054a0;
  line-height: 1;
}
.radioWrap .radio.selected,
.radioWrap .check.selected,
.checkWrap .radio.selected,
.checkWrap .check.selected {
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #ffffff;
}
.radioWrap .radio.selected p,
.radioWrap .check.selected p,
.checkWrap .radio.selected p,
.checkWrap .check.selected p {
  color: #ffffff;
}
.radioWrap .radio:nth-child(3),
.radioWrap .check:nth-child(3),
.checkWrap .radio:nth-child(3),
.checkWrap .check:nth-child(3) {
  margin: 2rem 0 0 1rem;
}

header {
  width: 100%;
  background-color: #ffffff;
  padding: 4rem 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (orientation: landscape) {
  header {
    padding: 3rem 1rem 1rem;
  }
}
header img {
  width: clamp(120px, 50vw, 300px);
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 4rem 1rem 1rem;
}
@media all and (orientation: landscape) {
  .header {
    padding: 3rem 1rem 1rem;
  }
}
.header__logo {
  display: block;
  width: 30%;
  max-width: 250px;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: 20%;
  }
}

@font-face {
  font-family: "Avenir-Black";
  src: url("AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "Avenir-Book";
  src: url("AvenirLTStd-Book.otf");
}

@font-face {
  font-family: "Avenir-Med";
  src: url("AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: "Avenir-Black";
  src: url("AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "Avenir-Book";
  src: url("AvenirLTStd-Book.otf");
}

@font-face {
  font-family: "Avenir-Med";
  src: url("AvenirLTStd-Roman.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

*::-webkit-scrollbar {
  display: none;
}

html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #2054a0;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 400px) {
  html,
  body {
    font-size: calc(12px + 0.4vw);
  }
}
@media (min-width: 1200px) {
  html,
  body {
    font-size: 18px;
  }
}

body {
  opacity: 0;
}

.hide {
  display: none !important;
}

.red {
  color: #fc131d;
}

.blue {
  color: #8ec3e2;
}

header {
  z-index: 100;
}

footer {
  z-index: 99;
}

img,
button,
label {
  display: block;
}

h1,
h2,
h3 {
  font-weight: 700;
  color: #8ec3e2;
}

h1 {
  font-family: "Avenir-Black", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
}

main {
  position: relative;
  width: 100%;
  padding: 0;
}

section {
  display: none;
  position: absolute;
  padding: 4rem 10%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media all and (orientation: landscape) {
  section {
    padding: 4rem 10% 5rem;
  }
}
section.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

button,
a {
  cursor: pointer;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.button-wrapper button {
  margin: 0 1rem;
  width: 45%;
  padding: 1.25rem;
}

.button {
  font-family: "Avenir-Black", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: auto;
  padding: 2rem 2rem 1.75rem;
  border-radius: 0;
  background-color: #8ec3e2;
  border: 2px solid #ffffff;
  color: #2054a0;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .button {
    width: 40%;
    font-size: 2rem;
  }
}
.button .loader {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  height: 80%;
  width: auto;
}
.button.loading {
  color: #8ec3e2;
}
.button.loading .loader {
  opacity: 1;
  z-index: 1;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal .modalText {
  width: 90%;
  min-height: 30vh;
  max-width: 600px;
  background: #fff;
  padding: 4rem 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
}
.modal .modalText h2 {
  font-family: "Avenir-Black", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #2054a0;
  margin-bottom: 0.5rem;
}
.modal .modalText p {
  font-family: "Avenir-Med", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  width: 80%;
}
.modal .modalText button {
  margin-top: 2rem;
  padding: 1.25rem;
}
.modal .modalText .exit {
  font-family: "Avenir-Black", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #8ec3e2;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  padding: 0.1rem 0;
  border-radius: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.reg section {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.reg section .button {
  margin-top: 2rem;
}

.reg #langData {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 85vh;
}

.reg #piiData .emailWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.reg #piiData .emailWrap #Email {
  width: 89%;
}
.reg #piiData .emailWrap #EmailDomain {
  width: 11%;
  margin: 0;
  border: 0;
  background: #fff;
  font-family: "Avenir-Black", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 0 1.5rem;
}
@media all and (orientation: landscape) {
  .reg #piiData .emailWrap #EmailDomain {
    padding: 0 0 0 1.75rem;
  }
}

.reg #piiData .radioWrap {
  justify-content: center;
}

.reg #piiData .radioWrap .radio {
  margin: 2rem 1rem 0 0;
}
.reg #piiData .radioWrap .radio:last-child {
  margin: 2rem 0 0 0;
}

.reg #piiData .radioWrap .radio.gender {
  min-width: 100px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg #piiData .radioWrap .radio.gender p {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Ensure consistent gender button sizing on mobile and smaller screens */
@media screen and (max-width: 699px) {
  .reg #piiData .radioWrap .radio.gender {
    min-width: 90px;
    min-height: 55px;
    width: 90px;
    height: 55px;
  }

  .reg #piiData .radioWrap .radio.gender p {
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 414px) {
  .reg #piiData .radioWrap .radio.gender {
    min-width: 80px;
    min-height: 50px;
    width: 80px;
    height: 50px;
  }

  .reg #piiData .radioWrap .radio.gender p {
    font-size: 0.85rem;
    white-space: nowrap;
  }
}

.reg #prescriptionData .input.checkWrap .check.ala,
.reg #prescriptionData .input.checkWrap .check.ala3,
.reg #prescriptionData .input.checkWrap .check.ala4,
.reg #prescriptionData .input.checkWrap .check.ala5 {
  width: 100%;
  min-height: 100px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 700px) {
  .reg #prescriptionData .input.checkWrap .check.ala,
  .reg #prescriptionData .input.checkWrap .check.ala3,
  .reg #prescriptionData .input.checkWrap .check.ala4,
  .reg #prescriptionData .input.checkWrap .check.ala5 {
    width: 45%;
    min-height: 100px;
    margin: 1rem 2.5%;
  }
  .reg #prescriptionData .input.checkWrap .check.ala:first-child,
  .reg #prescriptionData .input.checkWrap .check.ala3:first-child,
  .reg #prescriptionData .input.checkWrap .check.ala4:first-child,
  .reg #prescriptionData .input.checkWrap .check.ala5:first-child,
  .reg #prescriptionData .input.checkWrap .check.ala:last-child,
  .reg #prescriptionData .input.checkWrap .check.ala3:last-child,
  .reg #prescriptionData .input.checkWrap .check.ala4:last-child,
  .reg #prescriptionData .input.checkWrap .check.ala5:last-child {
    width: 95%;
    min-height: 100px;
    margin: 1rem 2.5%;
  }
}

.reg #prescriptionData .input.checkWrap .check.ala p,
.reg #prescriptionData .input.checkWrap .check.ala3 p,
.reg #prescriptionData .input.checkWrap .check.ala4 p,
.reg #prescriptionData .input.checkWrap .check.ala5 p {
  padding: 0.5rem;
  line-height: 1.3;
  font-size: clamp(1rem, 2vw, 1.5rem);
  text-align: center;
  margin: 0;
}

/* Center text in all checkbox options and recommendation numbers on smaller screens */
@media screen and (max-width: 699px) {
  .reg #prescriptionData .input.checkWrap .check p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .reg #prescriptionData .input.checkWrap .check.interest p,
  .reg #prescriptionData .input.checkWrap .check.ala p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .reg #prescriptionData .input.radioWrap .radio.recommend p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}

/* Error styling for individual invalid checkboxes */
.reg #prescriptionData .input.checkWrap .check.invalid {
  border: 2px solid #ff0000;
}

/* Disabled button styling to prevent double-click spam */
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* Prevent autofill from changing input appearance */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s;
}

.reg #groceryData .input {
  margin-bottom: 4rem;
}
.reg #groceryData .input.radioWrap .radio.willingness {
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
}
@media screen and (min-width: 700px) {
  .reg #groceryData .input.radioWrap .radio.willingness:nth-child(2),
  .reg #groceryData .input.radioWrap .radio.willingness:nth-child(3) {
    width: 45%;
    margin: 1rem 2.5%;
  }
  .reg #groceryData .input.radioWrap .radio.willingness:nth-child(4) {
    width: 95%;
    margin: 1rem 2.5%;
  }
}
.reg #groceryData .input.radioWrap .radio.willingness p {
  padding: 0.5rem;
  line-height: 1.3;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.reg #groceryData .input.radioWrap .radio.treatment {
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
}
@media screen and (min-width: 700px) {
  .reg #groceryData .input.radioWrap .radio.treatment:nth-child(2),
  .reg #groceryData .input.radioWrap .radio.treatment:nth-child(3) {
    width: 45%;
    margin: 1rem 2.5%;
  }
  .reg #groceryData .input.radioWrap .radio.treatment:nth-child(4),
  .reg #groceryData .input.radioWrap .radio.treatment:nth-child(5) {
    width: 95%;
    margin: 1rem 2.5%;
  }
}
.reg #groceryData .input.radioWrap .radio.treatment p {
  padding: 0.5rem;
  line-height: 1.3;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.reg #groceryData input {
  background-color: #ffffff;
  border: 2px solid #e8e8e8;
  text-align: center;
  color: #2054a0;
}
.reg #groceryData input::-webkit-input-placeholder {
  color: #e8e8e8;
}
.reg #groceryData input::-moz-placeholder {
  color: #e8e8e8;
}
.reg #groceryData input:-ms-input-placeholder {
  color: #e8e8e8;
}
.reg #groceryData input::-ms-input-placeholder {
  color: #e8e8e8;
}
.reg #groceryData input::placeholder {
  color: #e8e8e8;
}

#prescriptionData form label {
  font-size: 1.85rem;
  margin: 0 0 1rem;
}

#prescriptionData form .radioWrap,
#prescriptionData form .checkWrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#prescriptionData form .radioWrap .check,
#prescriptionData form .checkWrap .check {
  width: 48.5%;
  margin: 1rem 0 0;
  padding: 1rem 0;
}
#prescriptionData form .radioWrap .check p,
#prescriptionData form .checkWrap .check p {
  font-size: 1.6rem;
}

#prescriptionData form .radioRecommend .radio {
  margin: 1rem 0 0;
  width: 17.5%;
}

#prescriptionData form .radioCpap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* New styles for COPD Question Screen */
#copdData form label {
  font-size: 1.85rem;
  margin: 0 0 1rem;
}

#copdData form .checkWrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#copdData form .checkWrap .check.diagnosis {
  width: 30%;
  margin: 1rem 0 0;
  padding: 1rem 0.5rem;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 700px) {
  #copdData form .checkWrap .check.diagnosis:nth-child(2),
  #copdData form .checkWrap .check.diagnosis:nth-child(3),
  #copdData form .checkWrap .check.diagnosis:nth-child(4) {
    width: 30%;
    margin: 1rem 1.5%;
  }
}
@media screen and (max-width: 699px) {
  #copdData form .checkWrap .check.diagnosis {
    width: 100%;
    margin: 0.5rem 0;
  }
}
#copdData form .checkWrap .check.diagnosis p {
  padding: 0.5rem;
  line-height: 1.3;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  word-break: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#copdData form .radioGroup {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#copdData form .radioGroup .radio.social {
  width: 23%;
  margin: 1rem 0.5% 0;
  padding: 0.75rem 0.5rem;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#copdData form .radioGroup .radio.social p {
  padding: 0.25rem;
  line-height: 1.2;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  word-break: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 699px) {
  #copdData form .radioGroup .radio.social {
    width: 48%;
    margin: 0.5rem 1%;
  }
  #copdData form .radioGroup .radio.social p {
    font-size: clamp(1rem, 2vw, 1.3rem);
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  #copdData form .radioGroup .radio.social {
    width: 100%;
    margin: 0.5rem 0;
  }
}

/* New styles for Smoking Question Screen */
#smokingData form label {
  font-size: 1.85rem;
  margin: 0 0 1rem;
}

#smokingData form .radioGroup {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#smokingData form .radioGroup.smoking-followup {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#smokingData form .radioGroup.smoking-followup .radio.screening {
  width: 45%;
  margin: 1rem 2.5% 0;
  padding: 1rem 0;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#smokingData form .radioGroup.smoking-followup .radio.screening:nth-child(4) {
  width: 95%;
  margin: 1rem 2.5%;
}
#smokingData form .radioGroup.smoking-followup .radio.screening p {
  padding: 0.5rem;
  line-height: 1.3;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#smokingData form .radioGroup .radio.smoking {
  width: 45%;
  margin: 1rem 2.5%;
  padding: 1rem 0;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#smokingData form .radioGroup .radio.smoking p {
  padding: 0.5rem;
  line-height: 1.3;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.titleWrap h1,
.titleWrap p {
  text-align: center;
}

h1 {
  margin-bottom: 2rem;
}

#underAgeData p {
  color: #ffffff;
  font-family: "Avenir-Med", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin: 4rem 0 2rem;
}

/*# sourceMappingURL=app-iOS.css.map */
