html, body {
  height: 100%;
}

body {
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  color: #505050;
  overflow-x: hidden;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  color: inherit;
  text-decoration: inherit;
}

hr {
  height: 2px;
  border: 0 none;
  background-color: #9ED373;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

@media (max-width: 1023px) {
  .hidden-on-mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hidden-on-desktop {
    display: none;
  }
}

button {
  outline: none;
  border: unset;
  background: unset;
  text-align: unset;
  color: unset;
  font-family: unset;
  padding: unset;
}

.dev-placeholder {
  background: mediumpurple;
  border: 5px solid white;
  padding: 50px;
  color: white;
  text-align: center;
}

.privacywire {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 12px;
  position: fixed;
  bottom: -250%;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  background: #fff;
  z-index: 1000 !important;
  padding: 1rem;
  transition: bottom 0.3s ease-in, opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .privacywire {
    font-size: 14px;
  }
}
.privacywire .privacywire-header {
  margin-bottom: 4px;
}
.privacywire .privacywire-buttons {
  margin-top: 12px;
}
.privacywire .allow-all {
  color: #FFFFFF;
  background: #9ED373;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
}
.privacywire .allow-necessary {
  color: #ADADAD;
  cursor: pointer;
}

.show-banner .privacywire-banner,
.show-options .privacywire-options,
.show-message .privacywire-message {
  bottom: 0;
  opacity: 1;
}

.privacywire-header {
  font-weight: 700;
}

[data-ask-consent-rendered="1"], .privacywire-ask-consent-blueprint, .privacywire button[hidden] {
  display: none;
}

.html-content h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .html-content h1 {
    margin-bottom: 40px;
  }
}
.html-content h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .html-content h2 {
    font-size: 42px;
  }
}
.html-content h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .html-content h3 {
    font-size: 18px;
  }
}
.html-content h4 {
  font-weight: 600;
  color: #000000;
}
.html-content a {
  text-decoration: underline;
  color: #4CB081;
  text-decoration-color: #9ED373;
}
.html-content b,
.html-content strong {
  font-weight: 700;
  color: #4CB081;
}
.html-content i,
.html-content em {
  font-style: italic;
}
.html-content p {
  margin-bottom: 20px;
}
.html-content ul,
.html-content ol {
  padding-left: 40px;
  margin-bottom: 20px;
}
.html-content li {
  margin-bottom: 12px;
}
.html-content ul {
  list-style: none;
}
.html-content ul li {
  position: relative;
  padding-left: 12px;
}
.html-content ul li:before {
  content: url(../static/icons/bullet.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 12px;
  transform: translateX(-100%);
}
.html-content ol {
  counter-reset: item;
}
.html-content ol li {
  position: relative;
  padding-left: 12px;
  list-style-type: none;
  counter-increment: item;
}
.html-content ol li:before {
  content: counter(item) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  font-weight: bold;
}
.html-content blockquote {
  border-left: 1px solid #505050;
  padding: 20px 20px 12px 20px;
  font-style: italic;
  margin-bottom: 20px;
}
.html-content > *:first-child {
  margin-top: 0 !important;
}
.html-content table {
  margin-bottom: 20px;
  width: 100%;
}
.html-content table,
.html-content td,
.html-content th {
  border: 1px solid #505050;
  padding: 12px;
  text-align: left;
}
.html-content table p:last-child,
.html-content td p:last-child,
.html-content th p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.html-content th {
  font-weight: 700;
}
.html-content .emoji {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  margin-left: 0.075em;
  margin-right: 0.075em;
  vertical-align: -20%;
}
.html-content iframe {
  max-width: 100%;
}
.html-content .c-button {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background: #9ED373;
}

.privacywire {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 12px;
  position: relative;
  z-index: 1000 !important;
  background: rgba(0, 0, 0, 0.9) !important;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .privacywire {
    font-size: 14px;
  }
}
.privacywire-header {
  margin-bottom: 8px;
}
.privacywire-buttons {
  margin-top: 12px;
}
.privacywire-buttons .allow-all {
  background: #4CB081;
  font-weight: 700;
  padding: 8px 12px;
  margin-right: 12px;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
}
.privacywire-buttons .allow-necessary {
  padding: 8px 12px;
  margin-right: 12px;
  border-radius: 8px;
  color: #ADADAD;
  cursor: pointer;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}