.lgc-location {
  --lgc-yellow: #f5c400;
  --lgc-black: #0d0d0d;
  --lgc-dark: #151515;
  --lgc-mid: #222;
  --lgc-light: #f4f4f4;
  --lgc-muted: #666;
  --lgc-line: #e7e7e7;
  color: var(--lgc-black);
  background: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  overflow: hidden;
}
.lgc-location p, .lgc-location a, .lgc-location li, .lgc-location span, figcaption {
    font-family: 'Barlow', sans-serif;
} 

.lgc-location *,
.lgc-location *::before,
.lgc-location *::after {
  box-sizing: border-box;
}

.lgc-location__container {
  width: min(1100px, calc(100% - 96px));
  margin: 0 auto;
}

.lgc-location__narrow {
  max-width: 820px;
}

.lgc-location h1,
.lgc-location h2,
.lgc-location h3,
.lgc-location p,
.lgc-location figure {
  margin: 0;
}

.lgc-location h2 {
  color: inherit;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location h3 {
  color: inherit;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location p,
.lgc-location li {
  color: #444;
  font-size: 15px;
  line-height: 1.75;
}

.lgc-location a {
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lgc-location__hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 96px 0 84px;
  isolation: isolate;
  background: var(--lgc-black);
}

.lgc-location__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .72) 48%, rgba(0, 0, 0, .3));
}

.lgc-location__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: var(--lgc-yellow);
}

.lgc-location__hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lgc-location__breadcrumb {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  text-transform: uppercase;
}

.lgc-location__breadcrumb a {
  text-decoration: none;
}

.lgc-location__hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: 78px;
  line-height: .95;
  font-weight: 800;
  text-transform: uppercase;
}

.lgc-location__hero h1 span {
  display: block;
  color: var(--lgc-yellow);
}

.lgc-location__meta {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.lgc-location__meta p,
.lgc-location__contact-grid article > p {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.lgc-location__meta span,
.lgc-location__contact-grid p span {
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lgc-location__meta p,
.lgc-location__meta a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.lgc-location__meta p:first-child,
.lgc-location__meta p:first-child span,
.lgc-location__meta p:nth-child(2) a {
  color: var(--lgc-yellow);
}

.lgc-location__intro {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
}

.lgc-location__intro,
.lgc-location__intro p,
.lgc-location__intro li,
.lgc-location__intro a {
  color: rgba(255,255,255,0.72);
  font-size: inherit;
}

.lgc-location__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.lgc-location__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 2px solid transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.lgc-location__button--yellow {
  background: var(--lgc-yellow);
  color: #111;
  border-color: var(--lgc-yellow);
}

.lgc-location__button--yellow:hover {
  background: transparent;
  color: var(--lgc-yellow);
}

.lgc-location__button--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .45);
}

.lgc-location__button--outline:hover,
.lgc-location__button--outline:focus {
  border-color: #fff;
}

.lgc-location__button--outline *,
.lgc-location__button--outline:visited,
.lgc-location__button--outline:hover,
.lgc-location__button--outline:focus {
  color: #fff;
}

.lgc-location__button--dark {
  background: #111;
  color: #fff;
  border-color: #111;
}

.lgc-location__button--dark *,
.lgc-location__button--dark:visited,
.lgc-location__button--dark:hover,
.lgc-location__button--dark:focus {
  color: #fff;
}

.lgc-location__button--clear {
  color: #111;
  border-color: rgba(0, 0, 0, .35);
}

.lgc-location__button--clear:hover,
.lgc-location__button--clear:focus {
  border-color: #111;
}

.lgc-location__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 6px solid var(--lgc-yellow);
  background: #f7f7f7;
}

.lgc-location__stats div {
  padding: 34px 42px;
  border-right: 1px solid #ddd;
}

.lgc-location__stats div:last-child {
  border-right: 0;
}

