/* 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");
}
html,
body {
  margin: 0;
  padding: 0;
  font-family:
    "NeuePlakRegular",
    "Open Sans",
    sans-serif;
  font-size: 1em;
  background: #026;
}
h2 {
  margin: 0;
}
sup {
  font-size: 0.8em;
}
.btn {
  background: #1414d2;
  color: white;
  border: none;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5em;
  box-sizing: border-box;
  min-width: 150px;
}
@media only screen and (max-width: 600px) {
  .btn {
    margin-top: 1em;
  }
}
.btn-alt {
  background: white;
  color: #1414d2;
  border: 2px solid #1414d2;
  margin-left: 5px;
}
.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);
}
.width-container {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
  .width-container {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .width-container {
    width: 90%;
  }
}
.footnote {
  text-decoration: none;
}
form a.footnote {
  color: white !important;
}
.white-bg {
  background: white;
}
.white-text {
  color: white;
}
.white-text a {
  color: white;
}
.visuallyhidden {
  display: none;
}
.no-outline {
  outline: none;
}
.main-section {
  padding: 2em 0;
}
.footnote {
  color: black;
}
.cmp-revoke-consent {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
}
.cookie-consent {
  font-family:
    "NeuePlakRegular",
    "Open Sans",
    sans-serif;
  position: static;
  display: inline-block;
  font-size: 16px;
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  color: black;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0;
}
.cookie-consent:focus {
  outline: 2px solid black;
}
.cookie-consent-white {
  color: white;
}
.cookie-consent-white:focus {
  outline: 1px solid white;
}
.fit-content {
  width: fit-content;
  color: black;
  margin-right: 10px;
}
.text-center {
  text-align: center;
}
.show-desktop {
  display: block !important;
}
@media only screen and (max-width: 800px) {
  .show-desktop {
    display: none !important;
  }
}
.show-mobile {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .show-mobile {
    display: block !important;
  }
}

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