@charset "UTF-8";
html, body#search.search {
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: var(--regular_text_color);
  /* Custom styles for Select2 to match the model select */
  /* below are google maps popup styling */
  /* search_profile (sp_) */
  /* 4 sections */
  /* sp_slide */ }
  html *, body#search.search * {
    -webkit-font-smoothing: antialiased !important;
    --primary_color: #243059;
    --blue_background: #f4fcff;
    --blue_border: #dbeff8;
    --regular_text_color: #333333;
    --medium_grey: #777777;
    --just_dark_enough: #767676;
    --another_grey: #999999;
    --light_grey: #adadad;
    --mobile_grey_border: #f0f0f0;
    --aspect-ratio: 16 / 9;
    --map-width: 500px;
    --map-width_huge_screen: 700px;
    --map-width_medium_screen: 400px;
    --sp_large-width: 1170px;
    --sp_medium-width: 1070px; }
  @media (max-width: 1640px) {
    html, body#search.search {
      font-size: 14px; } }
  @media (max-width: 676px) {
    html, body#search.search {
      font-size: 16px; } }
  html .header, body#search.search .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid var(--blue_border);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 676px) {
      html .header, body#search.search .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 15px; } }
  @media (max-width: 1000px) {
    html .header_sp, body#search.search .header_sp {
      padding: 10px 15px; } }
  html .header_logo, body#search.search .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    @media (max-width: 676px) {
      html .header_logo, body#search.search .header_logo {
        top: 10px;
        top: 10px;
        position: relative;
        z-index: 2;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  html .header_logo img, body#search.search .header_logo img {
    height: 40px; }
  html .header_logo_sp, body#search.search .header_logo_sp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  html .header_center, body#search.search .header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 676px) {
      html .header_center, body#search.search .header_center {
        width: 100%;
        -ms-flex-item-align: center;
            align-self: center;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: auto;
        margin-top: 20px; } }
  html .header_center i, body#search.search .header_center i {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 1.5rem; }
  html .header_center_sp, body#search.search .header_center_sp {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: var(--sp_large-width);
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1312px) {
      html .header_center_sp, body#search.search .header_center_sp {
        max-width: var(--sp_medium-width); } }
    @media (max-width: 676px) {
      html .header_center_sp, body#search.search .header_center_sp {
        display: none; } }
  html .header_center_sp a, body#search.search .header_center_sp a {
    color: var(--primary_color);
    text-decoration: none; }
  html .header_center_sp a:hover, body#search.search .header_center_sp a:hover {
    color: var(--regular_text_color);
    text-decoration: underline; }
  html .header_search-form, body#search.search .header_search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 1.5rem; }
    @media (max-width: 676px) {
      html .header_search-form, body#search.search .header_search-form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: 0; } }
  html select:focus-visible, body#search.search select:focus-visible {
    outline: 1px solid var(--primary_color); }
  html .header_search-form input:focus,
  html .header_search-form input:focus-visible,
  html .header_search-form select:focus,
  html .header_search-form select:focus-visible, body#search.search .header_search-form input:focus,
  body#search.search .header_search-form input:focus-visible,
  body#search.search .header_search-form select:focus,
  body#search.search .header_search-form select:focus-visible {
    outline: none; }
  html .header_search-form input, body#search.search .header_search-form input {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 14px 12px 14px;
    height: 3rem;
    max-width: none;
    margin-right: 0;
    border-radius: 0;
    border-right: none;
    border-color: var(--blue_border);
    background-color: var(--blue_background);
    border-width: 1px;
    border-style: solid;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; }
    @media (max-width: 676px) {
      html .header_search-form input .header_search-form input, body#search.search .header_search-form input .header_search-form input {
        border-bottom: none;
        border-radius: 0;
        border-right: 0;
        width: 100%; } }
  html #persisted_search__field, body#search.search #persisted_search__field {
    border-right: 0px; }
  html .header_search-form select, body#search.search .header_search-form select {
    width: calc(50% - 6px);
    margin-right: 0;
    background-color: var(--blue_background);
    border: 1px solid var(--blue_border);
    font-size: 1rem;
    color: var(--regular_text_color);
    height: 2.67rem;
    padding: 5px;
    width: 100%;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; }
  html .header_search-form select.distance-selector, body#search.search .header_search-form select.distance-selector {
    -webkit-appearance: none;
    /* Removes default Safari styling */
    -moz-appearance: none;
    /* Removes default Firefox styling */
    appearance: none;
    width: 3.9rem;
    position: absolute;
    right: 0px;
    top: 4px;
    border: 0px solid var(--blue_border);
    height: 2.4rem;
    border-left: 0px;
    color: var(--medium_grey);
    border-radius: 0px; }
    @media (max-width: 676px) {
      html .header_search-form select.distance-selector, body#search.search .header_search-form select.distance-selector {
        right: 1px; } }
  html .header_search-form input.first-input, body#search.search .header_search-form input.first-input {
    border-radius: 5px 0 0 5px; }
    @media (max-width: 676px) {
      html .header_search-form input.first-input, body#search.search .header_search-form input.first-input {
        border-radius: 5px 5px 0 0; } }
  html .header_search-form .what-container, body#search.search .header_search-form .what-container {
    position: relative;
    width: 13rem; }
    html .header_search-form .what-container .select2-container--open .select2-selection--single, body#search.search .header_search-form .what-container .select2-container--open .select2-selection--single {
      padding: 10px !important; }
    html .header_search-form .what-container .select2-container--default .select2-selection--single, body#search.search .header_search-form .what-container .select2-container--default .select2-selection--single {
      border-radius: 5px 0 0 5px;
      padding-left: 0px; }
      @media (max-width: 676px) {
        html .header_search-form .what-container .select2-container--default .select2-selection--single, body#search.search .header_search-form .what-container .select2-container--default .select2-selection--single {
          border-radius: 5px 5px 0 0; } }
    html .header_search-form .what-container .select2-selection__clear, body#search.search .header_search-form .what-container .select2-selection__clear {
      margin-left: 10px; }
    html .header_search-form .what-container #select2-what-container, body#search.search .header_search-form .what-container #select2-what-container {
      border: 0px;
      border-radius: 7px 0 0 7px; }
      @media (max-width: 676px) {
        html .header_search-form .what-container #select2-what-container, body#search.search .header_search-form .what-container #select2-what-container {
          border-radius: 5px; } }
      @media (max-width: 676px) {
        html .header_search-form .what-container #select2-what-container input, body#search.search .header_search-form .what-container #select2-what-container input {
          width: 100%; } }
      html .header_search-form .what-container #select2-what-container .select2-selection__placeholder, body#search.search .header_search-form .what-container #select2-what-container .select2-selection__placeholder {
        margin-left: 10px; }
  html .header_search-form .where-container, body#search.search .header_search-form .where-container {
    position: relative;
    width: 15rem; }
    @media (max-width: 1000px) {
      html .header_search-form .where-container, body#search.search .header_search-form .where-container {
        width: 10rem; } }
  html .header_search-form .who-container, body#search.search .header_search-form .who-container {
    position: relative;
    width: 10rem; }
    @media (max-width: 1000px) {
      html .header_search-form .who-container, body#search.search .header_search-form .who-container {
        width: 7rem; } }
  html .header_search-form .who-container input.input-block-level, body#search.search .header_search-form .who-container input.input-block-level {
    width: 100%; }
  @media (max-width: 676px) {
    html .header_search-form .what-container,
    html .header_search-form .where-container,
    html .header_search-form .who-container, body#search.search .header_search-form .what-container,
    body#search.search .header_search-form .where-container,
    body#search.search .header_search-form .who-container {
      width: 100%; }
      html .header_search-form .what-container .select2-container--default,
      html .header_search-form .where-container .select2-container--default,
      html .header_search-form .who-container .select2-container--default, body#search.search .header_search-form .what-container .select2-container--default,
      body#search.search .header_search-form .where-container .select2-container--default,
      body#search.search .header_search-form .who-container .select2-container--default {
        width: 100% !important; } }
  html main#content, body#search.search main#content {
    padding-bottom: 5rem; }
  html .highlight, body#search.search .highlight {
    /*text recherché sur formulaire */
    color: var(--primary_color);
    font-weight: bold; }
  html .select2-results-what, body#search.search .select2-results-what {
    width: 600px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    border-radius: 4px;
    padding-bottom: 10px; }
    @media (max-width: 676px) {
      html .select2-results-what, body#search.search .select2-results-what {
        width: 100%; } }
    html .select2-results-what .select2-columns-container, body#search.search .select2-results-what .select2-columns-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media (max-width: 676px) {
        html .select2-results-what .select2-columns-container, body#search.search .select2-results-what .select2-columns-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    html .select2-results-what .select2-results__message, body#search.search .select2-results-what .select2-results__message {
      color: var(--medium_grey) !important;
      padding: 0.5rem 0.85rem !important;
      margin-left: 0px;
      font-size: 0.9em !important;
      border-bottom: 0; }
    html .select2-results-what .select2-results__options .select2-results__message, body#search.search .select2-results-what .select2-results__options .select2-results__message {
      margin-left: -10px; }
    html .select2-results-what .select2-columns-left-container, body#search.search .select2-results-what .select2-columns-left-container {
      width: 26%;
      padding-right: 10px;
      overflow-y: scroll; }
      @media (max-width: 676px) {
        html .select2-results-what .select2-columns-left-container, body#search.search .select2-results-what .select2-columns-left-container {
          overflow-y: visible;
          width: 100%; } }
      html .select2-results-what .select2-columns-left-container #occupationsHeader, body#search.search .select2-results-what .select2-columns-left-container #occupationsHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: left;
            -ms-flex-align: left;
                align-items: left; }
      html .select2-results-what .select2-columns-left-container #occupationsHeader .checkmarkIcon, body#search.search .select2-results-what .select2-columns-left-container #occupationsHeader .checkmarkIcon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: auto;
        padding-left: 1px;
        cursor: pointer;
        display: none; }
        @media (max-width: 676px) {
          html .select2-results-what .select2-columns-left-container #occupationsHeader .checkmarkIcon, body#search.search .select2-results-what .select2-columns-left-container #occupationsHeader .checkmarkIcon {
            display: block; } }
    html .select2-results-what .select2-results__options, body#search.search .select2-results-what .select2-results__options {
      margin-left: 10px; }
    html .select2-results-what .select2-columns-pro-user-container, html .select2-results-what .select2-columns-agenda-container, body#search.search .select2-results-what .select2-columns-pro-user-container, body#search.search .select2-results-what .select2-columns-agenda-container {
      width: 37%;
      border-left: 1px solid var(--blue_border);
      overflow-y: scroll; }
      @media (max-width: 676px) {
        html .select2-results-what .select2-columns-pro-user-container, html .select2-results-what .select2-columns-agenda-container, body#search.search .select2-results-what .select2-columns-pro-user-container, body#search.search .select2-results-what .select2-columns-agenda-container {
          width: 100%; } }
      html .select2-results-what .select2-columns-pro-user-container .pro-user-result, html .select2-results-what .select2-columns-pro-user-container .agenda-result, html .select2-results-what .select2-columns-agenda-container .pro-user-result, html .select2-results-what .select2-columns-agenda-container .agenda-result, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-decoration: none; }
        html .select2-results-what .select2-columns-pro-user-container .pro-user-result img, html .select2-results-what .select2-columns-pro-user-container .agenda-result img, html .select2-results-what .select2-columns-agenda-container .pro-user-result img, html .select2-results-what .select2-columns-agenda-container .agenda-result img, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result img, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result img, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result img, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result img {
          width: 30px;
          height: 30px;
          margin-right: 5px;
          border-radius: 50%;
          -webkit-box-shadow: 0 0 1px 0 #767676;
                  box-shadow: 0 0 1px 0 #767676; }
        html .select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details, html .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details, html .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details, html .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details, html .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details, html .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details, html .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details, html .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details {
          color: var(--regular_text_color);
          text-decoration: none; }
          html .select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details .main-title, html .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details .main-title, html .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details .main-title, html .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details .main-title, html .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details .main-title, html .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details .main-title, html .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details .main-title, html .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details .main-title, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details .main-title, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details .main-title, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details .main-title, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details .main-title, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details .main-title, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details .main-title, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details .main-title, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details .main-title {
            font-size: 14px;
            display: block; }
          html .select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details .sub-title, html .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details .sub-title, html .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details .sub-title, html .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details .sub-title, html .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details .sub-title, html .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details .sub-title, html .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details .sub-title, html .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details .sub-title, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details .sub-title, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details .sub-title, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details .sub-title, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details .sub-title, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details .sub-title, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details .sub-title, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details .sub-title, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details .sub-title {
            font-size: 12px; }
      html .select2-results-what .select2-columns-pro-user-container .pro-user-result:hover, html .select2-results-what .select2-columns-pro-user-container .agenda-result:hover, html .select2-results-what .select2-columns-agenda-container .pro-user-result:hover, html .select2-results-what .select2-columns-agenda-container .agenda-result:hover, body#search.search .select2-results-what .select2-columns-pro-user-container .pro-user-result:hover, body#search.search .select2-results-what .select2-columns-pro-user-container .agenda-result:hover, body#search.search .select2-results-what .select2-columns-agenda-container .pro-user-result:hover, body#search.search .select2-results-what .select2-columns-agenda-container .agenda-result:hover {
        background-color: #f2f2f2; }
  html .select2-container--default .select2-selection--single, body#search.search .select2-container--default .select2-selection--single {
    background-color: var(--blue_background);
    border: 1px solid var(--blue_border);
    border-radius: 0;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px; }
    html .select2-container--default .select2-selection--single .select2-selection__placeholder, body#search.search .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: var(--medium_grey);
      font-size: 1rem; }
    html .select2-container--default .select2-selection--single .select2-selection__clear, body#search.search .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      color: #495057;
      border-right: 0px;
      background: rgba(223, 223, 223, 0.5);
      height: 30px;
      padding-right: 9px;
      margin-right: 0px; }
    html .select2-container--default .select2-selection--single .select2-selection__rendered, body#search.search .select2-container--default .select2-selection--single .select2-selection__rendered {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 10px;
      color: var(--regular_text_color);
      font-size: 0.9rem;
      background: rgba(223, 223, 223, 0.5);
      border-left: 0px;
      padding-left: 0px;
      padding-right: 0px; }
    html .select2-container--default .select2-selection--single .select2-selection__rendered:has(.select2-selection__placeholder), body#search.search .select2-container--default .select2-selection--single .select2-selection__rendered:has(.select2-selection__placeholder) {
      border: 1px solid var(--blue_background);
      background: var(--blue_background); }
    html .select2-container--default .select2-selection--single .select2-selection__arrow, body#search.search .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 2.2rem;
      width: 20px;
      top: 4px;
      right: 4px;
      background: var(--blue_background);
      border-left: 0px solid var(--blue_border); }
  html .select2-container--default .select2-search--dropdown .select2-search__field, body#search.search .select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid var(--blue_border);
    border-radius: 0;
    background-color: var(--blue_background);
    color: var(--regular_text_color); }
  html .select2-container--default .select2-results__option--highlighted, html .select2-container--default .select2-results__option--selected, body#search.search .select2-container--default .select2-results__option--highlighted, body#search.search .select2-container--default .select2-results__option--selected {
    background-color: rgba(223, 223, 223, 0.4);
    border: 1px solid #FFFFFF; }
  html .select2-container--default .select2-results__option, body#search.search .select2-container--default .select2-results__option {
    color: var(--regular_text_color);
    padding: 0.75rem 0.5rem;
    font-size: 0.9em;
    border-bottom: 0; }
  html .select2-results__header, html .select2-columns-container__header, body#search.search .select2-results__header, body#search.search .select2-columns-container__header {
    color: var(--primary_color);
    font-size: 0.9em;
    padding: 0.5rem 0.5rem 0.5rem 0.85rem;
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 500; }
    html .select2-results__header .count_comment, html .select2-columns-container__header .count_comment, body#search.search .select2-results__header .count_comment, body#search.search .select2-columns-container__header .count_comment {
      color: var(--another_grey);
      font-weight: 300;
      display: block;
      font-size: 10px; }
  html .select2-container--open .select2-dropdown, body#search.search .select2-container--open .select2-dropdown {
    top: calc(-100% - 3rem);
    bottom: auto;
    margin-bottom: 0; }
  html .select2-dropdown, body#search.search .select2-dropdown {
    border: var(--blue_border); }
  html .select2-results, body#search.search .select2-results {
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
  html .select2-container--default .select2-selection--clearable .select2-selection__clear, body#search.search .select2-container--default .select2-selection--clearable .select2-selection__clear {
    border-radius: 5px 0 0  5px;
    border: 1px solid #e1e1e1;
    border-right: 0; }
  html .select2-container--default .select2-selection--clearable .select2-selection__rendered, body#search.search .select2-container--default .select2-selection--clearable .select2-selection__rendered {
    border-radius: 0 5px 5px 0 !important;
    border: 1px solid #e1e1e1 !important;
    border-left: 0px !important;
    padding-right: 10px !important; }
  html .select2-container--default .select2-results > .select2-results__options, body#search.search .select2-container--default .select2-results > .select2-results__options {
    border: 0px solid var(--blue_border);
    max-height: 210px; }
  html .header_search-form input.input-block-level, body#search.search .header_search-form input.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  html .header_search-btn, body#search.search .header_search-btn {
    margin-left: 0px;
    padding: 0.7rem 1rem;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 1rem;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: white;
    background-color: var(--primary_color);
    display: block;
    white-space: nowrap;
    cursor: pointer; }
    @media (max-width: 676px) {
      html .header_search-btn, body#search.search .header_search-btn {
        width: 100%;
        border-radius: 0 0 5px 5px; } }
  html .header_search_top_wrapper, body#search.search .header_search_top_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media (max-width: 676px) {
    html .referenced_profiles_search, body#search.search .referenced_profiles_search {
      width: 100%; } }
  html .header_search-btn:hover, body#search.search .header_search-btn:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%); }
  html .header_pro, body#search.search .header_pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: auto;
    padding-left: 0.5rem; }
  html .header_pro_desktop, body#search.search .header_pro_desktop {
    display: block; }
    @media (max-width: 1312px) {
      html .header_pro_desktop, body#search.search .header_pro_desktop {
        display: none; } }
  html .header_pro_mobile, body#search.search .header_pro_mobile {
    display: none; }
    @media (max-width: 1312px) {
      html .header_pro_mobile, body#search.search .header_pro_mobile {
        display: block; } }
  html .header_pro_link, body#search.search .header_pro_link {
    white-space: nowrap;
    color: var(--primary_color);
    text-decoration: none; }
  html .header_pro_link:hover, body#search.search .header_pro_link:hover {
    color: var(--regular_text_color);
    text-decoration: underline; }
  html .header_right, body#search.search .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 676px) {
      html .header_right, body#search.search .header_right {
        position: absolute;
        right: 20px;
        top: 25px;
        min-width: 40px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
  html .header_language, body#search.search .header_language {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    min-width: 40px; }
  html .header_language_sp, body#search.search .header_language_sp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  html .header_language_link, body#search.search .header_language_link {
    font-size: 1rem;
    color: var(--regular_text_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
  html .header_language_link img, body#search.search .header_language_link img {
    height: 20px; }
  html .header_language:hover .header_language_content, body#search.search .header_language:hover .header_language_content {
    display: block; }
  html .header_language_content, body#search.search .header_language_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 40px;
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: -10px;
    top: -10px;
    font-size: 1rem; }
    html .header_language_content a, body#search.search .header_language_content a {
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      color: var(--regular_text_color); }
    html .header_language_content a:hover,
    html .header_language_content a:active,
    html .header_language_content a:focus, body#search.search .header_language_content a:hover,
    body#search.search .header_language_content a:active,
    body#search.search .header_language_content a:focus {
      text-decoration: none;
      color: white;
      background-color: var(--primary_color); }
    html .header_language_content a:first-of-type, body#search.search .header_language_content a:first-of-type {
      padding-top: 10px; }
    html .header_language_content a:last-of-type, body#search.search .header_language_content a:last-of-type {
      padding-bottom: 10px; }
  html main, body#search.search main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  html main .results-section, body#search.search main .results-section {
    width: calc(100% - var(--map-width));
    padding: 0 30px 10px 30px; }
    @media (min-width: 1900px) {
      html main .results-section, body#search.search main .results-section {
        width: calc(100% - var(--map-width_huge_screen)); } }
    @media (max-width: 1312px) {
      html main .results-section, body#search.search main .results-section {
        width: calc(100% - var(--map-width_medium_screen)); } }
    @media (max-width: 1000px) {
      html main .results-section, body#search.search main .results-section {
        width: 100%;
        height: auto;
        overflow-y: unset;
        padding: 10px 15px; } }
  html main .results-section .results-header, body#search.search main .results-section .results-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  html main .results-section .results-header h1,
  html main .results-section .wider_results-title h1,
  html main .results-section .wider_results-title h2, body#search.search main .results-section .results-header h1,
  body#search.search main .results-section .wider_results-title h1,
  body#search.search main .results-section .wider_results-title h2 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--regular_text_color); }
    html main .results-section .results-header h1 a,
    html main .results-section .wider_results-title h1 a,
    html main .results-section .wider_results-title h2 a, body#search.search main .results-section .results-header h1 a,
    body#search.search main .results-section .wider_results-title h1 a,
    body#search.search main .results-section .wider_results-title h2 a {
      color: var(--regular_text_color); }
  html main .results-section .results-header .no-bottom-margin, body#search.search main .results-section .results-header .no-bottom-margin {
    margin-bottom: 0px; }
  html main .results-section .results-header h2, body#search.search main .results-section .results-header h2 {
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0 0 10px 0; }
  html main .results-section .results-header .results-title h1 a:hover, body#search.search main .results-section .results-header .results-title h1 a:hover {
    color: var(--primary_color); }
  html main .results-section .results-header .results_none_found, body#search.search main .results-section .results-header .results_none_found {
    font-size: 1rem;
    margin-bottom: 20px; }
  html main .results-section .results-header .view-toggle, body#search.search main .results-section .results-header .view-toggle {
    margin-left: auto; }
    @media (max-width: 676px) {
      html main .results-section .results-header .view-toggle, body#search.search main .results-section .results-header .view-toggle {
        display: none; } }
  html main .results-section .results-header .view-toggle button, body#search.search main .results-section .results-header .view-toggle button {
    font-size: 1em;
    margin-right: -10px;
    padding: 10px;
    cursor: pointer;
    background: none;
    border: none;
    color: var(--primary_color); }
    html main .results-section .results-header .view-toggle button i, body#search.search main .results-section .results-header .view-toggle button i {
      padding-right: 0.25rem; }
  html main .results-section .results-header .view-toggle button:hover, body#search.search main .results-section .results-header .view-toggle button:hover {
    color: var(--medium_grey); }
  html main .results-section .results, body#search.search main .results-section .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  html main .results-section .results .wider_results-title, body#search.search main .results-section .results .wider_results-title {
    grid-column: 1 / -1; }
  html main .results-section .results .result-item, body#search.search main .results-section .results .result-item {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid var(--blue_border);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  html .result-item.highlighted, body#search.search .result-item.highlighted {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    border-bottom: 1px solid var(--blue_border); }
  html main .results-section .results .result-item .result-image-container, body#search.search main .results-section .results .result-item .result-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%;
    background-color: #f0f0f0;
    border-radius: 5px;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
  html main .results-section .results .result-item .result-image-container img, body#search.search main .results-section .results .result-item .result-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 15%;
       object-position: 100% 15%;
    display: none; }
  html main .results-section .results .result-item .result-image-container img.active, body#search.search main .results-section .results .result-item .result-image-container img.active {
    display: block; }
  html main .results-section .results .result-item .result-image-container .carousel-controls, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1; }
    @media (max-width: 676px) {
      html main .results-section .results .result-item .result-image-container .carousel-controls, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls {
        opacity: 1; } }
  html main .results-section .results .result-item .result-image-container .carousel-controls .arrow, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 99999px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 28px;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  html main .results-section .results .result-item .result-image-container .carousel-controls .arrow.left, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .arrow.left {
    left: 0; }
  html main .results-section .results .result-item .result-image-container .carousel-controls .arrow.right, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .arrow.right {
    right: 0; }
  html main .results-section .results .result-item .result-image-container .carousel-controls .arrow i, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .arrow i {
    margin: 0;
    line-height: 1;
    top: 1px;
    position: relative; }
  html main .results-section .results .result-item .result-image-container .carousel-controls .arrow .fa-chevron-left, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .arrow .fa-chevron-left {
    left: -1px; }
  html main .results-section .results .result-item .result-image-container .carousel-controls .arrow .fa-chevron-right, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .arrow .fa-chevron-right {
    left: 1px; }
  html main .results-section .results .result-item .result-image-container .carousel-controls .arrow:hover, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .arrow:hover {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }
  html main .results-section .results .result-item .result-image-container .carousel-controls .dots, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
  html main .results-section .results .result-item .result-image-container .carousel-controls .dot, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%; }
  html main .results-section .results .result-item .result-image-container .carousel-controls .dot:hover, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .dot:hover {
    background-color: var(--primary_color); }
  html main .results-section .results .result-item .result-image-container .carousel-controls .dots .dot.active, body#search.search main .results-section .results .result-item .result-image-container .carousel-controls .dots .dot.active {
    background: white; }
  html main .results-section .results .result-item .result_content, body#search.search main .results-section .results .result-item .result_content {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  html main .results-section .results .result-item .result-header, body#search.search main .results-section .results .result-item .result-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0px 0px 0px;
    color: black; }
  html main .results-section .results .result-item .result-header h2, body#search.search main .results-section .results .result-item .result-header h2 {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1.25rem;
    color: var(--regular_text_color);
    margin: auto;
    font-weight: 700;
    margin-left: 0px; }
  html main .results-section .results .result-item .result-subheader h3, body#search.search main .results-section .results .result-item .result-subheader h3 {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1.0rem;
    color: var(--just_dark_enough);
    margin: auto;
    font-weight: 500;
    margin-left: 0px; }
  html main .results-section .results .result-item .result-header .rating, body#search.search main .results-section .results .result-item .result-header .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    margin-left: auto; }
  html main .results-section .results .result-item .result-header .rating .star, body#search.search main .results-section .results .result-item .result-header .rating .star {
    color: #FFD600; }
  html main .results-section .results .result-item .result-header .rating .grade, body#search.search main .results-section .results .result-item .result-header .rating .grade {
    margin-left: 3px;
    margin-top: 1px; }
  html main .results-section .results .result-item .result-bottom, body#search.search main .results-section .results .result-item .result-bottom {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  html main .results-section .results .result-item .result-bottom-default, body#search.search main .results-section .results .result-item .result-bottom-default {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  html main .results-section .results .result-item .result-description, body#search.search main .results-section .results .result-item .result-description {
    margin: 0.75rem 0;
    font-size: 0.875rem;
    color: var(--regular_text_color);
    font-weight: 300; }
  html main .results-section .results .result-item .result-footer, body#search.search main .results-section .results .result-item .result-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5px 0 20px 0;
    color: var(--light_grey);
    margin-top: auto; }
  html main .results-section .results .result-item .result-footer .address,
  html main .results-section .results .result-item .result-footer .url, body#search.search main .results-section .results .result-item .result-footer .address,
  body#search.search main .results-section .results .result-item .result-footer .url {
    font-size: 0.875rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  html main .results-section .results .result-item .result-footer .address i,
  html main .results-section .results .result-item .result-footer .url i, body#search.search main .results-section .results .result-item .result-footer .address i,
  body#search.search main .results-section .results .result-item .result-footer .url i {
    margin-right: 5px; }
  html main .results-section .results .result-item .result-bottom-hover, body#search.search main .results-section .results .result-item .result-bottom-hover {
    width: 100%;
    position: absolute;
    bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 10; }
    @media (max-width: 676px) {
      html main .results-section .results .result-item .result-bottom-hover, body#search.search main .results-section .results .result-item .result-bottom-hover {
        position: relative;
        opacity: 1;
        margin-top: 10px; } }
  html main .results-section .results .result-item .result-bottom-hover a, body#search.search main .results-section .results .result-item .result-bottom-hover a {
    padding: 5px;
    border-radius: 5px;
    font-size: 0.875rem;
    padding: 0.4rem;
    display: block;
    width: 50%;
    text-align: center; }
  html main .results-section .results .result-item .result-bottom-hover a, body#search.search main .results-section .results .result-item .result-bottom-hover a {
    text-decoration: none; }
  html main .results-section .results .result-item .result-bottom-hover .learn-more:hover, body#search.search main .results-section .results .result-item .result-bottom-hover .learn-more:hover {
    text-decoration: none;
    border-color: var(--primary_color); }
  html main .results-section .results .result-item .result-bottom-hover .learn-more, body#search.search main .results-section .results .result-item .result-bottom-hover .learn-more {
    background: #FFFFFF;
    border: 1px solid var(--blue_border);
    color: var(--regular_text_color);
    padding: 0.85rem;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
  html main .results-section .results .result-item .result-bottom-hover .booking-button, body#search.search main .results-section .results .result-item .result-bottom-hover .booking-button {
    color: white !important;
    background-color: var(--primary_color);
    padding: 0.85rem; }
  html main .results-section .results .result-item .result-bottom-hover .booking-button:hover, body#search.search main .results-section .results .result-item .result-bottom-hover .booking-button:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%); }
  html main .results-section .results .result-item:hover .carousel-controls,
  html main .results-section .results .result-item:hover .result-bottom-hover, body#search.search main .results-section .results .result-item:hover .carousel-controls,
  body#search.search main .results-section .results .result-item:hover .result-bottom-hover {
    opacity: 1; }
  html main .results-section .grid-view .result-item:hover .result-bottom-default, body#search.search main .results-section .grid-view .result-item:hover .result-bottom-default {
    opacity: 0; }
    @media (max-width: 676px) {
      html main .results-section .grid-view .result-item:hover .result-bottom-default, body#search.search main .results-section .grid-view .result-item:hover .result-bottom-default {
        opacity: 1; } }
  @media (max-width: 676px) {
    html main .results-section .results .result-item:hover, body#search.search main .results-section .results .result-item:hover {
      -webkit-transform: unset;
              transform: unset; } }
  html main .results-section div.pagination, body#search.search main .results-section div.pagination {
    margin: auto;
    margin-top: 2rem;
    line-height: 36px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 400; }
  html main .results-section .results-header .top-results-pagination, body#search.search main .results-section .results-header .top-results-pagination {
    margin-top: auto; }
    @media (max-width: 676px) {
      html main .results-section .results-header .top-results-pagination, body#search.search main .results-section .results-header .top-results-pagination {
        display: none; } }
  html main .results-section div.pagination a, body#search.search main .results-section div.pagination a {
    text-decoration: none; }
  html main .results-section div.pagination .disabled, body#search.search main .results-section div.pagination .disabled {
    display: none; }
  html main .results-section div.pagination .current,
  html main .results-section div.pagination a:hover, body#search.search main .results-section div.pagination .current,
  body#search.search main .results-section div.pagination a:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75rem;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 50%;
    color: #FFF;
    background-color: var(--primary_color);
    text-decoration: none;
    font-weight: 500; }
  html main .results-section div.pagination a,
  html main .results-section div.pagination span,
  html main .results-section div.pagination em, body#search.search main .results-section div.pagination a,
  body#search.search main .results-section div.pagination span,
  body#search.search main .results-section div.pagination em {
    color: var(--medium_grey);
    font-style: normal;
    padding: 0.75rem;
    height: 0.75rem;
    width: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  html main .results-section div.pagination .pagination-arrow-prev,
  html main .results-section div.pagination .pagination-arrow-next, body#search.search main .results-section div.pagination .pagination-arrow-prev,
  body#search.search main .results-section div.pagination .pagination-arrow-next {
    margin-top: 4px;
    font-size: 1.7em; }
  html main .results-section div.pagination .pagination-arrow-prev, body#search.search main .results-section div.pagination .pagination-arrow-prev {
    margin-right: 2px; }
  html main .results-section div.pagination .pagination-arrow-next, body#search.search main .results-section div.pagination .pagination-arrow-next {
    margin-right: -3px; }
  html main .results-section .grid-view, body#search.search main .results-section .grid-view {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
    @media (min-width: 1640px) {
      html main .results-section .grid-view, body#search.search main .results-section .grid-view {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); } }
    @media (min-width: 1900px) {
      html main .results-section .grid-view, body#search.search main .results-section .grid-view {
        grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } }
  @media (max-width: 676px) {
    html main .results-section .grid-view .result-item, body#search.search main .results-section .grid-view .result-item {
      border: 1px solid var(--mobile_grey_border);
      border-radius: 5px; } }
  @media (max-width: 676px) {
    html main .results-section .grid-view .result-image-container, body#search.search main .results-section .grid-view .result-image-container {
      border-radius: 5px 5px 0 0 !important; } }
  @media (max-width: 676px) {
    html main .results-section .grid-view .result-header, body#search.search main .results-section .grid-view .result-header {
      margin: 10px 15px 0px 15px !important; } }
  @media (max-width: 676px) {
    html main .results-section .grid-view .result-subheader, body#search.search main .results-section .grid-view .result-subheader {
      margin-left: 15px !important; } }
  @media (max-width: 676px) {
    html main .results-section .grid-view .result-bottom, body#search.search main .results-section .grid-view .result-bottom {
      margin: 0 15px; } }
  html main .results-section .list-view .result-item, body#search.search main .results-section .list-view .result-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  html main .results-section .list-view .result-item .result-image-container, body#search.search main .results-section .list-view .result-item .result-image-container {
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-right: 20px;
    padding-top: 8%; }
    @media (max-width: 1640px) {
      html main .results-section .list-view .result-item .result-image-container, body#search.search main .results-section .list-view .result-item .result-image-container {
        padding-top: 10%; } }
    @media (max-width: 1312px) {
      html main .results-section .list-view .result-item .result-image-container, body#search.search main .results-section .list-view .result-item .result-image-container {
        padding-top: 15%; } }
    @media (max-width: 1000px) {
      html main .results-section .list-view .result-item .result-image-container, body#search.search main .results-section .list-view .result-item .result-image-container {
        display: none; } }
  html main .results-section .list-view .result-item .result-bottom-default, body#search.search main .results-section .list-view .result-item .result-bottom-default {
    width: calc(100% - 100px); }
    @media (max-width: 1000px) {
      html main .results-section .list-view .result-item .result-bottom-default, body#search.search main .results-section .list-view .result-item .result-bottom-default {
        width: 100%; } }
  html main .results-section .list-view .result-item .result-bottom-hover, body#search.search main .results-section .list-view .result-item .result-bottom-hover {
    opacity: 1;
    width: calc(100% - 120px); }
    @media (max-width: 1000px) {
      html main .results-section .list-view .result-item .result-bottom-hover, body#search.search main .results-section .list-view .result-item .result-bottom-hover {
        width: 100%; } }
  html main .results-section .list-view .result-item .result-bottom-hover .learn-more, body#search.search main .results-section .list-view .result-item .result-bottom-hover .learn-more {
    display: none; }
  html main .results-section .list-view .result-item .result-bottom-hover a, body#search.search main .results-section .list-view .result-item .result-bottom-hover a {
    width: auto;
    margin-left: auto; }
  html main .results-section .sp_accordion .sp_accordion_testimonial, body#search.search main .results-section .sp_accordion .sp_accordion_testimonial {
    font-style: italic;
    padding: 0px 10px 10px 10px;
    margin: 20px 20px 0px 20px; }
    html main .results-section .sp_accordion .sp_accordion_testimonial h3, body#search.search main .results-section .sp_accordion .sp_accordion_testimonial h3 {
      margin-bottom: 5px;
      margin-left: 5px; }
    html main .results-section .sp_accordion .sp_accordion_testimonial .sub_answer_style, body#search.search main .results-section .sp_accordion .sp_accordion_testimonial .sub_answer_style {
      border: 1px solid #e5e5e5;
      padding: 10px;
      background-color: #f7f7f7;
      border-radius: 5px;
      border-left: 4px solid var(--primary_color);
      margin: 0px 20px 0px 0px; }
  html main .results-section .sp_accordion .cities-grid, body#search.search main .results-section .sp_accordion .cities-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0; }
  html main .results-section .sp_accordion .city-link, body#search.search main .results-section .sp_accordion .city-link {
    padding: 8px 15px;
    background: rgba(223, 223, 223, 0.5);
    border: 1px solid #e1e1e1 !important;
    border-radius: 999999px;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
  html main .results-section .sp_accordion .city-link:hover, body#search.search main .results-section .sp_accordion .city-link:hover {
    background: var(--primary_color);
    color: white; }
  html .map, body#search.search .map {
    width: var(--map-width);
    height: calc(100vh - 50px);
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
    @media (max-width: 1312px) {
      html .map, body#search.search .map {
        width: var(--map-width_medium_screen); } }
    @media (max-width: 1000px) {
      html .map, body#search.search .map {
        position: unset;
        display: none; } }
    @media (min-width: 1900px) {
      html .map, body#search.search .map {
        width: var(--map-width_huge_screen); } }
  html .gm-style-iw-d, body#search.search .gm-style-iw-d {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    text-align: left;
    padding: 1rem 0 0 0.5rem; }
  html .gm-style-iw-chr, body#search.search .gm-style-iw-chr {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    position: absolute;
    right: 0; }
  html .map-h2, body#search.search .map-h2 {
    font-weight: 500;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1.5em;
    max-width: 200px;
    margin: 0;
    padding-top: 0;
    padding-right: 1.5rem;
    padding-bottom: 0.25rem; }
  html .map-p, body#search.search .map-p {
    font-size: 0.875rem;
    margin: 0;
    max-width: 200px; }
  html .map-book-button,
  html .map-book-button:focus, body#search.search .map-book-button,
  body#search.search .map-book-button:focus {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    width: -webkit-fill-available;
    text-align: center;
    color: #FFFFFF;
    background-color: var(--primary_color);
    display: inline-block;
    border-radius: 5px;
    text-decoration: none; }
  html .map-book-button:hover,
  html .map-book-buttonn:active, body#search.search .map-book-button:hover,
  body#search.search .map-book-buttonn:active {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    text-decoration: none; }
  html .sp_accordion, body#search.search .sp_accordion {
    margin: 1.5rem 0; }
    html .sp_accordion h2, html .sp_accordion h3, body#search.search .sp_accordion h2, body#search.search .sp_accordion h3 {
      font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif; }
    html .sp_accordion .card, body#search.search .sp_accordion .card {
      margin: 1rem 0px;
      border: 1px solid var(--blue_border);
      border-radius: 5px; }
    html .sp_accordion .card-header, body#search.search .sp_accordion .card-header {
      position: relative;
      background: var(--blue_background);
      padding: 10px; }
    html .sp_accordion .card-body, body#search.search .sp_accordion .card-body {
      padding: 10px; }
    html .sp_accordion .accordion-toggle, body#search.search .sp_accordion .accordion-toggle {
      margin: 10px 0;
      cursor: pointer;
      background: none;
      border: none;
      text-align: left;
      width: 100%;
      padding: 0;
      padding-right: 30px; }
    html .sp_accordion .accordion-caret, body#search.search .sp_accordion .accordion-caret {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    html .sp_accordion .accordion-toggle.active .accordion-caret, body#search.search .sp_accordion .accordion-toggle.active .accordion-caret {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    html .sp_accordion .accordion-body, body#search.search .sp_accordion .accordion-body {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
      transition: max-height 0.3s ease, padding 0.3s ease; }
    html .sp_accordion .accordion-body.open, body#search.search .sp_accordion .accordion-body.open {
      max-height: 1000px;
      /* Set a large value for smooth expansion */ }
  html .sp_content_wrapper, body#search.search .sp_content_wrapper {
    max-width: var(--sp_large-width);
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6rem; }
    @media (max-width: 1312px) {
      html .sp_content_wrapper, body#search.search .sp_content_wrapper {
        max-width: var(--sp_medium-width); } }
    @media (max-width: 676px) {
      html .sp_content_wrapper, body#search.search .sp_content_wrapper {
        padding: 0 20px;
        margin-bottom: 2rem; } }
  html .sp_page_crumb_section, body#search.search .sp_page_crumb_section {
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 0.5rem; }
    html .sp_page_crumb_section h2, body#search.search .sp_page_crumb_section h2 {
      margin: 2rem 0 0 0;
      font-weight: 400;
      font-size: 1rem; }
    html .sp_page_crumb_section a, body#search.search .sp_page_crumb_section a {
      color: var(--regular_text_color);
      text-decoration: none; }
      html .sp_page_crumb_section a:hover, body#search.search .sp_page_crumb_section a:hover {
        color: var(--primary_color);
        text-decoration: underline; }
  html .sp_profile_section, body#search.search .sp_profile_section {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.5rem; }
    @media (max-width: 676px) {
      html .sp_profile_section, body#search.search .sp_profile_section {
        gap: 0.5rem; } }
    @media (max-width: 676px) {
      html .sp_profile_section .sp_content_right, body#search.search .sp_profile_section .sp_content_right {
        width: 70px; } }
  html .sp_profile_section_spacer, body#search.search .sp_profile_section_spacer {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  html .sp_internal_menu, body#search.search .sp_internal_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--blue_border); }
    @media (max-width: 676px) {
      html .sp_internal_menu, body#search.search .sp_internal_menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
        margin: 15px 0; } }
  html .sp_internal_menu .sp_internal_menu_item, body#search.search .sp_internal_menu .sp_internal_menu_item {
    font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
    display: inline-block;
    margin-right: 15px;
    color: var(--just_dark_enough);
    text-decoration: none;
    font-size: 1.1rem;
    position: relative; }
    @media (max-width: 676px) {
      html .sp_internal_menu .sp_internal_menu_item, body#search.search .sp_internal_menu .sp_internal_menu_item {
        padding: 6px 10px;
        background: rgba(223, 223, 223, 0.5);
        border: 1px solid #e1e1e1 !important;
        border-radius: 999999px;
        color: #333;
        text-decoration: none;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
        margin-right: 0;
        font-size: 1.0rem; } }
  html .sp_internal_menu .sp_internal_menu_item:not(:last-child)::after, body#search.search .sp_internal_menu .sp_internal_menu_item:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -9px;
    color: var(--just_dark_enough); }
    @media (max-width: 676px) {
      html .sp_internal_menu .sp_internal_menu_item:not(:last-child)::after, body#search.search .sp_internal_menu .sp_internal_menu_item:not(:last-child)::after {
        content: "";
        right: "0"; } }
  html .sp_internal_menu .sp_internal_menu_item:hover, body#search.search .sp_internal_menu .sp_internal_menu_item:hover {
    text-decoration: underline; }
  html .sp_main_section, body#search.search .sp_main_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem; }
    @media (max-width: 676px) {
      html .sp_main_section, body#search.search .sp_main_section {
        gap: 0; } }
  html .sp_content_left, body#search.search .sp_content_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.5rem;
    width: calc(100% - 300px); }
    @media (max-width: 676px) {
      html .sp_content_left, body#search.search .sp_content_left {
        width: 100%;
        padding-top: 0; } }
  html .sp_main_section .sp_content_right, body#search.search .sp_main_section .sp_content_right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 300px;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem; }
    @media (max-width: 676px) {
      html .sp_main_section .sp_content_right, body#search.search .sp_main_section .sp_content_right {
        position: unset;
        padding-top: 0;
        padding-bottom: 0;
        width: auto; } }
  html .sp_agenda_top, body#search.search .sp_agenda_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-bottom: 2rem; }
  html .sp_top_pic, body#search.search .sp_top_pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*box-shadow: 0 2px 15px 0 rgba(0,0,0,.05);*/
    background-position: top center;
    background-size: cover;
    margin: auto;
    padding-right: 15px; }
    @media (max-width: 676px) {
      html .sp_top_pic, body#search.search .sp_top_pic {
        -ms-flex-item-align: center;
            align-self: center;
        margin-bottom: 1rem;
        padding-right: 37px; } }
  html .sp_top_logo, body#search.search .sp_top_logo {
    border-radius: 1%; }
    @media (max-width: 676px) {
      html .sp_top_logo, body#search.search .sp_top_logo {
        display: none; } }
  html .sp_top_name, body#search.search .sp_top_name {
    letter-spacing: 0px; }
    html .sp_top_name h1, body#search.search .sp_top_name h1 {
      margin: auto;
      font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
      font-weight: 700;
      font-size: 2.5rem;
      padding-bottom: 5px;
      line-height: 2rem; }
      @media (max-width: 676px) {
        html .sp_top_name h1, body#search.search .sp_top_name h1 {
          font-size: 1.5rem; } }
    html .sp_top_name h2, body#search.search .sp_top_name h2 {
      margin: auto;
      font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
      font-size: 1.0rem;
      font-weight: 400; }
      @media (max-width: 676px) {
        html .sp_top_name h2, body#search.search .sp_top_name h2 {
          font-size: 1.0rem; } }
      html .sp_top_name h2 a, body#search.search .sp_top_name h2 a {
        color: var(--just_dark_enough);
        text-decoration: none; }
  html .sp_agenda_texts, body#search.search .sp_agenda_texts {
    width: 100%; }
  html .sp_agenda_title h2, body#search.search .sp_agenda_title h2 {
    margin: auto;
    font-size: 0.875rem;
    font-weight: 400; }
  html .sp_top_location, html .sp_top_url, body#search.search .sp_top_location, body#search.search .sp_top_url {
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 0; }
    html .sp_top_location i, html .sp_top_url i, body#search.search .sp_top_location i, body#search.search .sp_top_url i {
      color: var(--just_dark_enough);
      font-size: 0.9em;
      padding-right: 0.25rem;
      text-align: center;
      width: 0.7em; }
    html .sp_top_location a, html .sp_top_url a, body#search.search .sp_top_location a, body#search.search .sp_top_url a {
      color: var(--just_dark_enough);
      text-decoration: none; }
      @media (max-width: 676px) {
        html .sp_top_location a, html .sp_top_url a, body#search.search .sp_top_location a, body#search.search .sp_top_url a {
          text-decoration: underline; } }
      html .sp_top_location a:hover, html .sp_top_url a:hover, body#search.search .sp_top_location a:hover, body#search.search .sp_top_url a:hover {
        color: var(--primary_color);
        text-decoration: underline; }
        @media (max-width: 676px) {
          html .sp_top_location a:hover, html .sp_top_url a:hover, body#search.search .sp_top_location a:hover, body#search.search .sp_top_url a:hover {
            text-decoration: none; } }
  html .sp_top_url, body#search.search .sp_top_url {
    padding: 0px;
    display: none; }
    @media (max-width: 676px) {
      html .sp_top_url, body#search.search .sp_top_url {
        display: block; } }
  html .sp_rating, body#search.search .sp_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    margin-left: auto;
    text-decoration: none;
    color: var(--regular_text_color); }
    html .sp_rating:hover, body#search.search .sp_rating:hover {
      color: var(--primary_color); }
    html .sp_rating .star, body#search.search .sp_rating .star {
      color: #FFD600; }
    html .sp_rating .grade, body#search.search .sp_rating .grade {
      font-size: 1.1em; }
  @media (max-width: 676px) {
    html .sp_booking_container, body#search.search .sp_booking_container {
      border-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: fixed;
      z-index: 10000;
      padding: 20px 10px;
      width: calc(100% - 20px);
      bottom: 0px;
      left: 0px;
      background-color: white;
      border-top: 1px solid var(--primary_color); } }
  @media (max-width: 676px) {
    html .sp_booking_container .sp_booking_title_wrapper, body#search.search .sp_booking_container .sp_booking_title_wrapper {
      display: none; } }
  html .sp_booking_container .sp_contact, body#search.search .sp_booking_container .sp_contact {
    padding: 1rem 0px;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.8em; }
    @media (max-width: 676px) {
      html .sp_booking_container .sp_contact, body#search.search .sp_booking_container .sp_contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0; } }
    html .sp_booking_container .sp_contact i, body#search.search .sp_booking_container .sp_contact i {
      text-align: center;
      width: 1em; }
    html .sp_booking_container .sp_contact a, body#search.search .sp_booking_container .sp_contact a {
      color: var(--regular_text_color);
      text-decoration: none; }
      @media (max-width: 676px) {
        html .sp_booking_container .sp_contact a, body#search.search .sp_booking_container .sp_contact a {
          text-decoration: underline; } }
      html .sp_booking_container .sp_contact a:hover, body#search.search .sp_booking_container .sp_contact a:hover {
        text-decoration: underline;
        color: var(--primary_color); }
        @media (max-width: 676px) {
          html .sp_booking_container .sp_contact a:hover, body#search.search .sp_booking_container .sp_contact a:hover {
            text-decoration: none; } }
  @media (max-width: 676px) {
    html .sp_booking_container .sp_hide_on_mobile, body#search.search .sp_booking_container .sp_hide_on_mobile {
      display: none; } }
  html .sp_booking_container .sp_location, body#search.search .sp_booking_container .sp_location {
    padding-top: 0.25rem; }
    @media (max-width: 676px) {
      html .sp_booking_container .sp_location, body#search.search .sp_booking_container .sp_location {
        padding: 0; } }
    @media (max-width: 676px) {
      html .sp_booking_container .sp_location .location_name, body#search.search .sp_booking_container .sp_location .location_name {
        display: none; } }
  html .sp_booking_container .location_name, body#search.search .sp_booking_container .location_name {
    font-weight: 500; }
  html .sp_booking_container .sp_book, body#search.search .sp_booking_container .sp_book {
    padding: 0.5rem 0 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 676px) {
      html .sp_booking_container .sp_book, body#search.search .sp_booking_container .sp_book {
        padding: 0; } }
    html .sp_booking_container .sp_book .sp_book_button, body#search.search .sp_booking_container .sp_book .sp_book_button {
      padding: 14px 24px;
      background-color: var(--primary_color);
      color: white;
      border-radius: 5px;
      text-decoration: none;
      width: 100%;
      text-align: center; }
      html .sp_booking_container .sp_book .sp_book_button:hover, body#search.search .sp_booking_container .sp_book .sp_book_button:hover {
        -webkit-filter: brightness(120%);
                filter: brightness(120%); }
  html article.sp_article_opening_hours, body#search.search article.sp_article_opening_hours {
    padding: 0; }
  html .sp_article, body#search.search .sp_article {
    background: #FFFFFF;
    padding: 0 0 2.5rem 0;
    border-bottom: 1px solid var(--blue_border);
    margin-bottom: 2.5rem; }
    @media (max-width: 676px) {
      html .sp_article, body#search.search .sp_article {
        margin: 0; } }
  html .sp_article_content, body#search.search .sp_article_content {
    width: 100%; }
  html .sp_slider_parent, body#search.search .sp_slider_parent {
    margin-bottom: 2.5rem; }
  html .sp_slider_container, body#search.search .sp_slider_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */ }
  html .sp_slider, body#search.search .sp_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  html .sp_slide, body#search.search .sp_slide {
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    /* Ensure content overflows are hidden */ }
  html .sp_slide img, body#search.search .sp_slide img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover; }
  html .sp_navigation-dots, body#search.search .sp_navigation-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
  html .sp_navigation-dots .sp_dot, body#search.search .sp_navigation-dots .sp_dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer; }
  html .sp_navigation-dots .sp_dot:hover, body#search.search .sp_navigation-dots .sp_dot:hover {
    background-color: var(--primary_color); }
  html .sp_navigation-dots .sp_dot.active, body#search.search .sp_navigation-dots .sp_dot.active {
    background-color: white; }
  html .sp_slider-container:hover .sp_navigation-dots, body#search.search .sp_slider-container:hover .sp_navigation-dots {
    display: block; }
  html .sp_nav-arrow, body#search.search .sp_nav-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.5rem;
    color: white;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 1rem 2rem; }
  html .sp_nav-arrow i, body#search.search .sp_nav-arrow i {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* Apply shadow to the icon */
    font-size: 1.4em; }
  html .sp_nav-arrow-left, body#search.search .sp_nav-arrow-left {
    left: 0; }
  html .sp_nav-arrow-right, body#search.search .sp_nav-arrow-right {
    right: 0; }
  html .sp_article_title, body#search.search .sp_article_title {
    font-weight: 700;
    font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding-top: 0.3rem;
    padding-bottom: 0;
    font-size: 1.5em;
    max-width: 99%; }
  html .sp_article_title::after, body#search.search .sp_article_title::after {
    content: '.';
    color: var(--primary_color);
    margin-left: -5px; }
  html .open-hours-title, body#search.search .open-hours-title {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--blue_border); }
    html .open-hours-title i, body#search.search .open-hours-title i {
      display: none; }
  html .sp_agendas,
  html .sp_services,
  html .sp_languages,
  html .sp_course_clusters,
  html .sp_courses, body#search.search .sp_agendas,
  body#search.search .sp_services,
  body#search.search .sp_languages,
  body#search.search .sp_course_clusters,
  body#search.search .sp_courses {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1.5rem; }
  html .sp_about_text, body#search.search .sp_about_text {
    background: white;
    width: auto;
    padding-top: 1.5rem;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.5em; }
  html .sp_service,
  html .sp_language,
  html .sp_agenda_wrapper,
  html .sp_course_cluster,
  html .sp_course, body#search.search .sp_service,
  body#search.search .sp_language,
  body#search.search .sp_agenda_wrapper,
  body#search.search .sp_course_cluster,
  body#search.search .sp_course {
    background: var(--blue_background);
    border-radius: 999999px;
    padding: 8px 12px; }
    html .sp_service i,
    html .sp_language i,
    html .sp_agenda_wrapper i,
    html .sp_course_cluster i,
    html .sp_course i, body#search.search .sp_service i,
    body#search.search .sp_language i,
    body#search.search .sp_agenda_wrapper i,
    body#search.search .sp_course_cluster i,
    body#search.search .sp_course i {
      margin-right: 5px; }
    html .sp_service a,
    html .sp_language a,
    html .sp_agenda_wrapper a,
    html .sp_course_cluster a,
    html .sp_course a, body#search.search .sp_service a,
    body#search.search .sp_language a,
    body#search.search .sp_agenda_wrapper a,
    body#search.search .sp_course_cluster a,
    body#search.search .sp_course a {
      color: var(--regular_text_color);
      text-decoration: none;
      font-weight: 400;
      font-size: 14px;
      font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; }
    html .sp_service small,
    html .sp_language small,
    html .sp_agenda_wrapper small,
    html .sp_course_cluster small,
    html .sp_course small, body#search.search .sp_service small,
    body#search.search .sp_language small,
    body#search.search .sp_agenda_wrapper small,
    body#search.search .sp_course_cluster small,
    body#search.search .sp_course small {
      font-size: 0.8rem; }
  html .sp_agenda_wrapper, body#search.search .sp_agenda_wrapper {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  html .sp_language, body#search.search .sp_language {
    font-size: 14px; }
  html .sp_agenda_wrapper:hover,
  html .sp_service:hover,
  html .sp_course_cluster:hover,
  html .sp_course:hover,
  html .sp_agenda:active,
  html .sp_service:active,
  html .sp_course_cluster:active,
  html .sp_course:active,
  html .sp_agenda:focus,
  html .sp_service:focus,
  html .sp_course_cluster:focus,
  html .sp_course:focus, body#search.search .sp_agenda_wrapper:hover,
  body#search.search .sp_service:hover,
  body#search.search .sp_course_cluster:hover,
  body#search.search .sp_course:hover,
  body#search.search .sp_agenda:active,
  body#search.search .sp_service:active,
  body#search.search .sp_course_cluster:active,
  body#search.search .sp_course:active,
  body#search.search .sp_agenda:focus,
  body#search.search .sp_service:focus,
  body#search.search .sp_course_cluster:focus,
  body#search.search .sp_course:focus {
    text-decoration: none;
    background: var(--primary_color);
    text-decoration: none; }
    html .sp_agenda_wrapper:hover a,
    html .sp_service:hover a,
    html .sp_course_cluster:hover a,
    html .sp_course:hover a,
    html .sp_agenda:active a,
    html .sp_service:active a,
    html .sp_course_cluster:active a,
    html .sp_course:active a,
    html .sp_agenda:focus a,
    html .sp_service:focus a,
    html .sp_course_cluster:focus a,
    html .sp_course:focus a, body#search.search .sp_agenda_wrapper:hover a,
    body#search.search .sp_service:hover a,
    body#search.search .sp_course_cluster:hover a,
    body#search.search .sp_course:hover a,
    body#search.search .sp_agenda:active a,
    body#search.search .sp_service:active a,
    body#search.search .sp_course_cluster:active a,
    body#search.search .sp_course:active a,
    body#search.search .sp_agenda:focus a,
    body#search.search .sp_service:focus a,
    body#search.search .sp_course_cluster:focus a,
    body#search.search .sp_course:focus a {
      color: white; }
  html .sp_tiny_agenda_pic, body#search.search .sp_tiny_agenda_pic {
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    margin-right: 10px; }
  html .sp_agenda_name, body#search.search .sp_agenda_name {
    margin: auto;
    font-size: 0.9em; }
  html .sp_group, body#search.search .sp_group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #333;
    font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 0.8rem;
    margin-bottom: 0; }
  html .sp_opening-hours, body#search.search .sp_opening-hours {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    background: white; }
    html .sp_opening-hours .currently-closed, html .sp_opening-hours .currently-open, body#search.search .sp_opening-hours .currently-closed, body#search.search .sp_opening-hours .currently-open {
      margin-bottom: 1rem;
      display: block; }
    html .sp_opening-hours .currently-closed, body#search.search .sp_opening-hours .currently-closed {
      color: green; }
    html .sp_opening-hours .currently-closed, body#search.search .sp_opening-hours .currently-closed {
      color: red; }
    html .sp_opening-hours .open-hours-title, body#search.search .sp_opening-hours .open-hours-title {
      display: none; }
    html .sp_opening-hours .open-hours, body#search.search .sp_opening-hours .open-hours {
      padding: 0;
      margin: 0; }
      html .sp_opening-hours .open-hours td.location, body#search.search .sp_opening-hours .open-hours td.location {
        padding: 0;
        padding-top: 1rem; }
  html .open-hours td, body#search.search .open-hours td {
    padding: 5px;
    vertical-align: top; }
    html .open-hours td:first-child, body#search.search .open-hours td:first-child {
      text-align: left;
      text-transform: capitalize;
      color: var(--regular_text_color);
      font-size: 1.1em; }
    html .open-hours td:last-child, body#search.search .open-hours td:last-child {
      padding-left: 1rem;
      text-align: left;
      text-transform: capitalize;
      font-size: 1.1em;
      font-weight: 300;
      color: var(--regular_text_color); }
    html .open-hours td.location, html .open-hours td.currently, html .open-hours td.toggle, body#search.search .open-hours td.location, body#search.search .open-hours td.currently, body#search.search .open-hours td.toggle {
      text-align: left;
      padding: 0; }
      html .open-hours td.location i, html .open-hours td.currently i, html .open-hours td.toggle i, body#search.search .open-hours td.location i, body#search.search .open-hours td.currently i, body#search.search .open-hours td.toggle i {
        padding-right: 0.2rem; }
    html .open-hours td.location, body#search.search .open-hours td.location {
      padding-top: 0.8rem;
      font-size: 1rem; }
    html .open-hours td.currently, body#search.search .open-hours td.currently {
      padding-bottom: 1rem; }
    html .open-hours td.toggle, body#search.search .open-hours td.toggle {
      padding-top: 0.2rem; }
    html .open-hours td .currently-opened, body#search.search .open-hours td .currently-opened {
      background-color: #3D9970;
      color: white;
      font-weight: 400;
      font-size: 0.75em;
      padding: 0.25rem 0.5rem;
      border-radius: 99999px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-transform: none; }
    html .open-hours td .currently-closed, body#search.search .open-hours td .currently-closed {
      background-color: #db3726;
      color: white;
      font-weight: 400;
      font-size: 0.75em;
      padding: 0.25rem 0.5rem;
      border-radius: 99999px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-transform: none; }
    html .open-hours td .toggle-location-open-hours, body#search.search .open-hours td .toggle-location-open-hours {
      cursor: pointer; }
  html .open-hours .hidden, body#search.search .open-hours .hidden {
    display: none; }
  html .sp_article .sp_opening-hours .open-hours-title, body#search.search .sp_article .sp_opening-hours .open-hours-title {
    font-weight: 500;
    font-size: 1rem; }
  html .reviews, body#search.search .reviews {
    background: white;
    padding: 0;
    margin: 0 auto; }
  html .reviews-title, body#search.search .reviews-title {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center; }
  html .reviews-subtitle, body#search.search .reviews-subtitle {
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center; }
  html .review-card, body#search.search .review-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: Calc(100% - 2rem);
    background: white; }
  html .review-header, body#search.search .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  html .review-header > :nth-child(2), body#search.search .review-header > :nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px; }
  html .review-names, body#search.search .review-names {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  html .review-name, body#search.search .review-name {
    font-weight: 500; }
  html .review-star, body#search.search .review-star {
    color: #FFD600;
    padding: 0 0.1rem;
    font-size: 1.2em; }
  html .review-comment, body#search.search .review-comment {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 300; }
  html .review-reply, body#search.search .review-reply {
    margin: 1rem 0 0 3rem;
    padding: 1rem;
    background-color: #FFFFFF;
    border: 1px solid var(--blue_border);
    border-radius: 5px;
    overflow-y: hidden; }
  html .review-reply-content, body#search.search .review-reply-content {
    margin-bottom: 1rem; }
  html .review-pagination, body#search.search .review-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
    max-width: 90vw;
    overflow: auto; }
    html .review-pagination a, html .review-pagination span, html .review-pagination em, body#search.search .review-pagination a, body#search.search .review-pagination span, body#search.search .review-pagination em {
      padding: 0.25rem 0.5rem;
      font-size: 1rem;
      font-weight: 500; }
  html .reviews-masonry, body#search.search .reviews-masonry {
    -webkit-columns: 2 250px;
            columns: 2 250px;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    padding: 1rem 0; }
    @media (max-width: 1000px) {
      html .reviews-masonry, body#search.search .reviews-masonry {
        -webkit-columns: 2;
                columns: 2; } }
    @media (max-width: 676px) {
      html .reviews-masonry, body#search.search .reviews-masonry {
        -webkit-columns: 1;
                columns: 1; } }
    html .reviews-masonry .review-masonry-card, body#search.search .reviews-masonry .review-masonry-card {
      width: 100%;
      background-color: var(--blue_background);
      display: inline-block;
      padding: 1.5rem;
      -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
      transition: -webkit-box-shadow 0.1s ease-in-out;
      transition: box-shadow 0.1s ease-in-out;
      transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
      position: relative;
      margin: 0.5rem 0;
      border-radius: 5px;
      font-size: 0.875rem; }
      @media (max-width: 676px) {
        html .reviews-masonry .review-masonry-card, body#search.search .reviews-masonry .review-masonry-card {
          border-radius: 0 !important;
          width: calc(100% - 50px);
          margin-top: 0;
          margin-bottom: 20px;
          border: 0; } }
  html #sp_find_us_container, body#search.search #sp_find_us_container {
    border-bottom: 0px; }
  html .sp_find_us_location_address, body#search.search .sp_find_us_location_address {
    color: var(--regular_text_color);
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1rem;
    padding-bottom: 0.75rem; }
    html .sp_find_us_location_address i, body#search.search .sp_find_us_location_address i {
      padding-right: 0.25rem;
      font-size: 0.9em; }
  html #map, body#search.search #map {
    border-radius: 20px;
    height: 500px;
    width: 100%; }
  html footer, body#search.search footer {
    color: white;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem; }
  html .footer-content, body#search.search .footer-content {
    padding: 7rem 6rem;
    background-color: var(--primary_color);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9em; }
    @media (max-width: 676px) {
      html .footer-content, body#search.search .footer-content {
        padding: 20px 20px 30px 20px;
        margin: 0px;
        border-radius: 0px; } }
    html .footer-content h4, body#search.search .footer-content h4 {
      margin-bottom: 0.75rem; }
  html .footer-columns, body#search.search .footer-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 5rem; }
  html .footer-column p, body#search.search .footer-column p {
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 1.1rem; }
    html .footer-column p a, body#search.search .footer-column p a {
      color: white;
      text-decoration: none; }
      html .footer-column p a:hover, body#search.search .footer-column p a:hover {
        text-decoration: underline; }
  html .footer-bottom, body#search.search .footer-bottom {
    padding-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 676px) {
      html .footer-bottom, body#search.search .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    html .footer-bottom .footer_social-links, body#search.search .footer-bottom .footer_social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      html .footer-bottom .footer_social-links a, body#search.search .footer-bottom .footer_social-links a {
        margin: 0 10px; }
      html .footer-bottom .footer_social-links img, body#search.search .footer-bottom .footer_social-links img {
        max-width: 40px; }
  @media (max-width: 676px) {
    html .footer-columns, body#search.search .footer-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      html .footer-columns .footer-column, body#search.search .footer-columns .footer-column {
        margin: 20px 0 10px 20px; } }
  html .sp_bottom_section, body#search.search .sp_bottom_section {
    padding-bottom: 1rem; }
  html .footer_copyright, body#search.search .footer_copyright {
    margin: auto;
    text-align: center;
    font-weight: 300;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: var(--medium_grey);
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85em; }
  html #return_to_search_results, body#search.search #return_to_search_results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    font-size: 1em; }
.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
