@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400|Inter:500,700,400|Roboto:400|Open+Sans:400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/66ac82678cdf06e6a612b9cd.66ac82678cdf06e6a612b9d0.VJHfgyd.hcp.png");

@font-face {
  font-family: "UTM Avo-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/UTM AvoBold.ttf") format("truetype");
}
@font-face {
  font-family: "UTM Avo-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/UTM Avo.ttf") format("truetype");
}

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

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

* {
  box-sizing: border-box;
}

.mask-group {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
