.x {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #b11d2c;
  line-height: 1.25;
  text-decoration: none;
}

li.x,
a.x,
p.x,
h1.x,
h2.x,
h3.x,
span.x,
table.x,
tr.x,
th.x
tbody.x
td.x {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

a.x,
button.x,
input[type="submit"].x {
  cursor: pointer;
}

.x_anchored {
  position: relative;
}

a.x_anchor {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.x-page {
  background-color: #fff;
}

.x-header {
  display: flex;
  justify-content: center;
  min-height: 120px;
}

.x-header .x--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
}

.x-header .x-3-branding {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

.x-header .x-3-branding > img {
  width: 140px;
}

.x-header .x-3-navigation {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

.x-header .x-3-navigation > ul {
  display: flex;
  list-style-type: none;
}

.x-header .x-3-navigation > ul > li {
  font-size: 30px;
  margin-right: 40px;
}

.x-header .x-3-navigation > ul > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1559px) {
  .x-header .x--container {
    padding: 0 60px;
  }
}

@media screen and (max-width: 699px) {
  .x-header {
    padding-top: 20px;
  }

  .x-header .x--container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 599px) {
  .x-header .x-3-navigation > ul > li {
    font-size: 20px;
    margin-right: 15px;
  }
}

.x-segment + .x-segment {
  margin-top: 120px;
}

@media screen and (max-width: 999px) {
  .x-segment + .x-segment {
    margin-top: 120px;
  }
}

@media screen and (max-width: 599px) {
  .x-segment + .x-segment {
    margin-top: 60px;
  }
}

.x-headline {
  display: flex;
  justify-content: center;
}

.x-headline .x--container {
  display: flex;
  align-items: center;
  max-width: 1440px;
  padding: 60px 60px 0;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}

.x-headline .x-4-line {
  display: block;
}

@media screen and (max-width: 1199px) {
  .x-headline .x--container {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 30px 30px 0;
    font-size: 48px;
  }
}

@media screen and (max-width: 999px) {
  .x-headline .x--container {
    font-size: 36px;
  }
}

@media screen and (max-width: 599px) {
  .x-headline .x-4-line {
    display: inline;
  }
}

@media screen and (max-width: 399px) {
  .x-headline .x--container {
    font-size: 30px;
  }
}

.x-notice {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.x-notice .x--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  text-align: center;
}

.x-notice .x-3-title {
  font-size: 40px;
  font-weight: 600;
}

.x-notice .x-3-text {
  margin-top: 30px;
  font-size: 30px;
}

.x-notice .x-4-line {
  display: block;
}

@media screen and (max-width: 1199px) {
  .x-notice .x--container {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 999px) {

  .x-notice .x--container {
    padding: 0 30px;
  }

  .x-notice .x-3-title {
    font-size: 30px;
  }
  
  .x-notice .x-3-text {
    margin-top: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .x-notice {
    margin-top: 30px;
  }

  .x-notice .x-4-line {
    display: inline;
  }
}

@media screen and (max-width: 399px) {
  .x-notice .x-3-title {
    font-size: 24px;
  }
  
  .x-notice .x-3-text {
    font-size: 20px;
  }
}

.x-offers {
  display: grid;
  place-items: center;
}

* + .x-offers {
  margin-top: 90px;
}

.x-offers .x--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}

.x-offers .x-3-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.x-offers .x-3-card + .x-3-card {
  margin-left: 60px;
}

.x-offers .x-4-image {
  max-width: 100%;
  object-fit: cover;
}

.x-offers .x-4-copy {
  margin-top: 10px;
  padding: 40px;
  background-color: #b11d2c;
  color: #fff;
}

.x-offers .x-5-heading {
  font-size: 30px;
  font-weight: 600;
}

.x-offers .x-5-details {
  margin-top: 10px;
  font-size: 24px;
}

.x-offers .x-6-line {
  display: block;
}

.x-offers .x-6-cta {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #b11d2c;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .25) 0 3px 6px;
}

@media screen and (max-width: 1559px) {
  .x-offers .x--container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1439px) {
  .x-offers .x--container {
    flex-direction: column;
  }

  .x-offers .x-3-card {
    flex-direction: row;
  }

  .x-offers .x-3-card + .x-3-card {
    margin-top: 30px;
    margin-left: 0;
  }

  .x-offers .x-4-image {
    width: 50%;
  }
  
  .x-offers .x-4-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-left: 30px;
    text-align: center;
  }

  .x-offers .x-5-heading {
    font-size: 40px;
  }
  
  .x-offers .x-5-details {
    margin-top: 30px;
    font-size: 30px;
  }

  .x-offers .x-6-cta {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1239px) {
  .x-offers .x-5-heading {
    font-size: 30px;
  }
  
  .x-offers .x-5-details {
    font-size: 24px;
  }

  .x-offers .x-6-cta {
    margin-top: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 999px) {
  .x-offers .x-3-card {
    flex-direction: column;
  }

  .x-offers .x-3-card + .x-3-card {
    margin-top: 60px;
    margin-left: 0;
  }

  .x-offers .x-4-image {
    width: 100%;
  }

  .x-offers .x-4-copy {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  * + .x-offers {
    margin-top: 30px;
  }
  
  .x-offers .x--container {
    padding: 0;
  }

  .x-offers .x-3-card + .x-3-card {
    margin-top: 30px;
  }

  .x-offers .x-6-line {
    display: inline;
  }
}

@media screen and (max-width: 399px) {
  .x-offers .x-5-heading {
    font-size: 24px;
  }
  
  .x-offers .x-5-details {
    font-size: 20px;
  }

  .x-offers .x-6-cta {
    font-size: 20px;
  }
}

.x-stores {
  display: grid;
  place-items: center;
  margin-top: 90px;
}

.x-stores .x--container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
}

.x-stores .x-3-store {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.x-stores .x-3-store:nth-child(2n) {
  flex-direction: row-reverse;
}

.x-stores .x-3-store + .x-3-store {
  margin-top: 60px;
}

.stores .x-4-frame {
  align-self: stretch;
}

.x-stores .x-5-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.x-stores .x-4-text {
  width: 500px;
  min-width: 500px;
  padding: 60px;
  margin-left: 30px;
  background-color: #b11d2c;
  color: #fff;
  text-align: center;
}

.x-stores .x-3-store:nth-child(2n) .x-4-text {
  margin-left: 0;
  margin-right: 30px;
}

.x-stores .x-5-address-1 {
  font-size: 30px;
  font-weight: 600;
}

.x-stores .x-5-address-2 {
  font-size: 20px;
  font-weight: 600;
}

.x-stores .x-5-hours {
  width: 100%;
  padding: 30px 5px;
}

.x-stores .x-5-hours td {
  color: #fff;
  font-size: 30px;
}

.x-stores .x-5-hours td:first-child {
  text-align: left;
}

.x-stores .x-5-hours td:last-child {
  text-align: right;
  padding-left: 30px;
}

.x-stores .x-5-cta {
  display: block;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .25) 0 3px 6px;
  text-align: center;
  color: #b11d2c;
  padding: 10px 15px;
}

.x-stores .x-6-text {
  display: block;
  font-size: 30px;
}

.x-stores .x-6-number {
  display: block;
  font-size: 40px;
}

@media screen and (max-width: 999px) {
  .x-stores .x-3-store {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #b11d2c;
  }
  
  .x-stores .x-3-store:nth-child(2n) {
    flex-direction: column;
  }

  .x-stores .x-4-frame {
    box-sizing: content-box;
    border-bottom: 10px solid #fff;
  }

  .x-stores .x-4-text {
    margin-left: 0;
  }

  .x-stores .x-3-store:nth-child(2n) .x-4-text {
    margin-right: 0;
  }
}

@media screen and (max-width: 699px) {
  .x-stores .x-4-text {
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding: 30px;
  }

  .x-stores .x-5-address-1 {
    font-size: 24px;
  }

  .x-stores .x-5-address-2 {
    font-size: 18px;
  }
    
  .x-stores .x-5-hours td {
    font-size: 24px;
  }

  .x-stores .x-6-text {
    font-size: 24px;
  }
  
  .x-stores .x-6-text {
    font-size: 24px;
  }
  
  .x-stores .x-6-number {
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  .x-stores {
    margin-top: 30px;
  }

  .x-stores .x-3-store + .x-3-store {
    margin-top: 20px;
  }

  .x-stores .x-4-frame {
    border-bottom-width: 5px;
  }
}

@media screen and (max-width: 399px) {
  .x-stores .x-5-address-1 {
    font-size: 24px;
  }

  .x-stores .x-5-address-2 {
    font-size: 18px;
  }
    
  .x-stores .x-5-hours td {
    font-size: 20px;
  }

  .x-stores .x-6-text {
    font-size: 20px;
  }

  .x-stores .x-6-text {
    font-size: 20px;
  }
  
  .x-stores .x-6-number {
    font-size: 24px;
  }
}

.x-featured {
  display: grid;
  place-items: center;
  margin-top: 90px;
  background-color: #b11d2c;
}

.x-featured .x--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 120px 0;
}

.x-featured .x-3-copy {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
  color: #fff;
}

.x-featured .x-4-heading {
  font-size: 40px;
  font-weight: 600;
}

.x-featured .x-4-details {
  margin-top: 30px;
  font-size: 30px;
}

.x-featured .x-5-line {
  display: block;
}

.x-featured .x-5-cta {
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #b11d2c;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .25) 0 3px 6px;
}

.x-featured .x-3-image {
  display: block;
  width: 710px;
  height: 480px;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, .25) 0 3px 6px;
  object-fit: cover;
}

@media screen and (max-width: 1559px) {
  .x-featured .x--container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1439px) {
  .x-featured .x--container {
    padding-left: 150px;
    padding-right: 150px;
  }

  .x-featured .x-3-copy {
    padding-right: 30px;
  }

  .x-featured .x-4-heading {
    font-size: 30px;
    font-weight: 600;
  }

  .x-featured .x-4-heading .x-5-line {
    display: block;
  }

  .x-featured .x-4-details {
    font-size: 24px;
  }

  .x-featured .x-5-cta {
    margin-top: 30px;
    font-size: 24px;
  }

  .x-featured .x-3-image {
    width: 620px;
    height: 420px;
  }
}

@media screen and (max-width: 1299px) {
  .x-featured .x--container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (max-width: 1239px) {
  .x-featured .x-3-image {
    width: 480px;
    height: 320px;
  }
}

@media screen and (max-width: 1199px) {
  .x-featured .x--container {
    flex-direction: column-reverse;
    justify-content: start;
  }

  .x-featured .x-3-copy {
    align-items: center;
    margin-top: 60px; 
    padding-right: 0;
    color: #fff;
    text-align: center;
  }

  .x-featured .x-4-heading .x-5-line {
    display: inline;
  }

  .x-featured .x-3-image {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .x-featured .x--container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 599px) {
  .x-featured {
    margin-top: 30px;
    background-color: transparent;
  }

  .x-featured .x--container {
    padding: 0;
  }

  .x-featured .x-3-copy {
    margin-top: 5px;
    padding: 30px;
    background-color: #b11d2c;
  }

  .x-featured .x-4-heading .x-5-line {
    display: block;
  }

  .x-featured .x-3-image {
    border: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 399px) {
  .x-featured .x-4-heading {
    font-size: 24px;
  }

  .x-featured .x-4-details {
    font-size: 20px;
  }

  .x-featured .x-5-cta {
    font-size: 20px;
  }
}

.x-footer {
  display: grid;
  place-items: center;
  min-height: 60px;
  margin-top: 120px;
}

.x-footer .x--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}

.x-footer .x-4-navigation > ul {
  display: flex;
  list-style-type: none;
}

.x-footer .x-4-navigation > ul > li + li {
  margin-left: 30px;
}

.x-footer .x-heart {
  padding: 0 8px 0 4px;
}

@media screen and (max-width: 1559px) {
  .x-footer .x--container {
    padding: 0 60px;
  }
}

@media screen and (max-width: 999px) {
  .x-footer {
    height: auto;
    margin-top: 60px;
    padding: 30px 0;
  }

  .x-footer .x--container {
    flex-direction: column;
    align-items: center;
  }

  .x-footer .x-4-navigation {
    padding: 20px 0;
  }
}

@media screen and (max-width: 499px) {
  .x-footer .x--container {
    padding: 0 30px;
  }
}