:root {
  --font-primary: inherit;
  --font-quiz: inherit;
  --text-color: #fff;
  --text-color-black: #1A1B1F;
  --text-color-light-gray: #6E7480;
  --text-color-light-gray2: #DFE5F2;
  --text-color-light-blue: #3077BE;
  --text-color-dark-blue: #2F4571;
  --text-color-dark-red: #da3448;
  --saas15-btn-color: #3f52c6;
  --saas15-btn-alter-color: #758cff;
  --saas15-btn-submit-color: #29E8B2;
  --btn-submit-color-quiz: #29E8B2;
  --saas15-btn-submit-text-color: #2F4571;
  --saas15-btn-submit-text-color-white: #fff;
}

/* General Classes */
.flex {
  display: flex;
}

.j-c-c {
  justify-content: center;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-se {
  justify-content: space-evenly;
}

.j-c-fs {
  justify-content: flex-start;
}

.a-i-c {
  align-items: center;
}

.a-i-b {
  align-items: baseline;
}

.a-i-f-s {
  align-items: flex-start;
}

.f-d-c {
  flex-direction: column;
}

.f-w-w {
  flex-wrap: wrap;
}

.hide {
  display: none;
}

.hide-desktop {
  display: none;
}

.hide-mobile {
  display: block;
}

@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
}
/* Keyframes */
@keyframes fillBar {
  0% {
    stroke-dasharray: 0 100;
  }
  30% {
    stroke-dasharray: 30 100;
  }
  70% {
    stroke-dasharray: 70 100;
  }
  100% {
    stroke-dasharray: 100 100;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    content: "Calculating";
  }
  33% {
    content: "Calculating.";
  }
  67% {
    content: "Calculating..";
  }
  100% {
    content: "Calculating...";
  }
}
.saas15-quiz__banner {
  position: relative;
}

.saas15-quiz__banner .saas15-quiz__banner-btn {
  margin-top: 20px !important;
}

.saas15-quiz__banner-img {
  width: 100%;
}

.saas15-quiz__content {
  position: absolute;
}

.saas15-quiz__banner-title {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 76px;
  color: var(--text-color);
  max-width: 800px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 36px;
}

.sas-slider-icons-mobile-container {
  display: none;
}

.rte {
  color: var(--text-color);
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  width: 100%;
}

.saas15-quiz__banner-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--saas15-btn-submit-text-color);
  background: var(--saas15-btn-submit-color);
  width: 180px;
  height: 44px;
  cursor: pointer;
  border-radius: 24px;
  margin: 20px auto 35px;
  margin-top: 10px;
  border: 0;
}

.saas15-quiz__banner-btn-2 {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 20px;
  color: var(--btn-submit-text-color-dark-blue);
  background: var(--btn-submit-color-quiz);
  width: 220px;
  height: 60px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 66px !important;
}

.saas15-quiz-login-1 {
  height: 48px !important;
  width: 168px !important;
}

.saas15-quiz__banner-btn-reset-pwd {
  margin: 40px 0 0 0 !important;
}

#reset_err {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #2F4571;
}

#reset_err_quiz {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #2F4571;
}
.saas15-quiz__banner-btn-get-started {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--saas15-btn-submit-text-color);
  background: var(--saas15-btn-submit-color);
  width: 202px;
  height: 44px;
  cursor: pointer;
  border-radius: 24px;
  margin: 20px 0px 35px;
}

.saas15-quiz__banner-btn:hover {
  color: var(--saas15-btn-submit-text-color);
  border: 2px solid #29E8B2 !important;
  background-color: #FFFFFF;
}

.saas15-quiz__banner-btn:hover svg path {
  fill: #2F4571 !important;
}

.saas15-btn-submit {
  margin-top: unset !important;
  margin-bottom: unset !important;
}

/*
* Modal saas15 Quiz
*/
.saas15-quiz__modal-get-started {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 30px 120px 30px 30px;
  max-width: 600px;
  height: 535px;
  width: 100%;
  padding: 28px 70px 38px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.saas15-quiz__modal {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 30px 120px 30px 30px;
  max-width: 100%;
  height: 100%;
  width: 100%;
  padding: 28px 70px 38px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  touch-action: manipulation;
}

.saas15-quiz__modal::-webkit-scrollbar {
  display: none;
}

.saas15-quiz-gs-img {
  height: 360px !important;
  margin-left: -25px;
  max-width: fit-content !important;
}

.saas15-quiz__modal img {
  margin-top: 0px;
}

.admin-bar .modal--open15:after {
  top: 132px;
}

.modal--open15:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .modal--open15:after {
    top: 0;
  }
  .saas15-quiz-a-i-c {
    align-items: center;
  }
}
.saas-quiz__banner-title {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 70px !important;
  line-height: 76px !important;
  color: var(--text-color) !important;
  max-width: 800px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-bottom: 18px !important;
}