.lgc-location__stats strong {
  display: block;
  color: #000;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}

.lgc-location__stats span {
  display: block;
  margin-top: 8px;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location__section {
  padding: 72px 0;
}

.lgc-location__section--light {
  background: var(--lgc-light);
}

.lgc-location__section--dark,
.lgc-location__section--black {
  background: #0b0b0b;
  color: #fff;
}

.lgc-location__section--black {
  background: #080808;
}

.lgc-location__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #aaa !important;
  font-size: 10px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location__eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: var(--lgc-yellow);
}

.lgc-location__content {
  margin-top: 16px;
}

.lgc-location__content p + p {
  margin-top: 16px;
}

.lgc-location__content a,
.lgc-location__section a:not(.lgc-location__button):not(.lgc-location__text-link) {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lgc-location__content ul {
  max-width: 760px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.lgc-location__content li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid var(--lgc-line);
}

.lgc-location__content li:last-child {
  border-bottom: 1px solid var(--lgc-line);
}

.lgc-location__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 7px;
  height: 7px;
  background: var(--lgc-yellow);
}

.lgc-location__section--dark p,
.lgc-location__section--black p,
.lgc-location__section--dark li,
.lgc-location__section--black li {
  color: rgba(255, 255, 255, .68);
}

.lgc-location__section-intro {
  max-width: 640px;
  margin-top: 12px;
}

.lgc-location__section-intro p + p {
  margin-top: 14px;
}

.lgc-location__cards,
.lgc-location__contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 36px;
}

.lgc-location__cards--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lgc-location__cards article {
  /* background: #fff; */
  padding: 30px 26px;
}

.lgc-location__section--dark .lgc-location__cards--style-auto article,
.lgc-location__section--black .lgc-location__cards--style-auto article,
.lgc-location__cards--style-dark article {
  background: #202020;
  color: #fff;
}

.lgc-location__section--dark .lgc-location__cards--style-auto article p,
.lgc-location__section--black .lgc-location__cards--style-auto article p,
.lgc-location__cards--style-dark article p {
  color: rgba(255, 255, 255, .62);
}

.lgc-location__cards--style-light article {
  background: #fff;
  color: #111;
}

.lgc-location__cards--style-light article p {
  color: #444;
}

.lgc-location__cards--style-plain {
  gap: 68px;
  margin-top: 70px;
}

.lgc-location__cards--style-plain article {
  padding: 0;
  background: transparent;
  color: inherit;
}

.lgc-location__cards--style-plain article p {
  color: #555;
}

.lgc-location__section--dark .lgc-location__cards--style-plain article p,
.lgc-location__section--black .lgc-location__cards--style-plain article p {
  color: rgba(255, 255, 255, .62);
}

.lgc-location__card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 26px;
}

.lgc-location__cards article > span {
  display: block;
  width: 36px;
  height: 4px;
  margin-bottom: 20px;
  background: var(--lgc-yellow);
}

.lgc-location__cards p {
  margin-top: 12px;
}

.lgc-location__mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.lgc-location__mini-pills span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  background: #1c1c1c;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location__mini-pills span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--lgc-yellow);
}

.lgc-location__media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.lgc-location__media--image-right .lgc-location__media-image {
  order: 2;
}

.lgc-location__media--image-right .lgc-location__media-content {
  order: 1;
}

.lgc-location__media-image {
  margin: 0;
  min-height: 360px;
  background: #222;
}

.lgc-location__media-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.lgc-location__media-content {
  min-width: 0;
}

.lgc-location__section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 32px;
}

.lgc-location__text-link {
  color: var(--lgc-yellow);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.lgc-location__text-link::after {
  content: " \2192";
}

.lgc-location__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 4px;
}

.lgc-location__gallery figure {
  position: relative;
  overflow: hidden;
  background: #222;
  grid-column: span 4;
}

.lgc-location__gallery figure:nth-child(1) {
  grid-column: span 5;
}

.lgc-location__gallery figure:nth-child(2) {
  grid-column: span 3;
}

.lgc-location__gallery figure:nth-child(3) {
  grid-column: span 4;
}

.lgc-location__gallery figure:nth-child(4) {
  grid-column: span 3;
}

