.center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-uppercase {
  text-transform: uppercase !important; }

.primary-color {
  color: #f15a29; }

.primary-title {
  font-family: "DM Sans", sans-serif !important; }

.secondary-title {
  font-family: "DM Sans", sans-serif !important; }

.d-inline-flex {
  display: inline-flex !important; }

.align-items-center {
  align-items: center !important; }

.d-flex, .radio-group-squre-type,
.checkbox-group-squre-type, .range-labels, .search-box .search-input, .filter-select-box .select-input {
  display: flex !important; }

.text-primary, .search-box-with--filter .search-input .search-filter--active {
  color: #f15a29 !important; }

.d-block {
  display: block !important; }

.orange-faded-bg {
  background-color: rgba(255, 80, 41, 0.05); }

.justify-content-between {
  justify-content: space-between !important; }

.row, .form__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.align-items-center {
  align-items: center !important; }

.flex-column {
  flex-direction: column !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.d-inline-block {
  display: inline-block !important; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.justify-content-end {
  justify-content: flex-end !important; }

.choose-type {
  max-width: 13.8125rem; }

.select-box {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .select-box {
      margin-bottom: 2rem; } }

.theme-select {
  height: 2.125rem; }
  .theme-select .selectric {
    background-color: rgba(255, 80, 41, 0.1);
    border-color: transparent; }
    .theme-select .selectric .label {
      line-height: 2.125rem;
      height: 100%;
      font-size: 0.875rem;
      font-weight: bold;
      letter-spacing: 0.07312rem;
      color: #f15a29;
      margin: 0 25px 0 10px; }
    .theme-select .selectric .button {
      width: 25px;
      right: 0.25rem; }
      .theme-select .selectric .button::after {
        font-family: "icomoon";
        content: "\E900";
        border: none;
        position: relative;
        z-index: 1;
        font-size: 1.75rem;
        top: 1.0625rem;
        color: #f15a29; }

.form .form-text {
  max-width: 80%;
  line-height: 1.29; }
  @media (min-width: 768px) {
    .form .form-text {
      font-size: 0.7rem; } }

@media (min-width: 768px) {
  .form.form-two-col-web {
    display: flex;
    flex-wrap: wrap;
    max-width: 37.95rem;
    margin: 0 -1rem; }
    .form.form-two-col-web .form__group,
    .form.form-two-col-web .form__row {
      width: 50%;
      padding-left: 1rem;
      padding-right: 1rem; }
    .form.form-two-col-web .full-width {
      width: 100% !important; }
    .form.form-two-col-web .form__action__btns {
      margin-top: -0.5rem !important;
      display: flex;
      padding: 0 1rem;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .form.form-two-col-web .form__action__btns.no-reverse {
        flex-direction: row !important; }
      .form.form-two-col-web .form__action__btns .form-text {
        width: 45%;
        margin: 0; }
      .form.form-two-col-web .form__action__btns > div {
        width: 50%; }
      .form.form-two-col-web .form__action__btns .form__submit-btn {
        height: 48px;
        border-radius: 8px;
        margin-top: 0.25rem; } }

.form__row {
  margin: 0 -0.375rem; }
  .form__row .form__group {
    width: 50%;
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important; }

.form__group {
  position: relative;
  padding: 0.9375rem 0 0;
  margin-bottom: 1.75rem; }
  .form__group.col {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important; }
  .form__group.input-with-select {
    display: flex;
    width: 100%; }
    .form__group.input-with-select .selectric-form__field, .form__group.input-with-select select {
      position: absolute;
      width: 6.25rem;
      height: 2.375rem;
      right: 0;
      top: 0.9375rem;
      border-bottom: none; }
      @media (min-width: 768px) {
        .form__group.input-with-select .selectric-form__field, .form__group.input-with-select select {
          right: 1rem;
          top: 0.75rem; } }
      .form__group.input-with-select .selectric-form__field::before, .form__group.input-with-select select::before {
        position: relative;
        border-left: 1px solid #1d1a12; }
      .form__group.input-with-select .selectric-form__field .selectric .button, .form__group.input-with-select select .selectric .button {
        top: -0.25rem; }
    .form__group.input-with-select .input-wrapper {
      width: 100%; }
  .form__group.with-clear-btn {
    position: relative; }
    .form__group.with-clear-btn input[type="text"],
    .form__group.with-clear-btn textarea {
      padding-right: 3.125rem;
      height: auto;
      min-height: 5rem; }
      @media (min-width: 768px) {
        .form__group.with-clear-btn input[type="text"],
        .form__group.with-clear-btn textarea {
          min-height: 4rem; } }
      .form__group.with-clear-btn input[type="text"]::-webkit-scrollbar,
      .form__group.with-clear-btn textarea::-webkit-scrollbar {
        display: none; }
    .form__group.with-clear-btn .btn-clear {
      position: absolute;
      right: 0;
      top: 1.5625rem;
      padding-right: 0; }
      @media (min-width: 768px) {
        .form__group.with-clear-btn .btn-clear {
          top: 18%;
          right: 0.9rem; } }
  .form__group.is-fileupload {
    padding-top: 0; }
    @media (min-width: 768px) {
      .form__group.is-fileupload {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .form__group.is-fileupload .bb-file-upload {
          margin-bottom: 0;
          text-align: right; } }
    .form__group.is-fileupload .form__field,
    .form__group.is-fileupload .form__label {
      display: none; }
    .form__group.is-fileupload .btn-clear {
      display: none; }
  .form__group.has-file-selected .bb-file-upload {
    margin-top: 1.5rem; }
    @media (min-width: 768px) {
      .form__group.has-file-selected .bb-file-upload {
        margin-top: 0.4rem;
        margin-bottom: 0; } }
  .form__group.has-file-selected .btn-clear {
    display: block;
    top: 0.8125rem;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .form__group.has-file-selected .btn-clear {
        right: 0.8rem;
        top: 0.65rem; } }

.selectric-form__field {
  padding-bottom: 0; }
  .selectric-form__field .selectric {
    background-color: transparent;
    border: none; }
    .selectric-form__field .selectric .label {
      font-size: 1.125rem;
      margin-left: 0;
      line-height: 1.5625rem; }
      @media (min-width: 768px) {
        .selectric-form__field .selectric .label {
          font-size: 0.9rem; } }
    .selectric-form__field .selectric .button {
      width: 25px;
      right: 0.25rem;
      top: -0.1875rem; }
      .selectric-form__field .selectric .button::after {
        font-family: "icomoon";
        content: "\E900";
        border: none;
        position: relative;
        z-index: 0;
        font-size: 1.75rem;
        top: 1.0625rem;
        color: #1d1a12; }
        @media (min-width: 768px) {
          .selectric-form__field .selectric .button::after {
            font-size: 1.75rem;
            top: 1.15rem; } }
  .selectric-form__field--theme {
    border-bottom: none !important; }
    .selectric-form__field--theme .selectric .label {
      text-transform: uppercase !important;
      font-size: 0.875rem;
      font-weight: bold;
      color: #f15a29 !important; }
    .selectric-form__field--theme .selectric .button {
      right: 1rem;
      top: -0.3125rem; }
      .selectric-form__field--theme .selectric .button::after {
        color: #f15a29; }

.form__field,
.selectric-form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 1.125rem;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  color: #1d1a12;
  height: 2.4375rem; }
  @media (min-width: 768px) {
    .form__field,
    .selectric-form__field {
      font-size: 0.9rem;
      height: 2.05rem; } }

.form__field::placeholder {
  color: transparent; }

.form__field.autocomplete-field {
  padding-top: 0; }
  .form__field.autocomplete-field::placeholder {
    color: #1d1a12 !important; }

.form__field.normal-placeholder::placeholder {
  color: #1d1a12 !important; }

.form__field:placeholder-shown ~ .form__label {
  font-size: 1rem;
  cursor: text;
  top: 1.5625rem; }
  @media (min-width: 768px) {
    .form__field:placeholder-shown ~ .form__label {
      font-size: 0.7rem;
      top: 1.25rem; } }
  @media (min-width: 1024px) {
    .form__field:placeholder-shown ~ .form__label {
      font-size: 0.8rem;
      top: 1.25rem; } }

.form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 0.875rem;
  color: #1d1a12;
  line-height: 1.29;
  opacity: 0.6; }
  @media (min-width: 768px) {
    .form__label,
    .form__field:focus ~ .form__label {
      font-size: 0.6rem; } }
  @media (min-width: 1024px) {
    .form__label,
    .form__field:focus ~ .form__label {
      font-size: 0.7rem; } }

.form__label__normal {
  display: block;
  transition: 0.2s;
  font-size: 0.625rem;
  color: #1d1a12;
  line-height: 1.29;
  opacity: 0.6;
  margin-bottom: 0.4375rem; }
  @media (min-width: 768px) {
    .form__label__normal {
      font-size: 0.625rem;
      margin-bottom: 0.2rem; } }

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #f15a29; }

.form__submit-btn {
  margin-top: 3rem;
  margin-bottom: 0.5rem; }

.radio-group-squre-type,
.checkbox-group-squre-type {
  flex-wrap: wrap; }
  .radio-group-squre-type.\--large .radio .radio-squre,
  .radio-group-squre-type.\--large .radio .checkbox-squre,
  .radio-group-squre-type.\--large .checkbox .radio-squre,
  .radio-group-squre-type.\--large .checkbox .checkbox-squre,
  .checkbox-group-squre-type.\--large .radio .radio-squre,
  .checkbox-group-squre-type.\--large .radio .checkbox-squre,
  .checkbox-group-squre-type.\--large .checkbox .radio-squre,
  .checkbox-group-squre-type.\--large .checkbox .checkbox-squre {
    padding: 0 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .radio-group-squre-type.\--large .radio .radio-squre,
      .radio-group-squre-type.\--large .radio .checkbox-squre,
      .radio-group-squre-type.\--large .checkbox .radio-squre,
      .radio-group-squre-type.\--large .checkbox .checkbox-squre,
      .checkbox-group-squre-type.\--large .radio .radio-squre,
      .checkbox-group-squre-type.\--large .radio .checkbox-squre,
      .checkbox-group-squre-type.\--large .checkbox .radio-squre,
      .checkbox-group-squre-type.\--large .checkbox .checkbox-squre {
        font-size: 0.7rem;
        margin-right: 0.3rem;
        margin-bottom: 0.6rem;
        padding: 0 0.6rem; } }
  .radio-group-squre-type .radio,
  .radio-group-squre-type .checkbox,
  .checkbox-group-squre-type .radio,
  .checkbox-group-squre-type .checkbox {
    position: relative; }
    .radio-group-squre-type .radio input[type="radio"],
    .radio-group-squre-type .radio input[type="checkbox"],
    .radio-group-squre-type .checkbox input[type="radio"],
    .radio-group-squre-type .checkbox input[type="checkbox"],
    .checkbox-group-squre-type .radio input[type="radio"],
    .checkbox-group-squre-type .radio input[type="checkbox"],
    .checkbox-group-squre-type .checkbox input[type="radio"],
    .checkbox-group-squre-type .checkbox input[type="checkbox"] {
      opacity: 0;
      position: absolute; }
    .radio-group-squre-type .radio input[type="radio"]:checked ~ .radio-squre,
    .radio-group-squre-type .radio input[type="checkbox"]:checked ~ .checkbox-squre,
    .radio-group-squre-type .checkbox input[type="radio"]:checked ~ .radio-squre,
    .radio-group-squre-type .checkbox input[type="checkbox"]:checked ~ .checkbox-squre,
    .checkbox-group-squre-type .radio input[type="radio"]:checked ~ .radio-squre,
    .checkbox-group-squre-type .radio input[type="checkbox"]:checked ~ .checkbox-squre,
    .checkbox-group-squre-type .checkbox input[type="radio"]:checked ~ .radio-squre,
    .checkbox-group-squre-type .checkbox input[type="checkbox"]:checked ~ .checkbox-squre {
      opacity: 1;
      border: solid 0.09375rem #1d1a12; }
    .radio-group-squre-type .radio .radio-squre,
    .radio-group-squre-type .radio .checkbox-squre,
    .radio-group-squre-type .checkbox .radio-squre,
    .radio-group-squre-type .checkbox .checkbox-squre,
    .checkbox-group-squre-type .radio .radio-squre,
    .checkbox-group-squre-type .radio .checkbox-squre,
    .checkbox-group-squre-type .checkbox .radio-squre,
    .checkbox-group-squre-type .checkbox .checkbox-squre {
      min-width: 2.125rem;
      min-height: 2.125rem;
      border: solid 0.09375rem rgba(29, 26, 18, 0.2);
      color: #1d1a12;
      opacity: 0.6;
      margin-right: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .radio-group-squre-type .radio .radio-squre,
        .radio-group-squre-type .radio .checkbox-squre,
        .radio-group-squre-type .checkbox .radio-squre,
        .radio-group-squre-type .checkbox .checkbox-squre,
        .checkbox-group-squre-type .radio .radio-squre,
        .checkbox-group-squre-type .radio .checkbox-squre,
        .checkbox-group-squre-type .checkbox .radio-squre,
        .checkbox-group-squre-type .checkbox .checkbox-squre {
          min-width: 1.7rem;
          min-height: 1.7rem;
          margin-right: 0.8rem;
          font-size: 0.9rem; } }

.checkbox-list .checkbox,
.checkbox-list .radio,
.radio-list .checkbox,
.radio-list .radio {
  position: relative;
  margin-bottom: 1rem;
  min-height: 1.5rem; }
  .checkbox-list .checkbox input[type="checkbox"],
  .checkbox-list .checkbox input[type="radio"],
  .checkbox-list .radio input[type="checkbox"],
  .checkbox-list .radio input[type="radio"],
  .radio-list .checkbox input[type="checkbox"],
  .radio-list .checkbox input[type="radio"],
  .radio-list .radio input[type="checkbox"],
  .radio-list .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .checkbox-list .checkbox input[type="checkbox"]:checked ~ label::after,
    .checkbox-list .checkbox input[type="radio"]:checked ~ label::after,
    .checkbox-list .radio input[type="checkbox"]:checked ~ label::after,
    .checkbox-list .radio input[type="radio"]:checked ~ label::after,
    .radio-list .checkbox input[type="checkbox"]:checked ~ label::after,
    .radio-list .checkbox input[type="radio"]:checked ~ label::after,
    .radio-list .radio input[type="checkbox"]:checked ~ label::after,
    .radio-list .radio input[type="radio"]:checked ~ label::after {
      opacity: 0;
      color: #000; }
    .checkbox-list .checkbox input[type="checkbox"]:checked ~ label::before,
    .checkbox-list .checkbox input[type="radio"]:checked ~ label::before,
    .checkbox-list .radio input[type="checkbox"]:checked ~ label::before,
    .checkbox-list .radio input[type="radio"]:checked ~ label::before,
    .radio-list .checkbox input[type="checkbox"]:checked ~ label::before,
    .radio-list .checkbox input[type="radio"]:checked ~ label::before,
    .radio-list .radio input[type="checkbox"]:checked ~ label::before,
    .radio-list .radio input[type="radio"]:checked ~ label::before {
      transform: scale(1);
      transition: all 0.2s ease; }
  .checkbox-list .checkbox label,
  .checkbox-list .radio label,
  .radio-list .checkbox label,
  .radio-list .radio label {
    position: relative;
    width: 100%;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .checkbox-list .checkbox label,
      .checkbox-list .radio label,
      .radio-list .checkbox label,
      .radio-list .radio label {
        font-size: 0.9rem; } }
    .checkbox-list .checkbox label::after,
    .checkbox-list .radio label::after,
    .radio-list .checkbox label::after,
    .radio-list .radio label::after {
      width: 1.125rem;
      height: 1.125rem;
      border: solid 1.1px #1d1a12;
      content: "";
      display: inline-block;
      position: absolute;
      right: 0;
      transition: none; }
      @media (min-width: 768px) {
        .checkbox-list .checkbox label::after,
        .checkbox-list .radio label::after,
        .radio-list .checkbox label::after,
        .radio-list .radio label::after {
          width: 0.9rem;
          height: 0.9rem; } }
    .checkbox-list .checkbox label::before,
    .checkbox-list .radio label::before,
    .radio-list .checkbox label::before,
    .radio-list .radio label::before {
      font-family: "icomoon";
      content: "\E950";
      position: absolute;
      top: -3px;
      right: -4px;
      font-size: 26px;
      color: #f15a29;
      transform: scale(0);
      transition: none; }

.is-error-field {
  border-color: red; }

.form__label.is-error-field,
.form__field:focus ~ .form__label.is-error-field {
  color: red !important; }

.range {
  position: relative;
  height: 0.3125rem;
  background: none !important;
  margin: 0 auto;
  width: 93%; }
  @media (min-width: 768px) {
    .range {
      width: 91%; } }
  @media (min-width: 1024px) {
    .range {
      width: 89%; } }

.range input {
  width: 100%;
  position: absolute;
  top: 0.125rem;
  height: 0;
  z-index: 1;
  -webkit-appearance: none; }
  .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 2.25rem;
    height: 2.25rem;
    margin: -1rem 0 0;
    border-radius: 50%;
    background-image: url("https://d2d4xyu1zrrrws.cloudfront.net/website/web-ui/assets/images/svg/ic_slider.svg");
    background-color: #f15a29;
    background-size: cover;
    cursor: pointer;
    border: 0 !important;
    z-index: 999; }
  .range input::-moz-range-thumb {
    width: 2.25rem;
    height: 2.25rem;
    margin: -1rem 0 0;
    border-radius: 50%;
    background-image: url("https://d2d4xyu1zrrrws.cloudfront.net/website/web-ui/assets/images/svg/ic_slider.svg");
    background-color: #f15a29;
    background-size: cover;
    cursor: pointer;
    border: 0 !important;
    z-index: 999; }
  .range input::-ms-thumb {
    width: 2.25rem;
    height: 2.25rem;
    margin: -1rem 0 0;
    border-radius: 50%;
    background-image: url("https://d2d4xyu1zrrrws.cloudfront.net/website/web-ui/assets/images/svg/ic_slider.svg");
    background-color: #f15a29;
    background-size: cover;
    cursor: pointer;
    border: 0 !important;
    z-index: 999; }
  .range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent; }
  .range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent; }
  .range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent; }
  .range input:focus {
    background: none;
    outline: none; }
  .range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }

.range-labels {
  margin: 0 0 1.75rem 0;
  padding: 0;
  list-style: none; }
  .range-labels li {
    position: relative;
    float: left;
    width: calc(100% / 6);
    text-align: center;
    font-size: 12px !important;
    cursor: pointer;
    color: rgba(29, 26, 18, 0.6); }
    .range-labels li::before {
      position: absolute;
      bottom: -2rem;
      right: 0;
      left: 0;
      content: '';
      margin: 0 auto;
      width: 0.4375rem;
      height: 0.25rem;
      transform: rotate(90deg);
      background-color: #f15a29; }
    .range-labels li:not(:last-child)::after {
      position: absolute;
      bottom: -1.9375rem;
      right: 0;
      left: 50%;
      content: '';
      margin: 0 auto;
      width: 100%;
      height: 0.125rem;
      background-color: rgba(255, 80, 41, 0.2);
      transform: unset; }
  .range-labels .active {
    color: #1d1a12;
    font-weight: bold; }
  .range-labels .selected::before {
    background: #f15a29; }

.search-box {
  margin-bottom: 2rem; }
  .search-box .search-input {
    position: relative; }
    @media (min-width: 1200px) {
      .search-box .search-input {
        margin: 4rem auto 2rem;
        width: 66.5%; } }
    .search-box .search-input [type='search'],
    .search-box .search-input .form-control {
      padding-left: 2.125rem;
      padding-right: 2.5rem;
      border-top: none;
      border-right: none;
      border-left: none;
      border-radius: 0;
      outline: none;
      box-shadow: none;
      font-size: 0.875rem;
      line-height: 1.29;
      color: #1d1a12;
      border-color: rgba(29, 26, 18, 0.2);
      padding-bottom: 0.5rem;
      background-color: transparent; }
      .search-box .search-input [type='search']:focus,
      .search-box .search-input .form-control:focus {
        border-bottom: 2px solid #f15a29; }
      @media (min-width: 1200px) {
        .search-box .search-input [type='search'],
        .search-box .search-input .form-control {
          padding-bottom: 0.7rem; } }
    .search-box .search-input .search-icon {
      position: absolute;
      width: 1.875rem;
      height: 1.875rem;
      font-size: 1.875rem;
      top: 0.125rem;
      opacity: 0.4;
      left: -0.375rem; }
      @media (min-width: 1200px) {
        .search-box .search-input .search-icon {
          width: 1.5rem;
          height: 1.5rem;
          font-size: 1.7rem;
          left: -0.3rem;
          top: 0.1rem; } }
    .search-box .search-input .clear-search {
      position: absolute;
      top: 0;
      right: 2.5rem;
      width: 1.875rem;
      height: 1.875rem;
      font-size: 1.4375rem;
      border: none;
      box-shadow: none;
      padding: 0;
      background-color: transparent;
      outline: none;
      font-weight: normal;
      opacity: 0;
      visibility: hidden; }
      .search-box .search-input .clear-search.show {
        opacity: 1;
        visibility: visible; }
      @media (min-width: 1200px) {
        .search-box .search-input .clear-search {
          font-size: 1.4rem; } }
      .search-box .search-input .clear-search .search-clear__icon {
        height: 100%; }
    .search-box .search-input .bb-autocomplete-list {
      top: 100%;
      width: 100%;
      position: absolute;
      z-index: 55; }
  .search-box-with--filter .search-input [type='search'],
  .search-box-with--filter .search-input .form-control {
    padding-right: 4.5625rem; }
  .search-box-with--filter .search-input .search-filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.875rem;
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    outline: none; }
    @media (min-width: 1200px) {
      .search-box-with--filter .search-input .search-filter {
        font-size: 1.7rem; } }
    .search-box-with--filter .search-input .search-filter:hover {
      color: #f15a29; }
    .search-box-with--filter .search-input .search-filter::before {
      position: absolute;
      height: 75%;
      width: 0.0625rem;
      border-left: solid 1px rgba(29, 26, 18, 0.2);
      content: '';
      left: -0.3125rem;
      top: 0.1875rem; }
    .search-box-with--filter .search-input .search-filter .search-filter__icon {
      height: 100%; }

.filter-select-box {
  margin-bottom: 2rem; }
  .filter-select-box .small {
    opacity: 0.6;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .filter-select-box .small {
        font-size: 1rem; } }
  @media (min-width: 768px) {
    .filter-select-box .filter_btn {
      height: 70% !important; } }
  @media (min-width: 768px) {
    .filter-select-box .filter_btn__icon span {
      font-size: 1rem; } }
  .filter-select-box .selectric-form__field {
    padding: 0.25rem 0 0.6875rem; }
    @media (min-width: 768px) {
      .filter-select-box .selectric-form__field {
        padding: 0.2rem 0 0.55rem; } }
  .filter-select-box .select-input {
    position: relative; }
    .filter-select-box .select-input select {
      padding-left: 2.125rem;
      border-top: none;
      border-right: none;
      border-left: none;
      border-radius: 0;
      outline: none;
      box-shadow: none;
      font-size: 0.875rem;
      line-height: 1.29;
      color: #1d1a12;
      border-color: rgba(29, 26, 18, 0.2);
      padding-bottom: 0.5rem; }
    .filter-select-box .select-input .selectric .label {
      margin-right: 4.75rem;
      color: #1d1a12;
      font-size: 1.125rem;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
      @media (min-width: 768px) {
        .filter-select-box .select-input .selectric .label {
          font-size: 0.9rem; } }
    .filter-select-box .select-input .selectric .button {
      right: 2.875rem; }
      @media (min-width: 768px) {
        .filter-select-box .select-input .selectric .button {
          right: 3.25rem; } }
  .filter-select-box .filter_btn {
    display: inline-block;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 0.5rem;
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 0.1875rem;
    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; }
    .filter-select-box .filter_btn::before {
      border-left: 1px solid rgba(29, 26, 18, 0.2);
      position: absolute;
      height: 75%;
      width: 0.0625rem; }
  .filter-select-box .filter-btn-primary {
    color: #f15a29;
    background-color: #fff;
    border-color: #f15a29; }
  .filter-select-box .filter-btn-primary:hover {
    color: #fff;
    background-color: #f15a29;
    border-color: #f15a29; }
  .filter-select-box .filter-btn-i {
    padding: 0 5px 0 0; }
  .filter-select-box .clear_filter_btn {
    display: flex;
    color: #343434;
    text-align: center;
    user-select: none;
    border: 1px solid #343434;
    padding: 0.4rem 0.5rem;
    font-size: 0.2rem;
    border-radius: 1.1rem;
    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;
    background-color: #fff;
    height: 1.6rem;
    margin-top: 11px; }

.bb-file-upload {
  position: relative;
  margin-bottom: 2.625rem;
  text-align: right; }
  .bb-file-upload__label {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.07312rem;
    text-transform: uppercase;
    color: #f15a29;
    position: relative; }
    @media (min-width: 768px) {
      .bb-file-upload__label {
        font-size: 0.7rem; } }
    .bb-file-upload__label::after {
      content: '\E945';
      font-family: 'icomoon';
      margin-left: 0.75rem;
      font-weight: normal; }
  .bb-file-upload__input {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden; }

@media (min-width: 1200px) {
  .bb-packages {
    text-align: center; } }

.bb-packages .main-title {
  margin-bottom: 0.5rem; }
  @media (min-width: 1200px) {
    .bb-packages .main-title {
      margin-bottom: 0.6rem; } }

.bb-packages .section-subtitle {
  z-index: 0; }
  @media (min-width: 1200px) {
    .bb-packages .section-subtitle {
      margin-left: unset;
      margin-right: unset; } }

.bb-packages .accordion {
  margin: 0 -0.4375rem 1.75rem; }
  @media (min-width: 1200px) {
    .bb-packages .accordion {
      margin: 0 0 2rem; } }

.bb-packages .list .list-item {
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.29;
  text-align: left; }
  .bb-packages .list .list-item .icon {
    font-size: 1.3125rem;
    font-weight: bold;
    margin-right: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center; }

.bb-packages .bb-packages-list__item {
  display: none; }
  @media (min-width: 1200px) {
    .bb-packages .bb-packages-list__item {
      display: block; } }
  .bb-packages .bb-packages-list__item.active {
    display: block;
    transition-delay: 0.3s;
    transition: all 0.3s ease; }

.bb-packages .bb-range-slider {
  padding: 0 0.125rem 1rem;
  overflow: hidden;
  margin-bottom: 2.6875rem; }
  @media (min-width: 1200px) {
    .bb-packages .bb-range-slider {
      display: none; } }

.bb-packages .bb-package-swiper {
  overflow: visible; }
  @media (min-width: 768px) {
    .bb-packages .bb-package-swiper {
      overflow: hidden;
      margin: 0 -1.1rem;
      padding: 0 1.1rem; } }

@media (min-width: 1200px) {
  .bb-packages .bb-package-selected {
    background-color: #f15a29;
    color: #fff;
    margin-bottom: 0;
    padding: 0.8rem;
    text-align: left; } }

@media (max-width: 767px) {
  .bb-packages .bb-package-selected {
    font-weight: bold;
    font-size: 1.15rem; } }

.bb-packages .bb-current-location {
  margin-bottom: 0.625rem;
  align-items: center; }
  @media (min-width: 768px) {
    .bb-packages .bb-current-location {
      margin-bottom: 1rem; } }
  @media (min-width: 1200px) {
    .bb-packages .bb-current-location {
      justify-content: center; } }
  .bb-packages .bb-current-location .section-subtitle {
    width: unset !important; }

@media (min-width: 768px) {
  .bb-package-description {
    color: white; } }

@media (max-width: 767px) {
  .bb-range-slider .range-labels li {
    font-size: 0.58rem !important; } }

.input-component {
  height: 40px;
  border-color: #e3e3e3;
  background-color: #f1f4fd; }

.submit-button {
  width: 100%;
  background-color: #F15A29;
  border-color: #F15A29;
  height: 35px;
  margin-bottom: 0px; }

.pac-input {
  margin-top: 40px; }

.vlf-main-div {
  height: auto;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); }

.vlf-header {
  display: flex;
  align-items: center;
  color: var(--Neutral-900, #1F1F1F);
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  white-space: nowrap;
  height: 30px !important;
  margin-bottom: 20px;
  width: 100%; }

.vlf-form {
  width: 100%; }

.vlf-input-group {
  display: flex;
  height: 64px;
  padding: 12px 0px 16px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  width: 336px;
  width: 100%; }

.vlf-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  outline: none;
  background-color: transparent;
  padding: 8px 0 4px 0;
  color: var(--Neutral-900, #1F1F1F);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  box-shadow: none;
  margin-bottom: 8px;
  transition: border-bottom 0.3s ease; }

.vlf-input:focus {
  border-bottom: 2px solid #EB5D2F; }

.vlf-input:not(:focus) {
  border-bottom: 1px solid #BDBDBD; }

.vlf-bottom-text {
  color: #757575;
  font-family: "DM Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-top: 8px;
  text-align: left; }

.vlf-header img {
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px; }

.vlf-label {
  color: var(--Neutral-400, #BDBDBD);
  font-family: "DM Sans";
  top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease; }

.vlf-label.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(6px) !important; }

.vlf-error-txt {
  color: var(--Colors-Red, var(--Colors-Red, #FF3B30));
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  min-height: 16px;
  display: block;
  margin-top: -4px; }

.vlf-input-group:has(.error) .vlf-input {
  border-bottom: 2px solid #FF3B30; }

.vlf-offer-name {
  color: #1F1F1F;
  text-align: left;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px; }

.vlf-offer-price {
  color: #757575;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; }

.noc-label {
  color: var(--Neutral-400, #BDBDBD);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; }

.iti {
  width: 100% !important;
  /* Ensure full width */ }

.iti__flag-container {
  width: auto; }

.vlf-option-text {
  color: var(--Neutral-600, #757575);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

.vlf-option-text .ant-radio-checked .ant-radio-inner::after {
  background-color: #EB5D2F !important;
  border-color: #EB5D2F !important; }

.vlf-option-text .ant-radio-inner {
  border-color: #EB5D2F !important; }

.vlf-option-text .ant-radio-checked .ant-radio-inner {
  border-color: #EB5D2F !important; }

@media (max-width: 1023px) {
  .vlf-main-div {
    margin: 24px;
    padding: 16px; }
  .vlf-header {
    font-size: 20px;
    line-height: 24px; }
  .vlf-header img {
    width: 20px !important;
    height: 20px !important;
    aspect-ratio: 1/1; }
  .vlf-input-group {
    display: flex;
    height: 60px;
    width: 100%; }
  .vlf-input {
    font-size: 14px;
    line-height: 20px; }
  .vlf-error-txt {
    font-size: 10px;
    line-height: 10px; }
  .vlf-offer-name {
    font-size: 14px;
    line-height: 21px; }
  .vlf-offer-price {
    font-size: 12px;
    line-height: 18px; }
  .vlf-option-text {
    font-size: 14px;
    line-height: 20px; } }