.saas-quiz__banner-title-l1 {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 50px !important;
  color: var(--text-color) !important;
  text-align: left !important;
  margin: 40px 10px 0 66px !important;
}

.saas-quiz__banner-title-l2 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 96px !important;
  line-height: 100% !important;
  color: var(--text-color) !important;
  text-align: left !important;
  margin: 0 0 0 66px !important;
}

.saas-quiz__banner-title-l3 {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  color: var(--text-color) !important;
  text-align: left !important;
  margin: 25px 0 0 66px !important;
}

.saas15-quiz__modal .rte {
  color: var(--text-color);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.saas15-quiz__modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: var(--text-color-dark-blue);
  max-width: 302px;
  height: 79px;
  margin-top: 35px;
  margin-bottom: 5px;
}

.saas15-quiz__modal-p1 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: var(--text-color-dark-blue);
  width: 544px;
  height: 77px;
  margin-bottom: 0px;
}

.saas15-quiz__modal-p1-b {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: var(--text-color-dark-blue);
  max-width: 544px;
  height: 77px;
}

.saas15-quiz__modal-loading .saas15-quiz__modal-content {
  justify-content: center;
}

.saas15-quiz__modal-top-area {
  position: absolute;
  top: 0;
  width: 100%;
  background: #FFFFFF;
}

.saas15-quiz__modal-top-area-dsh {
  position: relative !important;
  top: 0;
  margin: 20px 0 0 20px;
  width: 100%;
}

.saas15-quiz__modal-back {
  font-weight: 400 !important;
  font-size: 11px !important;
  line-height: 18px !important;
  color: var(--text-color-light-gray) !important;
  cursor: pointer !important;
  margin-left: 15px;
  margin-bottom: 5px;
}

.saas15-quiz__modal-close {
  color: var(--text-color-dark-blue);
  font-size: 12px;
  cursor: pointer;
}

.saas15-btn-close {
  width: 40px;
  height: auto !important;
}

.saas15-quiz__modal-content {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  text-align: center !important;
  color: var(--text-color) !important;
  width: 100% !important;
  height: 365px;
}

.saas15-quiz-gs1 {
  margin-top: 25px;
}

.saas15-quiz-gs2 {
  margin-top: 30px;
}

.saas15-quiz-register-footer {
  position: absolute;
  bottom: -18px;
  width: 100%;
  height: 55px;
  background: #6E7480;
  border-radius: 0px 0px 30px 30px;
}

.saas15-quiz-register-footer-oc {
  width: 184px;
  margin: 10px 0 0 50px;
}

.saas15-quiz-register-footer-oc2 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color-light-gray2);
  width: 633px;
  height: 60px;
  margin-left: 60px;
}

.saas15-quiz-register-footer-oc-mbl {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color-light-gray2);
  width: 300px;
  height: 48px;
}

.saas15-quiz-register-footer-terms {
  color: var(--saas15-btn-submit-text-color-white);
  text-decoration: underline;
}

.saas15-quiz-register-footer-container {
  display: flex;
  justify-content: space-between;
}

.saas15-quiz__modal-content-login-form label.error {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: var(--text-color-dark-red) !important;
  padding: 0 !important;
  margin-left: 10px !important;
  margin-top: 2px !important;
}

.saas15-quiz__modal-content-login-form li::marker {
  font-size: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23da3448; %7D %3C/style%3E%3C/defs%3E%3Ccircle id='Elipse_1' data-name='Elipse 1' class='cls-1' cx='6' cy='6' r='6'/%3E%3C/svg%3E%0A");
}

.saas15-quiz__modal-content-login-form li::before {
  display: none !important;
}

.ul-error {
  padding-left: 1.25rem !important;
}

.saas15-quiz__modal-range {
  min-height: 160px;
  margin-bottom: 18px;
}

