@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  font-size: 16px;
}

.using-mouse *:focus,
.using-mouse *:focus-visible {
  outline: none;
  box-shadow: none;
}

.using-keyboard *:focus,
.using-keyboard *:focus-visible,
.using-keyboard input[name=rating]:focus-visible + label,
.using-keyboard input:focus-visible + label::before,
.using-keyboard .slick-slide:focus-visible {
  outline: 2px solid blue;
  box-shadow: none;
}

.icheck-danger {
  position: relative;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.desktop-photo {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.mobile-photo {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin-bottom: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

button {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.accessibility-button {
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #000000;
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 20;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#accessibility-panel {
  position: fixed;
  bottom: 130px;
  right: 20px;
  background: #ffffff;
  border: 1px solid #999999;
  padding: 16px;
  border-radius: 8px;
  display: none;
  z-index: 20;
}
#accessibility-panel button {
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #000000;
  display: block;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 6px;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 1024px) {
  #accessibility-panel button {
    font-size: 1rem;
  }
}
#accessibility-panel > div {
  margin-top: 20px;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
}
@media (max-width: 1024px) {
  #accessibility-panel > div {
    font-size: 1rem;
  }
}

.accessibility-mode *::-moz-placeholder {
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Open Sans" !important;
  border-color: #ffffff !important;
}

.accessibility-mode,
.accessibility-mode *,
.accessibility-mode *::before,
.accessibility-mode *::after,
.accessibility-mode *::placeholder,
.accessibility-mode .select2-results__option--highlighted {
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Open Sans" !important;
  border-color: #ffffff !important;
}

.accessibility-mode .select2-results__option--highlighted {
  background-color: #fff !important;
  color: #000 !important;
  font-family: "Open Sans" !important;
  border-color: #ffffff !important;
  font-weight: 700;
}

.accessibility-mode input:-webkit-autofill,
.accessibility-mode input:-webkit-autofill:hover,
.accessibility-mode input:-webkit-autofill:focus,
.accessibility-mode input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #000000 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.accessibility-mode i::before,
.accessibility-mode button::after,
.accessibility-mode .select2-selection__arrow::after,
.accessibility-mode .date::after {
  font-family: "Font Awesome 6 Free" !important;
  color: #ffffff !important;
}

.accessibility-mode a,
.accessibility-mode button {
  text-decoration: underline !important;
  text-underline-offset: 8px !important;
  text-decoration-thickness: 2px !important;
}

.age-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 999;
  display: none;
  padding-top: 100px;
}
.age-popup .age-popup-content {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  max-width: 500px;
  margin: 0 20px;
}
.age-popup .age-popup-content > h2 {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .age-popup .age-popup-content > h2 {
    font-size: 1rem;
  }
}
.age-popup .age-popup-content > p {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .age-popup .age-popup-content > p {
    font-size: 0.75rem;
  }
}
.age-popup .age-popup-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
}
.age-popup .age-popup-content > div button {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .age-popup .age-popup-content > div button {
    font-size: 0.75rem;
  }
}
.age-popup .age-popup-content > div button:hover {
  opacity: 0.75;
}
.age-popup .age-popup-content #age-confirm {
  background: #034021;
  color: #ffffff;
}
.age-popup .age-popup-content #age-deny {
  background: #b20000;
  color: #ffffff;
}

#floatingCc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000000;
}
#floatingCc i {
  font-size: 32px;
  color: white;
}

