.discount-popup-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.discount-popup-btn {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(1, 35, 51, 0.65) 0%, rgba(1, 35, 51, 0.85) 100%);
  backdrop-filter: blur(7.5px);
  width: 192px;
  height: 87px;
  display: flex;
  padding-bottom: 12px;
  position: relative;
}
.discount-popup-btn-img {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.discount-popup-btn-img svg {
  filter: drop-shadow(29px 41px 14px rgba(9, 41, 57, 0.01)) drop-shadow(19px 26px 13px rgba(9, 41, 57, 0.06)) drop-shadow(10px 15px 11px rgba(9, 41, 57, 0.21)) drop-shadow(5px 7px 8px rgba(9, 41, 57, 0.36)) drop-shadow(1px 2px 4px rgba(9, 41, 57, 0.41));
  animation: discountPulse 2.2s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.discount-popup-btn-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #fff;
  margin-top: auto;
  text-align: center;
  width: 100%;
}
.discount-popup-btn-text strong {
  color: #f9cf6b;
  font-weight: 700;
}
.discount-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 100;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-popup-close i {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .discount-popup-container {
    bottom: 12px;
    right: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }
  .discount-popup-close {
    top: 12px;
  }
  .discount-popup-btn {
    height: auto;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 100%;
  }
  .discount-popup-btn-img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-right: 8px;
  }
  .discount-popup-btn-img svg {
    animation: none;
    height: 24px;
    width: 24px;
  }
  .discount-popup-btn-text {
    flex-direction: row;
    font-size: 14px;
    margin-top: 0;
  }
  .discount-popup-btn-text strong {
    margin-right: 4px;
  }
}

