/* JOST* */
@font-face {
  font-family: "Jost";
  src: url("../../fonts/Jost-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../../fonts/Jost-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../../fonts/Jost-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
a {
  color: #0F0F0F;
  font-weight: 700;
  text-decoration: none;
}

.button {
  border-radius: 6px;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  padding: 3px 10px;
  text-transform: uppercase;
}

.primary-button {
  background: #3969FF linear-gradient(135deg, #00CEFF 0%, #7400FF 100%);
  color: #FFFFFF;
}

.secondary-button {
  background: #FFFFFF;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  color: #0F0F0F;
}

.ecologi-badge img {
  padding-top: 16px;
  width: 200px;
}

nav a:hover {
  border-bottom: 2px solid;
}
nav a.button {
  border-bottom: none;
}

@media only screen and (max-width: 415px) {
  #user-guide-nav-link {
    display: none;
  }
}
body {
  background: #FFFFFF;
  box-sizing: border-box;
  color: #0F0F0F;
  font: 400 1em "Jost", -apple-system, sans-serif;
  letter-spacing: 0.02rem;
  margin: 0;
  padding-top: 66px;
}

h1, .heading1 {
  margin: 0;
}
@media only screen and (max-width: 415px) {
  h1, .heading1 {
    font-weight: 600;
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 416px) {
  h1, .heading1 {
    font-weight: 600;
    font-size: 2.25em;
  }
}
h1 a, .heading1 a {
  font-weight: 700;
}

h2, .heading2 {
  margin: 0;
}
@media only screen and (max-width: 415px) {
  h2, .heading2 {
    font-weight: 600;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 416px) {
  h2, .heading2 {
    font-weight: 600;
    font-size: 1.5em;
  }
}
h2 a, .heading2 a {
  font-weight: 700;
}

h3, .heading3 {
  margin: 1em 0 0.3em 0;
}
@media only screen and (max-width: 415px) {
  h3, .heading3 {
    font-weight: 600;
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 416px) {
  h3, .heading3 {
    font-weight: 600;
    font-size: 1.25em;
  }
}
h3 a, .heading3 a {
  font-weight: 700;
}

h4, .heading4 {
  font-weight: 700;
}

h1 a, h2 a, h3 a {
  font-weight: 700;
}

@media only screen and (max-width: 415px) {
  li {
    font-weight: 400;
    font-size: 1em;
  }
}
@media only screen and (min-width: 416px) {
  li {
    font-weight: 400;
    font-size: 1em;
  }
}

header .header-container {
  padding: 16px 0;
}
@media only screen and (max-width: 415px) {
  header .header-container {
    margin: 0 16px;
  }
}
@media only screen and (min-width: 416px) {
  header .header-container {
    margin: 0 24px;
  }
}
header .home-link {
  display: inline-block;
}
header .logo {
  height: 26px;
  width: 34px;
  padding: 2px 8px 0 0;
}
header .logo-text {
  display: block;
  float: right;
  height: 100%;
}
@media only screen and (max-width: 415px) {
  header .logo-text {
    margin: 3px 0;
  }
}
@media only screen and (min-width: 416px) {
  header .logo-text {
    margin: 3px 0;
  }
}
header .site-title {
  font-size: 1.375em;
  font-weight: 700;
}
@media only screen and (max-width: 415px) {
  header .site-title {
    display: none;
  }
}
header .button {
  font-size: 0.75em;
}
header p {
  margin: 0;
  line-height: 1em !important;
}
header nav {
  display: inline-block;
  float: right;
}
header nav a {
  font-size: 0.875em;
  font-weight: 500;
}
header nav ul {
  display: inline-block;
  float: right;
  list-style: none;
  padding: 3px 0 0 0;
}
@media only screen and (max-width: 415px) {
  header nav ul {
    margin: 0;
  }
}
@media only screen and (min-width: 416px) {
  header nav ul {
    margin: 0;
  }
}
header nav ul li {
  display: inline-block;
  margin: 0 0 0 24px;
}

p {
  margin: 0px 0px 14px 0px;
  line-height: 1.625em !important;
}
@media only screen and (max-width: 415px) {
  p {
    font-weight: 400;
    font-size: 1em;
  }
}
@media only screen and (min-width: 416px) {
  p {
    font-weight: 400;
    font-size: 1em;
  }
}
p a:hover {
  border-bottom: 2px solid;
}
p a.no-border:hover {
  border-bottom: none;
}

.fixed-width {
  margin: 0 auto;
  max-width: 1024px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.spacer {
  flex-grow: 1;
}

.section-container {
  margin-left: 24px;
  margin-right: 24px;
}

.hidden {
  display: none;
}

.pixelated {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
}

.content {
  margin: 0 auto;
  max-width: 720px;
}

.generic .content {
  padding: 64px 32px;
}

.generic h1, .generic h2, .generic h3 {
  margin-bottom: 0.3em;
}

.acknowledgements .header {
  background: #000000;
  color: #FFFFFF;
}
@media only screen and (min-width: 416px) {
  .acknowledgements .header p {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 376px) {
  .acknowledgements .header h1 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 321px) {
  .acknowledgements .header h1 {
    font-size: 1.6em;
  }
}

.acknowledgements-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  margin: 0 -12px;
  overflow: hidden;
  text-align: center;
  padding: 16px 0;
}
.acknowledgements-list ul li {
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  margin-left: 0px;
  margin-right: 0;
  padding: 0 0 24px 0;
  position: relative;
}
@media only screen and (min-width: 561px) {
  .acknowledgements-list ul li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.acknowledgements-list ul a {
  font-size: 0.75em;
}
.acknowledgements-list ul p {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (max-width: 560px) {
  .acknowledgements-list ul li {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 561px) and (max-width: 850px) {
  .acknowledgements-list ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 851px) {
  .acknowledgements-list ul li {
    float: left;
    width: 33%;
  }
}
.acknowledgements-list ul .item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 24px 16px;
}

.pink1 a {
  color: #d00bd1 !important;
}

.pink2 a {
  color: #bd1cd0 !important;
}

.pink3 a {
  color: #ab2dcf !important;
}

.purple1 a {
  color: #983ecf !important;
}

.purple2 a {
  color: #864fce !important;
}

.purple3 a {
  color: #7360ce !important;
}

.blue1 a {
  color: #6172cd !important;
}

.blue2 a {
  color: #4e83cd !important;
}

.blue3 a {
  color: #3c94cc !important;
}

.cyan1 a {
  color: #29a5cc !important;
}

.cyan2 a {
  color: #17b6cb !important;
}

.cyan3 a {
  color: #05c8cb !important;
}

/*# sourceMappingURL=base.css.map */
