@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Darker+Grotesque:500|Oswald:600,500,400,700|Inter:500,400"); /* @FONTWARNING[{"type": "restricted", "family": "Helvetica Neue-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Helvetica Neue-Bold";
  src: local("Helvetica Neue-Bold");
}
/* @FONTWARNING[{"type": "restricted", "family": "undefined-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "undefined-Regular";
  src: local("undefined-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "Helvetica-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Helvetica-Regular";
  src: local("Helvetica-Regular");
}
.a05c9688 a {
  margin-top: -1px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #616269;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}
.c554837af a {
  color: #616269;
}