@keyframes discountPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
.discount-popup .modal-header {
  background: #157e76;
  padding: 40px 24px;
  border-radius: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.discount-popup .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 100;
  cursor: pointer;
  font-size: 32px;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-popup .modal-header .close:after {
  display: none;
}
.discount-popup .modal-header .modal-title {
  font-size: 56px;
  font-weight: 700;
  color: #f9cf6b;
  line-height: 1.2;
}
.discount-popup .modal-header p {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .discount-popup .modal-header {
    padding: 24px 12px;
  }
  .discount-popup .modal-header .modal-title {
    font-size: 36px;
  }
  .discount-popup .modal-header p {
    font-size: 20px;
  }
  .discount-popup .modal-header .close {
    top: 8px;
    right: 8px;
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
.discount-popup .modal-body {
  color: #7e7e7e;
  padding: 40px;
}
@media (max-width: 768px) {
  .discount-popup .modal-body {
    padding: 16px 12px;
  }
}
.discount-popup p {
  font-size: 16px;
  color: #7e7e7e;
  margin-bottom: 0;
}
.discount-popup p a {
  color: #7e7e7e !important;
  text-decoration: underline;
}
.discount-popup p a:hover {
  color: #1aaca1 !important;
}
@media (max-width: 768px) {
  .discount-popup p {
    line-height: 1.5;
    font-size: 14px;
  }
}
.discount-popup .hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .discount-popup .hide-mobile {
    display: block;
  }
}
.discount-popup .discount-popup-coin {
  margin-bottom: 24px;
}
.discount-popup-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .discount-popup-buttons {
    gap: 8px;
    flex-direction: column;
  }
  .discount-popup-buttons .btn {
    width: 100%;
  }
}

.text-muted {
  color: #7e7e7e !important;
}

.ul-styled ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.ul-styled li {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-bottom: 8px;
  margin-left: -28px;
}
.ul-styled li:before {
  content: "\f00c";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  color: #1aaca1;
}

.discount-popup-buttons .btn-red,
.discount-popup-buttons .btn-red-reverse {
  font-size: 18px;
  line-height: 1;
  padding: 10px 30px 6px 30px;
  width: auto;
}
@media (max-width: 768px) {
  .discount-popup-buttons .btn-red,
  .discount-popup-buttons .btn-red-reverse {
    padding: 6px 24px 2px 24px;
  }
}

.intro-overlay .intro-modal {
  max-width: 724px;
  width: calc(100% - 40px);
  padding: 40px;
}
.intro-overlay .intro-modal .logo {
  width: 190px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 24px;
}
.intro-overlay .intro-modal .text_1 p {
  font-size: 40px;
  line-height: 1.25;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #012333;
  margin-bottom: 20px;
  margin-bottom: 8px;
}
.intro-overlay .intro-modal .text_2 p {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.intro-overlay .intro-modal .text_3 p {
  color: #7e7e7e;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .intro-overlay .intro-modal {
    padding: 16px 12px;
  }
  .intro-overlay .intro-modal .label {
    font-size: 12px;
  }
  .intro-overlay .intro-modal .logo {
    width: 105px;
  }
  .intro-overlay .intro-modal .text_1 p {
    font-size: 24px;
  }
  .intro-overlay .intro-modal .text_2 p {
    font-size: 14px;
  }
  .intro-overlay .intro-modal .text_3 p {
    font-size: 14px;
  }
  .intro-overlay .intro-modal .buttons .btn {
    width: 100%;
  }
}

.age-select-group {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.age-select-group .form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.age-select-group .form-group.age-select {
  width: 144px;
}
.age-select-group .form-group.age-select-day {
  width: 80px;
}
.age-select-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.age-select-group .bootstrap-select > .dropdown-toggle {
  height: 48px;
  font-size: 16px;
}
.age-select-group .bootstrap-select > .dropdown-toggle:after {
  border: none;
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  margin: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .age-select-group {
    gap: 4px;
  }
  .age-select-group .form-group.age-select {
    width: 100px;
  }
  .age-select-group .form-group.age-select-day {
    width: 80px;
  }
  .age-select-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
  .age-select-group .bootstrap-select > .dropdown-toggle {
    font-size: 13px;
  }
  .age-select-group .bootstrap-select > .dropdown-toggle:after {
    font-size: 13px;
  }
}

.survey-popup-img {
  max-width: 100%;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.survey-popup .modal-dialog {
  max-width: 724px;
  color: #012333;
  font-size: 16px;
}
.survey-popup .modal-dialog .close:after {
  display: none;
}
.survey-popup .modal-dialog p {
  font-size: 16px;
  color: #012333;
  line-height: 1.5;
}
.survey-popup .modal-dialog p:last-child {
  margin-bottom: 0;
}
.survey-popup .modal-dialog .text-muted p {
  color: #7e7e7e;
}
.survey-popup .modal-dialog .small {
  font-size: 14px;
}
.survey-popup .modal-dialog .small p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .survey-popup .modal-dialog .small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .survey-popup .modal-dialog .small p {
    font-size: 12px;
  }
}
.survey-popup .modal-header {
  padding: 40px 40px 24px 40px;
  text-align: center;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.survey-popup .modal-header .text-muted {
  margin-top: 8px;
}
.survey-popup .modal-body {
  padding: 0px 40px 40px 40px;
  flex-direction: column;
}
.survey-popup .modal-title {
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .survey-popup .modal-header {
    padding: 40px 12px 16px 12px;
  }
  .survey-popup .modal-body {
    padding: 0px 12px 16px 12px;
  }
  .survey-popup .modal-title {
    font-size: 14px;
  }
  .survey-popup .modal-dialog {
    font-size: 14px;
    margin: 12px;
  }
  .survey-popup .modal-dialog .close {
    padding: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 8px;
    right: 8px;
  }
  .survey-popup .modal-dialog p {
    font-size: 14px;
  }
  .survey-popup p {
    font-size: 14px;
  }
  .survey-popup .text-muted p {
    font-size: 14px;
  }
  .survey-popup .small {
    font-size: 12px;
  }
  .survey-popup .small p {
    font-size: 12px;
  }
}

.survey-popup-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
.survey-popup-footer .survey-popup-footer-progress {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 24px;
}
.survey-popup-footer .survey-popup-footer-progress li {
  flex-grow: 1;
  height: 8px;
  background-color: #f8f8f8;
  border-radius: 0px;
}
.survey-popup-footer .survey-popup-footer-progress li.fill {
  background-color: #157e76;
}
@media (max-width: 768px) {
  .survey-popup-footer .survey-popup-footer-progress li {
    height: 4 px;
  }
}

.check-styled-box.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 84px;
}
.check-styled-box.check-styled input[type=checkbox],
.check-styled-box.check-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
}
.check-styled-box.check-styled input[type=checkbox] + label,
.check-styled-box.check-styled input[type=radio] + label {
  display: inline-block;
  margin: 0;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  position: relative;
  color: #1c1c1c;
  font-size: 14px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .check-styled-box.check-styled input[type=checkbox] + label,
  .check-styled-box.check-styled input[type=radio] + label {
    padding: 12px;
  }
}
.check-styled-box.check-styled input[type=checkbox] + label::after,
.check-styled-box.check-styled input[type=radio] + label::after {
  width: 24px;
  height: 24px;
  border: 2px solid #ededed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  content: "";
  border-radius: 0%;
}
@media (max-width: 768px) {
  .check-styled-box.check-styled input[type=checkbox] + label::after,
  .check-styled-box.check-styled input[type=radio] + label::after {
    top: 12px;
  }
}
.check-styled-box.check-styled input[type=checkbox] + label::before,
.check-styled-box.check-styled input[type=radio] + label::before {
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  line-height: 24px;
  border-radius: 0%;
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .check-styled-box.check-styled input[type=checkbox] + label::before,
  .check-styled-box.check-styled input[type=radio] + label::before {
    top: 12px;
  }
}
.check-styled-box.check-styled input[type=checkbox]:checked + label::before,
.check-styled-box.check-styled input[type=radio]:checked + label::before {
  color: #157e76;
}
.check-styled-box.check-styled input[type=checkbox]:checked + label,
.check-styled-box.check-styled input[type=radio]:checked + label {
  background: rgba(21, 126, 118, 0.1);
}
.check-styled-box.check-styled input[type=radio] + label::after {
  border-radius: 50%;
  background: #fff;
}
.check-styled-box.check-styled input[type=radio] + label::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin-top: 6px;
  margin-left: 0px;
  z-index: 1;
  content: "";
}
.check-styled-box.check-styled input[type=radio]:checked + label::before {
  background: #157e76;
}

