.ar_fp-hero-wrapper {
  width: 100%;
  max-width: var(--block-wrapper-max-width);
  padding-inline: var(--block-wrapper-padding-inline);
  margin: 0 auto;
  margin-bottom: 1.75rem;
}

.ar_fp-hero, .ar_fp-infoboxes, .ar_fp-cta-list:not(.splide) {
  width: 100%;
}

.ar_fp-hero-wrapper {
  padding-left: var(--block-wrapper-padding-inline);
  padding-right: 0;
}

@media (max-width: 1000px) {
  .ar_fp-hero-wrapper {
    padding-left: 0;
  }
}
.ar_fp-features-slider ul, .ar_fp-stores-slider-top ul,
.ar_fp-stores-slider-bottom ul {
  --gap: 1.5rem;
  font-family: "Hrot", serif;
  white-space: nowrap;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
.ar_fp-features-slider ul li, .ar_fp-stores-slider-top ul li,
.ar_fp-stores-slider-bottom ul li {
  display: flex;
  gap: 1.5rem;
  padding-right: 1.5rem;
}
.ar_fp-features-slider ul li > img, .ar_fp-stores-slider-top ul li > img,
.ar_fp-stores-slider-bottom ul li > img {
  width: 2.5rem;
  height: 100%;
  aspect-ratio: 1;
}

.ar_fp-hero-wrapper {
  margin-bottom: 1.25rem;
}

.ar_fp-hero {
  display: flex;
  align-items: flex-end;
  padding: 2.5rem 3.5rem;
  background-size: cover;
  background-position: 15% 50%;
  height: 793px;
}
.ar_fp-hero > h1, .ar_fp-hero > h2, .ar_fp-hero > h3, .ar_fp-hero > h4, .ar_fp-hero > h5, .ar_fp-hero > h6 {
  color: #FF3D00;
  max-width: 35rem;
  font-size: 4.75rem;
}

.ar_fp-infoboxes {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.ar_fp-infoboxes > li {
  padding-inline: 1.75rem 2.25rem;
  padding-block: 1.5rem 2rem;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ar_fp-infoboxes > li a {
  color: inherit;
}
.ar_fp-infoboxes > li a:visited {
  color: inherit;
}
.ar_fp-infoboxes > li a:hover {
  color: black;
}
.ar_fp-infoboxes > li .top {
  margin-bottom: 3rem;
}
.ar_fp-infoboxes > li .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ar_fp-infoboxes > li .bottom > img {
  width: auto;
  height: 36px;
  max-width: 70px;
  max-height: 70px;
  object-position: bottom right;
}
.ar_fp-infoboxes > li:nth-child(4n+1) {
  background-color: #F98262;
}
.ar_fp-infoboxes > li:nth-child(4n+2) {
  background-color: #FFD600;
}
.ar_fp-infoboxes > li:nth-child(4n+3) {
  background-color: #00B2FF;
}
.ar_fp-infoboxes > li:nth-child(4n+4) {
  background-color: #76C2AB;
}
.ar_fp-infoboxes .tag {
  letter-spacing: 18%;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.ar_fp-infoboxes .info {
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
}
.ar_fp-infoboxes .state {
  font-size: 1rem;
  font-weight: 400;
}
.ar_fp-infoboxes .opening-time {
  display: inline-flex;
  column-gap: 3ch;
  flex-wrap: wrap;
}
.ar_fp-infoboxes .parking-free::before,
.ar_fp-infoboxes .parking-full::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5ch;
  border-radius: 50%;
}
.ar_fp-infoboxes .parking-free::before {
  background-color: lawngreen;
}
.ar_fp-infoboxes .parking-full::before {
  background-color: red;
}

.ar_fp-cta-list-wrapper {
  margin-bottom: 2rem;
}

.ar_fp-cta-list:not(.splide) .ar_fp-cta-list-ul {
  display: flex;
  gap: 2rem;
}
.ar_fp-cta-list:not(.splide) .ar_fp-cta-list-ul > li {
  flex: 1;
}

.ar_fp-cta-list.splide {
  position: relative;
  padding-bottom: 3rem;
}
.ar_fp-cta-list.splide .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ar_fp-cta-list.splide .splide__arrow {
  box-sizing: border-box;
  padding: 4px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: white;
  border: 3px solid white;
  background-image: url("../img/icons/carousel_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ar_fp-cta-list.splide .splide__arrow > svg {
  display: none;
}
.ar_fp-cta-list.splide .splide__arrow--prev {
  transform: rotate(180deg);
}
.ar_fp-cta-list.splide .splide__pagination {
  position: absolute;
  bottom: 3rem;
  right: 0;
  gap: 4px;
  padding: 8px;
}
.ar_fp-cta-list.splide .splide__pagination .splide__pagination__page {
  background-color: white;
  width: 16px;
  height: 2px;
  border: none;
  transition: width 0.3s ease;
  border-radius: 100px;
}
.ar_fp-cta-list.splide .splide__pagination .splide__pagination__page.is-active {
  width: 48px;
}

.ar_fp-cta-container {
  flex: 1;
  container-name: container-fp-cta;
  container-type: inline-size;
  height: 100%;
  aspect-ratio: 1.7;
}

.ar_fp-cta {
  display: flex;
  background-size: cover;
  color: white;
  height: 100%;
}
.ar_fp-cta.black {
  color: black;
}
.ar_fp-cta.style-right {
  justify-content: flex-end;
}
.ar_fp-cta.style-right > article > p {
  white-space: unset;
}
.ar_fp-cta.style-left {
  justify-content: flex-start;
}
.ar_fp-cta > img {
  display: none;
}
.ar_fp-cta > article {
  margin-top: auto;
  padding: max(6%, 1.75rem);
  width: min-content;
}
.ar_fp-cta > article > h3 {
  font-weight: 900;
  font-size: 4.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.05;
  text-transform: uppercase;
  margin-top: auto;
}
.ar_fp-cta > article > p {
  font-size: 0.9375rem;
  margin-bottom: 1.875em;
  line-height: 1.53;
  white-space: nowrap;
}
.ar_fp-cta > article .ar_btn {
  font-size: 0.75rem;
  box-sizing: content-box;
  min-width: 200px;
  width: max-content;
  padding-inline: 1rem;
}

@container container-fp-cta (max-width: 1260px) {
  .ar_fp-cta > article {
    width: 55%;
  }
  .ar_fp-cta > article > h3 {
    font-size: 33px;
  }
}
@media (max-width: 1000px) {
  .ar_fp-cta {
    position: relative;
  }
  .ar_fp-cta.style-right {
    justify-content: flex-start;
  }
  .ar_fp-cta.style-right > img {
    transform: scaleX(-1);
  }
  .ar_fp-cta > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ar_fp-cta > article {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    padding: 1.75rem;
    width: auto;
  }
  .ar_fp-cta > article > h3 {
    margin-bottom: 1.5rem;
    font-size: 29px;
    margin-top: 0;
  }
  .ar_fp-cta > article > p {
    display: none;
  }
  .ar_fp-cta > article .ar_btn {
    font-size: 0.65625rem;
    min-width: 144px;
    width: max-content;
    box-sizing: content-box;
    padding-inline: 1rem;
  }
}
body section.ar_fp-features-slider-wrapper,
body section.ar_fp-stores-slider-wrapper {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.ar_fp-features-slider {
  font-size: 2rem;
}
.ar_fp-features-slider a {
  text-decoration: none;
  color: #000000;
}
.ar_fp-features-slider a.no-link {
  cursor: default;
}
.ar_fp-features-slider a.functional {
  cursor: pointer;
  text-decoration: underline;
}
.ar_fp-features-slider a.functional:hover {
  color: #FF3D00;
}

@media (max-width: 1000px) {
  .ar_fp-infoboxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .ar_fp-hero-wrapper {
    padding-left: 0;
  }
  .ar_fp-hero {
    height: 460px;
    padding: 1.75rem;
  }
  .ar_fp-hero > h1, .ar_fp-hero > h2, .ar_fp-hero > h3, .ar_fp-hero > h4, .ar_fp-hero > h5, .ar_fp-hero > h6 {
    font-size: 3rem;
  }
  .ar_fp-cta-list-ul {
    flex-direction: column;
    gap: 1.75rem;
  }
}
@media (max-width: 620px) {
  .ar_fp-infoboxes {
    grid-template-columns: 1fr;
  }
  .ar_fp-hero > h1, .ar_fp-hero > h2, .ar_fp-hero > h3, .ar_fp-hero > h4, .ar_fp-hero > h5, .ar_fp-hero > h6 {
    font-size: 2.5rem;
  }
}
/* IG */
body section.ig-sect {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.ig-heading {
  font-family: "DM Sans";
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Home white CTA */
.home-white-cta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.home-white-cta > a {
  flex: 1 1 42%;
  background-color: #FFFFFF;
  height: 21rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-white-cta > a p {
  text-align: center;
  color: #FF3D00;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  position: absolute;
  top: 1rem;
  font-size: 0.75rem;
}
.home-white-cta > a img {
  width: 50%;
  max-height: 8rem;
}

@media (max-width: 850px) {
  .home-white-cta > a {
    height: 10rem;
  }
  .home-white-cta > a img {
    max-height: 2.5rem;
  }
}
@media (max-width: 620px) {
  .home-white-cta > a p {
    font-size: 0.625rem;
  }
  .home-white-cta > a img {
    width: 80%;
    max-height: 2.5rem;
  }
}
@media (max-width: 400px) {
  .home-white-cta > a {
    flex-basis: 51%;
  }
}
/* Stores carousel */
.stores-splide {
  clear: both;
}

.splide__list {
  will-change: transform;
}

.stores-carousel-sect .stores-heading {
  font-family: "DM Sans";
  font-weight: bold;
  margin-bottom: 1rem;
  float: left;
  margin-top: 2rem;
  padding-left: 0.5rem;
}
.stores-carousel-sect .splide {
  position: relative;
  padding-bottom: 1rem;
}
.stores-carousel-sect .splide .splide__arrows {
  width: 100%;
  padding-left: 85px;
  z-index: 1;
  position: absolute;
  bottom: 4rem;
  height: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.stores-carousel-sect .splide .splide__arrow {
  cursor: pointer;
  box-sizing: border-box;
  padding: 4px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: white;
  border: 3px solid white;
  background-image: url("../img/icons/carousel_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stores-carousel-sect .splide .splide__arrow > svg {
  display: none;
}
.stores-carousel-sect .splide .splide__arrow--prev {
  transform: rotate(180deg);
  margin-left: 2rem;
  visibility: hidden;
}
.stores-carousel-sect .splide .splide__arrow--next {
  margin-right: 2rem;
}
.stores-carousel-sect .splide__slide > a > div {
  width: 421px;
  height: 562px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.stores-carousel-sect .splide__slide > a > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.stores-carousel-sect .splide__slide img {
  max-width: 75%;
  max-height: 6rem;
  filter: brightness(0) saturate(100%) invert(100%);
  width: 50%;
  z-index: 2;
}

.stores-mobile-button {
  color: #FFFFFF;
  background-color: #FF3D00;
  text-decoration: none;
  text-transform: capitalize;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  float: right;
  margin-top: 1rem;
  margin-right: 15px;
  display: none;
}

@media (max-width: 1000px) {
  .stores-mobile-button {
    display: block;
  }
  .stores-carousel-sect .splide .splide__slide > a > div {
    width: 226px;
    height: 302px;
  }
  .stores-carousel-sect .splide .splide__arrows {
    right: 0;
  }
}
/* Stores slider */
.ar_fp-stores-slider-wrapper a {
  color: black;
  text-decoration: none;
}
.ar_fp-stores-slider-wrapper a:hover {
  text-decoration: underline;
}

.fp-slider-dot {
  color: #FF3D00;
}

.ar_fp-stores-slider-top,
.ar_fp-stores-slider-bottom {
  font-size: 4.8125rem;
}
.ar_fp-stores-slider-top .splide__slide,
.ar_fp-stores-slider-bottom .splide__slide {
  width: auto;
}

@media (max-width: 850px) {
  .ar_fp-stores-slider-top,
  .ar_fp-stores-slider-bottom {
    font-size: 2.25rem;
  }
}

/*# sourceMappingURL=ar_front-page.css.map */