.saas15-quiz__modal-range span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.saas15-quiz__modal-content-radio {
  width: 100%;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.saas15-quiz__modal-content-radio-el {
  background-color: #FFFFFF !important;
  border-radius: 5px;
  width: calc(33.33% - 15px);
  min-height: 40px;
  padding-left: 5px;
  cursor: pointer;
}

.saas15-quiz__modal-content-radio-el:hover {
  background-color: #F8FAFF;
  transition-duration: 100ms;
  box-shadow: 0px 3px 12px rgba(47, 69, 113, 0.25);
}

.saas15-quiz__modal-content-radio-el label {
  cursor: pointer;
}

.saas15-quiz__modal-content-radio-el input[type=radio]:checked + label {
  color: #FFFFFF !important;
}

.sas-radio-checked {
  background-color: #677DD2 !important;
  color: #FFFFFF !important;
}
.sas-radio-checked label {
  color: #FFFFFF !important;
}
.sas-radio-checked input[type=radio] {
  background-color: #677DD2 !important;
  border: 6px solid #A5D4F6 !important;
}

.sas-radio-no-checked {
  background-color: #DFE5F2 !important;
  color: var(--text-color-dark-blue) !important;
}
.sas-radio-no-checked label {
  color: var(--text-color-dark-blue) !important;
}

.saas15-quiz__modal-content-radio label {
  max-width: 215px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: left !important;
  padding: 5px 10px !important;
  color: var(--text-color-dark-blue) !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.sas-radio-checked {
  background-color: #677DD2 !important;
}

.sas-radio-checked label {
  color: #FFFFFF !important;
}

.sas-radio-no-checked {
  background-color: #DFE5F2 !important;
}

.sas-radio-no-checked label {
  color: var(--text-color-dark-blue) !important;
}

.saas15-quiz__modal-content-title-get-started {
  max-width: 280px !important;
  font-weight: 700 !important;
  font-size: 36px;
  line-height: 40px !important;
  text-align: left !important;
  margin-bottom: 15px;
  color: var(--text-color-dark-blue) !important;
}

.saas15-quiz__modal-content-login-form {
  width: 100%;
}

.saas15-quiz__modal-content-login-l {
  padding: 50px 0px 54px 90px;
}

.saas15-quiz__modal-content-reset-l {
  padding: 5px 0px 54px 90px;
}

.saas15-quiz__modal-content-login-r {
  padding: 50px 0px 0px 0px;
}

.saas15-quiz__modal-content-reset-r {
  padding: 0px 0px 50px 0px;
}

.saas15-quiz__modal-content-title-login {
  display: flex;
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 44px !important;
  justify-content: flex-start !important;
  margin-bottom: 15px;
  color: var(--text-color-black) !important;
  position: relative;
}

.saas15-quiz__modal-content-login-accent {
  width: 6px;
  height: 100%;
  background: #29E8B2;
  border-radius: 5px;
  margin-right: 10px;
  position: absolute;
}

.saas15-quiz__modal-content-login-form fieldset {
  border: 0;
  padding: 0;
}

.sasv3-register-form-msg-reset-quiz {
  width: 100%;
  display: block;
}

.sasv3-register-form-msg-reset-quiz p {
  color: #1A1B1F;
  background: #EEFDF9;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.sasv3-register-form-msg-reset-quiz-sp {
  width: 100%;
  display: block;
}

.sasv3-register-form-msg-reset-quiz-sp p {
  color: #1A1B1F;
  background: #EEFDF9;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  height: 60px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 38px;
}

.saas15-quiz__modal-content-login-form label {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: var(--text-color-black) !important;
  display: flex;
  margin: 30px 0px 6px 10px;
}

.saas15-quiz__modal-content-login-form input {
  width: 400px;
  display: flex;
  height: 56px;
  flex-direction: row;
  align-items: center;
  border: 1px solid #A5D4F6;
  border-radius: 12px;
  background: #F2F9FF;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #444850;
  padding-left: 24px;
}

.saas15-quiz__modal-content-login-form input {
  width: 100% !important;
  height: 46px !important;
}

.saas15-quiz__modal-content-login-fp {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color-light-blue);
  text-align: right;
  height: 50px;
  margin-top: 5px;
}

.saas15-quiz__modal-content-login-showp {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color-light-blue);
  margin-left: -75px;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
}

.saas15-quiz__modal-content-login-showp-err {
  position: absolute;
}

.saas15-quiz__modal-content-login-showp-err #sleep-quiz-login-showp4{
  position: absolute;
  margin: 0 !important;
  top: 18px;
  right: 60px;
}

.saas15-quiz__modal-content-login-fp:hover {
  text-decoration: underline;
  cursor: pointer;
}

.saas15-quiz__modal-content-login-fp-ovr {
  background: #fff !important;
}

.saas15-quiz__modal-content-login-lp {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A1B1F;
}

.saas15-quiz__modal-content-login-gs {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #3077BE;
  padding: 9px 20px;
  border: 2px solid #29E8B2;
  border-radius: 18px;
}

.saas15-quiz__modal-content-login-gs-ovr {
  margin: 0px 0px 0 15px !important;
  height: 36px !important;
  width: 145px !important;
  background: #29E8B2 !important;
}

.saas15-quiz__modal-content-login-gs-ovr:hover {
  background-color: #fff !important;
}

