@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-BoldItalic.ttf') format("truetype"), url('../fonts/PlusJakartaText-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Bold.ttf') format("truetype"), url('../fonts/PlusJakartaText-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Regular.ttf') format("truetype"), url('../fonts/PlusJakartaText-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Italic.ttf') format("truetype"), url('../fonts/PlusJakartaText-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format("truetype"), url('../fonts/PlusJakartaDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.body {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Plusjakartatext, Arial, sans-serif;
  display: block;
}

.hero {
  background-image: linear-gradient(#008cff, #001c64);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.hero.news {
  color: #008cff;
  background-color: #fff;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 100px;
}

.content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.promotional {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #37ec8c;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.reviews {
  background-color: #ffffff26;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.reviews.news-page {
  background-color: #00325c;
  margin-bottom: 0;
}

.stars {
  height: 22px;
}

.verified {
  height: 30px;
}

.button-text {
  margin-bottom: 2px;
}

.logo {
  height: 40px;
  margin-bottom: 50px;
  padding-left: 15px;
}

.arrow {
  outline-offset: 0px;
  outline: 3px #fff;
  width: 75px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  transform: rotate(90deg);
}

.ios {
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
}

.qr {
  height: 150px;
}

.cta {
  display: flex;
}

.news {
  background-color: #fff;
  width: 100%;
  max-width: 650px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.subheader {
  color: #005296;
  margin-top: 15px;
  font-size: 25px;
  line-height: 28px;
}

.text-span {
  text-decoration: underline;
}

.article {
  color: #005296;
  margin-top: 10px;
  font-size: 23px;
  line-height: 35px;
}

.heading-2 {
  line-height: 50px;
}

.cta-button {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  background-color: #37ec8c;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.image-2 {
  height: 55px;
}

.header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header.footer-banner {
  margin-top: 75px;
}

.logo-icon {
  height: 40px;
  margin-top: 6px;
}

.logo-text {
  color: #6c9;
  margin-top: 15px;
  font-size: 25px;
  line-height: 28px;
}

.paragraph {
  color: #6c9;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 18px;
}

.link {
  color: #008cff;
}

.footer {
  color: #afafaf;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .hero {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
  }

  .qr {
    display: none;
  }

  .cta {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 75px;
  }

  .hero.news {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo {
    margin-bottom: 75px;
  }

  .news {
    padding-top: 25px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .image {
    height: 200px;
    margin-bottom: 20px;
  }

  .link-block {
    margin-top: 25px;
  }

  .bold-text {
    line-height: 35px;
  }
}


@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-BoldItalic.ttf') format('truetype'), url('../fonts/PlusJakartaText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Bold.ttf') format('truetype'), url('../fonts/PlusJakartaText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.ttf') format('truetype'), url('../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Italic.ttf') format('truetype'), url('../fonts/PlusJakartaText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype'), url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}