@font-face {
  font-family: "Moderat Extended";
  src: url("Moderat-Extended-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Moderat Extended";
  src: url("Moderat-Extended-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --bs-body-font-family: "Moderat Extended", Arial, sans-serif;
  --bs-body-font-weight: normal;
  --bs-body-color: #1a1a18;
  --bs-body-bg: #fcfcfc;
  --bs-primary: #00489a;
  --bs-primary-rgb: 0, 72, 154;
  --bp-deep-blue: #083b86; /* darker hero strip */
  --bp-accent: #f59400;
  --bp-accent-rgb: 242, 164, 13;
  --bs-link-color: var(--bs-primary);
  --bs-link-hover-color: #073781;
  --bs-heading-color: #1a1a18;
}

html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
html:not(.no-js) [data-aos="fade-right"] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
html:not(.no-js) [data-aos="fade-left"] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
.text-accent {
  color: var(--bp-accent) !important;
}
.btn.bg-accent {
  background-color: var(--bp-accent) !important;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 30px;
  padding: 12px 40px;
  margin-top: 5px;
}
.border-accent {
  border-color: var(--bp-accent) !important;
}
.brand-mark {
  height: 40px;
}
.hero {
  position: relative;
  color: #fff;
  background: #0a2b66;
  min-height: 420px;
  display: grid;
  align-items: end;
}
@media (min-width: 992px) {
  .hero {
    min-height: 560px;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/hero.jpg");
    background-size: cover;
    background-position: center;
    opacity: 1;
  }
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.slogan {
  width: 100%;
  max-width: 405px;
  height: auto;
  transform: rotate(5deg);
  margin-top: 40px;
}
.hero h1 {
  font-weight: bold;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.1;
  margin-bottom: 85px;
}
.hero p {
  max-width: 30ch;
  font-size: 1.5rem;
}
.hero p span {
  color: #f59400;
}
.hero p.small {
  max-width: 90ch;
  font-size: 0.75rem;
  margin-top: 85px;
}
.no-prices .hero p.small {
    margin-top: 280px;
}

/* Price cards */
.price-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  max-width: 100%;
  margin-bottom: 1rem;
  background: var(--bp-accent);
  padding: 1.2rem;
}
.price-card .label {
  color: #fff;
  padding: 0.35rem 0;
  font-size: 1.6rem;
  line-height: 1.2;
  min-width: 155px;
}
.price-card .label sup {
  font-size: 1rem;
  line-height: 1.2;
}
.price-card .value {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: var(--bs-primary);
  padding: 0.6rem 1.2rem;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  min-width: 200px;
}
.price-card .value small {
  font-size: 1.6rem;
}
.price-card .value.empty {
  background: #fff;
  padding: 0;
}
.price-card .value .empty-img {
  height: 70px;
}

/* Store badges */
.badge-card {
  background: #fff;
  color: #1a1a18;
  border-radius: 2rem;
  padding: 20px 30px 30px 30px;
  max-width: 250px;
  margin-bottom: 190px;
}
.no-prices .badge-card {
    margin-bottom: 20px;
}
.badge-card h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.badge-card .store-badges img {
  height: 32px;
}

.locator {
  background: var(--bs-primary);
  color: #fff;
  padding: 120px 0;
}
.locator h2 {
  font-size: 56px;
  font-weight: bold;
}
.locator p {
  font-size: 18px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.chronicles {
  padding: 120px 0;
}
.chronicles h2 {
  font-size: 56px;
  font-weight: bold;
  color: var(--bs-primary);
}
.chronicles p {
  font-size: 18px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  color: var(--bs-primary);
}

.nav-chips .nav-link {
  font-weight: bold;
  font-size: 1.25rem;
}
.nav-chips .nav-link.active {
  background: transparent;
  color: var(--bp-accent);
  border: none;
}
.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.video-card .play {
  position: absolute;
  inset: auto auto 50% 50%;
  transform: translate(-50%, 50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.site-footer {
  background: var(--bs-primary);
  color: #fff;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer .brand-mark {
  height: 32px;
}

/* mobile */
@media (max-width: 991.98px) {
  .brand-mark {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hero-content {
    padding: 20px 20px 25px 20px;
  }
  .slogan {
    width: 100%;
    max-width: 180px;
    height: auto;
    transform: rotate(-5deg);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/hero_mob.jpg");
    background-size: cover;
    background-position: center bottom;
    opacity: 1;
  }
  .hero h1 {
    margin-bottom: 10px;
    font-size: 42px;
  }
  .hero p {
    max-width: unset;
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }
  .hero p.small {
    max-width: unset;
    font-size: 10px;
    margin-top: 62vw !important;
    margin-bottom: 0 !important;
  }

  /* Price cards */
  .price-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: max-content;
    max-width: 100%;
    margin-bottom: 1rem;
    background: var(--bp-accent);
    padding: 12px;
  }
  .price-card .label {
    padding: 0.3rem 0;
    font-size: 16px;
    min-width: 100px;
  }
  .price-card .label sup {
    font-size: 12px;
  }
  .price-card .value {
    font-size: 26px;
    padding: 0.3rem 0.8rem;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    min-width: 155px;
  }
  .price-card .value small {
    font-size: 18px;
  }
  .price-card .value .empty-img {
    height: 50px;
  }
  .locator {
    padding: 60px 0;
  }
  .locator h2 {
    font-size: 40px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .locator p {
    font-size: 16px;
    max-width: unset;
  }
  .chronicles {
    padding: 60px 0;
  }
  .chronicles h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .chronicles p {
    font-size: 16px;
    max-width: unset;
  }
  .chronicles .store-badges img {
    height: 60px;
  }
  .nav-pills {
    margin-bottom: 2rem !important;
  }
  .nav-chips .nav-link {
    font-size: 1rem;
    padding: 10px;
  }
}
