:root {
  --black: black;
  --white: white;
  --brand-color-4: #fff;
  --brand-color-2: #ff410f;
  --text-color-light: #aaa;
  --accent-dark-blue: #3859df;
  --text-color-dark: #222;
  --brand-color-1: #0c02b9;
  --brand-color-3: #000;
  --accent-dark-orange: #ff9b82;
  --accent-light-orange: #f2e7e1;
  --accent-light-blue: #cddfff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: obviously-wide, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: .85em;
}

h2 {
  color: var(--brand-color-4);
  letter-spacing: -.015em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: obviously-wide, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: .85em;
}

h3 {
  color: var(--brand-color-4);
  letter-spacing: -.015em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
}

h4 {
  color: var(--brand-color-4);
  letter-spacing: -.015em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1em;
}

h5 {
  color: var(--brand-color-4);
  letter-spacing: -.015em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}

h6 {
  color: var(--brand-color-4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

p {
  color: var(--brand-color-4);
  letter-spacing: -.015em;
  margin-bottom: 1.6em;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}

a {
  color: var(--brand-color-2);
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--brand-color-4);
  font-family: Montserrat, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--brand-color-4);
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: obviously-wide, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: var(--text-color-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: var(--accent-dark-blue);
  border-radius: 0;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  background-color: var(--brand-color-2);
  color: #fff;
  letter-spacing: -.015em;
  text-transform: uppercase;
  border-radius: 0;
  align-self: flex-start;
  height: 35px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 35px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button.nav {
  clear: none;
  display: inline-block;
  position: relative;
  right: 0;
}

.button.centered {
  align-self: flex-start;
}

.button.centered.take-action {
  align-self: center;
}

.button.carousel-button {
  align-self: center;
  margin-bottom: 10px;
}

.button.resource-button {
  overflow: visible;
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.project-hero-logo {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.navbar {
  background-color: #f5f5f5;
  justify-content: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
}

.container-2 {
  justify-content: center;
  width: 80%;
  max-width: 1000px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  float: left;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  color: var(--text-color-dark);
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  color: var(--text-color-dark);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: var(--text-color-dark);
  border-radius: 0;
}

.color-block.cc-font-color-light {
  background-color: var(--text-color-light);
  border-radius: 0;
}

.color-block.cc-brand-color-1 {
  background-color: var(--brand-color-1);
  border-radius: 0;
}

.color-block.cc-brand-color-2 {
  background-color: var(--brand-color-2);
  border-radius: 0;
}

.color-block.cc-brand-color-3 {
  background-color: var(--brand-color-3);
  border-radius: 0;
}

.color-block.cc-brand-color-4 {
  background-color: var(--brand-color-4);
}

.color-block.cc-light-grey-1 {
  background-color: var(--accent-dark-orange);
  border-radius: 0;
}

.color-block.cc-light-grey-2 {
  background-color: var(--accent-light-orange);
  border-radius: 0;
}

.color-block.cc-dark-grey-1 {
  background-color: var(--accent-light-blue);
  border-radius: 0;
}

.color-block.cc-dark-grey-2 {
  background-color: var(--accent-dark-blue);
  border-radius: 0;
}

.style-guide-title-section {
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-label-column {
  min-height: 44px;
}

.style-guide-wrap {
  background-color: var(--brand-color-1);
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-logo-box {
  border: 1px solid var(--text-color-light);
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-divider {
  background-color: var(--accent-dark-orange);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.link {
  float: right;
  display: block;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  border: 1px solid var(--accent-light-orange);
  background-color: #fff;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: var(--accent-light-blue);
}

.input:focus {
  border-color: var(--brand-color-1);
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.form-success {
  color: #1cec88;
  background-color: #1cec88;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.card-title {
  margin-top: 0;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-container {
  background-color: var(--accent-dark-orange);
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tab-link {
  color: var(--text-color-light);
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: var(--text-color-dark);
}

.tab-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--accent-dark-blue);
  color: var(--text-color-dark);
  background-color: #0000;
}

.tab-menu {
  box-shadow: inset 0 -1px 0 0 var(--accent-light-orange);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.tabs {
  box-shadow: inset 0 0 0 1px var(--accent-light-orange);
  border-radius: 4px;
}

.image {
  max-width: 25%;
  transform: rotate(0);
}

.image-2 {
  max-width: 25%;
}

.heading {
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-family: obviously-wide, sans-serif;
  font-weight: 700;
  line-height: .8em;
}

.heading.partner-header {
  color: var(--brand-color-4);
  text-align: center;
  margin-bottom: 20px;
}

.heading-2 {
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-family: obviously-wide, sans-serif;
  font-weight: 700;
}

.heading-3, .heading-4 {
  letter-spacing: -.015em;
  font-family: obviously-wide, sans-serif;
  font-weight: 700;
}

.heading-5 {
  letter-spacing: -.015em;
  font-family: obviously, sans-serif;
  font-weight: 700;
}

.heading-6 {
  letter-spacing: -.015em;
  font-family: obviously-wide, sans-serif;
  font-weight: 400;
}

.paragraph {
  letter-spacing: -.015em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.39em;
}

.block-quote {
  letter-spacing: .015em;
  font-family: Montserrat, sans-serif;
}

.link-2 {
  letter-spacing: -.015em;
  line-height: 1.39em;
  text-decoration: none;
}

.hero-stack {
  background-color: var(--brand-color-1);
  border: 1px #000;
  align-self: center;
  max-width: 1140px;
  padding: 80px 30px;
  position: relative;
}

.hero-stack.article-page {
  background-color: var(--brand-color-3);
  object-fit: fill;
  border: 1px #000;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-stack.white {
  background-color: var(--white);
}

.container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.navigation {
  justify-content: space-between;
}

.container.article-page {
  z-index: 2;
  background-color: var(--brand-color-1);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  position: relative;
}

.container.take-action {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1140px;
  padding: 0 30px;
}

.hero-wrapper-two {
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.home-subheader {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 19px;
  line-height: 1.38em;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  box-shadow: none;
  width: 100%;
  padding-left: 0%;
  display: block;
  position: relative;
}

.hero-image.shadow-two.article-hero {
  z-index: 1;
  top: 20px;
}

.home-heading {
  align-self: flex-start;
  font-size: 72px;
}

.paragraph-2 {
  color: var(--white);
  line-height: 1.38em;
}

.heading-8 {
  letter-spacing: -.015em;
}

.paragraph-3 {
  color: var(--white);
}

.hero-holder {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  position: relative;
}

.image-3 {
  width: 25%;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0% -5% auto auto;
}

.image-3.article-header {
  top: 5%;
  left: -10%;
  right: auto;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.navbar-logo-left {
  z-index: 2323;
  background-color: var(--brand-color-4);
  position: fixed;
  inset: auto 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
  order: 0;
  display: block;
  position: relative;
  left: auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--brand-color-1);
  letter-spacing: -.015em;
  -webkit-text-stroke-color: var(--brand-color-1);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  list-style-type: disc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-3 {
  order: 0;
}

.image-4 {
  width: 25%;
  display: block;
  position: absolute;
  inset: auto auto -3% -5%;
}

.image-4.article-graphic {
  bottom: -9%;
  left: auto;
  right: -5%;
}

.image-4.article-graphic.static {
  bottom: -10%;
}

.hero-heading-center {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-center.fact-module-one {
  background-color: var(--brand-color-1);
  overflow: visible;
}

.hero-heading-center.fact-module-two {
  background-color: var(--brand-color-4);
}

.hero-heading-center.fact-module-two.remove {
  display: none;
}

.hero-heading-center.fact-module-three {
  background-color: var(--brand-color-1);
  border: 1px #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-heading-center._233-per-day {
  background-color: var(--brand-color-4);
}

.hero-heading-center.individuals-tag {
  background-color: var(--brand-color-1);
  display: none;
  overflow: visible;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-heading.margin-bottom-32px.fact-one {
  color: var(--brand-color-2);
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 60px;
  font-weight: 700;
}

.centered-heading.margin-bottom-32px.ribbon {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  font-size: 5vw;
  line-height: 100%;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 0;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  position: static;
}

.hero-split.sticker-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-right: 5%;
  transform: rotate(-12deg);
}

.hero-split.sticker-left.no-stick {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-right: 0%;
  transform: rotate(0);
}

.margin-bottom-24px {
  color: var(--brand-color-4);
  margin-bottom: 24px;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.38em;
}

.margin-bottom-24px.black-text {
  color: var(--brand-color-3);
  margin-right: auto;
}

.margin-bottom-24px.black-text.human-sub {
  font-size: 19px;
}

.margin-bottom-24px.stat-one {
  margin-right: auto;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two.sticker-one {
  box-shadow: none;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: static;
}

.shadow-two.sticker-one.sticker-two {
  width: 55vw;
  padding-top: 0;
}

.div-block {
  letter-spacing: -.015em;
  flex: 0 auto;
  align-self: center;
  font-size: 32px;
  display: block;
  position: absolute;
  top: 30%;
}

.div-block.no-stick {
  position: static;
  top: 0%;
}

.div-block.no-stick.stat-one {
  margin-right: 0;
}

.div-block.white-sticker {
  top: 25%;
}

.div-block.blue-sticker {
  font-size: 36px;
  top: 30%;
}

.sticket-text {
  color: var(--brand-color-4);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 700;
  line-height: 120%;
}

.sticket-text.orange-text {
  color: var(--brand-color-2);
  font-weight: 700;
}

.sticket-text.stat-one {
  margin-right: auto;
  font-size: .7em;
  font-weight: 700;
}

.text-block {
  color: var(--brand-color-4);
  font-family: obviously-wide, sans-serif;
  font-weight: 700;
}

.text-block.sticket-text-bold {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-self: baseline;
  align-items: baseline;
  margin-bottom: 5px;
  font-family: obviously-wide, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 60%;
  display: flex;
}

.text-block.sticket-text-bold.dollar-sign {
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 80%;
}

.text-block.sticket-text-bold.dollar-sign.orange-text {
  color: var(--brand-color-2);
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.text-block.sticket-text-bold.orange-text {
  color: var(--brand-color-2);
  font-family: obviously-wide, sans-serif;
  font-size: 2em;
}

.dollar-type {
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  display: block;
  position: static;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-size: 1.2em;
  display: flex;
}

.div-block-2.stat-one {
  margin-right: auto;
  font-size: 1.2em;
}

.body-2 {
  background-color: var(--brand-color-1);
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.take-action-ribbon {
  background-color: var(--brand-color-3);
  flex-flow: column;
  justify-content: center;
  padding: 4% 30px;
  display: flex;
  position: relative;
}

.image-5 {
  flex: 0 auto;
  max-width: 20%;
  margin-left: 5%;
  margin-right: 5%;
}

.image-5.pointer {
  max-width: none;
  max-height: 80px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 25px;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 18px;
  font-style: italic;
}

.margin-bottom-24px-2.about-page {
  font-size: 21px;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.mission-statement {
  background-color: var(--brand-color-1);
  padding: 80px 30px;
  position: relative;
}

.image-6 {
  max-width: 50%;
  max-height: none;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  color: var(--brand-color-4);
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading.about-page {
  font-size: 18px;
}

.partner-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  max-width: 100%;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.partner-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.partner-image {
  object-fit: fill;
  border-radius: 0%;
  flex: 0 auto;
  align-self: auto;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  overflow: visible;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.partners {
  background-color: var(--brand-color-3);
  width: 100%;
  margin-right: auto;
  padding: 80px 30px;
  position: relative;
}

.black-block {
  background-color: var(--brand-color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 130px 80px;
  display: flex;
  position: relative;
  top: -40px;
}

.orange-text {
  color: var(--brand-color-2);
  max-width: 940px;
}

.article-header {
  color: var(--brand-color-2);
  align-self: flex-start;
  margin-bottom: 50px;
}

.article-sub {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: static;
}

.article-body {
  color: var(--white);
  font-weight: 400;
}

.black {
  background-color: var(--brand-color-3);
  outline-offset: 0px;
  color: var(--brand-color-3);
  -webkit-text-stroke-width: 0px;
  outline: 0 #555;
  position: relative;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.body-3 {
  background-color: var(--black);
}

.heading-9 {
  color: var(--brand-color-4);
  font-family: obviously-narrow;
  font-weight: 700;
}

.heading-10 {
  color: var(--brand-color-4);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  letter-spacing: -.015em;
}

.heading-13 {
  line-height: .95em;
}

.body-4 {
  display: block;
  overflow: hidden;
}

.body-4.about {
  background-color: var(--black);
  flex-flow: column;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.navbar-logo-left-2 {
  background-color: var(--brand-color-4);
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  display: none;
}

.nav-menu-wrapper-2 {
  order: 0;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--brand-color-1);
  letter-spacing: -.015em;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--black);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2:visited, .nav-link-2:lang(en) {
  color: var(--brand-color-1);
}

.nav-link-2.w--current {
  color: var(--brand-color-2);
}

.nav-link-2.w--current:hover {
  color: var(--black);
}

.nav-link-2.w--current:lang(en) {
  color: var(--brand-color-2);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.list-item-2 {
  display: none;
}

.icon {
  background-color: var(--accent-dark-blue);
  border-radius: 100%;
  width: 1.2em;
  height: 1.2em;
  padding-top: 5%;
}

.icon-2 {
  background-color: var(--brand-color-1);
  border-radius: 20px;
}

.slide {
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-6 {
  height: 100%;
}

.image-7, .heading-14 {
  align-self: center;
}

.slider-title {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-2 {
  align-self: center;
  margin-bottom: 10px;
}

.video-hero {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  overflow: visible;
}

.section, .slider-2 {
  background-color: var(--white);
}

.slide-nav {
  display: none;
}

.div-block-4 {
  border: 1px solid var(--brand-color-1);
  background-color: var(--brand-color-1);
  border-radius: 100%;
  width: 1.2em;
  height: 1.2em;
  margin: 130px 20px;
}

.image-8 {
  width: 1.2em;
  height: 1.2em;
  margin: 126px 16px;
}

.right-arrow {
  width: 1.2em;
  margin: 128px 16px;
}

.right-arrow.left {
  transform: rotate(-180deg);
}

.human-stories {
  background-color: var(--white);
  padding: 80px 30px;
  position: relative;
}

.black-text {
  color: var(--black);
}

.black-text.human-header {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
}

.black-text.human-header.white {
  color: var(--white);
  flex: 0 auto;
}

.heading-16 {
  text-transform: uppercase;
  font-family: obviously-wide, sans-serif;
  font-size: 42px;
  line-height: .85em;
}

.code-embed {
  color: var(--brand-color-2);
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

.flex-block {
  flex-flow: row;
  align-items: center;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
}

.stories-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.stories-tile {
  flex-flow: column;
  display: flex;
}

.stories-blurb {
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.stories-image {
  align-self: center;
  width: 30vw;
  max-width: 400px;
}

.footer {
  background-color: var(--brand-color-1);
  margin-top: auto;
  padding: 20px 30px;
  position: static;
  inset: auto 0% 0%;
}

.footer.footer-report {
  margin-top: auto;
  position: static;
  top: auto;
  bottom: 0%;
}

.footer-link {
  color: var(--white);
  letter-spacing: -.015em;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}

.footer-link:hover {
  color: var(--text-color-light);
}

.footer-link:active {
  color: var(--accent-dark-orange);
}

.copyright {
  color: var(--white);
  letter-spacing: -.015em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-6 {
  background-color: var(--brand-color-1);
  flex-flow: column;
  display: flex;
}

.take-action-header {
  flex: 0 auto;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: obviously-wide, sans-serif;
  font-size: 50px;
  line-height: 1em;
}

.grid-2 {
  grid-template-rows: auto;
  justify-content: space-between;
  margin-top: 10px;
}

.action-item-blurb {
  color: var(--white);
  letter-spacing: -.015em;
  flex: 1;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.take-action-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.take-action-block.module-two {
  display: none;
}

.resources {
  background-color: var(--white);
  padding: 0 100px;
}

.section-2 {
  background-color: var(--white);
}

.resource-header {
  color: var(--black);
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: obviously-wide, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.resource-header.news {
  color: var(--white);
}

.resource-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list {
  align-self: stretch;
  padding-left: 0;
}

.list-bullet {
  transform-style: preserve-3d;
  max-width: 20%;
  transform: rotateX(180deg)rotateY(0)rotateZ(90deg);
}

.list-bullet-pointer {
  align-self: center;
  height: 60px;
  max-height: 100px;
}

.resources-list-item {
  margin-bottom: 40px;
  display: flex;
}

.list-block {
  align-self: stretch;
  padding-left: 80px;
}

.resource-list-title {
  color: var(--black);
  margin-top: auto;
  margin-bottom: 20px;
  font-family: obviously-wide, sans-serif;
  font-weight: 700;
}

.resource-list-blurb {
  color: var(--black);
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-3 {
  padding-left: 100px;
  padding-right: 100px;
}

.action-title {
  font-family: obviously-wide, sans-serif;
  font-size: 24px;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.empty-state {
  display: none;
}

.collection-list-wrapper {
  background-color: var(--black);
  padding: 0;
}

.latest-news {
  background-color: var(--black);
  padding: 0 100px;
}

.collection-item {
  align-self: flex-start;
  min-width: 60px;
  min-height: 60px;
}

.collection-item.news-item {
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.news-list-header {
  text-transform: none;
  font-family: obviously-wide, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4em;
}

.news-list-blurb {
  color: var(--white);
  letter-spacing: -.015em;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.4em;
}

.image-9 {
  display: inline-block;
}

._233-per-person {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

._233-per-person.fact-module-one {
  background-color: var(--brand-color-1);
}

._233-per-person.fact-module-two {
  background-color: var(--brand-color-4);
}

._233-per-person.fact-module-three {
  background-color: var(--black);
  border: 1px #000;
}

._233-per-person.white-module {
  background-color: var(--brand-color-4);
  padding-top: 40px;
  padding-bottom: 40px;
}

.price-module-congress {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.price-module-congress.fact-module-one {
  background-color: var(--brand-color-1);
}

.price-module-congress.fact-module-two {
  background-color: var(--brand-color-4);
}

.price-module-congress.fact-module-three {
  background-color: var(--black);
  border: 1px #000;
}

.price-module-congress._233-per-day {
  background-color: var(--brand-color-4);
}

.price-module-congress.blue-ribbon-module {
  background-color: var(--black);
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 80px;
}

.image-10 {
  margin-right: 5px;
  padding-right: 10px;
}

.mobile-pathways {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 80px 30px;
  display: block;
  position: static;
  overflow: scroll;
}

.pathways-iframe {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: none;
  position: static;
  overflow: scroll;
}

.pathways-iframe.hide {
  display: none;
}

.mobile-pathways-section {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
  overflow: scroll;
}

.overlay {
  z-index: 2;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-block-3 {
  color: var(--white);
  font-family: obviously, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.breaker {
  display: none;
  overflow: visible;
}

.image-11, .link-block, .link-block-2 {
  display: block;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  position: relative;
  top: 40px;
}

.text-block-5 {
  color: var(--text-color-light);
  padding-top: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 1.2em;
}

.container-7 {
  width: 100%;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.text-block-6 {
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  display: block;
}

.article-link-block {
  display: block;
}

.report-body {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.black-link {
  color: var(--black);
}

.full-vid-link-container {
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  display: block;
}

.full-vid-link-container.angel-full-vid {
  display: none;
}

@media screen and (min-width: 1280px) {
  .margin-bottom-24px.black-text.human-sub {
    font-size: 19px;
  }

  .margin-bottom-24px-2.about-page {
    font-size: 21px;
  }

  .centered-subheading.about-page {
    font-size: 18px;
  }

  .mobile-pathways {
    padding-left: 0;
    padding-right: 0;
  }

  .pathways-iframe {
    display: flex;
  }

  .overlay, .link-block, .link-block-2 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    text-transform: uppercase;
    font-family: obviously-wide, sans-serif;
    font-size: 42px;
    line-height: .85em;
  }

  .hero-stack {
    max-width: none;
    padding-left: 140px;
    padding-right: 100px;
  }

  .hero-stack.article-page {
    width: 100%;
  }

  .home-subheader {
    font-size: 18px;
  }

  .hero-heading-center.fact-module-one, .hero-heading-center.fact-module-two, .hero-heading-center.fact-module-three, .hero-heading-center._233-per-day, .hero-heading-center.individuals-tag {
    padding-left: 140px;
    padding-right: 140px;
  }

  .centered-heading.margin-bottom-32px.ribbon {
    font-size: 3vw;
  }

  .margin-bottom-24px.black-text {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .take-action-ribbon {
    padding-left: 140px;
    padding-right: 140px;
  }

  .partner-image {
    object-fit: cover;
    max-height: 100%;
    overflow: visible;
  }

  .nav-link-2 {
    cursor: pointer;
  }

  .section {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .slider-2 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .right-arrow {
    transform: rotate(0);
  }

  .right-arrow.left {
    transform: rotate(180deg);
  }

  .left-arrow {
    position: absolute;
  }

  .human-stories {
    background-color: var(--white);
    padding: 80px 140px;
  }

  .black-text {
    color: var(--black);
    font-family: obviously-wide, sans-serif;
  }

  .heading-15 {
    text-transform: uppercase;
    font-family: obviously-wide, sans-serif;
    font-size: 42px;
    line-height: .85em;
  }

  .flex-block {
    align-self: center;
  }

  .stories-block {
    flex-flow: row;
    align-items: flex-start;
  }

  .stories-tile {
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .stories-blurb {
    height: 40px;
  }

  .footer {
    padding-left: 240px;
    padding-right: 240px;
    position: static;
  }

  .resources {
    padding-left: 100px;
    padding-right: 100px;
  }

  .resource-header.news {
    color: var(--white);
  }

  .list-bullet-pointer {
    height: 40px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .latest-news {
    background-color: var(--black);
    padding: 80px 100px;
  }

  .collection-item {
    margin-right: 60px;
  }

  .collection-item.news-item {
    margin-right: 0;
  }

  ._233-per-person.fact-module-one, ._233-per-person.fact-module-two, ._233-per-person.fact-module-three, ._233-per-person.white-module, .price-module-congress.fact-module-one, .price-module-congress.fact-module-two, .price-module-congress.fact-module-three, .price-module-congress._233-per-day, .price-module-congress.blue-ribbon-module {
    padding-left: 140px;
    padding-right: 140px;
  }

  .breaker {
    display: none;
  }

  .container-8 {
    margin-top: 48px;
  }

  .article-link-block {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .margin-bottom-24px.black-text.human-sub {
    font-size: 19px;
  }

  .body-4.about {
    background-color: var(--black);
  }

  .navbar-logo-left-2 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
  }

  .stories-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .stories-blurb {
    height: 40px;
  }

  .footer {
    position: static;
  }

  .footer.footer-report {
    position: absolute;
  }

  .breaker {
    display: none;
  }

  .article-link-block {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .button, .button.centered {
    align-self: center;
  }

  .button.menu {
    order: 1;
  }

  .button.resource-button {
    align-self: flex-start;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper-two {
    max-width: 650px;
  }

  .hero-image.shadow-two.article-hero {
    object-fit: fill;
  }

  .home-heading {
    font-size: 60px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-center.fact-module-two, .hero-heading-center._233-per-day {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .centered-heading.margin-bottom-32px.fact-one {
    font-size: 48px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: auto;
  }

  .hero-split {
    order: 1;
    max-width: 100%;
    margin-bottom: auto;
  }

  .hero-split.sticker-left, .hero-split.sticker-left.no-stick {
    margin-bottom: 25px;
  }

  .margin-bottom-24px {
    margin-right: auto;
  }

  .margin-bottom-24px.black-text {
    align-self: stretch;
    margin-right: auto;
  }

  .shadow-two.sticker-one {
    max-width: 80%;
  }

  .shadow-two.sticker-one.sticker-two {
    width: 60vw;
    max-width: 90%;
  }

  .div-block.white-sticker {
    top: 20%;
  }

  .div-block.blue-sticker {
    top: 28%;
  }

  .centered-subheading.about-page {
    font-size: 16px;
  }

  .partner-grid {
    grid-column-gap: 30px;
    flex-flow: wrap;
    place-content: stretch center;
    display: flex;
  }

  .partner-card {
    width: 150px;
    height: 150px;
  }

  .article-header {
    font-size: 38px;
  }

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-brand-2 {
    order: 0;
    display: block;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    order: 1;
  }

  .nav-menu-two-2 {
    background-color: var(--accent-light-orange);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: auto;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    order: -1;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list-item {
    display: none;
  }

  .slider-title {
    font-size: 24px;
  }

  .sp-elapsed, .sp-duration {
    display: flex;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-two {
    flex-direction: column;
  }

  .stories-blurb {
    font-size: 12px;
  }

  .stories-image {
    width: 40vw;
  }

  .footer {
    top: auto;
  }

  .footer.footer-report {
    position: relative;
    top: 0;
  }

  .body-6 {
    overflow: visible;
  }

  .take-action-header {
    font-size: 40px;
  }

  .grid-2 {
    grid-template-rows: auto;
  }

  .action-item-blurb {
    font-size: 12px;
  }

  .resources {
    padding-left: 70px;
    padding-right: 70px;
  }

  .resource-header {
    font-size: 32px;
  }

  .list-bullet-pointer {
    height: 40px;
  }

  .list-block {
    padding-left: 50px;
  }

  .resource-list-title {
    font-size: 20px;
  }

  .resource-list-blurb {
    font-size: 12px;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .action-title {
    align-self: flex-start;
    font-size: 20px;
  }

  .latest-news {
    padding-left: 70px;
    padding-right: 70px;
  }

  .collection-item.news-item {
    font-size: 16px;
  }

  ._233-per-person.fact-module-two, ._233-per-person.white-module, .price-module-congress.fact-module-two, .price-module-congress._233-per-day {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pathways-iframe {
    display: none;
  }

  .overlay {
    display: flex;
  }

  .image-11, .link-block, .link-block-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 12px;
  }

  .card-wrap {
    flex: 1;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    max-width: 450px;
  }

  .home-subheader {
    font-size: 16px;
  }

  .hero-image.shadow-two.article-hero {
    top: 30px;
  }

  .home-heading {
    font-size: 70px;
  }

  .image-3.article-header {
    top: 15%;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .centered-heading.margin-bottom-32px.fact-one {
    margin-bottom: 40px;
    font-size: 38px;
  }

  .hero-wrapper {
    margin-bottom: auto;
  }

  .hero-split {
    max-width: 450px;
  }

  .margin-bottom-24px {
    text-align: center;
    font-size: 16px;
  }

  .shadow-two.sticker-one {
    max-width: 375px;
  }

  .shadow-two.sticker-one.sticker-two {
    width: 80vw;
  }

  .div-block.white-sticker {
    top: 20%;
  }

  .div-block.blue-sticker {
    top: 30%;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .mission-statement {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .partner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
  }

  .partner-card {
    width: 125px;
  }

  .partners {
    padding-left: 15px;
    padding-right: 15px;
  }

  .black-block {
    padding: 20px 30px;
    overflow: hidden;
  }

  .article-header {
    margin-top: auto;
    font-size: 32px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .slider-title {
    height: 55px;
    margin-top: 10px;
  }

  .video-hero {
    margin-top: 30px;
  }

  .black-text.human-header {
    text-align: center;
    font-size: 38px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .section-heading {
    font-size: 25px;
  }

  .stories-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
  }

  .stories-tile {
    align-items: center;
  }

  .stories-blurb {
    height: 45px;
    font-size: 14px;
    line-height: 18px;
  }

  .stories-image {
    width: 50vw;
  }

  .footer.footer-report {
    position: relative;
  }

  .footer-link, .copyright {
    font-size: 10px;
  }

  .take-action-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .resources {
    padding: 60px 45px;
  }

  .resource-header {
    font-size: 24px;
  }

  .list-block {
    padding-left: 30px;
  }

  .resource-list-title {
    font-size: 16px;
  }

  .section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-list {
    flex-flow: column;
  }

  .latest-news {
    padding: 60px 45px;
  }

  .image-9 {
    max-width: 100%;
  }

  ._233-per-person, .price-module-congress {
    padding: 60px 15px;
  }

  .breaker-v2, .breaker-v3 {
    display: none;
  }

  .text-block-4 {
    font-size: 12px;
    top: 30px;
  }

  .link-block-2, .article-link-block {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.015em;
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 12px;
  }

  blockquote {
    font-size: 14px;
  }

  .button {
    height: 25px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
  }

  .button.nav {
    align-self: center;
  }

  .button.centered {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .button.menu {
    display: none;
  }

  .button.resource-list-cta {
    align-self: flex-start;
  }

  .heading.partner-header {
    max-width: 100%;
    font-size: 20px;
  }

  .hero-stack {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    max-width: none;
  }

  .container.article-page {
    padding-top: 10px;
  }

  .hero-wrapper-two {
    max-width: 250px;
  }

  .home-subheader {
    font-size: 14px;
  }

  .hero-image.shadow-two.article-hero {
    margin-top: auto;
    top: 10px;
  }

  .home-heading {
    font-size: 38px;
  }

  .image-3 {
    margin-right: -10px;
    padding-top: 0;
    top: 10%;
  }

  .image-3.article-header {
    top: 10%;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading-center.fact-module-one, .hero-heading-center.fact-module-two, .hero-heading-center.fact-module-three, .hero-heading-center._233-per-day, .hero-heading-center.individuals-tag {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px.fact-one {
    margin-bottom: 20px;
  }

  .centered-heading.margin-bottom-32px.ribbon {
    margin-bottom: 10px;
    font-size: 10vw;
  }

  .hero-wrapper {
    margin-bottom: auto;
  }

  .hero-split {
    max-width: 250px;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .hero-split.sticker-left {
    max-width: 250px;
    padding-right: 0%;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .shadow-two.sticker-one {
    max-width: 200px;
  }

  .shadow-two.sticker-one.sticker-two {
    max-width: 260px;
  }

  .div-block, .div-block.no-stick {
    font-size: 24px;
  }

  .div-block.no-stick.stat-one {
    margin-right: auto;
  }

  .div-block.white-sticker {
    font-size: 24px;
    top: 20%;
  }

  .div-block.blue-sticker {
    font-size: 24px;
    top: 28%;
  }

  .div-block-2, .div-block-2.stat-one {
    font-size: .9em;
  }

  .body-2 {
    overflow: visible;
  }

  .take-action-ribbon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 20px 15px;
  }

  .image-5.pointer {
    max-height: 40px;
    margin-top: 10px;
  }

  .hero-wrapper-two-2 {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-bottom-24px-2 {
    font-size: 14px;
  }

  .margin-bottom-24px-2.about-page {
    font-size: 19px;
  }

  .mission-statement {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
  }

  .image-6 {
    max-width: 75%;
  }

  .partner-grid {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .partners {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .black-block {
    padding-left: 15px;
    padding-right: 15px;
    top: -20px;
  }

  .article-header {
    margin-top: 10px;
    font-size: 24px;
  }

  .container-4 {
    max-width: none;
  }

  .rich-text-block {
    font-size: 12px;
  }

  .body-4 {
    overflow: visible;
  }

  .body-4.about {
    background-color: var(--brand-color-3);
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .list-item-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .slider-title {
    max-width: 300px;
    height: 45px;
    font-size: 20px;
  }

  .right-arrow {
    width: .8em;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .left-arrow {
    max-width: 20%;
    height: 55%;
    inset: 0% auto auto 0%;
  }

  .human-stories {
    padding: 20px 10px;
  }

  .black-text.human-header {
    font-size: 20px;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .example-badge {
    font-size: 10px;
  }

  .section-button {
    height: 45px;
  }

  .right-arrow-2 {
    max-width: 20%;
    height: 55%;
    inset: 0% 0% auto auto;
  }

  .flex-block {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .stories-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .stories-blurb {
    max-width: 300px;
    font-size: 14px;
    line-height: 16px;
  }

  .stories-image {
    width: 70vw;
    max-width: 300px;
  }

  .footer {
    position: static;
  }

  .footer.footer-report {
    position: absolute;
    top: auto;
  }

  .footer-link, .copyright {
    line-height: 1em;
  }

  .body-5 {
    overflow: hidden;
  }

  .take-action-header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .grid-2 {
    grid-template-columns: minmax(200px, 1fr);
    justify-content: space-between;
  }

  .action-item-blurb {
    align-self: auto;
  }

  .resources {
    padding: 20px 15px;
  }

  .resource-header {
    font-size: 18px;
  }

  .list-bullet-pointer {
    align-self: flex-start;
    height: 20px;
  }

  .list-block {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    padding-left: 10px;
    display: flex;
  }

  .resource-list-title {
    font-size: 14px;
  }

  .resource-list-blurb {
    align-self: auto;
    width: auto;
  }

  .section-3 {
    padding: 0 10px 0 0;
  }

  .latest-news {
    padding: 20px 15px;
  }

  .collection-item.news-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-9 {
    max-width: 100%;
  }

  ._233-per-person.fact-module-one, ._233-per-person.fact-module-two, ._233-per-person.fact-module-three, ._233-per-person.white-module, .price-module-congress.fact-module-one, .price-module-congress.fact-module-two, .price-module-congress.fact-module-three, .price-module-congress._233-per-day, .price-module-congress.blue-ribbon-module, .mobile-pathways {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-3 {
    width: 50%;
  }

  .link-block-2 {
    margin-bottom: auto;
  }

  .text-block-4 {
    font-size: 10px;
    top: 30px;
  }

  .text-block-6, .full-vid-link-container {
    font-size: 16px;
  }
}

#w-node-_3646f82f-0e02-3a20-44a3-2db26cf8f931-55bb9e09, #w-node-_3646f82f-0e02-3a20-44a3-2db26cf8f93c-55bb9e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_188ba696-8674-c1cf-cc03-e7410ffb6032-55bb9e0a {
  align-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_3646f82f-0e02-3a20-44a3-2db26cf8f93c-55bb9e09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_188ba696-8674-c1cf-cc03-e7410ffb6032-55bb9e0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


