.App {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .App {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .App {
    margin-bottom: 0;
  }
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn {
  text-decoration: none;
  text-transform: none !important;
  color: #fff;
  font-size: 16px !important;
  font-weight: 700;
  padding: 6px 25px;
  line-height: 32px;
  height: auto;
  display: inline-block;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
}
.btn svg {
  font-size: 1rem;
  margin-left: 10px;
}
.btn.blue {
  background-color: #1584af;
}
.btn.round {
  border-radius: 20px;
  padding: 7px 20px;
  color: #000;
  border-color: #59bf9c;
}
.btn.purple {
  background-color: #3b2c57;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}
.btn:hover {
  background-color: #992a14;
}
.btn.round {
  border-radius: 6px;
}
.btn.pill {
  border-radius: 20px;
}
.btn.clear {
  background-color: unset;
  border: 2px solid #fff;
  border-radius: 30px;
}
.btn.none {
  background-color: transparent;
  border: 0;
  font-size: 12px !important;
  color: #999 !important;
}
.btn.attr {
  width: 230px;
  margin-bottom: 12px;
}
.icon-btn {
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
  color: var(--main-primary-color);
}
.icon-btn img {
  height: 26px;
  margin-right: 10px;
}
.icon-btn p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.icon-btn:focus {
  outline: none;
}
.smallBtn {
  border-radius: 20px !important;
  margin-top: 20px;
  line-height: 26px;
  padding: 2px 20px;
}
.centerV {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  min-height: 100%;
}
.debug {
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 99999;
}
.img-one-hundred {
  width: 100%;
}
.margin-ten {
  margin: 10px;
}
.margin-twenty {
  margin: 20px;
}
.margin-content {
  margin-left: 24px;
  margin-right: 24px;
  flex-direction: column;
}
.margin-content h1,
.margin-content p {
  max-width: 300px;
}
.hero-image .download-btn {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .debug {
    right: unset;
    left: 30%;
  }
  .siteContainer {
    height: 100vh;
  }
  .margin-content {
    margin-left: 48px;
  }
}
@media (min-width: 1024px) {
  .margin-content h1,
  .margin-content p {
    max-width: none;
  }
}
@media (min-width: 1440px) {
  .margin-content {
    margin-left: 50px;
  }
}
.max-width {
  max-width: 1494px !important;
}
.max-width,
.max-width-smaller {
  margin-right: auto !important;
  margin-left: auto !important;
}
.max-width-smaller {
  max-width: 1400px !important;
}
.topbar {
  display: flex;
}
.mat-pill,
.mat-pill-share {
  border-radius: 30px !important;
}
.share {
  margin-top: 5px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .share {
    flex-direction: row;
  }
}
.a11y-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
:root {
  --main-primary-color: #085bde;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff !important;
  font-family: QualcommNext-Regular, sans-serif !important;
}
@font-face {
  font-family: QualcommNext-Medium;
  src: local('QualcommNext-Medium'),
    url(/static/media/QualcommNext-Medium.de0f5a60.woff) format('woff');
}
@font-face {
  font-family: QualcommNext-Regular;
  src: local('QualcommNext-Regular'),
    url(/static/media/QualcommNext-Regular.02980034.woff) format('woff');
}
h1,
h2,
h3,
h4 {
  margin-bottom: 9px;
  font-family: QualcommNext-Regular, sans-serif;
  font-weight: 600;
  color: #152935;
}
.h1,
h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}
h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 1.5em;
}
*,
:after,
:before {
  box-sizing: border-box;
}
img {
  padding: 0;
  margin: 0;
}
/*# sourceMappingURL=main.b7a8d09c.chunk.css.map */
