/*
  Reset stylesheet for the public static website.
  Use this file for browser normalization only.
  Do not store customer data, CRM data, emails, secrets, or private company records here.
*/

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

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
p,
ol,
ul,
li,
figure,
blockquote {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
}