.cc-popup {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 30;
}
.cc-popup .cc-content {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.cc-popup .cc-content > h3 {
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cc-popup .cc-content > h3 {
    font-size: 1.25rem;
  }
}
.cc-popup .cc-content > p {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 1024px) {
  .cc-popup .cc-content > p {
    font-size: 1rem;
  }
}
.cc-popup .cc-content > p a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cc-popup .cc-content > p a:hover {
  color: #999999;
}
.cc-popup .cc-content #cc-checkboxes {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger input {
  border: none;
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger label {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .cc-popup .cc-content #cc-checkboxes .radio.icheck-danger label {
    font-size: 0.75rem;
  }
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger label::before {
  border-radius: 4px !important;
  border-color: #000000;
  background-color: #ffffff;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger label a {
  color: #999999;
  text-decoration: none;
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger label a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger input:checked + label::before {
  background-color: #999999;
  border-width: 1px;
  border-color: #999999;
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger input:checked + label::after {
  top: 50%;
  left: 7.5px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.cc-popup .cc-content #cc-checkboxes .radio.icheck-danger input:hover + label::before {
  border-width: 1px;
  border-color: #999999;
}
.cc-popup .cc-content .cc-buttons {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cc-popup .cc-content .cc-buttons {
    font-size: 0.75rem;
  }
}
.cc-popup .cc-content .cc-buttons button {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  padding: 8px 18px;
  border-radius: 8px;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .cc-popup .cc-content .cc-buttons button {
    font-size: 0.75rem;
  }
}
.cc-popup .cc-content .cc-buttons button#accept-all {
  background-color: #008a00;
  border: 2px solid #008a00;
  color: #ffffff;
}
.cc-popup .cc-content .cc-buttons button#accept-all:hover {
  background-color: #ffffff;
  border: 2px solid #008a00;
  color: #008a00;
}
.cc-popup .cc-content .cc-buttons button#accept-necessary {
  background-color: #b30000;
  border: 2px solid #b30000;
  color: #ffffff;
}
.cc-popup .cc-content .cc-buttons button#accept-necessary:hover {
  background-color: #ffffff;
  border: 2px solid #b30000;
  color: #b30000;
}
.cc-popup .cc-content .cc-buttons button#customize, .cc-popup .cc-content .cc-buttons button#save-preferences {
  background-color: #757575;
  border: 2px solid #757575;
  color: #ffffff;
}
.cc-popup .cc-content .cc-buttons button#customize:hover, .cc-popup .cc-content .cc-buttons button#save-preferences:hover {
  background-color: #ffffff;
  border: 2px solid #757575;
  color: #757575;
}

.invalid-feedback,
.errMsgHolder {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 12px;
  line-height: 14px;
  color: #ed0004;
}
@media (max-width: 1024px) {
  .invalid-feedback,
  .errMsgHolder {
    font-size: 0.875rem;
  }
}

.form-control:valid,
.form-control:invalid {
  background-image: none !important;
}

.overlay {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 28;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.overlay.active {
  display: block;
}

#messagePanel {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 9999;
  padding: 80px 64px;
}
#messagePanel #messagePanelContainer {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 24px;
  border-radius: 12px;
  max-height: 100%;
}
#messagePanel #messagePanelContainer #messagePanelBodyTop h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: space-between;
}
#messagePanel #messagePanelContainer #messagePanelBodyTop h2 #messagePanelBodyTitle {
  font-family: "Open Sans";
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  #messagePanel #messagePanelContainer #messagePanelBodyTop h2 #messagePanelBodyTitle {
    font-size: 2rem;
  }
}
#messagePanel #messagePanelContainer #messagePanelBodyTop h2 #closeBtn {
  padding: 8px 10px !important;
  border-radius: 4px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5019607843);
  align-self: flex-start;
  display: flex;
}
#messagePanel #messagePanelContainer #messagePanelBodyTop h2 #closeBtn:hover {
  background-color: #ffffff;
}
#messagePanel #messagePanelContainer #messagePanelBodyTop h2 #closeBtn i {
  font-size: 24px;
}
#messagePanel #messagePanelContainer #messagePanelBodyContent {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
  padding: 24px 0px !important;
}
@media (max-width: 1024px) {
  #messagePanel #messagePanelContainer #messagePanelBodyContent {
    font-size: 0.75rem;
  }
}
#messagePanel #messagePanelContainer.ok {
  background-color: #e5ffd7;
  color: #333;
  border: 1px solid #065c06;
}
#messagePanel #messagePanelContainer.info {
  background-color: #cfe9f8;
  color: #333;
  border: 1px solid #0000cf;
}
#messagePanel #messagePanelContainer.warn {
  background-color: #f2b12f;
  color: #333;
}
#messagePanel #messagePanelContainer.err {
  background-color: #f3c2c2;
  color: #000000;
  border: 1px solid #8a1b1b;
}

