@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400,700,500,400italic,600");
/* 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/63459d9072f075e6af74171d.63459d9194abeeb0ab8cdfa5.8B7cI2Q.hcp.png");

@font-face {
  font-family: "Mont-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Fontfabric - Mont Regular.otf") format("opentype");
}


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

.navbar-link a {
  color: inherit;
}

.navbar-link-place a {
  color: inherit;
}

.footer a {
  color: inherit;
}
.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.overlay {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay.animate-appear {
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: block;
  opacity: 1;
  z-index: 999;
}

.overlay.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 0;
  pointer-events: none;
}



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

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

* {
  box-sizing: border-box;
}

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-mobile div {
  margin-right: 20px;

}