@import url(https://zip.co/assets/zip/icons/style.css);
.h1,
h1 {
  --headline-1: 3rem;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: var(--headline-1);
  line-height: 1.25;
  font-weight: 500;
  margin: 1rem 0;
}
.h2,
h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    --headline-1: 2.25rem;
  }
  .h2,
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .h1,
  h1 {
    --headline-1: 2rem;
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.h3,
h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .h3,
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .h3,
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.h4,
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .h4,
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .h4,
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.h5,
h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.h6,
h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .h6,
  h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.large-body,
.large-text {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .large-body,
  .large-text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .large-body,
  .large-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.small-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.3px;
}
.md-text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media (max-width: 1200px) {
  .md-text {
    font-size: 15px;
    line-height: 22px;
  }
}
section.padded {
  padding: 80px 0;
}
.content-max-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1110px) {
  .content-max-width {
    padding: 0 3%;
  }
}
@media (min-width: 1280px) {
  .for-mobile {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .for-desktop {
    display: none !important;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.buttons zip-co-button {
  margin: 0 0 16px;
}
@media (min-width: 600px) {
  .flex {
    flex-direction: row;
    align-items: flex-start;
  }
  .buttons zip-co-button {
    margin: 0 16px 0 0;
  }
}
.informational .content-max-width {
  max-width: 800px;
}
.informational .heading {
  text-align: center;
  color: #1a0826;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.informational .heading h1 {
  font-size: 30px;
}
.informational .heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ebebeb;
  height: 1px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.wysiwyg a,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p {
  margin: 0;
  padding: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: 600;
}
.wysiwyg h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .informational .heading {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  .informational .heading h1 {
    font-size: 60px;
  }
  .wysiwyg h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 44px;
  }
}
.wysiwyg h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .wysiwyg h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.wysiwyg h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .wysiwyg h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.wysiwyg h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .wysiwyg h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 36px;
  }
}
.wysiwyg h5 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .wysiwyg h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
.wysiwyg h6 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .wysiwyg h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
  }
}
.wysiwyg a {
  color: #6542be;
}
.wysiwyg a,
.wysiwyg label,
.wysiwyg li,
.wysiwyg p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .wysiwyg a,
  .wysiwyg label,
  .wysiwyg li,
  .wysiwyg p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
  }
}
.wysiwyg label {
  display: block;
}
.wysiwyg em {
  font-size: inherit;
  font-weight: 600;
}
.wysiwyg code {
  display: block;
  font-size: 14px;
  font-family: "Sharp Grotesk", monospace;
  padding: 10px;
  background: #eee;
  border-radius: 4px;
  white-space: pre-wrap;
}
.wysiwyg li {
  padding-left: 20px;
  position: relative;
}
.wysiwyg li:after {
  content: "\2022";
  position: absolute;
  top: 1px;
  left: 0;
}
.btn {
  border-radius: 28px;
  padding: 15px 32x;
  transition: box-shadow 0.15s, color 0.15s;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  min-width: 270px;
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  box-shadow: 0 3px 6px 0 rgba(12, 0, 51, 0.1);
}
.btn.extra-primary {
  border: 2px solid #1a0826;
  background-color: #1a0826;
  color: #fff;
}
.btn.primary {
  border: 2px solid #1c70f2;
  background-color: #1c70f2;
  color: #fff;
}
.btn.outline,
.btn.outline-primary {
  border: 2px solid #1c70f2;
  color: #1c70f2;
}
.btn.outline-extra-primary {
  border: 2px solid #1a0826;
  color: #1a0826;
}
.btn.outline-white {
  border: 2px solid #fff;
  color: #fff;
}
.btn.solid-white {
  background-color: #fff;
  color: #1a0826;
}
.btn.normal-font {
  font-weight: 400;
}
.btn.light-font {
  font-weight: 300;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -mac-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  color: inherit;
  font-family: "Sharp Grotesk", sans-serif;
}
:active,
:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  padding: 0;
}
