@import url("https://fonts.googleapis.com/css?family=Work+Sans:400");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
/* @import url("https://px.animaapp.com/59ef94ac006d62000bad58d4.61e9826a4dfdbec30269af70.TioARof.hcp.png"); */
@font-face {
  font-family: "Nib Trial-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nib-semibold-trial.otf") format("opentype");
}


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
