@charset "UTF-8";
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
.wb-faq__list-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #898989;
}
.wb-faq__item {
  --faq-icon: url("https://watchbox-sfcc.imgix.net/icons/wb_sprite.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5#plus") no-repeat center;
}
.wb-faq__item[open] {
  --faq-icon: url("https://watchbox-sfcc.imgix.net/icons/wb_sprite.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5#minus-dark") no-repeat center;
}
.wb-faq__question {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-family: decimal-book, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  list-style: none;
}
.wb-faq__question::-webkit-details-marker, .wb-faq__question::marker {
  display: none;
}
.wb-faq__question::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: var(--faq-icon);
}
.wb-faq__answer {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wb-faq__answer p, .wb-faq__answer li, .wb-faq__answer a {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-family: decimal-book, sans-serif;
  font-weight: 400;
}
.wb-faq__answer p:last-child {
  margin-bottom: 0;
}
.wb-faq__answer a {
  --hyperlink-color: #1d1b1c;
  border-bottom: 1px solid var(--hyperlink-color);
  color: var(--hyperlink-color);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.wb-faq__answer a:hover {
  --hyperlink-color: #57575B;
  color: var(--hyperlink-color);
  border-color: var(--hyperlink-color);
}
.wb-faq__answer ul {
  list-style-type: disc;
  list-style-position: inside;
}

/* Helper for getting a color from a map */
/* Helper for setting a color */
.ns-btn {
  --btn-bg-color: #000;
  --btn-label-color: #fff;
  --btn-border-color: var(--btn-bg-color);
  --btn-padding-x: 24px;
  --btn-height: 2.5rem;
  --btn-width: 100%;
  --btn-cursor: pointer;
  --btn-uppercase: uppercase;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.01313rem;
  text-transform: uppercase;
  text-transform: var(--btn-uppercase) !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0 var(--btn-padding-x);
  width: var(--btn-width);
  min-height: var(--btn-height);
  background-color: var(--btn-bg-color);
  color: var(--btn-label-color);
  border: 1px solid var(--btn-border-color);
  border-radius: 8px;
  -webkit-transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
  cursor: var(--btn-cursor);
}
.ns-btn:hover {
  --btn-bg-color: #dfddd2;
  --btn-label-color: #000;
}
.ns-btn:active {
  --btn-bg-color: #9c9a90;
}
.ns-btn:disabled {
  --btn-bg-color: #e9e9e9;
  --btn-label-color: #434343;
  --btn-cursor: default;
}
.ns-btn--secondary {
  --btn-bg-color: #fff;
  --btn-border-color: #000;
  --btn-label-color: #000;
}
.ns-btn--secondary:hover {
  --btn-border-color: var(--btn-bg-color);
}
.ns-btn--subtle {
  --btn-bg-color: transparent;
  --btn-label-color: #000;
}
.ns-btn--link {
  --btn-bg-color: transparent;
  --btn-label-color: #000;
  --btn-border-color: #000;
  --btn-padding-x: 0;
  --btn-width: auto;
  --btn-height: auto;
  --btn-uppercase: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: inherit;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--btn-border-color);
}
.ns-btn--link:hover {
  --btn-bg-color: transparent;
  --btn-label-color: #7b7b7b;
  --btn-border-color: #7b7b7b;
}
.ns-btn--icon {
  --btn-bg-color: transparent;
  --btn-padding-x: 0;
  --btn-width: auto;
  --btn-height: auto;
  border-width: 0;
  border-radius: 0;
}
.ns-btn--icon:hover {
  --btn-bg-color: transparent;
}
.ns-btn--sm {
  --btn-height: 2.25rem;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
}
.ns-btn--lg {
  --btn-height: 2.75rem;
}

/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
.wb-checkbox {
  --checkbox-size: 1.5rem;
  --checkbox-gap: .75rem;
}
.wb-checkbox--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wb-checkbox__label {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
  --checkbox-opacity: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: var(--checkbox-gap);
     -moz-column-gap: var(--checkbox-gap);
          column-gap: var(--checkbox-gap);
}
.wb-checkbox__label::before, .wb-checkbox__label::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  margin: 0;
  border: 2px solid #000;
  border-radius: 0;
}
.wb-checkbox__label::after {
  position: absolute;
  background-image: url("https://watchbox-sfcc.imgix.net/icons/wb_sprite.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5#check-light");
  background-color: #000;
  opacity: var(--checkbox-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.wb-checkbox__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5ch;
     -moz-column-gap: 0.5ch;
          column-gap: 0.5ch;
}
.wb-checkbox__input:checked + .wb-checkbox__label {
  --checkbox-opacity: 1;
}

.btn-text-cta {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: decimal-book, sans-serif;
  font-weight: 400;
  border: 0;
  padding: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-family: decimal-medium, sans-serif;
  -webkit-appearance: none !important;
  color: #1d1b1c;
  text-decoration: underline;
}
.btn-text-cta:active {
  color: #1d1b1c !important;
}

.styled-checkbox {
  opacity: 0;
  position: relative;
  width: 16px;
  height: 16px;
  z-index: 1;
  cursor: pointer;
}
.styled-checkbox + .checkmark {
  position: relative;
  cursor: pointer;
  padding: 0;
  left: -16px;
  top: -1px;
}
.styled-checkbox + .checkmark:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
}
.styled-checkbox:checked + .checkmark:before {
  background: #fff;
}
.styled-checkbox:checked + .checkmark:after {
  content: "✓";
  color: #131e29;
  font-weight: bold;
  position: absolute;
  left: 2px;
  top: -2px;
  width: 2px;
  height: 2px;
  font-size: 21px;
}

