/* src/styles.scss */
@font-face {
  font-family: "NeuePlakRegular";
  src: url("./media/NeuePlakTextforUnited-Rg.otf") format("opentype"), url("./media/NeuePlakTextforUnited-Rg.otf");
}
@font-face {
  font-family: "NeuePlakBold";
  src: url("./media/NeuePlakTextforUnited-Bd.otf") format("opentype"), url("./media/NeuePlakTextforUnited-Bd.otf");
}
@font-face {
  font-family: "NeuePlakXtraBold";
  src: url("./media/NeuePlakTextforUnited-XBlk.otf") format("opentype"), url("./media/NeuePlakTextforUnited-XBlk.otf");
}
@font-face {
  font-family: "NeuePlakItalic";
  src: url("./media/NeuePlakTextforUnited-It.otf") format("opentype"), url("./media/NeuePlakTextforUnited-It.otf");
}
@font-face {
  font-family: "NeuePlakSemiBold";
  src: url("./media/NeuePlakTextforUnited-SmBd.otf") format("opentype"), url("./media/NeuePlakTextforUnited-SmBd.otf");
}
@keyframes mat-progress-bar-secondary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
  }
  100% {
    transform: translateX(160.277782%);
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family:
    "NeuePlakRegular",
    "Open Sans",
    sans-serif;
  font-size: 1em;
  background: #026;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
h2 {
  margin: 0;
}
sup {
  font-size: 0.8em;
}
.width-container {
  max-width: 1136px;
  padding: 0 1%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .width-container {
    width: 90%;
    padding: 0;
  }
}
.white-bg {
  background: white;
}
.spotify-blk-bg {
  background-color: #242424;
}
.black-bg {
  background: black;
}
.grey-bg {
  background: #f7f4f2;
}
.visuallyhidden {
  display: none;
}
.no-outline {
  outline: none;
}
.main-section {
  padding: 3em 0;
}
@media only screen and (max-width: 600px) {
  .main-section {
    padding: 2em 0;
  }
}
.mm-progress {
  display: block;
  height: 3px;
  overflow: hidden;
  position: relative;
  transition: opacity 250ms linear;
  width: 100%;
  background: #eff0f1;
  margin: 100px 0 0 0;
}
.mm-progress-bar {
  height: 100%;
  position: absolute;
  width: 100%;
  transform-origin: top left;
  backface-visibility: hidden;
  animation: mat-progress-bar-secondary-indeterminate-translate 1000ms infinite linear;
  left: -54.888891%;
  background: #002244;
}
.half-half-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 1%;
}
.half-half-flex > div {
  flex: 0 0 49%;
}
@media only screen and (max-width: 600px) {
  .half-half-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .half-half-flex > div {
    flex: 0 0 100%;
  }
}
.row-reverse {
  flex-direction: row-reverse;
}
.btn {
  font-family: "NeuePlakSemiBold";
  background: #1414d2;
  color: white;
  border: 2px solid white;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5em;
  box-sizing: border-box;
  min-width: 150px;
  margin-right: 0.5em;
}
@media only screen and (max-width: 600px) {
  .btn {
    margin-top: 1em;
  }
}
.btn-alt {
  background: white;
  color: #1414d2;
  border: 2px solid #1414d2;
}
.btn:focus {
  border-color: white;
  outline: 2px solid black;
}
.btn-alt:focus {
  border-color: #1414d2;
  outline: 2px solid black;
}
.btn:hover {
  background-color: #0d0d8f;
  border-color: #ebebe9;
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.btn-alt:hover {
  color: #0d0d8f;
  border-color: #0d0d8f;
  background: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.cookie-consent {
  color: #1414d2;
  cursor: pointer;
}
.show-mobile {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .show-mobile {
    display: block !important;
  }
}
.show-desktop {
  display: block !important;
}
@media only screen and (max-width: 600px) {
  .show-desktop {
    display: none !important;
  }
}
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 1rem;
  width: 100%;
  margin: 2rem 0;
}
@media only screen and (max-width: 600px) {
  .card-container {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}
.card {
  display: grid;
  grid-template-rows: auto 8px auto auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid white;
  background: white;
  color: black;
}
.card h3 {
  padding: 0;
  margin: 0;
}
.card > div:nth-of-type(1) {
  background-position: center;
  background-size: cover;
  min-height: 200px;
}
.card > div:nth-of-type(2) {
  background:
    linear-gradient(
      to right,
      #a5ebff 0%,
      #a5ebff 25%,
      #266ef1 25%,
      #266ef1 50%,
      #051463 50%,
      #051463 100%);
}
.card > div:nth-of-type(3) {
  padding: 0.5em 1em 0 1em;
  min-height: 0;
}
.card > div:nth-of-type(4) {
  padding: 0 1em;
  min-height: 0;
}
@media only screen and (max-width: 600px) {
  .card {
    width: 100%;
    margin: 0 auto;
    grid-template-rows: auto 8px auto auto;
  }
}
.footnote {
  text-decoration: none;
  color: inherit;
}
.visuallyhidden {
  display: none;
}
.margin-right {
  margin-right: 1em;
}
.padding-bottom {
  padding-bottom: 3em;
}
.padding-top {
  padding-top: 2em;
}
.cmp-revoke-consent {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  top: 0;
  left: -1px;
  position: absolute;
}
.no-outline {
  outline: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
