* {
  margin: 0;
  padding: 0; }

#c5-wrapper .l-content-container {
  max-width: 80%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    #c5-wrapper .l-content-container {
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
#c5-wrapper .scaling-svg-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%; }
#c5-wrapper .scaling-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
#c5-wrapper .scroll-pin {
  transform: translate3d(0, 0, 0); }
#c5-wrapper #pin0,
#c5-wrapper #pin1,
#c5-wrapper #pin2,
#c5-wrapper #pin3,
#c5-wrapper #pin4,
#c5-wrapper #pin5 {
  transform: translate3d(0, 0, 0); }
  @media (max-width: 767px) {
    #c5-wrapper #pin0,
    #c5-wrapper #pin1,
    #c5-wrapper #pin2,
    #c5-wrapper #pin3,
    #c5-wrapper #pin4,
    #c5-wrapper #pin5 {
      width: 100% !important;
      position: static !important; } }
@media (max-width: 767px) {
  #c5-wrapper .scrollmagic-pin-spacer {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    min-height: auto !important;
    min-height: initial !important;
    height: auto !important; } }
#c5-wrapper .svg-people {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }
@media (min-width: 1300px) {
  #c5-wrapper .svg-yellow-line {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@media (max-width: 991px) {
  #c5-wrapper .svg-yellow-line {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

#c5-wrapper .bg--beige {
  background: #f9f6e4; }
#c5-wrapper .bg--blueGray {
  background: #6b767f; }
#c5-wrapper .bg--skyBlue {
  background: #94d2e0; }
#c5-wrapper .bg--lightBlue {
  background: #c7cfd3; }
#c5-wrapper .bg--body {
  background: #626469; }
#c5-wrapper .bg--primaryDarker {
  background: #009530; }

#c5-wrapper {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #626469; }
  #c5-wrapper h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 300; }
    @media (max-width: 991px) {
      #c5-wrapper h1 {
        font-size: 62px;
        line-height: 70px; } }
    @media (max-width: 539px) {
      #c5-wrapper h1 {
        font-size: 50px;
        line-height: 60px; } }
  #c5-wrapper h2 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 300; }
    @media (max-width: 991px) {
      #c5-wrapper h2 {
        font-size: 34px;
        line-height: 42px; } }
    @media (max-width: 539px) {
      #c5-wrapper h2 {
        font-size: 26px;
        line-height: 34px; } }
  #c5-wrapper h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300; }
  #c5-wrapper h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300; }
  #c5-wrapper .t-primary {
    color: #3dcd58; }
  #c5-wrapper .t-primary-darker {
    color: #009530; }
  #c5-wrapper .t-white {
    color: #ffffff; }
  #c5-wrapper .t-body {
    color: #626469; }
  #c5-wrapper .t-light {
    font-weight: 300; }
  #c5-wrapper .t-regular {
    font-weight: 400; }
  #c5-wrapper .t-semi-bold {
    font-weight: 600; }
  #c5-wrapper .t-bold {
    font-weight: 700; }
  #c5-wrapper .t-super {
    vertical-align: super;
    font-size: 10px;
    position: relative;
    top: 0;
    line-height: 1; }
  #c5-wrapper .t-sub {
    line-height: 1;
    font-size: 10px; }
  #c5-wrapper .t-quote {
    position: absolute;
    top: 0;
    left: -10px; }
  #c5-wrapper .t-nobr {
    white-space: nowrap; }

#c5-wrapper p {
  margin-bottom: 24px; }
#c5-wrapper .mb-20 {
  margin-bottom: 20px; }
#c5-wrapper .mb-24 {
  margin-bottom: 24px; }
#c5-wrapper .mb-30 {
  margin-bottom: 30px; }
#c5-wrapper .mb-40 {
  margin-bottom: 40px; }
#c5-wrapper .mb-45 {
  margin-bottom: 45px; }
#c5-wrapper .mb-50 {
  margin-bottom: 50px; }
#c5-wrapper .mb-60 {
  margin-bottom: 60px; }
#c5-wrapper .mb-75 {
  margin-bottom: 75px; }
#c5-wrapper .mb-100 {
  margin-bottom: 100px; }

#c5-wrapper .m-dotnav {
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  padding-left: 25px; }
  @media (max-width: 767px) {
    #c5-wrapper .m-dotnav {
      display: none; } }
  #c5-wrapper .m-dotnav a {
    display: block;
    background-color: #009530;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 20px;
    transition: all .4s ease-out; }
    #c5-wrapper .m-dotnav a:hover {
      background-color: #3dcd58;
      transition: all .4s ease-out; }
    #c5-wrapper .m-dotnav a.dot-nav-active {
      background-color: #3dcd58;
      transition: all .4s ease-out; }

