/* styles.css generated from scss */
* {
  box-sizing: border-box;
}

body {
  font-family: "fsalbert", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  background: linear-gradient(90deg, #fffdfa 0%, #ffd3d4 100%);
}
@media (prefers-color-scheme: dark) {
  body {
    color: #4b4b4b;
    background: linear-gradient(90deg, #fffdfa 0%, #ffd3d4 100%);
  }
}

.option.undefined {
  display: none !important;
}

#quiz-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 20px 10%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #quiz-container {
    padding: 20px;
    height: 100vh;
  }
}
#quiz-container.runner-result {
  height: auto;
}
#quiz-container.jogger-result {
  height: auto;
}
#quiz-container.walker-result {
  height: auto;
}

.quiz-container {
  position: relative;
  transition: background-color 0.5s ease, background-image 0.5s ease;
  background: linear-gradient(90deg, #fffdfa 0%, #ffd3d4 100%);
  overflow: hidden;
}
.quiz-container:before {
  content: " ";
  background: url("/assets/img/ornamen/home-orn-bg.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container:before {
    background-size: cover;
    bottom: -22%;
    left: -22%;
    width: 135%;
    display: block;
  }
}
.quiz-container.bg-question1 {
  background: linear-gradient(45deg, #f8dab7 0%, #fffefd 100%);
}
.quiz-container.bg-question1:before {
  content: " ";
  background: url("/assets/img/ornamen/opt1-orn-bg.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question1:before {
    background-size: cover;
    bottom: -22%;
    left: -22%;
    width: 135%;
    display: block;
  }
}
.quiz-container.bg-question2 {
  background: linear-gradient(135deg, #fffdfb 0%, white 50%, #ffd0d0 80%);
}
.quiz-container.bg-question2:before {
  content: " ";
  background: url("/assets/img/ornamen/opt1-orn-bg.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question2:before {
    background-size: cover;
    bottom: -88px;
    left: -10%;
    width: 60%;
    height: 200px;
    display: block;
  }
}
.quiz-container.bg-question3 {
  background: linear-gradient(135deg, #fffdfb 0%, white 50%, #fbd8a6 80%);
}
.quiz-container.bg-question3:before {
  content: " ";
  background: url("/assets/img/ornamen/opt3-orn-bg.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question3:before {
    background-size: cover;
    bottom: -20px;
    left: -3%;
    width: 70%;
    height: 240px;
    display: block;
  }
}
.quiz-container.bg-question4 {
  background: linear-gradient(135deg, #ffebc9 -10%, white 20%, #ffd0d0 120%);
}
.quiz-container.bg-question4:before {
  content: " ";
  background: url("/assets/img/ornamen/opt1-orn-bg.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question4:before {
    background-size: cover;
    bottom: -80px;
    left: -14%;
    width: 90%;
    height: 290px;
    display: block;
  }
}
.quiz-container.bg-question4:after {
  content: " ";
  background: url(/assets/img/ornamen/result-ball-orn2.png) no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question4:after {
    background-size: cover;
    top: -20px;
    bottom: auto;
    left: auto;
    right: 10px;
    width: 50px;
    height: 50px;
    display: block;
  }
}
.quiz-container.bg-question5 {
  background: linear-gradient(135deg, #fffdfb 0%, white 50%, #fbd8a6 80%);
}
.quiz-container.bg-question5:before {
  content: " ";
  background: url("/assets/img/ornamen/opt4-orn-bg.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question5:before {
    background-size: cover;
    bottom: -40px;
    right: -60px;
    left: auto;
    width: 40%;
    height: 120px;
    display: block;
  }
}
.quiz-container.bg-question6 {
  background: linear-gradient(135deg, #fce3c0 -10%, white 20%, #ffe7a7 90%);
}
.quiz-container.bg-question6:before {
  content: " ";
  background: url("/assets/img/ornamen/result-ball-orn2.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question6:before {
    background-size: cover;
    bottom: -13%;
    left: auto;
    right: -60px;
    width: 190px;
    height: 190px;
    display: block;
  }
}
.quiz-container.bg-question6:after {
  content: " ";
  background: url("/assets/img/ornamen/result-ball-orn1.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question6:after {
    background-size: cover;
    top: -10%;
    bottom: auto;
    left: -20%;
    right: auto;
    width: 290px;
    height: 290px;
    display: block;
  }
}
.quiz-container.bg-question7 {
  background: linear-gradient(224deg, #fef0dc 0%, white 30%, #f6ce9e 120%);
}
.quiz-container.bg-question7:before {
  content: " ";
  background: url("/assets/img/ornamen/result-ball-orn2.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question7:before {
    background-size: cover;
    top: 35%;
    bottom: auto;
    left: auto;
    right: -15px;
    width: 50px;
    height: 50px;
    display: block;
  }
}
.quiz-container.bg-question7:after {
  content: " ";
  background: url("/assets/img/ornamen/result-ball-orn1.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question7:after {
    background-size: cover;
    top: 42%;
    bottom: auto;
    left: -30%;
    right: auto;
    width: 290px;
    height: 290px;
    display: block;
  }
}
.quiz-container.bg-question8 {
  background: linear-gradient(135deg, #ffebcb 0%, white 50%, #ffd1d1 80%);
}
.quiz-container.bg-question8:before {
  content: " ";
  background: url("/assets/img/ornamen/opt4-orn-bg.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.bg-question8:before {
    background-size: cover;
    bottom: -40px;
    right: -60px;
    left: auto;
    width: 40%;
    height: 120px;
    display: block;
  }
}
.quiz-container.runner-result {
  background: linear-gradient(102deg, #fcdbad 0%, #ffffff 30%, #ffe7a5 100%);
}
.quiz-container.runner-result:before {
  content: " ";
  background: url("/assets/img/ornamen/result-ball-orn2.png") no-repeat;
  position: absolute;
  top: 2%;
  left: auto;
  width: 40px;
  height: 70px;
  background-size: cover;
  right: 0px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.runner-result:before {
    display: block;
  }
}
.quiz-container.runner-result:after {
  content: " ";
  background: url("/assets/img/ornamen/bg-result3-orn.png") no-repeat;
  position: absolute;
  bottom: 0%;
  left: -33%;
  width: 170%;
  height: 230px;
  background-size: cover;
  z-index: 0;
  opacity: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.runner-result:after {
    display: block;
  }
}
.quiz-container.jogger-result {
  background: linear-gradient(180deg, white 0%, #ffd0d0 80%);
}
.quiz-container.jogger-result:before {
  content: " ";
  background-image: none;
  position: absolute;
  top: 2%;
  left: auto;
  width: 40px;
  height: 70px;
  background-size: cover;
  right: 0px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.jogger-result:before {
    display: block;
  }
}
.quiz-container.jogger-result:after {
  content: " ";
  background: url("/assets/img/ornamen/bg-result2-orn.png") no-repeat;
  position: absolute;
  bottom: 16%;
  left: -38%;
  width: 190%;
  height: 625px;
  background-size: cover;
  z-index: 0;
  opacity: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.jogger-result:after {
    display: block;
  }
}
.quiz-container.walker-result {
  background: linear-gradient(102deg, #fcdbad 0%, #ffffff 30%, #ffe7a5 100%);
}
.quiz-container.walker-result:before {
  content: " ";
  background: url("/assets/img/ornamen/result-ball-orn1.png") no-repeat;
  position: absolute;
  top: -15px;
  left: -20px;
  width: 80px;
  height: 80px;
  background-size: cover;
  right: auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .quiz-container.walker-result:before {
    display: block;
  }
}
.quiz-container.walker-result:after {
  content: " ";
  background: url("/assets/img/ornamen/bg-result1-orn.png") no-repeat;
  background-size: auto;
  position: absolute;
  bottom: 0%;
  left: auto;
  width: 100%;
  height: 200px;
  background-size: cover;
  z-index: 0;
  opacity: 1;
  display: none;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .quiz-container.walker-result:after {
    display: block;
  }
}

.logo-cont {
  width: 20%;
  margin: 0 auto 20px;
  padding-top: 20px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .logo-cont {
    width: 40%;
  }
}
.logo-cont img {
  max-width: 100%;
}

h1 {
  text-align: center;
}

#start-container {
  position: relative;
}
#start-container .start-btn {
  background: url(/assets/img/bg-submit.png) no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  border: none;
  color: red;
  border-radius: 8px;
  padding: 10px 15px;
  font-family: "fsalbert";
  font-weight: 800;
  cursor: pointer;
  width: 300px;
  height: 80px;
  font-size: 25px;
  opacity: 0.8;
}
#start-container .start-btn:hover {
  color: #890707;
}

.first-section {
  position: relative;
  margin-bottom: 30px;
  min-height: 280px;
}
@media only screen and (max-width: 767px) {
  .first-section {
    min-height: 180px;
  }
}
.first-section img.orn1 {
  width: 150px;
  position: absolute;
  left: 5%;
  top: -5%;
}
@media only screen and (max-width: 767px) {
  .first-section img.orn1 {
    width: 120px;
    position: absolute;
    left: 0;
    top: -15%;
  }
}
.first-section img.orn2 {
  width: 200px;
  position: absolute;
  right: 5%;
  top: -5%;
}
@media only screen and (max-width: 767px) {
  .first-section img.orn2 {
    width: 150px;
    position: absolute;
    right: -25px;
    top: -5%;
  }
}
.first-section .text-heading2 {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  z-index: 1;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .first-section .text-heading2 {
    width: 65%;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) and (prefers-color-scheme: dark) {
  .first-section .text-heading2:before {
    content: url("/assets/img/heading-text-white.png");
    display: block;
    height: 0;
    overflow: hidden;
  }
}
.first-section .text-heading2 img {
  max-width: 100%;
}
.first-section .text-heading2 .text-row1 {
  font-family: "fsalbert";
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .first-section .text-heading2 .text-row1 {
    font-size: 17px;
  }
}
.first-section .text-heading2 .text-row2 {
  font-family: "fsalbert";
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 8%;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .first-section .text-heading2 .text-row2 {
    font-size: 17px;
  }
}
.first-section .text-heading2 .text-row3 {
  font-family: "fsalbert";
  font-weight: 800;
  font-size: 2em;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 9%;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .first-section .text-heading2 .text-row3 {
    font-size: 20px;
  }
}
.first-section .text-heading2 .text-row4 {
  font-family: "fsalbert";
  font-weight: 800;
  font-size: 2em;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .first-section .text-heading2 .text-row4 {
    font-size: 20px;
  }
}

.second-section {
  width: 60%;
  padding: 20px 0px;
  border-top: 2px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .second-section {
    width: 80%;
  }
}
.second-section p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .second-section p {
    width: 100%;
  }
}
.second-section p span {
  font-weight: 800;
}

#question-container {
  text-align: center;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
#question-container h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0px;
}
@media only screen and (max-width: 767px) {
  #question-container h2 {
    font-size: 24px;
  }
}
#question-container h2 span {
  font-weight: 200;
}

#options-container {
  text-align: center;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #options-container {
    width: 100%;
  }
}

#options-container .option {
  display: block;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#options-container .option.layout1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  min-height: 100px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(138, 138, 138, 0.2);
  box-shadow: 3px 3px 9px rgba(138, 138, 138, 0.2);
}
@media only screen and (max-width: 767px) {
  #options-container .option.layout1 {
    max-height: 100px;
  }
}
#options-container .option.layout1 img {
  float: left;
  width: auto;
  padding-right: 5%;
  max-height: 73px;
  border-right: 2px solid #4b4b4b;
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  #options-container .option.layout1 img {
    float: left;
    padding-right: 10px;
    height: 70px;
    border-right: 2px solid #4b4b4b;
  }
}
#options-container .option.layout1 p {
  text-align: left;
  padding-left: 12%;
  padding-right: 10px;
  font-family: "fsalbert";
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #options-container .option.layout1 p {
    font-size: 16px;
  }
}
#options-container .option.layout1 p.special-text {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #options-container .option.layout1 p.special-text {
    font-size: 13px;
  }
}
#options-container .option.layout2 {
  position: relative;
  width: 50%;
  border-radius: 25px;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(138, 138, 138, 0.2);
  box-shadow: 3px 3px 9px rgba(138, 138, 138, 0.2);
  margin: 0 auto 10px;
  padding: 0px;
  max-height: 90px;
  z-index: 1;
}
#options-container .option.layout2 img {
  max-height: 90px;
}
#options-container .option.layout2 p {
  display: none;
}