.ns-form__descr {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
.ns-form__required-descr {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.ns-form__fields {
  --form-col-gap: 1.5rem;
  --form-row-gap: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--form-row-gap) var(--form-col-gap);
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .ns-form__fields {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2.5rem;
  }
}
.ns-form__group--full-span {
  grid-column: 1/-1;
}
.ns-form__input, .ns-form__textarea, .ns-form__select, .ns-form__date-input {
  --padding-y: 0;
  --padding-x: .75rem;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  width: 100%;
  height: 46px;
  padding: var(--padding-y) var(--padding-x);
  border: 1px solid #7b7b7b;
  border-radius: 0;
  color: #000 !important;
  background-color: #fff !important;
}
@media (min-width: 1024px) {
  .ns-form__input, .ns-form__textarea, .ns-form__select, .ns-form__date-input {
    --padding-y: 1rem;
    --padding-x: .75rem;
  }
}
.ns-form__date-input-wrapper {
  --padding-x: .75rem;
  position: relative;
}
.ns-form__date-input-wrapper::after {
  content: "";
  position: absolute;
  right: var(--padding-x);
  top: 0;
  display: inline-block;
  width: 1.75rem;
  height: 46px;
  background: url("https://watchbox-sfcc.imgix.net/icons/wb_sprite.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5#schedule-appt-dark") no-repeat center;
  pointer-events: none;
}
.ns-form__date-input::-webkit-calendar-picker-indicator {
  width: 2.5rem;
  opacity: 0;
}
.ns-form__select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.ns-form__textarea {
  height: auto;
  resize: none;
}
.ns-form__select-wrapper {
  position: relative;
}
.ns-form__select-wrapper::after {
  content: "";
  background-image: url("https://watchbox-sfcc.imgix.net/arrow-down-black.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5");
  -webkit-transform: rotate(0);
          transform: rotate(0);
  height: 20px;
  width: 20px;
  top: 13px;
  right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin-top: 0;
  z-index: 2;
  pointer-events: none;
}
.ns-form__label {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  display: block;
  margin: 0;
  margin-bottom: 0.25rem;
}
.ns-form__form-group--full-span {
  grid-column: 1/-1;
}
.ns-form .iti__flag-container {
  bottom: auto;
  height: 44px;
}

span.mandatory {
  color: #b93535;
}

.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: #00a1e0;
  border-radius: 0;
  color: #00a1e0;
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: #00a1e0;
  color: #f9f9f9;
}
.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
@media (min-width: 769px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 769px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
  }
}

