body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-family: 'Roboto Mono';
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.7;
}

a {
  -webkit-transition: color 200ms cubic-bezier(.165, .84, .44, 1);
  transition: color 200ms cubic-bezier(.165, .84, .44, 1);
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #7056f5;
  text-decoration: none;
}

a:focus-visible {
  outline-color: #7056f5;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}

a[data-wf-focus-visible] {
  outline-color: #7056f5;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}

ul {
  margin-bottom: 1rem;
  padding-left: 2em;
}

ol {
  margin-top: 0px;
  margin-bottom: 1rem;
  padding-left: 2em;
}

li {
  margin-bottom: 8px;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container.cc-link-list {
  width: 100%;
  max-width: 600px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.cc-links {
  padding-top: 60px;
}

.eyebrow {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.utility-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-w-70 {
  width: 70%;
}

.button-icon_left {
  margin-right: 12px;
}

.button {
  margin-right: 16px;
  padding: 16px 24px;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.button.cc-primary {
  background-color: #7056f5;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.button.cc-primary:hover {
  background-color: #4f39c0;
}

.button.cc-primary.u-m-0 {
  background-color: #7056f5;
}

.button.cc-primary.u-m-0:hover {
  background-color: #4f39c0;
}

.u-d-inline-block {
  display: inline-block;
}

.input-block {
  margin-bottom: 28px;
}

.input-block.cc-inline-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-label {
  margin-bottom: 8px;
  font-size: 0.94rem;
  line-height: 1.4;
  font-weight: 500;
}

.input {
  height: auto;
  margin-bottom: 12px;
  padding: 16px 20px;
  border: 1px solid #bbb;
  border-radius: 0px;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.3;
}

.input:hover {
  border-color: #000;
}

.input:focus {
  border-color: #000;
}

.input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.65);
}

.input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.65);
}

.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.65);
}

.input::placeholder {
  color: rgba(0, 0, 0, 0.65);
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-m-0 {
  margin: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.utility-content {
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.nav_wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  font-size: 1rem;
  line-height: 1.7;
}

.brand-link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  color: #000;
}

.brand-link_wrapper:hover {
  color: #7056f5;
}

.brand-link_wrapper:focus {
  color: #7056f5;
}

.nav {
  z-index: 1;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.7;
}

.nav_container {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-content {
  color: #888;
  text-align: center;
}

.link-item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.link-item_wrapper:hover {
  color: #2a00ff;
}

.featured-item_link-wrapper {
  text-decoration: none;
}

.featured-item_link-wrapper:hover {
  color: #7056f5;
}

.link-item {
  border-bottom: 1px solid #e4e4e4;
}

.link-item:last-child {
  border-bottom: 1px none #000;
}

.ad-callout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 60px;
  padding: 4rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef0f3;
}

.ad-callout:hover {
  box-shadow: inset 0 0 0 1px #7056f5;
}

.section-heading {
  margin-bottom: 1em;
}

.footer {
  padding-bottom: 120px;
}

.brand-name {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .u-m-0 {
    margin: 0px;
  }

  .u-mb-0 {
    margin-bottom: 0px;
  }

  .brand-link_wrapper {
    z-index: 1;
  }

  .nav {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.625rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  .container.cc-link-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .eyebrow {
    font-size: 14px;
  }

  .utility-container {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .u-w-70 {
    width: 100%;
  }

  .brand-link_wrapper {
    padding-left: 0px;
  }

  .nav_container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ad-callout {
    padding: 3rem 1rem;
  }

  .brand-name {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h6 {
    font-size: 0.75rem;
  }

  .container {
    width: 85%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .u-w-70 {
    width: 100%;
  }

  .u-m-0 {
    margin: 0px;
  }

  .u-mb-0 {
    margin-bottom: 0px;
  }

  .ad-callout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-bottom: 80px;
  }
}

