@media all {
  html,
  body {
    margin: 0;
    padding: 0;
    font-family: "GT Walsheim", "Helvetica", "Arial", sans-serif;
    background: #fff;
    color: #394547;
    overflow-x: hidden;
  }
  body * {
    box-sizing: border-box;
    color: inherit;
    font: inherit;
  }
  *:focus:not(.focus-visible) {
    outline: none;
  }
  p {
    font-weight: 400;
    font-size: 18px;
    color: #7b8384;
    line-height: 1.45em;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .text-center {
    text-align: center;
  }
  .px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-900 {
    max-width: 900px;
  }
  @media (min-width: 640px) {
    .m\:max-w-400 {
      max-width: 400px;
    }
  }
  @media (min-width: 1200px) {
    .xxl\:max-w-1400 {
      max-width: 1400px;
    }
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "GT Walsheim";
  font-style: normal;
  font-display: swap;
  src: url("/assets/GT-Walsheim-Regular.woff2")
      format("woff2"),
    url("/assets/GT-Walsheim-Regular.woff")
      format("woff");
}
@font-face {
  font-family: "GT Walsheim";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("/assets/GT-Walsheim-Light.woff2")
      format("woff2"),
    url("/assets/GT-Walsheim-Light.woff")
      format("woff");
}
@font-face {
  font-family: "GT Walsheim";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/assets/GT-Walsheim-Medium.woff2")
      format("woff2"),
    url("/assets/GT-Walsheim-Medium.woff")
      format("woff");
}
@font-face {
  font-family: "GT Walsheim";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/assets/GT-Walsheim-Bold.woff2")
      format("woff2"),
    url("/assets/GT-Walsheim-Bold.woff")
      format("woff");
}