.map-marker {
  float: left;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 0.375em;
  color: #fff;
  background-color: #7ed0ee;
  position: relative;
}
.map-marker::after {
  position: absolute;
  bottom: -0.625em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0.5em 0;
  border-color: #7ed0ee transparent transparent transparent;
}

.gm-style-iw .store-details {
  margin-left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.gm-style-iw a {
  color: #0070d2;
}

.map-canvas {
  display: none;
}
@media (min-width: 544px) {
  .map-canvas {
    height: 28.125em;
    display: block;
  }
}

.store-name {
  font-weight: 600;
}

.store-details {
  display: block;
  margin-left: 3.125em;
}

.store-locator-no-apiKey {
  display: none;
}

.store-locator-no-results {
  display: none;
}

.store-locator-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}
@media (min-width: 544px) {
  .store-locator-hero {
    display: none;
  }
}

@media (min-width: 769px) {
  .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
    margin-right: -0.938em;
  }
}

/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
body {
  --scrollbarWidth: 0px;
}
body.modal-open {
  overflow-y: hidden !important;
  width: calc(100% - var(--scrollbarWidth));
}

.window-modal {
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .window-modal {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 1024px) {
  .window-modal {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.window-modal.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.window-modal.is-active .close-btn {
  opacity: 1;
}

.window-modal-underlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateX(101vw);
          transform: translateX(101vw);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 1999999999;
}
@media (prefers-reduced-motion: reduce) {
  .window-modal-underlay {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 1024px) {
  .window-modal-underlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.window-modal-underlay.is-active {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1024px) {
  .window-modal-underlay.is-active + div.modal-bg {
    height: 100vh;
  }
}

.modal-bg {
  display: none;
}
@media (min-width: 1024px) {
  .modal-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100vw;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
  }
}
.modal-bg.is-active {
  opacity: 1;
}

.close-btn-wrapper {
  position: sticky;
  top: 0px;
  height: 0;
  z-index: 2;
}

.close-btn {
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 8px;
  border: 0;
  background: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .close-btn {
    margin-right: 1.5rem;
    margin-top: 5px;
  }
}
.close-btn > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
  z-index: 3;
  -webkit-transition: -webkit-transform 50ms ease-out;
  transition: -webkit-transform 50ms ease-out;
  transition: transform 50ms ease-out;
  transition: transform 50ms ease-out, -webkit-transform 50ms ease-out;
}
.close-btn:active > img {
  -webkit-transform: scale3d(0.95, 0.95, 1);
          transform: scale3d(0.95, 0.95, 1);
}

@CHARSET "ISO-8859-1";
@font-face {
  font-family: "Blanka Expanded";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://watchbox-sfcc.imgix.net/webfonts/the-1916-co/F37Blanka-RegularExpanded.woff2") format("woff2"), url("https://watchbox-sfcc.imgix.net/webfonts/the-1916-co/F37Blanka-RegularExpanded.woff") format("woff");
}
@font-face {
  font-family: "Blanka Expanded";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("https://watchbox-sfcc.imgix.net/webfonts/the-1916-co/F37Blanka-MediumExpanded.woff2") format("woff2"), url("https://watchbox-sfcc.imgix.net/webfonts/the-1916-co/F37Blanka-MediumExpanded.woff") format("woff");
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

article {
  background: #fff;
  width: min(100%, 1450px);
  min-height: 100vh;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 2px 12px rgba(0, 0, 0, 0.2);
}

.main-content {
  padding-bottom: 5rem;
}

.page {
  overflow: visible;
}

.store-region {
  padding-bottom: 3rem;
  scroll-margin-top: 5rem;
}
@media (min-width: 1024px) {
  .store-region {
    border-width: 0;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .store-region {
    scroll-margin-top: 6rem;
  }
}
.store-region__heading {
  line-height: 1;
  font-family: "Blanka Expanded", ui-sans-serif, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.035rem;
  padding-bottom: 1.25rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .store-region__heading {
    padding-bottom: 2rem;
  }
}

.store-gallery {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .store-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media (min-width: 1024px) {
  .store-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.iti--container {
  z-index: 9999999999 !important;
}

.phone-with-country-code .iti__flag-container {
  top: 0;
}
.phone-with-country-code .iti__selected-flag {
  height: 44px;
}
.phone-with-country-code .iti__selected-flag .iti__arrow {
  margin: 0 0 0.375rem 1rem;
  border: solid #000;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 0.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .phone-with-country-code .iti__selected-flag .iti__arrow {
    margin: 0.375rem 0px 0.745rem 0.625rem;
    width: 8px;
    height: 8px;
  }
}
.phone-with-country-code .iti__selected-flag .iti__arrow:after {
  font-size: 12px;
  font-size: 1rem;
  width: 53px;
}
@media (min-width: 1024px) {
  .phone-with-country-code .iti__selected-flag .iti__arrow:after {
    width: 55px;
  }
}

.region-nav-wrapper {
  position: sticky !important;
  top: 0;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  z-index: 3;
}
@media (min-width: 1024px) {
  .region-nav-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
  }
}

.region-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
@media (min-width: 1024px) {
  .region-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.region-nav__item {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  padding: 0 1.5rem 1rem;
}
.region-nav__item--is-active {
  color: #000;
  border-bottom: 2px solid #000;
}
.region-nav__item:not(.region-nav__item--is-active) {
  color: #555;
}
.region-nav__item > a {
  font-size: inherit;
  color: inherit;
}

address {
  font-size: 18px;
  font-size: 1.5rem;
}

.appt-modal {
  padding-inline: 15px;
}
.appt-modal__heading {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: -0.0475rem;
  padding-top: 6.5rem;
  padding-bottom: 3.5rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .appt-modal__heading {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 3.188rem;
    font-weight: 400;
    letter-spacing: -0.06375rem;
    padding-bottom: 3rem;
  }
}
.appt-modal__descr {
  text-align: center;
  margin-bottom: 2.75rem;
}
@media (min-width: 1024px) {
  .appt-modal__descr {
    margin-bottom: 3rem;
  }
}
.appt-modal__location {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 1rem;
}
.appt-modal__addr {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .contact-us-info-form__fields {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    grid-template-areas: "fname lname" "email email" "phone phone" "country zip" "appt-date appt-time" "subject subject" "msg msg";
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__fname {
    grid-area: fname;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__lname {
    grid-area: lname;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__email {
    grid-area: email;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__phone {
    grid-area: phone;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__country {
    grid-area: country;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__zip {
    grid-area: zip;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__appt-date {
    grid-area: appt-date;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__appt-time {
    grid-area: appt-time;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__subject {
    grid-area: subject;
  }
}
@media (min-width: 1024px) {
  .contact-us-info-form__msg {
    grid-area: msg;
  }
}

.appt-form-wrapper {
  --salutation-w: 5rem;
  width: min(100%, 64rem);
  margin: auto;
}
.appt-form-wrapper .salutation-wrapper {
  position: absolute;
  width: var(--salutation-w);
}
.appt-form-wrapper .salutation {
  border-right: 0;
  cursor: pointer;
}
.appt-form-wrapper .firstName {
  padding-left: calc(var(--padding-x) + var(--salutation-w));
}

.calendly-widget-wrapper {
  position: relative;
  width: min(100%, 80rem);
  height: 1200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .calendly-widget-wrapper {
    height: 1100px;
  }
}

address.block {
  margin-bottom: 0.75rem;
}
address.block > span {
  display: block;
}
address.block > span.city, address.block > span.state, address.block > span.country {
  display: inline;
}
address.block > span.city::after, address.block > span.state::after {
  content: ", ";
}
address.inline > span:not(:last-child):not(.state):not(.country)::after {
  content: ", ";
}
address.inline > span.postal-code::before {
  content: " ";
}

.location-img-wrapper,
.gallery-img-wrapper {
  position: relative;
}
.location-img-wrapper.is-coming-soon::before,
.gallery-img-wrapper.is-coming-soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 27, 28, 0.3);
  z-index: 1;
}

.coming-soon-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.social-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.checkmark-icon-wrapper {
  display: grid;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 50%;
}

.checkmark-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.hamburger-menu > img {
  max-width: none;
}

.page-intro {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-intro {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-intro {
    margin-top: 2rem;
  }
}
.page-intro__heading {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 3.188rem;
  font-weight: 400;
  letter-spacing: -0.06375rem;
}
@media (min-width: 1024px) {
  .page-intro__heading {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 4.188rem;
    font-weight: 400;
    letter-spacing: -0.08375rem;
  }
}
.page-intro__descr {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  text-align: left;
  width: min(100%, 51rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-intro__descr {
    text-align: inherit;
  }
}

.gallery-card {
  --tag-gap: .5ch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0;
  border-bottom: 4px solid #f4f4f4;
}
@media (min-width: 768px) {
  .gallery-card {
    padding: 0;
    border-width: 0;
  }
}
.gallery-card:first-child {
  padding-top: 0;
}
.gallery-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--tag-gap);
     -moz-column-gap: var(--tag-gap);
          column-gap: var(--tag-gap);
  margin-bottom: 1rem;
}
.gallery-card__content {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-card__store-name {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.035rem;
  margin-bottom: 0.75rem;
}
.gallery-card__store-name > .btn-modal {
  color: #000;
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.gallery-card__address {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #434343;
}
.gallery-card__address > span:not(:last-child)::after {
  content: ", ";
}
.gallery-card__address > span:has(+ .addr-zip)::after {
  content: " ";
}
.gallery-card__services {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
}
.gallery-card__btn-wrapper {
  display: grid;
  row-gap: 0.75rem;
}
.gallery-card__btn {
  width: 100%;
  /* Visible for SEO purposes */
}
.gallery-card__btn-seo {
  position: absolute;
  left: -10000px;
  visibility: visible;
}

.coming-soon-label {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  color: #000;
}
.coming-soon-label--green {
  color: #4c6663;
}
.coming-soon-label:has(+ .coming-soon-label) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--tag-gap);
     -moz-column-gap: var(--tag-gap);
          column-gap: var(--tag-gap);
}
.coming-soon-label:has(+ .coming-soon-label)::after {
  content: "|";
  color: #000;
}
@media (min-width: 1024px) {
  .coming-soon-label {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.0175rem;
  }
}

.gallery-img-wrapper {
  height: 0;
  margin-bottom: 1rem;
  padding-top: 80%;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .gallery-img-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .gallery-img-wrapper:hover > img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
}
.gallery-img-wrapper:hover > .coming-soon-svg-wrapper {
  pointer-events: none;
}
@media (min-width: 1480px) {
  .gallery-img-wrapper:hover > .coming-soon-svg-wrapper {
    opacity: 1;
  }
}
.gallery-img-wrapper > .coming-soon-svg-wrapper {
  width: max(12rem, 12vw);
  height: max(12rem, 12vw);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media (min-width: 1480px) {
  .gallery-img-wrapper > .coming-soon-svg-wrapper {
    opacity: 0;
  }
}
@media (min-width: 1480px) and (prefers-reduced-motion: reduce) {
  .gallery-img-wrapper > .coming-soon-svg-wrapper {
    opacity: 1;
  }
}

.gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.coming-soon-svg-wrapper {
  position: absolute;
  width: clamp(12rem, 12vw, 18rem);
  height: clamp(12rem, 12vw, 18rem);
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

svg.coming-soon {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (prefers-reduced-motion: no-preference) {
  svg.coming-soon {
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
svg.coming-soon path {
  fill: #fff;
  stroke: #fff;
}

.banner-img {
  height: 20.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .banner-img {
    height: 40.25rem;
  }
}
@media (min-width: 1024px) {
  .banner-img {
    height: 71.5rem;
  }
}

.profile-heading {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.035rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .profile-heading {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 3.188rem;
    font-weight: 400;
    letter-spacing: -0.06375rem;
  }
}

.profile-section-heading {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: -0.0475rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .profile-section-heading {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 3.188rem;
    font-weight: 400;
    letter-spacing: -0.06375rem;
  }
}

.location-profile-content {
  --profile-row-gap: 1.5rem;
  display: grid;
  row-gap: var(--profile-row-gap);
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  width: min(100%, 72rem);
  margin: 2.5rem auto;
}
@media (min-width: 768px) {
  .location-profile-content {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-template-rows: -webkit-max-content -webkit-max-content auto auto;
    grid-template-rows: max-content max-content auto auto;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 3rem;
  }
}
.location-profile-content a:not(.ns-btn),
.location-profile-content address,
.location-profile-content dd,
.location-profile-content dt,
.location-profile-content li,
.location-profile-content p {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
.location-profile-content a:not(.ns-btn) {
  --hyperlink-color: #1d1b1c;
  border-bottom: 1px solid var(--hyperlink-color);
  color: var(--hyperlink-color);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.location-profile-content a:not(.ns-btn):hover {
  --hyperlink-color: #57575B;
  color: var(--hyperlink-color);
  border-color: var(--hyperlink-color);
}
@media (min-width: 768px) {
  .location-profile-content__header {
    grid-column: 1/-1;
  }
}
.location-profile-content__ctas {
  display: grid;
  row-gap: 1.25rem;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .location-profile-content__ctas:has(+ .location-description-wrapper:not(.d-none)) {
    grid-row-start: 3;
  }
}
.location-profile-content__btn {
  width: 100%;
}
@media (min-width: 576px) {
  .location-profile-content__btn {
    width: min(100%, 24.5rem);
  }
}
@media (min-width: 1024px) {
  .location-profile-content__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.location-profile-content__heading {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .location-profile-content__heading {
    margin-bottom: 1rem;
  }
}
.location-profile-content .email-icon {
  background: url("https://watchbox-sfcc.imgix.net/icons/wb_sprite.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5#email-dark") no-repeat center;
}
.location-profile-content__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
@media (min-width: 1024px) {
  .location-profile-content__column--second {
    row-gap: 4rem;
  }
}

.location-profile__brand {
  margin: 0 0 24px 0;
  --template-columns: 5;
}
@media (max-width: 767.98px) {
  .location-profile__brand--complete > .location-profile__brand-list__more {
    display: none !important;
    visibility: hidden !important;
  }
  .location-profile__brand--expanded > .location-profile__brand-list__more {
    display: none !important;
    visibility: hidden !important;
  }
  .location-profile__brand--expanded > .location-profile__brand-list__less {
    display: inline-block !important;
    visibility: visible !important;
  }
  .location-profile__brand--expanded > .location-profile__brand-list--more {
    display: grid !important;
    visibility: visible !important;
  }
}
.location-profile__brand-heading {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #dfddd2;
  color: #000;
  text-transform: uppercase;
}
.location-profile__brand-list {
  display: grid;
  color: #000;
  padding: 0;
  margin: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #f4f4f4));
  background-image: linear-gradient(180deg, white 50%, #f4f4f4 50%);
  background-repeat: repeat;
  background-size: 100px 80px;
}
.location-profile__brand-list__more {
  display: none;
  margin: 0 0 0 8px;
}
@media (max-width: 767.98px) {
  .location-profile__brand-list__more {
    display: inline-block;
  }
}
.location-profile__brand-list__less {
  display: none;
  margin: 0 0 0 8px;
}
.location-profile__brand-list--more {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .location-profile__brand-list--more {
    display: grid;
    visibility: visible;
  }
}
.location-profile__brand-list > li {
  padding: 8px;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  color: #000;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  vertical-align: middle;
}
.location-profile__brand-list > li a {
  text-decoration: none !important;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  color: #000;
  border-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .location-profile__brand-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .location-profile__brand-list {
    grid-template-columns: repeat(var(--template-columns), 1fr);
  }
}

.location-description-wrapper {
  grid-column: 1/-1;
}

@media (min-width: 1350px) {
  .location-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .location-profile--brands {
    display: block;
  }
}
@media (min-width: 1350px) {
  .location-profile__section {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media (max-width: 1349.98px) {
  .location-profile__section--tight {
    margin-top: -1rem !important;
    margin-bottom: 1rem !important;
  }
}
.location-profile__icon-label {
  --desktop-gap: 1rem;
}
.location-profile__icon-label:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .location-profile__icon-label:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}

.location-img-wrapper {
  position: relative;
  height: 32rem;
}
@media (min-width: 1024px) {
  .location-img-wrapper {
    height: 55rem;
  }
}
@media (min-width: 1350px) {
  .location-img-wrapper {
    height: auto;
    min-height: 55rem;
    width: 50%;
  }
}

.location-profile-swiper {
  height: 100%;
}
.location-profile-swiper__wrapper {
  height: 100% !important;
}
.location-profile-swiper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.location-profile-swiper__pagination {
  position: absolute;
  bottom: 2rem !important;
  left: 0;
  right: 0;
  margin: 0 !important;
}

.location-address-list {
  display: grid;
  row-gap: 0.75rem;
}
.location-address-list__link {
  text-transform: uppercase;
}

.location-hours__descr {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
}
.location-hours__hours-list > p {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  color: #000;
}
.location-hours__hours-list > dl {
  text-transform: uppercase;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #000;
}
@media (min-width: 768px) {
  .location-hours__hours-list > dl {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.location-hours__hours-list dt {
  color: inherit;
}
.location-hours__hours-list dt.is-current, .location-hours__hours-list dt.is-current + dd {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
.location-hours__hours-list dt::after {
  content: ":";
}
.location-hours__hours-list dd {
  text-align: right;
  white-space: nowrap;
  margin-bottom: 0;
  color: inherit;
}

.location-social-list {
  display: grid;
  row-gap: 1.25rem;
}
.location-social-list > .icon-label {
  margin-bottom: 0;
}

.location-services-list {
  list-style: disc inside;
}

.language-list__item {
  text-transform: capitalize;
}

.location-employees__header {
  width: min(100%, 64rem);
  margin: 0 auto 3rem;
}
@media (min-width: 1024px) {
  .location-employees__header {
    margin-bottom: 4.25rem;
  }
}

.service-list {
  --service-offset: 20px;
}

.service-item.is-active .service-content, .service-item > .service-wrapper:hover .service-content {
  -webkit-transform: translate3d(0, 0 0);
          transform: translate3d(0, 0 0);
}
.service-item.is-active img, .service-item > .service-wrapper:hover img {
  -webkit-transform: translate3d(0, -5rem, 0);
          transform: translate3d(0, -5rem, 0);
}
.service-item.is-active .service-trigger, .service-item > .service-wrapper:hover .service-trigger {
  color: #000;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.service-wrapper > img,
.service-wrapper > .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.service-wrapper > .service-content {
  min-height: 100%;
  background: #000;
  -webkit-transform: translate3d(0, calc(100% - var(--service-offset)), 0);
          transform: translate3d(0, calc(100% - var(--service-offset)), 0);
}
.service-wrapper > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: lightgray;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.service-wrapper h4 {
  font-size: 18px;
  font-size: 1.5rem;
  font-family: decimal-book, sans-serif;
  padding: 1.5rem 0;
  text-align: center;
}

.service-trigger {
  font-size: 18px;
  font-size: 1.5rem;
  display: grid;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 2rem auto 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.service-trigger:hover {
  color: #000;
  background: #fff;
}

.location-employee-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2rem;
}
@media (min-width: 768px) {
  .location-employee-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .location-employee-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-card {
  cursor: pointer;
}
.team-card .team-img-wrapper {
  position: relative;
  height: 0;
  padding-top: 150%;
  margin-bottom: 1rem;
}
.team-card .team-img-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-card h4 {
  line-height: 1;
  font-family: "Blanka Expanded", ui-sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .team-card h4 {
    line-height: 1;
    font-family: "Blanka Expanded", ui-sans-serif, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.02625rem;
  }
}
.team-card h5 {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4.5rem;
  }
}

.news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  padding-right: 1rem;
}
.news-content .more-link {
  display: block;
}

.news-img-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .news-img-wrapper {
    margin-bottom: 0;
  }
}

.bambooJobs > h2 {
  margin-bottom: 4.5rem;
}
.bambooJobs > p {
  width: min(100%, 48rem);
  margin: 0 auto 3rem;
}
.bambooJobs h4,
.bambooJobs p {
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-family: decimal-light, sans-serif;
}

.job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .job-item {
    -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;
  }
}
@media (min-width: 768px) {
  .job-item > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.job-item h3,
.job-item h4,
.job-item p {
  text-align: center;
}
@media (min-width: 768px) {
  .job-item h3,
  .job-item h4,
  .job-item p {
    text-align: left;
  }
}
.job-item h3 {
  font-size: 24px;
  font-size: 2rem;
}
.job-item h4 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .job-item h4 {
    margin-bottom: 0;
  }
}
.job-item a {
  font-size: 10px;
  font-size: 0.8333333333rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .job-item a {
    margin-right: 0;
  }
}
.job-item p {
  width: 100%;
  max-width: 32rem;
}
.job-item .dept {
  font-family: decimal-medium, sans-serif;
}

.form-width {
  width: min(100%, 66rem);
}

@media (min-width: 768px) {
  .received-message {
    padding: calc(120px - 6.5rem) 0;
  }
}
@media (min-width: 1200px) {
  .received-message {
    padding: calc(240px - 6.5rem) 0;
  }
}
.received-message > p {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  max-width: 64rem;
  margin-bottom: 0;
}

.profile-transition-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-transition-btns > button {
  font-size: 10px;
  font-size: 0.8333333333rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
@media (min-width: 576px) {
  .profile-transition-btns > button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.profile-transition-btns > button:not(.d-none) + button {
  border-left-style: none;
}

.veil {
  position: absolute;
  height: 100%;
  width: 100%;
}

.calendly-container {
  height: 65rem;
}
@media (min-width: 768px) {
  .calendly-container {
    height: 72rem;
  }
}

.wechat {
  text-align: center;
}
.wechat__qr {
  width: min(100%, 35.5rem);
}

.location-faq {
  margin: 2.5rem auto;
  width: min(100%, 65rem);
}
@media (min-width: 768px) {
  .location-faq {
    margin: 6.5rem auto 3.5rem;
  }
}
.location-faq__heading {
  line-height: 1;
  font-family: "Blanka Expanded", ui-sans-serif, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.035rem;
  text-align: center;
  margin-bottom: 3rem;
}

.location-about-txt {
  width: min(100%, 65rem);
  margin: 3rem auto;
}
.location-about-txt__heading {
  line-height: 1;
  font-family: "Blanka Expanded", ui-sans-serif, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.035rem;
  text-align: center;
}
.location-about-txt__heading + .location-about-txt__body {
  margin-bottom: 3rem;
}
.location-about-txt__subheading {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .location-about-txt__subheading {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 500;
  }
}
.location-about-txt__body {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.location-about-txt__body:last-child {
  margin-bottom: 0;
}
.location-about-txt__list {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 300;
  list-style: disc inside;
  margin-bottom: 1.5rem;
}
.location-about-txt__link {
  --hyperlink-color: #1d1b1c;
  border-bottom: 1px solid var(--hyperlink-color);
  color: var(--hyperlink-color);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  font-size: inherit;
  font-family: inherit;
}
.location-about-txt__link:hover {
  --hyperlink-color: #57575B;
  color: var(--hyperlink-color);
  border-color: var(--hyperlink-color);
}

.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-black a {
  color: #ffffff;
}
.bg-black a:hover {
  color: #ffc343;
}

.section-padding-vert {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section-padding-vert {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 576px) {
  .section-padding-vert {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

.landing-margin {
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .landing-margin {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .landing-margin {
    margin-bottom: 15.5rem;
  }
}

.calendly-overlay {
  z-index: 9999999999 !important;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-button-prev {
  left: 0;
}
.swiper-container .swiper-button-next {
  right: 0;
}

.swiper-pagination {
  position: relative;
  margin-top: 3rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  width: 2.5rem;
  height: 2px;
  background: #c0c0c0;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.profile-pic-swiper .swiper-button-prev,
.profile-pic-swiper .swiper-button-next {
  opacity: 0;
  -webkit-transition: opacity 80ms ease;
  transition: opacity 80ms ease;
}
.profile-pic-swiper:hover .swiper-button-prev:not(.swiper-button-disabled),
.profile-pic-swiper:hover .swiper-button-next:not(.swiper-button-disabled) {
  opacity: 1;
}