@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* 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/62d7eff32dfa7145b0c694b5.63497879f868e5f50323aaba.Hm0QJKO.hcp.png");*/

@font-face {
  font-family: "Helvetica Neue-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeue.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/HelveticaNeue-Light.otf") format("opentype");
}

.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;
}

*,
*::before,
*::after{
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none;
  color:black;
}