.form-control, .ais-SearchBox-input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .ais-SearchBox-input {
    transition: none;
  }
}
.form-control::-ms-expand, .ais-SearchBox-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .ais-SearchBox-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(241.75, 135.75, 139.99);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.form-control::-moz-placeholder, .ais-SearchBox-input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .ais-SearchBox-input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .ais-SearchBox-input:disabled, .form-control[readonly], [readonly].ais-SearchBox-input {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=date].ais-SearchBox-input,
input[type=time].form-control,
input[type=time].ais-SearchBox-input,
input[type=datetime-local].form-control,
input[type=datetime-local].ais-SearchBox-input,
input[type=month].form-control,
input[type=month].ais-SearchBox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, select.ais-SearchBox-input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, select.ais-SearchBox-input:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .il-search-sidebar .form-control-plaintext.ais-SearchBox-input, .form-control-plaintext.form-control-lg, .il-large-search-field .form-control-plaintext.ais-SearchBox-input {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .il-search-sidebar .ais-SearchBox-input {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg, .il-large-search-field .ais-SearchBox-input {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select[size].ais-SearchBox-input, select.form-control[multiple], select[multiple].ais-SearchBox-input {
  height: auto;
}

textarea.form-control, textarea.ais-SearchBox-input {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .ais-SearchBox-input:valid, .form-control.is-valid, .is-valid.ais-SearchBox-input {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .ais-SearchBox-input:valid:focus, .form-control.is-valid:focus, .is-valid.ais-SearchBox-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, .was-validated select.ais-SearchBox-input:valid, select.form-control.is-valid, select.is-valid.ais-SearchBox-input {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, .was-validated textarea.ais-SearchBox-input:valid, textarea.form-control.is-valid, textarea.is-valid.ais-SearchBox-input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .ais-RefinementList-label .custom-control-input:valid ~ .ais-RefinementList-labelText, .ais-RefinementList-label .was-validated .custom-control-input:valid ~ .ais-RefinementList-labelText, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid ~ .custom-control-label, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid ~ .ais-RefinementList-labelText, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid ~ .custom-control-label, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid ~ .ais-RefinementList-labelText, .custom-control-input.is-valid ~ .custom-control-label, .ais-RefinementList-label .custom-control-input.is-valid ~ .ais-RefinementList-labelText, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox ~ .custom-control-label, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox ~ .ais-RefinementList-labelText {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:valid ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:valid ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid ~ .ais-RefinementList-labelText::before, .custom-control-input.is-valid ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-valid ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox ~ .custom-control-label::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox ~ .ais-RefinementList-labelText::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:valid:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:valid:checked ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid:checked ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid:checked ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid:checked ~ .ais-RefinementList-labelText::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-valid:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox:checked ~ .custom-control-label::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:valid:focus ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:valid:focus ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid:focus ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid:focus ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid:focus ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid:focus ~ .ais-RefinementList-labelText::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-valid:focus ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox:focus ~ .custom-control-label::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox:focus ~ .ais-RefinementList-labelText::before {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:valid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:valid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:valid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:valid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-valid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .is-valid.ais-RefinementList-checkbox:focus:not(:checked) ~ .ais-RefinementList-labelText::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .ais-SearchBox-input:invalid, .form-control.is-invalid, .is-invalid.ais-SearchBox-input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .ais-SearchBox-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.ais-SearchBox-input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, .was-validated select.ais-SearchBox-input:invalid, select.form-control.is-invalid, select.is-invalid.ais-SearchBox-input {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, .was-validated textarea.ais-SearchBox-input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.ais-SearchBox-input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .ais-RefinementList-label .custom-control-input:invalid ~ .ais-RefinementList-labelText, .ais-RefinementList-label .was-validated .custom-control-input:invalid ~ .ais-RefinementList-labelText, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid ~ .custom-control-label, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid ~ .ais-RefinementList-labelText, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid ~ .custom-control-label, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid ~ .ais-RefinementList-labelText, .custom-control-input.is-invalid ~ .custom-control-label, .ais-RefinementList-label .custom-control-input.is-invalid ~ .ais-RefinementList-labelText, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox ~ .custom-control-label, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox ~ .ais-RefinementList-labelText {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:invalid ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:invalid ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid ~ .ais-RefinementList-labelText::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-invalid ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox ~ .custom-control-label::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox ~ .ais-RefinementList-labelText::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:invalid:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:invalid:checked ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid:checked ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid:checked ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid:checked ~ .ais-RefinementList-labelText::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-invalid:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox:checked ~ .custom-control-label::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:invalid:focus ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:invalid:focus ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid:focus ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid:focus ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid:focus ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid:focus ~ .ais-RefinementList-labelText::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-invalid:focus ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox:focus ~ .custom-control-label::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox:focus ~ .ais-RefinementList-labelText::before {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .custom-control-input:invalid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .ais-RefinementList-label .ais-RefinementList-checkbox:invalid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .was-validated .ais-RefinementList-checkbox:invalid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input.is-invalid:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .is-invalid.ais-RefinementList-checkbox:focus:not(:checked) ~ .ais-RefinementList-labelText::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .ais-SearchBox-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .form-inline .ais-RefinementList-label {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label, .form-inline .ais-RefinementList-label .ais-RefinementList-labelText, .ais-RefinementList-label .form-inline .ais-RefinementList-labelText {
    margin-bottom: 0;
  }
}

.btn, .ais-ClearRefinements,
.ais-GeoSearch-redo {
  display: inline-block;
  font-weight: 300;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .ais-ClearRefinements,
  .ais-GeoSearch-redo {
    transition: none;
  }
}
.btn:hover, .ais-ClearRefinements:hover,
.ais-GeoSearch-redo:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .ais-ClearRefinements:focus,
.ais-GeoSearch-redo:focus, .btn.focus, .focus.ais-ClearRefinements,
.focus.ais-GeoSearch-redo {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.btn.disabled, .disabled.ais-ClearRefinements,
.disabled.ais-GeoSearch-redo, .btn:disabled, .ais-ClearRefinements:disabled,
.ais-GeoSearch-redo:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .ais-ClearRefinements:not(:disabled):not(.disabled),
.ais-GeoSearch-redo:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.ais-ClearRefinements,
a.disabled.ais-GeoSearch-redo,
fieldset:disabled a.btn,
fieldset:disabled a.ais-ClearRefinements,
fieldset:disabled a.ais-GeoSearch-redo {
  pointer-events: none;
}

.btn-primary, .ais-ClearRefinements,
.ais-GeoSearch-redo {
  color: #fff;
  background-color: rgb(225, 25, 33);
  border-color: rgb(225, 25, 33);
}
.btn-primary:hover, .ais-ClearRefinements:hover,
.ais-GeoSearch-redo:hover {
  color: #fff;
  background-color: rgb(190.575, 21.175, 27.951);
  border-color: rgb(179.1, 19.9, 26.268);
}
.btn-primary:focus, .ais-ClearRefinements:focus,
.ais-GeoSearch-redo:focus, .btn-primary.focus, .focus.ais-ClearRefinements,
.focus.ais-GeoSearch-redo {
  color: #fff;
  background-color: rgb(190.575, 21.175, 27.951);
  border-color: rgb(179.1, 19.9, 26.268);
  box-shadow: 0 0 0 0 rgba(229.5, 59.5, 66.3, 0.5);
}
.btn-primary.disabled, .disabled.ais-ClearRefinements,
.disabled.ais-GeoSearch-redo, .btn-primary:disabled, .ais-ClearRefinements:disabled,
.ais-GeoSearch-redo:disabled {
  color: #fff;
  background-color: rgb(225, 25, 33);
  border-color: rgb(225, 25, 33);
}
.btn-primary:not(:disabled):not(.disabled):active, .ais-ClearRefinements:not(:disabled):not(.disabled):active,
.ais-GeoSearch-redo:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .ais-ClearRefinements:not(:disabled):not(.disabled).active,
.ais-GeoSearch-redo:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.ais-ClearRefinements,
.show > .dropdown-toggle.ais-GeoSearch-redo {
  color: #fff;
  background-color: rgb(179.1, 19.9, 26.268);
  border-color: rgb(167.625, 18.625, 24.585);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .ais-ClearRefinements:not(:disabled):not(.disabled):active:focus,
.ais-GeoSearch-redo:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .ais-ClearRefinements:not(:disabled):not(.disabled).active:focus,
.ais-GeoSearch-redo:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.ais-ClearRefinements:focus,
.show > .dropdown-toggle.ais-GeoSearch-redo:focus {
  box-shadow: 0 0 0 0 rgba(229.5, 59.5, 66.3, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0 rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0 rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(15.9425675676, 17.875, 19.8074324324);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(15.9425675676, 17.875, 19.8074324324);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
  box-shadow: 0 0 0 0 rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-color: rgb(4.5709459459, 5.125, 5.6790540541);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66.3, 69.7, 73.1, 0.5);
}

.btn-outline-primary {
  color: rgb(225, 25, 33);
  border-color: rgb(225, 25, 33);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: rgb(225, 25, 33);
  border-color: rgb(225, 25, 33);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(225, 25, 33);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(225, 25, 33);
  border-color: rgb(225, 25, 33);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

.btn-link {
  font-weight: 300;
  color: rgb(225, 25, 33);
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(156.15, 17.35, 22.902);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .ais-ClearRefinements,
.ais-GeoSearch-redo {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.badge, .ais-RefinementList-count, .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge, .ais-RefinementList-count, .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
    transition: none;
  }
}
a.badge:hover, a.ais-RefinementList-count:hover, .ais-CurrentRefinements .ais-CurrentRefinements-item a.ais-CurrentRefinements-category:hover, a.badge:focus, a.ais-RefinementList-count:focus, .ais-CurrentRefinements .ais-CurrentRefinements-item a.ais-CurrentRefinements-category:focus {
  text-decoration: none;
}

.badge:empty, .ais-RefinementList-count:empty, .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category:empty {
  display: none;
}

.btn .badge, .btn .ais-RefinementList-count, .btn .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category, .ais-CurrentRefinements .ais-CurrentRefinements-item .btn .ais-CurrentRefinements-category, .ais-ClearRefinements .badge, .ais-ClearRefinements .ais-RefinementList-count, .ais-ClearRefinements .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category, .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-ClearRefinements .ais-CurrentRefinements-category,
.ais-GeoSearch-redo .badge,
.ais-GeoSearch-redo .ais-RefinementList-count,
.ais-GeoSearch-redo .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category,
.ais-CurrentRefinements .ais-CurrentRefinements-item .ais-GeoSearch-redo .ais-CurrentRefinements-category {
  position: relative;
  top: -1px;
}

.badge-pill, .ais-RefinementList-count, .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary, .ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  color: #fff;
  background-color: rgb(225, 25, 33);
}
a.badge-primary:hover, .ais-CurrentRefinements .ais-CurrentRefinements-item a.ais-CurrentRefinements-category:hover, a.badge-primary:focus, .ais-CurrentRefinements .ais-CurrentRefinements-item a.ais-CurrentRefinements-category:focus {
  color: #fff;
  background-color: rgb(179.1, 19.9, 26.268);
}
a.badge-primary:focus, .ais-CurrentRefinements .ais-CurrentRefinements-item a.ais-CurrentRefinements-category:focus, a.badge-primary.focus, .ais-CurrentRefinements .ais-CurrentRefinements-item a.focus.ais-CurrentRefinements-category {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #212529;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

.pagination, .ais-Pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link, .ais-Pagination .ais-Pagination-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(225, 25, 33);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover, .ais-Pagination .ais-Pagination-link:hover {
  z-index: 2;
  color: rgb(156.15, 17.35, 22.902);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus, .ais-Pagination .ais-Pagination-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.25);
}

.page-item:first-child .page-link, .page-item:first-child .ais-Pagination .ais-Pagination-link, .ais-Pagination .page-item:first-child .ais-Pagination-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .page-item:last-child .ais-Pagination .ais-Pagination-link, .ais-Pagination .page-item:last-child .ais-Pagination-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .ais-Pagination .ais-Pagination-link, .ais-Pagination .page-item.active .ais-Pagination-link {
  z-index: 3;
  color: #fff;
  background-color: rgb(225, 25, 33);
  border-color: rgb(225, 25, 33);
}
.page-item.disabled .page-link, .page-item.disabled .ais-Pagination .ais-Pagination-link, .ais-Pagination .page-item.disabled .ais-Pagination-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link, .pagination-lg .ais-Pagination .ais-Pagination-link, .ais-Pagination .pagination-lg .ais-Pagination-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .ais-Pagination .ais-Pagination-link, .ais-Pagination .pagination-lg .page-item:first-child .ais-Pagination-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .ais-Pagination .ais-Pagination-link, .ais-Pagination .pagination-lg .page-item:last-child .ais-Pagination-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm .ais-Pagination .ais-Pagination-link, .ais-Pagination .pagination-sm .ais-Pagination-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .ais-Pagination .ais-Pagination-link, .ais-Pagination .pagination-sm .page-item:first-child .ais-Pagination-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .ais-Pagination .ais-Pagination-link, .ais-Pagination .pagination-sm .page-item:last-child .ais-Pagination-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "acumin-pro-wide", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "acumin-pro-wide", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.custom-control, .ais-RefinementList-label {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.8rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input, .ais-RefinementList-label .ais-RefinementList-checkbox {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.3rem;
  height: 1.4rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::before {
  color: #fff;
  border-color: rgb(225, 25, 33);
  background-color: rgb(225, 25, 33);
}
.custom-control-input:focus ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input:focus ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .ais-RefinementList-checkbox:focus ~ .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-checkbox:focus ~ .ais-RefinementList-labelText::before {
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input:focus:not(:checked) ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .ais-RefinementList-checkbox:focus:not(:checked) ~ .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-checkbox:focus:not(:checked) ~ .ais-RefinementList-labelText::before {
  border-color: rgb(241.75, 135.75, 139.99);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input:not(:disabled):active ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .ais-RefinementList-checkbox:not(:disabled):active ~ .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-checkbox:not(:disabled):active ~ .ais-RefinementList-labelText::before {
  color: #fff;
  background-color: rgb(246.85, 181.65, 184.258);
  border-color: rgb(246.85, 181.65, 184.258);
}
.custom-control-input[disabled] ~ .custom-control-label, .ais-RefinementList-label .custom-control-input[disabled] ~ .ais-RefinementList-labelText, .ais-RefinementList-label [disabled].ais-RefinementList-checkbox ~ .custom-control-label, .ais-RefinementList-label [disabled].ais-RefinementList-checkbox ~ .ais-RefinementList-labelText, .custom-control-input:disabled ~ .custom-control-label, .ais-RefinementList-label .custom-control-input:disabled ~ .ais-RefinementList-labelText, .ais-RefinementList-label .ais-RefinementList-checkbox:disabled ~ .custom-control-label, .ais-RefinementList-label .ais-RefinementList-checkbox:disabled ~ .ais-RefinementList-labelText {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input[disabled] ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label [disabled].ais-RefinementList-checkbox ~ .custom-control-label::before, .ais-RefinementList-label [disabled].ais-RefinementList-checkbox ~ .ais-RefinementList-labelText::before, .custom-control-input:disabled ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input:disabled ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .ais-RefinementList-checkbox:disabled ~ .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-checkbox:disabled ~ .ais-RefinementList-labelText::before {
  background-color: #e9ecef;
}

.custom-control-label, .ais-RefinementList-label .ais-RefinementList-labelText {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-labelText::before {
  position: absolute;
  top: 0.1rem;
  left: -1.8rem;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after, .ais-RefinementList-label .ais-RefinementList-labelText::after {
  position: absolute;
  top: 0.1rem;
  left: -1.8rem;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-labelText::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .ais-RefinementList-label .custom-control-input:checked ~ .ais-RefinementList-labelText::after, .ais-RefinementList-label .custom-checkbox .custom-control-input:checked ~ .ais-RefinementList-labelText::after, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .custom-control-label::after, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::after, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:checked ~ .custom-control-label::after, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .ais-RefinementList-label .custom-control-input:indeterminate ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-checkbox .custom-control-input:indeterminate ~ .ais-RefinementList-labelText::before, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:indeterminate ~ .custom-control-label::before, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:indeterminate ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:indeterminate ~ .custom-control-label::before, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:indeterminate ~ .ais-RefinementList-labelText::before {
  border-color: rgb(225, 25, 33);
  background-color: rgb(225, 25, 33);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .ais-RefinementList-label .custom-control-input:indeterminate ~ .ais-RefinementList-labelText::after, .ais-RefinementList-label .custom-checkbox .custom-control-input:indeterminate ~ .ais-RefinementList-labelText::after, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:indeterminate ~ .custom-control-label::after, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:indeterminate ~ .ais-RefinementList-labelText::after, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:indeterminate ~ .custom-control-label::after, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:indeterminate ~ .ais-RefinementList-labelText::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .ais-RefinementList-label .custom-control-input:disabled:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-checkbox .custom-control-input:disabled:checked ~ .ais-RefinementList-labelText::before, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:checked ~ .custom-control-label::before, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:disabled:checked ~ .custom-control-label::before, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:disabled:checked ~ .ais-RefinementList-labelText::before {
  background-color: rgba(225, 25, 33, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .ais-RefinementList-label .custom-control-input:disabled:indeterminate ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-checkbox .custom-control-input:disabled:indeterminate ~ .ais-RefinementList-labelText::before, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:indeterminate ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:disabled:indeterminate ~ .custom-control-label::before, .ais-RefinementList-label .custom-checkbox .ais-RefinementList-checkbox:disabled:indeterminate ~ .ais-RefinementList-labelText::before {
  background-color: rgba(225, 25, 33, 0.5);
}

.custom-radio .custom-control-label::before, .custom-radio .ais-RefinementList-label .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-radio .ais-RefinementList-labelText::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .ais-RefinementList-label .custom-control-input:checked ~ .ais-RefinementList-labelText::after, .ais-RefinementList-label .custom-radio .custom-control-input:checked ~ .ais-RefinementList-labelText::after, .custom-radio .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .custom-control-label::after, .custom-radio .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::after, .ais-RefinementList-label .custom-radio .ais-RefinementList-checkbox:checked ~ .custom-control-label::after, .ais-RefinementList-label .custom-radio .ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .ais-RefinementList-label .custom-control-input:disabled:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-radio .custom-control-input:disabled:checked ~ .ais-RefinementList-labelText::before, .custom-radio .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:checked ~ .custom-control-label::before, .custom-radio .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .custom-radio .ais-RefinementList-checkbox:disabled:checked ~ .custom-control-label::before, .ais-RefinementList-label .custom-radio .ais-RefinementList-checkbox:disabled:checked ~ .ais-RefinementList-labelText::before {
  background-color: rgba(225, 25, 33, 0.5);
}

.custom-switch, .ais-RefinementList-label {
  padding-left: 2.775rem;
}
.custom-switch .custom-control-label::before, .ais-RefinementList-label .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-labelText::before {
  left: -2.775rem;
  width: 2.275rem;
  pointer-events: all;
  border-radius: 0.65rem;
}
.custom-switch .custom-control-label::after, .ais-RefinementList-label .custom-control-label::after, .ais-RefinementList-label .ais-RefinementList-labelText::after {
  top: calc(0.1rem + 2px);
  left: calc(-2.775rem + 2px);
  width: calc(1.3rem - 4px);
  height: calc(1.3rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.65rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after, .ais-RefinementList-label .custom-control-label::after, .ais-RefinementList-label .ais-RefinementList-labelText::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .ais-RefinementList-label .custom-control-input:checked ~ .custom-control-label::after, .ais-RefinementList-label .custom-control-input:checked ~ .ais-RefinementList-labelText::after, .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .custom-control-label::after, .ais-RefinementList-label .ais-RefinementList-checkbox:checked ~ .ais-RefinementList-labelText::after {
  background-color: #fff;
  transform: translateX(0.975rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input:disabled:checked ~ .custom-control-label::before, .ais-RefinementList-label .custom-control-input:disabled:checked ~ .ais-RefinementList-labelText::before, .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:checked ~ .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-checkbox:disabled:checked ~ .ais-RefinementList-labelText::before {
  background-color: rgba(225, 25, 33, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(241.75, 135.75, 139.99);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(241.75, 135.75, 139.99);
  box-shadow: 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(225, 25, 33, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(225, 25, 33);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(246.85, 181.65, 184.258);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(225, 25, 33);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(246.85, 181.65, 184.258);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: rgb(225, 25, 33);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(246.85, 181.65, 184.258);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-labelText::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .ais-RefinementList-label .ais-RefinementList-labelText::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #il-nav-hamburger {
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #il-nav-hamburger {
    bottom: calc(100% + 15px);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .il-header .navbar {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .il-header .w-svg-logo {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  .il-header .w-svg-logo {
    width: 300px;
    padding-left: 30px;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 768px) {
  .il-location-text {
    padding-right: 50px;
  }
}

.first-locations {
  order: -1;
}
.first-locations .il-pre-carousel-thumb {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .first-locations .il-search-result-info {
    background: radial-gradient(circle, #131313 0%, black 100%);
  }
  .first-locations .il-search-result-info .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.1);
    width: calc(100% - 20px) !important;
    margin-left: auto;
    margin-right: auto;
  }
  .first-locations .il-search-result-info .il-location-text {
    padding: 1.2rem 1.5rem !important;
  }
  .first-locations .il-search-result-info .il-location-text .il-sub-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 1.2rem;
    display: block;
  }
  .first-locations .il-search-result-info .il-location-text .location-name {
    font-size: 1.5rem;
    padding-bottom: 0.9rem;
    margin-bottom: 0 !important;
    position: relative;
    line-height: 0.9;
  }
  .first-locations .il-search-result-info .il-location-text .location-name:after {
    content: " ";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 50px;
    background: #fff;
  }
  .first-locations .il-search-result-info .il-location-text .location-city {
    font-size: 1.2rem;
  }
  .first-locations .il-search-result-info .il-location-text .btn, .first-locations .il-search-result-info .il-location-text .ais-ClearRefinements,
  .first-locations .il-search-result-info .il-location-text .ais-GeoSearch-redo {
    border-radius: 50px;
    font-size: 10px;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
  }
  .first-locations .il-search-result-info .il-location-text * {
    color: #fff;
  }
}

.il-feature-large-screen {
  height: 100%;
  position: relative;
}
.il-feature-large-screen .il-thumb-gallery-modal-trigger {
  bottom: 0 !important;
  right: 0 !important;
  top: auto !important;
  left: auto !important;
  min-width: 0 !important;
}
@media (min-width: 1345px) {
  .il-feature-large-screen {
    height: calc(16vw + 87px);
  }
}
@media (min-width: 768px) and (max-width: 1344.98px) {
  .il-feature-large-screen {
    height: 36vw !important;
  }
}
@media (min-width: 1345px) {
  .il-feature-large-screen .swiper-wrapper {
    height: calc(16vw + 87px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1344.98px) {
  .il-feature-large-screen .swiper-wrapper {
    height: 36vw !important;
  }
}
.il-feature-large-screen .il-featured-height-fix {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.il-feature-large-screen .il-location-carousel {
  height: 100%;
}
.il-feature-large-screen .il-location-carousel .swiper-slide:first-child,
.il-feature-large-screen .il-location-carousel .il-pre-carousel-thumb {
  background: transparent;
}
.il-feature-large-screen .il-location-carousel .swiper-wrapper {
  height: 100%;
}
.il-feature-large-screen .il-location-carousel .swiper-button-next,
.il-feature-large-screen .il-location-carousel .swiper-button-prev {
  bottom: 2px !important;
  width: 5.5rem;
  z-index: 20;
}
.il-feature-large-screen .il-location-carousel .swiper-button-next {
  padding-left: 1.5rem;
}
.il-feature-large-screen .il-location-carousel .swiper-button-prev {
  padding-right: 1.5rem;
  transition: ease opacity 0.5s;
}
.il-feature-large-screen .il-location-carousel.il-carousel.has-scrollbar .swiper-scrollbar {
  background: transparent !important;
  position: absolute !important;
  bottom: 10px;
}
.il-feature-large-screen .il-location-carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.il-feature-large-screen .il-location-carousel .il-info-content {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
  transition: linear all 0.2s;
}
@media (min-width: 1345px) {
  .il-feature-large-screen .il-location-carousel .il-info-content {
    width: calc(33.33% - 11px);
  }
}
@media (max-width: 1344.98px) {
  .il-feature-large-screen .il-location-carousel .il-info-content {
    width: 350px;
  }
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner {
  margin-top: -15px;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-title,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-city,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-sub-title {
  transition: linear all 0.15s;
  margin: 0;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-title,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-title a,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-city,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-city a,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-sub-title,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-sub-title a {
  color: #fff;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-sub-title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
  display: block;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-description {
  font-size: 14px;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-shadow: 0 0 10px #000;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-title {
  font-size: 2rem;
  font-weight: 400 !important;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 0.9;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-title::after {
  content: " ";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  width: 50px;
  background: #fff;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .il-city {
  margin-bottom: 0.5rem;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner p {
  color: #fff;
}
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .btn, .il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .ais-ClearRefinements,
.il-feature-large-screen .il-location-carousel .il-info-content .il-info-container-inner .ais-GeoSearch-redo {
  border-radius: 50px;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
}
.il-feature-large-screen .il-location-carousel.il-feature-scrolling .il-info-content {
  padding-left: 75px;
  padding-right: 40px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ais-Highlight-highlighted {
  font-style: normal;
  color: rgb(225, 25, 33);
}
.swiper-slide .ais-Highlight-highlighted {
  color: #fff;
  font-weight: bold;
}

.ais-GeoSearch,
.ais-GeoSearch-map {
  position: relative;
}

.ais-GeoSearch-control {
  position: absolute;
  top: 0.8rem;
  left: 3.75rem;
  z-index: 10;
}

.ais-GeoSearch-label {
  display: block;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.2s ease-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
}

.il-map-popover {
  opacity: 0;
  position: absolute;
  left: 52.5%;
  transform: translateX(-52.5%);
  background: #343a40;
}
.il-map-popover:hover {
  opacity: 1;
}
.il-map-popover * {
  color: #fff;
}
.il-map-popover .arrow {
  left: 50%;
  transform: translateX(-50%);
}
.il-map-popover .popover-body {
  padding: 0.1rem 0.5rem;
  white-space: nowrap;
  max-width: 100px;
}

.ais-SearchBox-form,
.il-large-search-field {
  position: relative;
}
.ais-SearchBox-form .ais-SearchBox-submit,
.ais-SearchBox-form .ais-SearchBox-reset,
.il-large-search-field .ais-SearchBox-submit,
.il-large-search-field .ais-SearchBox-reset {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
}
.ais-SearchBox-form .ais-SearchBox-submit svg,
.ais-SearchBox-form .ais-SearchBox-reset svg,
.il-large-search-field .ais-SearchBox-submit svg,
.il-large-search-field .ais-SearchBox-reset svg {
  width: 1.2rem;
  margin-top: -0.2rem;
  height: auto;
}
.ais-SearchBox-form .ais-SearchBox-reset,
.il-large-search-field .ais-SearchBox-reset {
  right: 0;
}
.ais-SearchBox-form .ais-SearchBox-reset svg,
.il-large-search-field .ais-SearchBox-reset svg {
  width: 1rem;
}
.ais-RefinementList-searchBox .ais-SearchBox-form .ais-SearchBox-input,
.ais-RefinementList-searchBox .il-large-search-field .ais-SearchBox-input {
  padding-left: 2rem;
  border: none;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.ais-RefinementList-searchBox .ais-SearchBox-form .ais-SearchBox-submit,
.ais-RefinementList-searchBox .il-large-search-field .ais-SearchBox-submit {
  width: auto;
  padding: 0 0.5rem;
}
.ais-RefinementList-searchBox .ais-SearchBox-form .ais-SearchBox-submitIcon,
.ais-RefinementList-searchBox .il-large-search-field .ais-SearchBox-submitIcon {
  width: 0.9rem;
}

.il-large-search-field .ais-SearchBox-input {
  padding-left: 50px;
  font-size: 1.1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.065) !important;
  border: none;
}
.il-large-search-field .ais-SearchBox-input:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}
.il-search-sidebar .ais-SearchBox-input {
  padding-left: 50px;
}

.ais-CurrentRefinements .ais-CurrentRefinements-item {
  display: inline-block;
  margin-bottom: 1rem;
}
.ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  margin: 0 0.1rem;
}
.ais-CurrentRefinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category .ais-CurrentRefinements-delete {
  margin-left: 0.5rem;
}

.ais-Pagination .ais-Pagination-link.ais-Pagination-link--selected {
  background: rgb(225, 25, 33);
  color: #fff;
}

.ais-RefinementList-count {
  background: rgb(251.95, 227.55, 228.526);
  color: #000;
  font-weight: 400;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  line-height: 20px;
}

@media (min-width: 1345px) {
  .no-map .il-search-result:not(.il-feature) .swiper-wrapper {
    height: 16vw;
  }
}
@media (min-width: 992px) {
  .no-map .il-search-result:not(.il-feature) .swiper-wrapper {
    height: 16vw;
  }
}
@media (min-width: 1345px) {
  .il-search-result:not(.il-feature-large-screen) .swiper-wrapper,
  .il-search-result:not(.il-feature-large-screen) .il-pre-carousel-thumb {
    height: 16vw !important;
  }
}
.il-search-result {
  color: #000;
  text-decoration: none;
}
.il-search-result a {
  text-decoration: none;
}
.il-search-result .location-name {
  font-size: 1.2rem;
}
.il-search-result .il-thumb-gallery-modal-trigger {
  top: 0;
  right: 0;
}
.il-search-result .tags .ais-Highlight {
  font-size: 12px;
}
.il-search-result .tags .ais-Highlight .ais-Highlight-highlighted {
  font-style: normal;
}

.il-search-sidebar {
  max-width: 200px;
}

.il-map-container {
  padding: 0;
  top: 0;
  height: 100vh;
}

@media (max-width: 767.98px) {
  .il-search-options-container {
    white-space: nowrap;
    overflow: scroll;
    padding-bottom: 5px;
  }
}

/**
 * Image Search
 */

/*# sourceMappingURL=search-page.css.map*/