* {
    margin: 0; padding: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    max-height: 999999px;
    color: #0D050F;
    transition: all 0.2s ease-in-out;
}
body {
    background: #FFF;
}
img {
    image-rendering: -webkit-optimize-contrast;
  }
.visible {
    display: inherit;
}
.invisible {
    display: none !important;
}
a {
    text-decoration: none;
}
@media only screen and (max-device-width: 500px) {
}