#options-container .option.selected {
  background: #ffaaaa !important;
}

#submit-btn {
  display: block;
  margin: 10px auto;
  z-index: 2;
  position: relative;
  opacity: 0.85;
}

#result-container {
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

#result-image {
  max-height: 250px;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

#error-message {
  color: red;
  text-align: center;
  margin: 10px 0;
}

#navigation-container {
  display: none;
  margin-top: 5px;
  background-size: auto;
  width: 105px;
  background-size: contain;
  height: 55px;
  position: absolute;
  right: 5%;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #navigation-container {
    margin-top: 5px;
    background-size: auto;
    background-size: auto;
    width: 70px;
    background-size: contain;
    height: 40px;
    position: absolute;
    right: 5%;
    font-weight: 700;
  }
}

#next-btn {
  display: none;
}

.arrow-btn {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 8px 5px 0px 8px;
  cursor: pointer;
  font-size: 16px;
  color: red;
  min-width: 50px;
  box-shadow: 3px 2px rgba(255, 255, 255, 0.2);
  background-color: white;
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .arrow-btn {
    padding: 3px 5px 0px 3px;
    min-width: 40px;
  }
}

.arrow {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 0px;
  font-family: "fsalbert";
  font-weight: 700;
  background: white;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .arrow {
    font-size: 32px;
  }
}