.check-styled-box-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 768px) {
  .check-styled-box-list {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.check-styled-box-col {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .check-styled-box-col {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.check-styled-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.check-styled-box-content {
  font-size: 14px;
  font-weight: 400;
  padding-top: 32px;
  width: 100%;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 768px) {
  .check-styled-box-content {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .survey-popup-footer {
    margin-top: 16px;
  }
  .survey-popup-footer .discount-popup-buttons {
    width: 100%;
  }
  .survey-popup-footer .discount-popup-buttons .btn {
    width: 100%;
  }
  .survey-popup-footer .discount-popup-buttons .btn-red-reverse {
    order: 2;
  }
}

.survey-check-table table {
  width: 100%;
}
.survey-check-table table th {
  border-bottom: 1px solid #EDEDED;
  height: 62px;
  padding: 0 16px;
  font-size: 14px;
  text-align: center;
}
.survey-check-table table td {
  border-bottom: 1px solid #EDEDED;
  height: 88px;
  padding: 16px 8px;
  text-align: center;
  width: 20%;
}
.survey-check-table .check-styled-box.check-styled {
  min-height: 56px;
}
.survey-check-table .check-styled-box.check-styled input[type=checkbox] + label::after, .survey-check-table .check-styled-box.check-styled input[type=radio] + label::after {
  top: 16px;
}
.survey-check-table .check-styled-box.check-styled input[type=checkbox] + label::before, .survey-check-table .check-styled-box.check-styled input[type=radio] + label::before {
  top: 16px;
}
.survey-check-table .check-styled-box.check-styled input[type=checkbox] + label span, .survey-check-table .check-styled-box.check-styled input[type=radio] + label span {
  display: none;
}

@media (max-width: 768px) {
  .survey-check-table table {
    display: flex;
    flex-direction: column;
  }
  .survey-check-table table thead {
    display: none;
  }
  .survey-check-table table tbody {
    display: flex;
    flex-direction: column;
  }
  .survey-check-table table tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #EDEDED;
    padding: 12px;
    margin-bottom: 8px;
  }
  .survey-check-table table tbody tr td {
    width: 100%;
    text-align: center;
    display: flex;
    border: none;
    padding: 0;
    margin-bottom: 4px;
    height: auto;
  }
  .survey-check-table .survey-check-table-img {
    display: flex;
    justify-content: center;
    height: 32px;
    align-items: center;
  }
  .survey-check-table .survey-check-table-img img {
    max-height: 32px;
  }
  .survey-check-table .check-styled-box.check-styled {
    min-height: 40px;
  }
  .survey-check-table .check-styled-box.check-styled input[type=checkbox] + label, .survey-check-table .check-styled-box.check-styled input[type=radio] + label {
    padding: 8px 12px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .survey-check-table .check-styled-box.check-styled input[type=checkbox] + label::after, .survey-check-table .check-styled-box.check-styled input[type=radio] + label::after {
    top: 8px;
    left: unset;
    transform: none;
    right: 8px;
  }
  .survey-check-table .check-styled-box.check-styled input[type=checkbox] + label::before, .survey-check-table .check-styled-box.check-styled input[type=radio] + label::before {
    top: 8px;
    left: unset;
    transform: none;
    right: 14px;
  }
  .survey-check-table .check-styled-box.check-styled input[type=checkbox] + label span, .survey-check-table .check-styled-box.check-styled input[type=radio] + label span {
    display: block;
    text-align: left;
    font-size: 12px;
  }
}

/*# sourceMappingURL=survey.css.map */
