/** Shopify CDN: Minification failed

Line 147:1 Expected "}" to go with "{"

**/
.location-run-intro {
    position: relative;
    display: flex;
}

.location-run-intro .bgImg {
    width: 100%;
    height: 100vh;
    height: 100svh;
    object-fit: cover;
    pointer-events: none;
}

.franchiseOverlay {
  width: 100%;
  max-width: 720px;
  -webkit-user-drag: none;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.franchise-heroslide img {
  object-fit: cover;
  height: 100%;
}

.location-run-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    width: 100%;
}

.location-run-buttons {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom:35px;
    text-align: center;
    width: 100%;
}

.location-run-buttons a, .location-run-buttons div {
    font-family: "Space Grotesk";
    color: #0B231D;
    font-size: 14px;
    padding: 16px 20px;
    background-color: #F4F3E7;
    border-radius: 10px;
    transition: color 0.5s ease, background-color 0.5s ease;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: 700;
    border: 2px solid #F4F3E7;
    cursor: pointer;
}

.location-run-buttons a:hover, .location-run-buttons div:hover {
    background-color: transparent;
    color: #F4F3E7;
}

.location-run-buttons .inverse-btn {
    color: #F4F3E7;
    border: 2px solid #F4F3E7;
    background-color: transparent;
}

.location-run-buttons .inverse-btn:hover {
    color: #0B231D;
    border: 2px solid #F4F3E7;
    background-color: #F4F3E7;
}



.location-run-content h1 {
    font-family: 'Stratos SemiLight' !important;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 1.2;
}

.locationOverlayText {
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  z-index: 5;
  transform: translateX(-50%);
  color: #f4f3e7;
  text-align: center;
  font-family: "Stratos SemiLight" !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120% !important; /* 38.4px */
  max-width: 550px;
  letter-spacing: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1007px) {


@media (max-width: 749px) {
    .location-run-buttons {
        flex-direction: column;
    }
    .location-run-buttons a, .location-run-buttons div {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
    }
    .location-run-buttons {
        padding: 0 30px;
    }
    .location-run-content h1 {
        font-size: 56px;
        padding: 0 30px;
        line-height: 1.1;
    }
    .locationOverlayText {
        font-size: 24px !important;
    }
}