#c5-wrapper .m-chapter {
  position: relative;
  min-height: 100vh; }
  @media (max-width: 767px) {
    #c5-wrapper .m-chapter {
      min-height: auto; } }
  #c5-wrapper .m-chapter__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    min-height: 100vh;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      #c5-wrapper .m-chapter__header {
        width: 100%;
        position: relative;
        min-height: auto;
        height: auto;
        background: #f9f6e4;
        color: #009530; } }
  #c5-wrapper .m-chapter__header-text {
    position: relative;
    z-index: 2;
    padding-top: 140px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 0;
    max-width: 410px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      #c5-wrapper .m-chapter__header-text {
        padding-top: 100px; } }
    @media (max-width: 767px) {
      #c5-wrapper .m-chapter__header-text {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        margin: initial;
        max-width: 100%; } }
  @media (max-width: 767px) {
    #c5-wrapper .m-chapter__title.t-white {
      color: #009530; } }
  #c5-wrapper .m-chapter__illo {
    display: block;
    overflow: hidden; }
    @media (max-width: 767px) {
      #c5-wrapper .m-chapter__illo {
        display: none; } }
  #c5-wrapper .m-chapter__illo-intro {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding-top: 465px;
    background: #94d2e0; }
  #c5-wrapper .m-chapter__illo-c1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    right: 0;
    max-width: 550px;
    max-height: 754px; }
  #c5-wrapper .m-chapter__illo-c2 {
    position: relative;
    z-index: 1;
    width: 100%;
    bottom: 0;
    right: -2px;
    max-width: 630px;
    max-height: 431px;
    margin-left: auto; }
  #c5-wrapper .m-chapter__illo-c3 {
    position: absolute;
    top: -3px;
    z-index: 1;
    width: 100%;
    padding-top: 435px;
    background: #94d2e0; }
  #c5-wrapper .m-chapter__illo-conclusion {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0; }
  #c5-wrapper .m-chapter__illo-resources {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0; }
  #c5-wrapper .m-chapter__section-title {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      #c5-wrapper .m-chapter__section-title.t-primary {
        color: #009530; } }
  #c5-wrapper .m-chapter__content {
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    margin-left: 50%;
    padding-top: 140px;
    padding-bottom: 150px; }
    @media (max-width: 991px) {
      #c5-wrapper .m-chapter__content {
        padding-top: 100px;
        padding-bottom: 130px; } }
    @media (max-width: 767px) {
      #c5-wrapper .m-chapter__content {
        width: 100%;
        margin-left: auto;
        padding-top: 75px;
        padding-bottom: 75px; } }

#c5-wrapper .m-list ul {
  padding-left: 0; }
#c5-wrapper .m-list li {
  margin-bottom: 24px;
  list-style-position: outside;
  margin-left: 1em;
  padding-left: 5px;
  color: #3dcd58; }
#c5-wrapper .m-list__li-container {
  display: inline;
  color: #626469; }
#c5-wrapper .m-list__header {
  display: block;
  color: #3dcd58;
  font-weight: 600; }

#c5-wrapper .m-quote {
  font-size: 20px;
  line-height: 28px;
  vertical-align: super;
  color: #9FA0A4;
  padding-left: 30px;
  border-left: 1px solid #3dcd58; }
  #c5-wrapper .m-quote blockquote {
    position: relative; }

#c5-wrapper .m-number {
  display: flex;
  flex-flow: row;
  align-items: center; }
  #c5-wrapper .m-number__number {
    font-size: 55px;
    font-weight: 600;
    margin-right: 18px; }
  #c5-wrapper .m-number__txt {
    max-width: 267px; }

#c5-wrapper .s-hero {
  display: flex;
  flex-flow: row; }
  #c5-wrapper .s-hero__left {
    background-image: url("../images/hero.svg");
    background-size: cover;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 160px;
    display: flex;
    align-items: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      #c5-wrapper .s-hero__left {
        display: none; } }
  #c5-wrapper .s-hero__right {
    width: 50%;
    padding-top: 100px;
    padding-bottom: 160px;
    background: #f1f2f2; }
    @media (max-width: 767px) {
      #c5-wrapper .s-hero__right {
        width: 100%; } }
  #c5-wrapper .s-hero__logo {
    width: 225px;
    height: 53px;
    margin-bottom: 120px; }
  #c5-wrapper .s-hero__p {
    font-size: 24px;
    line-height: 30px; }

#c5-wrapper .intro-img-1 {
  width: 158px; }
#c5-wrapper .intro-img-2 {
  width: 216px; }
#c5-wrapper .intro-img-3 {
  width: 192px; }
#c5-wrapper .intro-img-4 {
  width: 89px; }
#c5-wrapper .intro-img-5 {
  width: 190px; }

#c5-wrapper .c1-img-1 {
  width: 110px; }
#c5-wrapper .c1-img-2 {
  width: 168px; }

#c5-wrapper .c2-img-1 {
  width: 141px; }

#c5-wrapper .c3-img-1 {
  width: 156px; }
#c5-wrapper .c3-img-2 {
  width: 71px; }

#c5-wrapper .con-img-1 {
  width: 151px; }
#c5-wrapper .con-img-2 {
  width: 105px; }
#c5-wrapper .con-img-3 {
  width: 107px; }

#c5-wrapper #resources a {
  display: block;
  color: #626469;
  font-weight: 300;
  transition: .3s all ease-out; }
  #c5-wrapper #resources a .t-super {
    display: inline-block;
    text-decoration: none; }
  #c5-wrapper #resources a:hover {
    color: #000000;
    transition: .3s all ease-out; }

#c5-wrapper footer {
  background: #ffffff;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
#c5-wrapper .footer-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding-top: 75px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    #c5-wrapper .footer-container {
      flex-flow: column;
      align-items: center; } }
  #c5-wrapper .footer-container .footnotes {
    font-size: 10px;
    line-height: 18px;
    width: 100%;
    max-width: 612px; }
    @media (max-width: 767px) {
      #c5-wrapper .footer-container .footnotes {
        max-width: 100%; } }
  #c5-wrapper .footer-container .footer-logos {
    display: flex;
    flex-flow: column; }
    @media (max-width: 991px) {
      #c5-wrapper .footer-container .footer-logos {
        margin-top: 40px; } }
  #c5-wrapper .footer-container .footer-img-1 {
    width: 205px;
    height: 28px;
    margin-bottom: 20px; }
  #c5-wrapper .footer-container .footer-img-2 {
    width: 204px;
    height: 42px; }
#c5-wrapper .footer-copyright {
  padding-bottom: 100px;
  font-size: 10px;
  line-height: 18px;
  margin: 0 auto;
  max-width: 400px;
  padding-top: 75px;
  width: 100%; }

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