html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  display: none !important;
}

a {
  text-decoration: none;
}

/*.website__container {
  overflow: hidden;
}*/

body {
  margin: 0;
}

.labelws__content {
  word-break: break-word;
}

/*:root {
  --primary_color: #7c3aed;
  --secondary_color: #1db5be;
  --accent1_color: #252b42;
  --background1_color: #f4fbfe;
  --header1_color: brown;
  --disabled_color: purple;
}*/

body,
#html_root-websites {
  background: #15083e;
}

.microsite__container {
  width: 1440px;
  display: flex;
  justify-content: center;
  margin-top: 160px;
  background: #15083e;
}

.microsite__container_blur {
  position: relative;
  width: 839px;
  background: rgba(246, 250, 255, 0.1);
  border-radius: 32px;
  margin-right: 26px;
  /*height: calc(100vh - 130px);
  overflow: scroll;*/
}

.microsite__store_circle {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 63px;
  margin-top: 50px;
}

.microsite__store_circle_opacity {
  position: absolute;
  width: 88px;
  height: 88px;
  background: var(--primary_color);
  border-radius: 1000px;
  opacity: 8%;
}

.microsite__store_name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 55px;
  font-feature-settings: "salt" on, "liga" off;
  color: White;
  padding-top: 32px;
  padding-bottom: 18px;
  padding-left: 63px;
  padding-right: 63px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.store_hours_open_until {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--primary_color);
  padding-left: 20px;
}

.store_hours_open_until_hour {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--primary_color);
  padding-left: 5px;
}

.store_hours_open_until_container {
  display: flex;
  align-items: center;
  padding-left: 63px;
}

.widget-booking__button-content {
  width: 315px;
  height: unset;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 19px;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 34px;
  margin-left: 63px;
}

.services_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: white;
  width: 100%;
  margin-left: 63px;
}

.services01__item-content.ok-google2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 8px;
  gap: 20px;
  width: 340px;
  background: #ffffff;
  border-radius: 16px;
}

.services01__items-list-content {
  padding: 20px 0;
}

.microsite__division_container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.microsite__division {
  width: 694px;
  height: 0px;
  border: 1px solid #e9e9e9;
}

.microsite__store_information {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: white;
  margin-left: 63px;
}

.microsite__store_information_dot {
  width: 6px;
  height: 6px;
  background: var(--primary_color);
  border-radius: 50%;
}

.microsite__store_information-contact {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: white;
  padding-left: 7px;
}

.microsite__store_information_row {
  display: flex;
  align-items: center;
  margin-left: 63px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.microsite__store_information_store_phone {
  width: 696px;
  height: 68px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.microsite__store_information_store_phone_container {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.microsite__store_information_store_phone_svg {
  margin-left: 20px;
  display: flex;
  justify-content: center;
}

.microsite__store_information_store_phone_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #3d3d3d;
  padding-left: 20px;
  width: 350px;
}

.microsite__store_information_store_phone_button {
  height: 36px;
  background: var(--primary_color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  margin-right: 16px;
  cursor: pointer;
}

.microsite__store_information_store_phone_button_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 0px;
}

.schedule__schedule-day-item {
  width: 343px;
  height: 54px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.schedule__schedule-day-week,
.schedule__schedule-day-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #3d3d3d;
}

.schedule__schedule-day-week {
  padding-left: 16px;
}

.schedule__schedule-day-label {
  padding-right: 16px;
}

.microsite__store_hours {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 10px;
  row-gap: 10px;
  padding: 10px 0;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.schedule__schedule-day-item-last {
  width: 696px;
}

.schedule__schedule-day-week-day {
  color: var(--primary_color);
}

.microsite__container_map_ver {
  position: relative;
  width: 470px;
  height: 590px;
  /* background-image: url(../images/microsite/map_vertical.png); */
  background-repeat: no-repeat;
  border-radius: 32px;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.microsite__container_map_hor {
  display: none;
  position: relative;
  width: 727px;
  height: 254px;
  left: 24px;
  top: 97px;
  /*background-image: url("../images/microsite/map_horizontal.png");*/
  background-repeat: no-repeat;
  border-radius: 32px;
  object-fit: cover;
}

.services01__container {
  display: flex;
  flex-direction: column;
  margin-top: 75px;
}

.services01__items-list-content {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 55px;
  row-gap: 40px;
  padding: 70px 0;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
}

.services01__label-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -0.025em;
  font-feature-settings: "liga" off;
  color: #111827;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.services01__item-content-subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #374151;
  max-width: 300px;
}

.widget-booking__button-content .widget__labels-second-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 9px;
  display: flex;
  align-items: flex-end;
  font-feature-settings: "liga" off;
  color: white;
  cursor: pointer;
}

.microsite__store_information_store_phone_button .services01__label-title {
  color: #ffffff;
  font-weight: 600 !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 0px;
}

.services01__item-content.ok-google2 svg {
  width: 40px;
  height: 40px;
}

/* BEGIN CONTACT FORM */
.microsite_contact-form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}

.microsite-contact-form-text {
  width: 90%;
}

.microsite_contact-form-text1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.microsite_contact-form-text2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.microsite_contact-form__container .contact-form-title,
.microsite_contact-form__container .contact-form-subtitle{
  display: none;
}

.microsite_contact-form__container .contact-form__container {
  padding-top: initial;
}

.microsite_contact-form__container .contact-form-customer-info {
  column-gap: 25px;
}

.microsite_contact-form__container .contact-form-label,
.microsite_contact-form__container .agreement-text {
  color: #FFFFFF;
}

/* ENDS CONTACT FORM */

/*Desktop ultra wide*/
@media (min-width: 1500px) {
  .services01__item-content-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: "liga" off;
  }

  .microsite_contact-form__container .contact-form-customer-info {
    column-gap: 28px;
  }
}