.saas15-quiz__modal-content-login-img {
  width: 452px !important;
  height: 450px !important;
  object-fit: contain;
}

.saas15-quiz__modal-content-title {
  max-width: 521px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  margin: 0 auto !important;
  margin-bottom: 20px;
  color: var(--text-color-dark-blue) !important;
}
.saas15-quiz__modal-content-title.sas-loading-text br {
  display: none;
}

.saas15-quiz__modal-content-subtitle-get-started {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--text-color-dark-blue) !important;
  text-align: left !important;
  margin-bottom: 10px;
  margin-top: 20px;
  max-width: 480px !important;
  margin-right: 20px;
}

.saas15-quiz__modal-content-subtitle {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: var(--text-color-light-gray) !important;
  margin-bottom: 20px;
}

.saas15-quiz__modal-data .saas15-quiz__modal-content {
  max-width: unset;
  width: 100%;
}

.saas15-quiz__modal-view {
  min-height: 0px;
}

.saas15-radio-continue {
  position: relative; /* Add this line */
  width: 350px; /* Set the width of the box */
  justify-content: space-between; /* Align items to the start and end of the box */
  padding: 0 10px; /* Add padding to the left and right */
}
.saas15-radio-continue label {
  text-align: left; /* Align text to the left */
}

.saas15-radio-continue label::after {
  content: ">";
  font-size: 20px; /* Increase the size of the chevron */
  position: absolute;
  right: 10px; /* Position the chevron all the way to the right */
}

.saas15-quiz__modal input[type=radio] {
  border: 0px;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  cursor: pointer;
  background: #F2F9FF;
  accent-color: #A5D4F6;
  border: 2px solid #A5D4F6 !important;
  appearance: none;
  border-radius: 50%;
  margin-top: 0;
}

.saas15-quiz__modal-content-radio-el input[type=radio]:checked {
  color: #FFFFFF !important;
  background-color: #2F4571 !important;
  border: 6px solid #A5D4F6 !important;
  animation: sasv3_fadeIn 0.1s;
}
.saas15-quiz__modal-content-radio-el input[type=radio] {
  display:none;
  animation: sasv3_fadeIn 0.1s;
  accent-color: #ACB6EF;
  border: 2px solid #ACB6EF !important;
}

@keyframes sasv3_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sasv3_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.loading-gif {
  width: 100%;
  height: 100% !important;
  max-width: 250px !important;
  margin-top: -75px !important;
  object-fit: contain;
}

.saas15-quiz__modal-final .saas15-quiz__modal-content-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  max-width: 285px;
}

.saas15-quiz__modal-bottom-content .saas15-quiz__modal-bottom-progress {
  height: 10px !important;
  margin-bottom: 4px !important;
  background: #DFE5F2 !important;
  margin-right: 2px !important;
}

.saas15-quiz__modal-bottom-progress-1 {
  width: 110px !important;
}

.saas15-quiz__modal-bottom-progress-2 {
  width: 120px !important;
}

.saas15-quiz__modal-bottom-progress-3 {
  width: 130px !important;
}

.saas15-quiz__modal-bottom-progress-4 {
  width: 160px !important;
}

.saas15-quiz__modal-bottom-progress-5 {
  width: 39px !important;
}

.saas15-quiz__modal-bottom-progress-left {
  border-radius: 5px 0px 0px 5px !important;
}

.saas15-quiz__modal-bottom-progress-right {
  border-radius: 0px 5px 5px 0px !important;
}

.saas15-quiz__modal-bottom-progress-fill {
  width: 0;
  background: #29E8B2;
  height: 10px;
  z-index: 2;
}

.saas15-quiz__modal-bottom-content span {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 13px !important;
  color: #6E7480 !important;
}
@media screen and (max-width: 1024px) {
  .saas15-quiz__modal-bottom-content span {
    font-size: 8px !important;
  }
}

.saas15-quiz__modal-final .saas15-quiz__modal-content {
  min-height: unset !important;
  margin-bottom: 41px !important;
}

