@import url(//hello.myfonts.net/count/3bb155);
/* @import must be at top of file, otherwise CSS will not work */

@font-face {
    font-family: 'HelveticaNeueLTPro-Bd';
    src: url(/dist/client/b1b85e6b399561bc0b83.woff2) format('woff2'), url(/dist/client/54c907eecfca5996c556.woff) format('woff');
    font-display: swap;
}

*{
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fff;
}
::selection {
    background: #E8DDFF;
}
::-moz-selection {
    background: #E8DDFF;
}

a[name]::before {
  content: "\00a0";
  position: relative;
  top: -70px;
  margin-left: -5px;
  width: 0;
  height: 0;
  color: transparent;
  overflow: hidden;
  pointer-events: none;
}

a[name]:empty {
  display: inline-block;
  position: relative;
  top: -70px;
  width: 0;
  overflow: hidden;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  a[name]::before {
    top: -90px;
  }

  a[name]:empty {
    top: -90px;
  }

  a[name]:empty::before {
    display: none;
  }
}