/*Desktop - Special Queries cases to change Desktop -> Tablet*/
@media (min-width: 1001px) and (max-width: 1499px) {
  .services01__item-content-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: "liga" off;
  }
}
/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
  .microsite__container {
    flex-direction: column-reverse;
  }

  .microsite__container_map_hor {
    display: initial;
    left: unset;
    top: unset;
    z-index: 11;
    width: 626px;
  }

  .microsite__container_map_ver {
    display: none;
  }

  .microsite__container {
    width: unset;
    height: unset;
    width: 100%;
    align-items: center;
  }

  .microsite__container_blur {
    margin-right: unset;
    width: 727px;
    top: -80px;
    padding-top: 70px;
    overflow-x: hidden;
    height: unset;
    overflow: unset;
  }

  #circle_one {
    position: absolute;
    width: 306px;
    height: 306px;
    left: -133px;
    top: 1440px;
  }

  #circle_two {
    position: absolute;
    width: 306px;
    height: 306px;
    left: 581px;
    top: 1916px;
  }

  #circle_three {
    display: none;
  }

  .widget-booking__button-content .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .widget-booking__button-content .widget__labels-second-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .services01__items-list-content {
    column-gap: 32px;
  }

  .microsite__store_information_store_phone {
    width: 680px;
  }

  .schedule__schedule-day-item {
    width: 335px;
  }

  .schedule__schedule-day-item-last {
    width: 680px;
  }

  .services01__item-content.ok-google2 {
    width: 313px;
  }

  .microsite_contact-form__container .contact-form-customer-info {
    column-gap: 45px;
  } 
  
  .microsite_contact-form__container {
    padding: initial;
  }
}
/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
  .microsite__container {
    flex-direction: column-reverse;
  }

  .microsite__container_map_hor {
    display: initial;
    left: unset;
    top: unset;
    z-index: 11;
    width: 626px;
  }

  .microsite__container_map_ver {
    display: none;
  }

  .microsite__container {
    width: unset;
    height: unset;
    width: 100%;
    align-items: center;
  }

  .microsite__container_blur {
    margin-right: unset;
    width: 727px;
    top: -80px;
    padding-top: 70px;
    overflow-x: hidden;
    height: unset;
    overflow: unset;
  }

  #circle_one {
    position: absolute;
    width: 306px;
    height: 306px;
    left: -133px;
    top: 1440px;
  }

  #circle_two {
    position: absolute;
    width: 306px;
    height: 306px;
    left: 581px;
    top: 1916px;
  }

  #circle_three {
    display: none;
  }

  .widget-booking__button-content .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .widget-booking__button-content .widget__labels-second-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .services01__items-list-content {
    column-gap: 32px;
  }

  .microsite__store_information_store_phone {
    width: 680px;
  }

  .schedule__schedule-day-item {
    width: 335px;
  }

  .schedule__schedule-day-item-last {
    width: 680px;
  }

  .services01__item-content.ok-google2 {
    width: 313px;
  }

  .microsite_contact-form__container {
    padding: initial;
  }

  .microsite_contact-form__container .contact-form-customer-info {
    column-gap: 50px;
  }    
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
  .microsite__container {
    flex-direction: column-reverse;
  }

  .microsite__container_map_ver {
    display: none;
  }

  .microsite__container {
    width: unset;
    height: unset;
    width: 100%;
    align-items: center;
    padding-top: 0px;
    margin-top: 80px;
  }

  .microsite__container_blur {
    margin-right: unset;
    width: 350px;
    top: -80px;
    padding-top: 70px;
    overflow-x: hidden;
    height: unset;
    overflow: unset;
  }

  .microsite__container_map_hor {
    display: initial;
    left: unset;
    top: unset;
    z-index: 11;
    width: 310px;
    height: 156px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    object-fit: cover;
  }

  #circle_one {
    position: absolute;
    width: 306px;
    height: 306px;
    left: -133px;
    top: 1440px;
  }

  #circle_two {
    position: absolute;
    width: 306px;
    height: 306px;
    left: 266px;
    top: 1855px;
  }

  #circle_three {
    display: none;
  }

  .microsite__store_name {
    width: 319px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    font-feature-settings: "salt" on, "liga" off;
    color: white;
    padding-left: 22px;
    padding-right: 22px;
  }

  .store_hours_open_until_container {
    padding-left: 22px;
  }

  .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
  }

  .microsite__store_information_store_phone {
    width: 303px;
  }

  .microsite__store_information_store_phone_text {
    display: none;
  }

  .schedule__schedule-day-item-last {
    width: 343px;
  }

  .widget-booking__button-content {
    column-gap: 8.5px;
    margin-left: auto;
    margin-right: auto;
  }

  .widget-booking__button-content .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .widget-booking__button-content .widget__labels-second-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
  }

  .schedule__schedule-day-item-last {
    width: 343px;
  }

  .services01__item-content.ok-google2 {
    width: 303px;
  }

  .services01__items-list-content {
    padding: 20px 0;
  }

  .services_title {
    margin-left: 20px;
  }

  .microsite__store_information {
    margin-left: 20px;
  }

  .microsite__store_circle {
    margin-left: 20px;
  }

  .microsite_contact-form__container .contact-form__container {
    padding: initial;
  }

  .microsite-contact-form-text {
    width: 100%;
  } 
  
  .microsite_contact-form__container .contact-form__input-content {
    width: 96%;
  }

  .microsite_contact-form__container .contact-form-customer-message {
    width: 96%;
    padding-right: 15px;
  }
}
/*Mobile - Special Queries cases to change Tablet -> Mobile*/
@media (min-width: 1px) and (max-width: 450px) {
  a {
    display: flex;
    justify-content: center;
  }

  .widget-booking__button-content {
    height: unset;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 19px;
    padding: 10px 10px;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: unset;
    margin-left: unset;
    margin-top: 30px;
    width: 90%;
  }

  .footer01__powered-label {
    width: unset;
  }

  .microsite__store_information_row {
    margin-left: 20px;
  }
}