.arrow-btn[disabled] {
  color: #ccc;
  /* Gray out the button when disabled */
  cursor: not-allowed;
}

.result-btn {
  background: url(/assets/img/bg-submit.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-color: transparent;
  background-size: 100% 100%;
  border: none;
  color: red;
  border-radius: 8px;
  padding: 10px 15px;
  font-family: "fsalbert";
  font-weight: 800;
  cursor: pointer;
  width: 300px;
  height: 80px;
  font-size: 25px;
}

#result-container .result img {
  max-width: 100%;
  margin-bottom: 40px;
}
#result-container .result p {
  background: rgba(255, 255, 255, 0.6);
  width: 60%;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 8px;
  font-family: "fsalbert";
  font-weight: 400;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #result-container .result p {
    width: 100%;
    overflow-y: auto;
    max-height: auto;
    font-size: 17px;
    text-align: left;
  }
}
#result-container .result p span {
  color: red;
}
#result-container .result p b {
  font-weight: 700;
}

.result-next-step {
  padding: 20px 0px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
.result-next-step .img-cont {
  width: 80%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .result-next-step .img-cont {
    width: 40%;
  }
}
.result-next-step .img-cont img {
  max-width: 100%;
}
.result-next-step h4 {
  font-size: 18px;
  font-family: "fsalbert";
  font-weight: 200;
  margin: 0px;
}
.result-next-step h4 span {
  font-weight: 700;
}
.result-next-step a.choice-btn {
  text-decoration: none;
  background: url(/assets/img/bg-submit.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-color: transparent;
  background-size: 100% 100%;
  border: none;
  color: red;
  border-radius: 8px;
  padding: 10px 15px;
  font-family: "fsalbert";
  font-weight: 800;
  cursor: pointer;
  width: 300px;
  height: 80px;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .result-next-step a.choice-btn {
    font-size: 20px;
  }
}
.result-next-step a.choice-btn:hover {
  color: #2d2d2d;
}

.choice-cont {
  padding: 10px 0px 40px;
  border-bottom: 3px solid #4b4b4b;
  margin: 0 auto 30px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .choice-cont {
    width: 100%;
    padding-top: 30px;
  }
}

.social-share-cont {
  margin-bottom: 40px;
}
.social-share-cont .share-btn {
  display: block;
  background: url(/assets/img/share-bg-btn.png);
  background-size: 100% 100%;
  width: 150px;
  height: 70px;
  margin: 0 auto 20px;
  color: white;
  padding-top: 25px;
  text-decoration: none;
  font-family: "fsalbert";
  font-weight: 700;
  font-size: 20px;
}
.social-share-cont a {
  background: none;
  width: 40px;
  display: inline-block;
  margin: 0px 10px;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .social-share-cont a {
    margin: 0px 5px;
  }
}
.social-share-cont a img {
  max-width: 100%;
}

#body-container {
  background: #fce8c5;
  background: linear-gradient(90deg, #fce8c5 0%, white 50%, #ffcccf 100%);
}
@media only screen and (max-width: 767px) {
  #body-container {
    background: #fce8c5 url(/assets/img/bg-noncustomer.jpg) no-repeat;
    background-size: 140% 100%;
    background-position: center;
    min-height: 100vh;
  }
}
#body-container.for-customer {
  background: #fcdeb4;
  background: linear-gradient(312deg, #fcdeb4 0%, white 50%, #ffe7a5 100%);
}
@media only screen and (max-width: 767px) {
  #body-container.for-customer {
    background: url(/assets/img/bg-customer.jpg) no-repeat;
    background-size: 140% 100%;
    background-position: center;
    min-height: 100vh;
  }
}
#body-container .non-cust-img {
  width: 40%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  #body-container .non-cust-img {
    width: 90%;
  }
}
#body-container .non-cust-img img {
  max-width: 100%;
}
#body-container .non-cust-text {
  width: 40%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 22px;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  #body-container .non-cust-text {
    width: 80%;
    font-size: 16px;
  }
}
#body-container .preview-form-cont {
  width: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 20px;
  padding: 20px 30px;
  border-radius: 8px;
  max-height: 400px;
  overflow-y: scroll;
  font-family: "fsalbert";
  font-weight: 400;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #body-container .preview-form-cont {
    width: 80%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 18;
  }
}
#body-container .preview-form-cont p {
  margin: 0px 0px 5px;
}
#body-container .non-cust-cta-cont {
  width: 30%;
  margin: 0 auto 0px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #body-container .non-cust-cta-cont {
    width: 80%;
  }
}
#body-container .non-cust-cta-cont img {
  max-width: 100%;
}

/* Add your styles for the .option class here */
/* Option background */