@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/lato-300.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/lato-400.woff2") format("woff2");
}

:root {
  font-family: "Lato", sans-serif;
  color: #212121;
  background: #fff;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  width: calc(100% - 9px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hero {
  position: relative;
  width: 100%;
  height: 338px;
  overflow: hidden;
  color: #fff;
  background-color: #2e393d;
  background-image: url("/assets/simple-header-blended-small.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
}

.site-title {
  position: absolute;
  top: 2px;
  left: 16px;
  padding: 16px 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  white-space: nowrap;
}

.hero-title-wrap {
  position: absolute;
  top: 119.33px;
  left: 50%;
  width: min(59.33%, 754px);
  padding: 8px;
  transform: translateX(-50%);
}

h1 {
  margin: 0;
  color: #fff;
  font-size: 85.3333px;
  font-weight: 300;
  line-height: 85.3333px;
  letter-spacing: 2px;
  text-align: center;
}

.policy-content {
  padding: 34px max(26.90625px, 5.56vw);
}

.policy-content p {
  margin: 0 0 34px;
  color: #212121;
  font-size: 14.6667px;
  font-weight: 400;
  line-height: 24.4449px;
}

.policy-content .section-label {
  text-transform: uppercase;
}

.policy-content a {
  color: #006064;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.policy-content .last-paragraph {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .hero {
    height: 250px;
  }

  .site-title {
    left: 14.9px;
  }

  .hero-title-wrap {
    top: 63.67px;
    width: calc(100% - 37.8125px);
  }

  h1 {
    font-size: 53.3333px;
    line-height: 53.3333px;
  }

  .policy-content {
    padding-top: 32px;
    padding-bottom: 34px;
  }
}