/*Review section*/

.microsite-reviews__container .microsite-review__t {
  font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #565656;
    width: 690px;
    text-align: start;
    margin: 0 auto;
    margin-bottom: 25px;
}

.microsite-reviews__container .microsite-review__t {
  color: white;
}

.microsite-reviews__container .wgt-review__lbl-bottom {
  color: white;
}

.microsite-reviews__container .wgt-revws__reviews-footer-btn {
  border: 0px solid var(--secondary_color);
  background-color: var(--primary_color);
}

.microsite-reviews__container .wgt-loc__location-item-btn-icon path {
  fill: white !important;
}

.microsite-reviews__container .wgt-loc__location-item-btn-icon rect {
  stroke: white !important;
}

.microsite-reviews__container .wgt-review__lbl-btn {
  color: white;
}

.microsite-reviews__container .wgt-revws__reviews-btn-icon path {
  stroke: white;
}

.microsite-reviews__container {
  flex-direction: column;
}

/*Desktop ultra wide*/
@media (min-width: 1440px) {
  .microsite-reviews__container .wgt-revws__reviews-list {
    width: 695px;
    margin: 0 auto;
  }

  .microsite-reviews__container .wgt-review__lbl-bottom {
    width: 310px;
  }

  .microsite-reviews__container {
    height: 480px;
  }
}
/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
  .microsite-reviews__container .wgt-revws__reviews-list {
    width: 700px;
    margin: 0 auto;
  }

  .microsite-reviews__container .wgt-review__lbl-bottom {
    width: 310px;
  }

  .microsite-reviews__container {
    height: 480px;
  }
}
/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
  .microsite-reviews__container .wgt-revws__reviews-details {
    width: 95%;
  }

  .microsite-reviews__container {
    height: 590px;
  }

  .microsite-reviews__container .wgt-revws__reviews-list {
    margin: 0 auto !important;
  }
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
  .microsite-reviews__container .wgt-revws__reviews-details {
    /*width: 300px;*/
    margin: 0 auto;
  }

  .microsite-reviews__container {
    height: 590px;
  }

  .microsite-reviews__container .microsite-review__t {
    width: 300px;
  }

  .microsite-reviews__container .wgt-revws__reviews-list {
    margin: 0 auto !important;
  }

  .microsite__store_hours {
    width: 305px;
  }
}