.lgc-location__gallery figure:nth-child(5) {
  grid-column: span 5;
}

.lgc-location__gallery figure:nth-child(6) {
  grid-column: span 4;
}

.lgc-location__gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.lgc-location__gallery figure:hover img {
  transform: scale(1.04);
}

.lgc-location__gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 38px 16px 14px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(0, 0, 0, .76), transparent);
}

.lgc-location__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.lgc-location__pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  background: #1c1c1c;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location__pills span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--lgc-yellow);
}

.lgc-location__contact-grid article {
  background: #fff;
  padding: 38px 34px;
}

.lgc-location__contact-grid p {
  padding: 16px 0;
  border-bottom: 1px solid var(--lgc-line);
  color: #111;
  font-weight: 700;
}

.lgc-location__contact-grid p span {
  color: #aaa;
}

.lgc-location__contact-grid a {
  color: inherit;
  text-decoration: none;
}

.lgc-location__contact-dark {
  background: #0b0b0b !important;
  color: #fff;
}

.lgc-location__contact-dark>p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, .72);
  border-bottom-color: rgba(255, 255, 255, .1);
}

.lgc-location__contact-dark p span {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}

.lgc-location__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 28px;
  background: var(--lgc-yellow);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location__hours-note {
  margin-top: 28px;
}

.lgc-location__hours-note p {
  color: rgba(255, 255, 255, .55);
}

.lgc-location__hours-note a {
  color: var(--lgc-yellow);
  font-weight: 700;
}

.lgc-location__text-store {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  gap: 64px;
  align-items: center;
}

.lgc-location__text-store-content .lgc-location__content {
  max-width: 620px;
}

.lgc-location__store-card {
  background: #0b0b0b;
  color: #fff;
  padding: 42px 38px;
}

.lgc-location__store-card h3 {
  color: #fff;
  margin-bottom: 22px;
}

.lgc-location__store-card > p {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: 700;
}

.lgc-location__store-card > p span,
.lgc-location__store-hours > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.lgc-location__store-card > p:first-of-type {
  color: var(--lgc-yellow);
}

.lgc-location__store-card a {
  color: inherit;
  text-decoration: none;
}

.lgc-location__store-hours {
  padding-top: 18px;
}

.lgc-location__store-hours p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .74);
}

.lgc-location__store-hours strong {
  color: rgba(255, 255, 255, .74);
  font-weight: 400;
}

.lgc-location__map {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
  background: #eee;
}

.lgc-location__faq {
  margin-top: 30px;
  border-top: 1px solid var(--lgc-line);
}

.lgc-location__faq details {
  border-bottom: 1px solid var(--lgc-line);
}

.lgc-location__faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  color: #111;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
}

.lgc-location__faq summary::-webkit-details-marker {
  display: none;
}

.lgc-location__faq summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  background: var(--lgc-yellow);
  color: #111;
  font-weight: 700;
}

.lgc-location__faq details[open] summary span {
  transform: rotate(45deg);
}

.lgc-location__faq .lgc-location__content {
  max-width: 760px;
  padding-bottom: 22px;
}

.lgc-location__rating-panel {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 24px 28px;
  background: #0b0b0b;
  color: #fff;
}

.lgc-location__rating-panel > strong {
  color: #fff;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
}

.lgc-location__stars {
  display: block;
  color: var(--lgc-yellow);
  font-size: 16px;
  line-height: 1;
}

.lgc-location__rating-panel p {
  margin-top: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  font-weight: 400;
}

.lgc-location__reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-top: 36px;
}

.lgc-location__review-card {
  background: #fff;
  padding: 28px 26px;
}