.saas15-quiz__modal-final .saas15-quiz__modal-content-title {
  max-width: unset !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

.saas15-quiz__modal-final-content {
  border-top: 4px solid #4559CE;
  padding-bottom: 24px;
  width: 100%;
}

.saas15-quiz__modal-final-content .rte {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #FFFFFF;
}

.saas15-quiz__modal-email {
  background: #6A7DE2;
  border-radius: 27px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  box-shadow: none;
  width: 320px;
  padding: 16px;
  border: unset;
  outline: none;
}

.saas15-quiz__modal-email::placeholder {
  color: #ffffff;
}

/*
* Range Slider
*/
.rangeslider15, input.sas_input_range[type=range] {
  max-width: 400px;
}

.saas15-quiz__modal-range-icon p {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  margin: 10px 0 0;
  color: #2F4571;
}

.rangeslider15__handle {
  border-radius: 22px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
}

.rangeslider15__handle:after {
  background: 0;
}

.rangeslider15,
.rangeslider15__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider15 {
  background: #DFE5F2;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
}

.rangeslider15--horizontal {
  height: 10px;
  width: 330px !important;
  margin: 0 10px;
}

.rangeslider15--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider15--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider15__fill {
  position: absolute;
  background: linear-gradient(270deg, #2A79B4 0%, #4CA9EE 48.96%) !important;
}

.rangeslider15--horizontal .rangeslider15__fill {
  top: 0;
  height: 100%;
}

.rangeslider15--vertical15 .rangeslider15__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider15__handle {
  background: #4CA9EE !important;
  color: var(--saas15-btn-submit-text-color-white) !important;
  cursor: pointer;
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: -15px !important;
}

.rangeslider15__handle.js-low {
  border-color: #4bc67d;
}

.rangeslider15__handle.js-med {
  border-color: #f1c40f;
}

.rangeslider15__handle.js-high {
  border-color: #b94a48;
}

.rangeslider15__handle:after {
  content: none !important;
}

.rangeslider15--horizontal .rangeslider15__handle {
  top: -20px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider15--vertical .rangeslider15__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type=range15]:focus + .rangeslider15 .rangeslider15__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.sasv3-message_quizmodal {
  background: unset !important;
  box-shadow: unset;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .saas15-quiz__banner-title {
    font-size: 24px;
    line-height: 34px;
    max-width: 335px;
  }
  .saas15-quiz__modal-title {
    margin-bottom: 35px;
  }
  .saas15-quiz__modal-content-title {
    margin-bottom: none;
    min-height: 10vh;
  }
  .saas15-quiz__content .rte {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    max-width: 15ch;
  }
  .saas15-quiz__modal-close {
    font-size: 16px;
  }
  .saas15-quiz__modal {
    width: 100%;
    padding: 40px 20px;
    height: 100%;
  }
  .saas15-quiz__modal-content {
    min-height: 300px;
  }
  .saas15-quiz__modal-top-area {
    position: absolute;
    top: 20px;
    width: 90%;
  }
  .saas15-quiz__modal-view {
    min-height: 500px;
  }
  .saas15-quiz__modal-range {
    margin: unset;
    height: 268px;
    align-items: center !important;
    justify-content: center !important;
  }
  .saas15-quiz__modal-content-radio {
    justify-content: flex-start;
  }
  .saas15-quiz__modal-content-radio label {
    max-width: unset;
    width: 90%;
  }

  .saas15-quiz__modal-final .saas15-quiz__modal-content {
    flex-direction: column !important;
  }
  .saas15-quiz__modal-final-bottom {
    flex-direction: column !important;
  }
  .saas15-quiz__modal-email {
    width: 90% !important;
    margin-bottom: 4px !important;
  }
  .saas15-quiz__banner-btn {
    width: 100% !important;
  }
  .saas15-quiz__modal-bottom, .saas15-quiz__modal-bottom-progress {
    width: 100% !important;
  }
  .saas15-quiz__modal-bottom-content-1 {
    width: 15% !important;
  }
  .saas15-quiz__modal-bottom-content-2 {
    width: 55% !important;
  }
  .saas15-quiz__modal-bottom-content-3 {
    width: 25% !important;
  }
  .saas15-quiz__modal-bottom-content-4 {
    width: 5% !important;
  }
  .saas15-quiz__modal-content-radio {
    flex-direction: column !important;
    align-items: center;
    min-height: 258px;
  }
  .saas15-quiz__modal-content-radio-el {
    width: 100% !important;
  }
  .saas15-quiz__modal-final, .saas15-quiz__modal-loading {
    height: 100% !important;
  }
  .saas15-quiz__modal-content {
    min-height: 525px !important;
  }

   .rangeslider15, input.sas_input_range[type=range] {
    max-width: 150px;
  }
  .saas15-quiz__modal-content-title {
    min-height: 48px !important;
    font-size: 16px;
  }
  .saas15-quiz__modal-range {
    min-height: 178px !important;
  }
  .saas15-quiz__modal-content-subtitle {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 6px !important;
    margin: 12px auto !important;
  }
  .saas15-quiz__modal {
    margin-top: 25px;
  }
  .saas15-quiz__banner-title {
    font-size: 24px;
    line-height: 34px;
    max-width: 335px;
  }
  .saas15-quiz__modal-title {
    margin-bottom: 35px;
  }
  .saas15-quiz__modal-content-title {
    margin-bottom: none;
    min-height: 10vh;
  }
  .saas15-quiz__content .rte {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    max-width: 15ch;
  }
  .saas15-quiz-gs-img-mobile {
    width: 202px !important;
    height: 117px !important;
    margin: 0 auto;
  }
  .saas15-quiz-gs2 {
    margin-top: 0px;
  }
  .saas15-quiz__modal-content-login-showp {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: var(--text-color-light-blue);
    margin-left: -85px;
    cursor: pointer;
    position: absolute;
    width: 50px !important;
    margin-bottom: 10px !important;
  }

  .saas15-quiz__modal-content-login-showp-err-confirmation {
    margin-left: 25px;
  }
  .saas15-quiz__modal-content-title-get-started {
    max-width: 280px !important;
    font-weight: 700 !important;
    font-size: 28px;
    line-height: 34px !important;
    text-align: left !important;
    color: var(--text-color-dark-blue) !important;
    width: 250px;
  }
  .saas15-quiz__modal-content-subtitle-get-started {
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: var(--text-color-dark-blue) !important;
    text-align: left !important;
    margin-bottom: 35px;
    max-width: 326px !important;
    margin-right: 0px;
  }
  .saas15-quiz__modal-close {
    font-size: 16px;
  }
  .saas15-quiz__modal {
    width: 95% !important;
    padding: 40px 20px;
    height: 620px !important;
    padding: 40px 30px 38px !important;
  }
  .saas15-quiz__modal-content {
    min-height: 300px;
  }
  .saas15-quiz__modal-top-area {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .saas15-quiz__modal-view {
    min-height: 500px;
  }
  .saas15-quiz__modal-range {
    margin: unset;
    height: 268px;
    align-items: center !important;
    justify-content: center !important;
  }
  .saas15-quiz__modal-content-radio {
    justify-content: flex-start;
  }
  .saas15-quiz__modal-content-radio label {
    max-width: unset !important;
    width: 100%;
  }

  .saas15-quiz__modal-final .saas15-quiz__modal-content {
    flex-direction: column !important;
  }
  .saas15-quiz__modal-final-bottom {
    flex-direction: column !important;
  }
  .saas15-quiz__modal-email {
    width: 90% !important;
    margin-bottom: 4px !important;
  }
  .saas15-quiz__banner-btn {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px;
    background: var(--btn-submit-color-quiz);
    width: 177px !important;
    height: 60px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 0px 0px !important;
  }
  .saas15-quiz__banner-btn-range {
    margin: 0 auto !important;
    width: 180px !important;
    height: 42px !important;
  }
  .saas15-quiz__banner-btn-radio {
    margin: 0 auto !important;
    width: 180px !important;
    height: 52px !important;
  }
  .saas15-quiz__banner-btn-get-started-1 {
    position: absolute;
    bottom: 0;
    margin: 0px 0px 30px 30px !important;
    width: 177px !important;
    height: 42px !important;
  }
  .saas15-quiz__banner-btn-get-started {
    bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: var(--saas15-btn-submit-text-color);
    background: var(--saas15-btn-submit-color);
    width: 199px !important;
    height: 42px !important;
    cursor: pointer;
    border-radius: 24px;
    margin: 0px 0px 0px 0px !important;
  }
  .saas15-quiz__modal-bottom, .saas15-quiz__modal-bottom-progress {
    width: 100% !important;
  }
  .saas15-quiz__modal-bottom-content-1 {
    width: 30% !important;
  }
  .saas15-quiz__modal-bottom-content-2 {
    width: 30% !important;
  }
  .saas15-quiz__modal-bottom-content-3 {
    width: 33% !important;
  }
  .saas15-quiz__modal-bottom-content-4 {
    width: 7% !important;
  }
  .saas15-quiz__modal-content-radio {
    flex-direction: column !important;
    align-items: center;
    min-height: auto !important;
    margin-bottom: 20px !important;
    height: 280px !important;
    padding-top: 10px;
  }
  .saas15-quiz__modal-content-radio-el {
    width: 100% !important;
  }
  .saas15-quiz__modal-final, .saas15-quiz__modal-loading {
    height: 100% !important;
  }
  .saas15-quiz__modal-content {
    height: 100% !important;
    justify-content: flex-start !important;
  }
  .saas15-quiz__modal-loading {
    height: 100% !important;
    justify-content: center !important;
  }
  .loading-gif {
    margin-top: -10px !important;
    min-height: 469px !important;
  }

  .rangeslider15, input.sas_input_range[type=range] {
    max-width: 150px;
  }
  .saas15-quiz__modal-content-title {
    min-height: 48px !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 35px !important;
    height: 5px !important;
  }

  .saas15-quiz__modal-content-title.sas-loading-text {
    position: relative;
    top: -130px;
  }

  .saas15-quiz__modal-content-title.sas-loading-text br {
    display: block;
  }

  .saas15-quiz__modal-range {
    min-height: 178px !important;
    margin-bottom: 52px !important;
  }
  .saas15-quiz__modal-content-subtitle {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 6px !important;
    margin: 12px auto 40px !important;
  }
  .saas15-quiz__modal {
    margin-top: 0px;
    z-index: 10000 !important;
  }
  .saas-quiz-banner {
    justify-content: flex-start !important;
    height: 100%;
  }
  .saas-quiz__banner-title-l1 {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 26px !important;
    line-height: 36px !important;
    color: var(--text-color) !important;
    text-align: left !important;
    margin: 60px 0px 0 30px !important;
  }
  .saas-quiz__banner-title-l2 {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    line-height: 36px !important;
    color: var(--text-color) !important;
    text-align: left !important;
    margin: 0 0 0 30px !important;
  }
  .saas-quiz__banner-title-l3 {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    color: var(--text-color) !important;
    text-align: left !important;
    margin: 25px 0 0 30px !important;
  }
  .saas15-quiz-svg {
    margin-left: 5px;
    pointer-events: none !important;
  }
  .sasv3_modal {
    background: #FFFFFF;
    border-radius: 30px 120px 0px 0px;
    width: 368px;
    min-width: 368px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1) !important;
    height: 1500px !important;
    min-height: 1500px !important;
    padding: 0;
    position: fixed;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    margin-top: -5px;
  }
  .sasv3_modal form {
    width: 100% !important;
    display: inline-grid !important;
    margin: 30px 0 10px 25px !important;
  }
  .sasv3-register-header {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #2f4571 !important;
    width: 275px !important;
  }
  .sasv3-register-form fieldset div.first_row {
    display: block !important;
  }
  .sasv3-register-form fieldset div.first_row input {
    width: 300px !important;
  }
  .sasv3-register-form fieldset input {
    width: 300px !important;
  }
  .sasv3-register-form fieldset div {
    width: 300px !important;
  }
  .sasv3_modal .sasv3_right {
    width: 352px !important;
    border-radius: 0 0 0 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 970px !important;
  }
  .sasv3_right h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: center;
  }
  .saas15-quiz__modal-content-login-img {
    width: 205px !important;
    height: 217px !important;
    margin: 0 auto !important;
    object-fit: contain;
  }
  .saas15-quiz__modal-content-login-l {
    padding: 0px 0px 0px 0px !important;
  }
  .saas15-quiz__modal-content-reset-l {
    padding: 0px 0px 0px 0px !important;
  }
  .saas15-quiz__modal-content-reset-r {
    padding: 20px 0px 0px 0px !important;
  }
  .saas15-quiz__modal-content-title-login {
    font-size: 24px !important;
    margin-bottom: 0px !important;
    margin-top: 25px !important;
    line-height: 55px !important;
    position: relative;
  }
  .saas15-quiz__modal-content-login-form input {
    height: 42px !important;
  }
  .saas15-quiz__modal-content-login-fp {
    font-size: 13px !important;
    height: 30px !important;
    margin-right: 15px !important;
  }
  .saas15-quiz__modal-content-login-fp:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .saas15-quiz-login-1 {
    height: 48px !important;
    margin: 0 auto !important;
    width: 131px !important;
  }
  .sasv3_modal_container {
    height: 1500px !important;
  }
  .sasv3-register-footer {
    width: 330px !important;
    margin: 0 auto 25px !important;
  }
  .sasv3-card-container {
    flex-direction: column !important;
  }
  .saas15-quiz-register-footer {
    display: none;
  }
  .sasv3-card-container div {
    width: 330px !important;
    margin-top: 15px !important;
  }
  .saas15-quiz-register-footer-mbl {
    display: flex !important;
    background-color: #6E7480;
    border-radius: 0 0 36px 36px;
    color: #ffffff;
    width: 353px !important;
    height: 150px !important;
  }
  .saas15-quiz-register-footer-oc-mbl {
    margin: 0 auto;
    text-align: center;
  }
  .saas15-quiz-register-footer-mbl img {
    width: 185px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .saas15-quiz__modal-content-login-lp {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #1A1B1F;
    text-align: center;
  }
  .saas15-quiz__modal-content-login-form {
    margin-bottom: 0px !important;
  }
  .saas15-quiz__modal-content-login-gs-mbl {
    flex-direction: column;
    align-items: center;
  }
  .saas15-quiz__modal-content-login-gs-ovr {
    margin: 0 !important;
    height: 32px !important;
    width: 124px !important;
    background: #29E8B2 !important;
  }
  .saas15-quiz__modal-content-login-gs {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #3077BE;
    padding: 9px 20px;
    border: 2px solid #29E8B2;
    border-radius: 18px;
  }
  .saas15-quiz__banner-btn-reset-pwd {
    margin-top: 35px !important;
    margin-bottom: 50px !important;
  }
  .saas15-quiz__modal-content-login-form {
    width: 315px !important;
  }
  #reset_err {
    font-size: 16px !important;
  }
  #reset_err_quiz {
    font-size: 16px !important;
  }

  .sasv3-register-form-msg-reset-quiz-sp p {
      height: 150px;
  }
}
@media screen and (min-width: 576px) {
  .sas-fix-padding-left-0 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  /* auxiliar classes */
  .sasv3-padding-0 {
    padding: 0 !important;
    height: unset !important;
    margin-top: 60px !important;
    top: 10px;
    transform: translatex(-50%);
  }
  .sasv3-no-wrap {
    flex-wrap: nowrap !important;
  }
  .saas15-quiz__modal-content-radio-el:hover {
    background-color: #FFFFFF;
  }

  #saas15-login-d .saas15-quiz__modal-content-login-form .saas15-quiz__modal-content-login-lp-footerlogin1 {
    flex-direction: column;
  }

  #saas15-login-d .saas15-quiz__modal-content-login-form .saas15-quiz__modal-content-login-lp-footerlogin1 #sleep-quiz-login-fp2-gs {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 650px) {
  #saas15-login-d .saas15-quiz__modal-content-title-login > div:nth-child(2) {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
  }
  #saas15-fp2-d .saas15-quiz__modal-content-title-login > div:nth-child(2) {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
  }
  #saas15-login-d .saas15-quiz__modal-content-login-form label {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.02em;
  }
  #saas15-login-d .saas15-quiz__modal-content-login-form label.error {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
  }

  #saas15-login-d .saas15-quiz__modal-content-login-form input {
    width: 100% !important;
    height: 46px !important;
  }
  #saas15-login-d .saas15-quiz__modal-content-login-form .saas15-quiz__modal-content-login-lp-footerlogin1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    width: 100%;
  }
  #saas15-login-d .saas15-quiz__modal-content-login-form .saas15-quiz__modal-content-login-lp {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1A1B1F;
    white-space: nowrap;
  }
  #saas15-login-d .saas15-quiz__modal-content-login-form #sleep-quiz-login-fp2-gs {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    width: auto !important;
    white-space: nowrap;
  }
  #saas15-login-d #sleep-quiz-login-fp2 {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    width: unset;
  }
  #saas15-login-d #saas15-quiz__btn-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 44px;
    gap: 8px;
    width: 131px;
    height: 48px;
    background: #677dd2;
    border-radius: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    width: 131px !important;
    height: 48px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sas-hide-slider-icon-mobile {
    display: none !important;
  }
  .sas-show-slider-icon-mobile {
    display: flex !important;
  }
  .rangeslider15 {
    width: 100%;
    max-width: unset !important;
  }
  .sas-slider-icons-mobile-container {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    width: 100%;
    max-width: 296px;
  }
  .sas-slider-icons-mobile-container .saas15-quiz__modal-range-icon {
    display: flex;
    flex-direction: row;
  }
  .sas-slider-icons-mobile-container .saas15-quiz__modal-range-icon:nth-child(2) {
    flex-direction: row-reverse;
  }
  .sas-slider-icons-mobile-container .saas15-quiz__modal-range-icon p {
    text-align: start;
    margin-left: 5px;
  }
  .sas-slider-icons-mobile-container .saas15-quiz__modal-range-icon svg {
    width: 38px;
    height: 38px;
  }
  .sas-slider-icons-mobile-container > div:nth-child(2) > p {
    text-align: end;
    margin-right: 5px;
  }
  .saas15-quiz__modal-range {
    flex-direction: column !important;
  }
  .sas-slider-containerb {
    width: calc(100% + 20px);
    max-width: 315px;
  }
  section.content-wrapper ul.sas-ul-quiz:not(.list-unstyle) {
    padding-left: 0.25em !important;
  }
}
#sas-user-login-loading {
  height: 100%;
}

#sas-user-login-loading div {
  height: 100%;
  display: flex;
  align-items: center;
}

#sas-user-login-loading div img {
  object-fit: contain;
  height: auto;
  margin-top: unset;
  max-width: 250px;
}