.errMsgHolder {
  color: red;
  font-size: 12px;
  background-color: transparent;
  display: block;
  width: 100%;
}

#messagePanel #messagePanelContainer #messagePanelBody {
  display: block;
}

#messagePanel #messagePanelContainer #messagePanelBody #messagePanelBodyTop h2 {
  margin-top: 0;
}

#messagePanel #messagePanelContainer #messagePanelBody #messagePanelBodyTop {
  width: 100%;
  display: inline-block;
}

#messagePanel #messagePanelContainer #messagePanelBody #messagePanelBodyBottom {
  width: 100%;
  display: block;
}

.ended {
  text-align: center;
}
.ended h3 {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .ended h3 {
    font-size: 0.875rem;
  }
}
.ended p {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .ended p {
    font-size: 0.75rem;
  }
}

.select2-hidden-accessible {
  width: 0 !important;
}

.select2-container {
  max-width: 100%;
}

.select2-search__field {
  background-color: #ffffff !important;
  border-color: #999999 !important;
}
.select2-search__field:focus {
  border-color: #000000 !important;
}

.select2-dropdown {
  border-color: #999999;
  border-radius: 0;
}

.select2-results {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 1024px) {
  .select2-results {
    font-size: 0.75rem;
  }
}

.select2-results__option--highlighted {
  background-color: #f2f2f2 !important;
  color: #000000 !important;
}

.select2-selection__arrow {
  min-width: 0px !important;
  min-height: 0px !important;
  width: 0px !important;
  height: 0px !important;
  max-width: 0px !important;
  max-height: 0px !important;
  top: 0 !important;
  right: 24px !important;
}
.select2-selection__arrow::after {
  content: "\f078";
  font-family: "Font Awesome 6 free";
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0;
  color: #999999;
  font-weight: 900;
  font-size: 18px;
}
.select2-selection__arrow b {
  display: none;
}

.select2 .selection .select2-selection {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  background: transparent;
  padding: 0px 0px 11px 0px;
  border: none;
  border-radius: 0px;
  height: unset;
  border: none;
  border-bottom: 1px solid #999999;
}
@media (max-width: 1024px) {
  .select2 .selection .select2-selection {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .select2 .selection .select2-selection {
    padding: 0px 0px 12px 0px;
  }
}
.select2 .selection .select2-selection__rendered {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
  padding: 0;
}
@media (max-width: 1024px) {
  .select2 .selection .select2-selection__rendered {
    font-size: 0.875rem;
  }
}
.select2 .selection .select2-selection__rendered .select2-selection__placeholder {
  color: #757575;
}
.select2.select2-container--open .select2-selection__arrow::after {
  transform: rotate(180deg);
}
.select2 .select2 span {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #999999;
}
@media (max-width: 1024px) {
  .select2 .select2 span {
    font-size: 0.875rem;
  }
}
.select2 input {
  margin: 0;
  background: url("../images/assets/search.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.datepicker .datepicker-days thead {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 1024px) {
  .datepicker .datepicker-days thead {
    font-size: 0.75rem;
  }
}
.datepicker .datepicker-days tbody {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 1024px) {
  .datepicker .datepicker-days tbody {
    font-size: 0.75rem;
  }
}
.datepicker .datepicker-days tbody .disabled {
  color: #757575 !important;
}
.datepicker .datepicker-days tbody .active {
  background-image: unset !important;
  background-color: #757575 !important;
  color: #ffffff !important;
}
.datepicker .datepicker-days tbody .day:hover {
  background-color: #757575 !important;
  color: #ffffff !important;
}/*# sourceMappingURL=static.css.map */