.lgc-location__review-text {
  margin-top: 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

.lgc-location__review-text::after {
  content: "";
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid var(--lgc-line);
}

.lgc-location__review-text p {
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.lgc-location__review-card > strong {
  display: block;
  margin-top: 20px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.lgc-location__review-card > small {
  display: block;
  margin-top: 2px;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
}

.lgc-location__cta {
  padding: 56px 0;
  background: var(--lgc-yellow);
  text-align: center;
}

.lgc-location__cta h2 {
  color: #111;
}

.lgc-location__cta p {
  max-width: 780px;
  margin: 14px auto 0;
  color: rgba(0, 0, 0, .7);
}

.lgc-location__cta .lgc-location__content {
  max-width: 780px;
  margin: 14px auto 0;
}

.lgc-location__cta .lgc-location__content p {
  margin: 0;
}

.lgc-location h1 a,
.lgc-location h2 a,
.lgc-location h3 a,
.lgc-location__eyebrow a,
.lgc-location__faq summary a,
.lgc-location__stats a,
.lgc-location__pills a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lgc-location__cta .lgc-location__actions {
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .lgc-location__container {
    width: min(100% - 48px, 1100px);
  }

  .lgc-location__hero {
    min-height: 450px;
    padding: 70px 0 64px;
  }

  .lgc-location__hero h1 {
    font-size: 56px;
  }

  .lgc-location h2,
  .lgc-location__cta h2 {
    font-size: 34px;
  }

  .lgc-location__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lgc-location__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lgc-location__reviews-grid {
    grid-template-columns: 1fr;
  }

  .lgc-location__gallery figure:nth-child(n) {
    grid-column: auto;
  }

  .lgc-location__meta,
  .lgc-location__section-head {
    display: block;
  }

  .lgc-location__meta p + p {
    margin-top: 16px;
  }

  .lgc-location__stats,
  .lgc-location__cards,
  .lgc-location__contact-grid,
  .lgc-location__text-store,
  .lgc-location__media {
    grid-template-columns: 1fr;
  }

  .lgc-location__media--image-right .lgc-location__media-image,
  .lgc-location__media--image-right .lgc-location__media-content {
    order: initial;
  }

  .lgc-location__stats div {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .lgc-location__rating-panel {
    display: block;
    padding: 32px 26px;
  }

  .lgc-location__rating-panel > strong {
    display: block;
    margin-bottom: 16px;
    font-size: 48px;
  }

  .lgc-location__gallery {
    grid-auto-rows: 180px;
  }

  .lgc-location__contact-dark p {
    display: block;
  }

  .lgc-location__cards--style-plain {
    gap: 36px;
    margin-top: 42px;
  }
}

@media screen and (max-width: 640px) {
  .lgc-location__container {
    width: min(100% - 32px, 1100px);
  }

  .lgc-location__section {
    padding: 52px 0;
  }

  .lgc-location__hero {
    min-height: 420px;
    padding: 58px 0 56px;
  }

  .lgc-location__hero::before {
    background: rgba(0, 0, 0, .78);
  }

  .lgc-location__hero h1 {
    font-size: 42px;
  }

  .lgc-location__hero h1 span {
    font-size: inherit;
  }

  .lgc-location h2,
  .lgc-location__cta h2 {
    font-size: 28px;
  }

  .lgc-location p,
  .lgc-location li,
  .lgc-location__intro {
    font-size: 14px;
  }

  .lgc-location__actions,
  .lgc-location__rating-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .lgc-location__button {
    width: 100%;
  }

  .lgc-location__mini-pills span {
    width: 100%;
    justify-content: flex-start;
  }

  .lgc-location__store-card {
    padding: 32px 26px;
  }

  .lgc-location__store-hours p {
    display: block;
  }

  .lgc-location__stats,
  .lgc-location__gallery {
    grid-template-columns: 1fr;
  }

  .lgc-location__gallery {
    grid-auto-rows: 210px;
  }

  .lgc-location__faq summary {
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.4;
  }
}
/* additional */

p.f-row {
    flex-direction: row !important;
}
p.f-row, p.f-row span {
    font-size: 17px;
    font-weight: 400;
}
a.lgc-location__button--dark {
  color: #fff;
}
a.lgc-location__button--yellow, a.lgc-location__button--clear, a.lgc-location__text-link {
  color: #000 !important;
} 
.yellow {
  color: #f5c400 !important;
}