.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;
}

body {
  color: #1b3866;
  background-color: #f8f8f2;
  padding-right: 92px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  color: #f8f8f2;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
}

h2 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #8759a4;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}

h4 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
}

a {
  color: #8759a4;
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

.navbar {
  z-index: 9998;
  width: 92px;
  height: 100vh;
  background-color: #264f8f;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  right: 0;
}

.nav-circle {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f8f8f2;
  border-radius: 100%;
  flex: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
}

.nav-circle:hover {
  background-color: #f8f8f2;
}

.nav-circle:focus {
  color: #f8f8f2;
  box-shadow: 0 0 0 6px rgba(248, 248, 242, .3);
}

.nav-circle.w--current {
  color: #f8f8f2;
  background-color: #f8f8f2;
  border: 1px solid #f8f8f2;
  text-decoration: none;
  box-shadow: 0 0 0 6px rgba(248, 248, 242, .3);
}

.nav-circle.w--current:focus {
  box-shadow: 0 0 0 12px rgba(248, 248, 242, .3);
}

.hero {
  height: 100%;
  min-height: 100vh;
  background-color: #f8f8f2;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.container {
  max-width: 1292px;
  flex-direction: column;
  flex: none;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  justify-content: flex-start;
}

.brand {
  align-self: flex-start;
}

.brand-logo {
  height: 82px;
}

.hero-inner {
  z-index: 2;
  width: 75%;
  padding-top: 64px;
  padding-left: 56px;
  padding-right: 32px;
  position: relative;
}

.hero-img {
  border-radius: 16px;
}

.hero-heading {
  z-index: 2;
  width: 50%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(0, -65%);
}

.hero-wrapper {
  z-index: 2;
  position: relative;
}

.polygon-1 {
  z-index: 1;
  height: 250px;
  position: absolute;
  top: -48%;
  right: 0;
}

.polygon-2 {
  height: 380px;
  position: absolute;
  top: -72%;
  left: 32px;
}

.bg-navy {
  color: #f8f8f2;
  background-color: #1b3866;
}

.py-md {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section-heading {
  align-self: auto;
}

.section-heading.py-md {
  width: 100%;
}

.relative {
  position: relative;
}

.component {
  width: 100%;
}

.col-8 {
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
}

.numbers-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
}

.number-stats {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.number-illustration {
  height: 200px;
}

.number-illustration.large {
  height: 160px;
}

.number-illustration.small {
  height: 230px;
}

.stat {
  color: #305faa;
  font-size: 88px;
  line-height: 130%;
}

.number-desc {
  width: 92%;
  text-align: center;
  font-weight: 400;
}

.number-desc p {
  font-size: 24px;
  line-height: 130%;
}

.number-desc h4 {
  font-size: 24px;
  font-weight: 400;
}

.text-align-center {
  text-align: center;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 16px;
  display: flex;
}

.rte.transcript {
  padding-top: 12px;
  padding-bottom: 20px;
}

.rte.transcript a:focus {
  color: #f8f8f2;
  background-color: #305faa;
}

.rte.dark a {
  color: #f8f8f2;
}

.rte.dark a:focus {
  background-color: #8759a4;
}

.rte.dark h3 {
  padding-top: 20px;
}

.rte p {
  margin-bottom: 20px;
}

.rte a:focus {
  color: #fff;
  background-color: #305faa;
}

.accordion-item-content {
  width: 100%;
  overflow: hidden;
}

.accordion-item {
  padding-top: 20px;
}

.read-more {
  background-color: #2fa8cf;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.read-more.btn.btn-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}

.read-more.btn.btn-sm.btn-secondary:focus {
  border: 2px solid #2fa8cf;
}

.read-more.btn.btn-sm.btn-cream {
  color: #264f8f;
  background-color: #f8f8f2;
}

.read-more.btn.btn-sm.btn-cream:hover {
  color: #8759a4;
}

.pt-md {
  padding-top: 56px;
}

._2-col-even {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.img-right {
  height: 300px;
}

.bg-azure {
  color: #f8f8f2;
  background-color: #305faa;
}

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

.highlight-img {
  height: 230px;
}

.highlight-img.larger {
  height: 290px;
}

.highlight-heading {
  color: #f8f8f2;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 6px;
}

.highlight-desc {
  text-align: center;
}

.lead-para {
  font-size: 24px;
  line-height: 140%;
}

.py-lg {
  padding-top: 200px;
  padding-bottom: 200px;
}

.img {
  border-radius: 16px;
}

.img.illustration {
  height: 250px;
}

.text-img-grid {
  grid-column-gap: 104px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: start;
}

.text-img-grid.img-right {
  height: auto;
}

.text-img-grid.img-left {
  grid-template-columns: .75fr 1fr;
}

.pb-md {
  padding-bottom: 56px;
}

.footer {
  padding-bottom: 48px;
}

.download {
  padding-top: 156px;
  padding-bottom: 156px;
  position: relative;
}

.col-6 {
  width: 50%;
}

.col-6.mx-auto.text-align-center {
  z-index: 2;
  width: 75%;
  position: relative;
}

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

.download-heading {
  padding-bottom: 40px;
  font-size: 72px;
}

.btn {
  color: #f8f8f2;
  background-color: #8759a4;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 16px 32px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.btn:hover {
  color: #8759a4;
  background-color: #f8f8f2;
}

.btn:focus {
  border: 1px solid #f8f8f2;
}

.btn.btn-secondary {
  background-color: #305faa;
}

.btn.btn-secondary:hover {
  color: #f8f8f2;
  background-color: #1b3866;
}

.btn.btn-cream {
  color: #264f8f;
}

.btn.btn-cream:hover {
  color: #8759a4;
}

.btn-sm {
  padding: 8px 20px;
}

.polygon-3 {
  z-index: 1;
  height: 126px;
  position: absolute;
  top: 14%;
  right: 6%;
}

.polygon-4 {
  z-index: 1;
  height: 186px;
  position: absolute;
  bottom: 20%;
  left: 6%;
}

.copy {
  padding-bottom: 24px;
}

.small {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 130%;
}

.website-link {
  color: #1b3866;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  text-decoration: underline;
  display: flex;
}

.website-link:focus {
  color: #f8f8f2;
  background-color: #305faa;
}

.external-link-icon {
  height: 16px;
  margin-left: 12px;
}

.col-10 {
  width: 83.3333%;
}

.col-10.mx-auto.bg-scooter-12 {
  padding: 24px;
}

.bg-scooter-12 {
  background-color: rgba(47, 168, 207, .12);
  border-radius: 16px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
}

.report-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .5fr;
}

.margin-bottom-xlarge {
  margin-bottom: 40px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.timeline_image-wrapper {
  width: 286px;
  height: 286px;
  border-radius: 16px;
  overflow: hidden;
}

.timeline_progress-bar {
  z-index: 2;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#b0b94a, #3dd0ff);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_circle {
  z-index: 2;
  width: 16px;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 13px #1b3866;
}

.modal-content-rte {
  text-align: left;
}

.modal-content-rte p {
  color: #1b3866;
  margin-bottom: 12px;
}

.modal-content-rte h4 {
  color: #1b3866;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.modal-content-rte h3 {
  color: #305faa;
}

.icon-close {
  height: 24px;
  transform: rotate(45deg);
}

.modal-wrapper {
  z-index: 9999;
  background-color: rgba(27, 56, 102, .92);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper.touchpoint-1 {
  height: 100vh;
  background-color: rgba(27, 56, 102, .92);
}

.modal-wrapper.touchpoint-2, .modal-wrapper.touchpoint-3, .modal-wrapper.touchpoint-4, .modal-wrapper.touchpoint-5 {
  background-color: rgba(27, 56, 102, .92);
  display: none;
}

.modal-wrapper.touchpoint-6 {
  background-color: rgba(27, 56, 102, .92);
  display: none;
  overflow: auto;
}

.modal {
  z-index: 9999;
  width: 100%;
  height: 550px;
  max-width: 700px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 6px 6px 32px rgba(55, 54, 57, .24);
}

.modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.close-modal {
  width: 48px;
  height: 48px;
  background-color: #8759a4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-image {
  width: 170px;
  height: 170px;
  border-radius: 16px;
  overflow: hidden;
}

.modal-content {
  width: 100%;
  padding: 80px 48px 48px;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.timeline-image {
  height: 100%;
  object-fit: cover;
}

.light-link {
  color: #f8f8f2;
}

.light-link:focus {
  background-color: #1b3866;
}

.accordion-item-trigger-4 {
  cursor: pointer;
  border-top: 1px solid rgba(71, 78, 81, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 16px;
  display: flex;
}

.staff-item {
  color: #f8f8f2;
  text-align: center;
  border-radius: 16px;
  flex: none;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
}

.staff-item:hover {
  color: #8759a4;
  background-color: #f8f8f2;
}

.staff-item:focus {
  border: 1px solid #f8f8f2;
}

.staff {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.staff-image {
  border-radius: 16px;
  margin-bottom: 20px;
}

.board-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr 1fr;
}

.board-grid.py-md {
  grid-template-rows: auto auto auto;
}

.feedback-graph-circle {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.column.col-25 {
  width: 50%;
}

.column.col-25.flex.padding-left---s.vertical.justify-center.padding-left-mob--0 {
  width: 45%;
  flex-direction: column;
  padding-top: 12px;
  padding-right: 32px;
}

.legend-num {
  font-weight: 700;
}

.flex {
  display: flex;
}

.flex.mb-xs {
  align-items: center;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mr-sm {
  margin-right: 20px;
}

.column-wrapper {
  color: #1b3866;
  background-color: #fff;
  border: 1px solid #305faa;
  border-radius: 16px;
  flex-flow: wrap;
  padding: 40px;
  display: flex;
}

.full-width {
  width: 100%;
}

.color-1 {
  background-color: #8759a4;
}

.mr-xs {
  margin-right: 8px;
}

.mb-xs {
  margin-bottom: 12px;
}

.color-2 {
  background-color: #2fa8cf;
}

.color-3 {
  background-color: #8b9337;
}

.col-75 {
  width: 55%;
}

.back-to-top {
  z-index: 99;
  width: 65px;
  height: 65px;
  background-color: #053442;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  bottom: 32px;
  right: 48px;
}

.back-to-top.w--current {
  z-index: 99;
  width: 65px;
  height: 65px;
  background-color: #053442;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 32px;
  right: 48px;
}

.back-to-top.home {
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #305faa;
  display: none;
  right: 110px;
}

.back-to-top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  width: 1px;
  height: 1px;
  color: #f8f8f2;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-secondary {
  border: 2px solid rgba(0, 0, 0, 0);
}

.btn-secondary:focus {
  border-color: #2fa8cf;
}

.btn-cream {
  color: #8759a4;
  background-color: #f8f8f2;
  border: 2px solid rgba(0, 0, 0, 0);
}

.btn-cream:focus {
  border-color: #1b3866;
}

.overlay-fade-bottom-2 {
  z-index: 2;
  height: 80px;
  background-image: linear-gradient(to top, #1b3866 45%, rgba(27, 56, 102, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-fade-top-2 {
  z-index: 2;
  height: 80px;
  background-image: linear-gradient(#1b3866 45%, rgba(27, 56, 102, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_progress-2 {
  z-index: 1;
  width: 3px;
  height: 100%;
  background-color: #264f8f;
  position: absolute;
}

.h4 {
  margin-bottom: 6px;
  font-size: 22px;
}

.org-chart-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

@media screen and (min-width: 1280px) {
  .hero-inner {
    padding-top: 96px;
  }

  .polygon-1 {
    height: 300px;
  }

  .polygon-2 {
    height: 400px;
  }

  .polygon-3 {
    right: 10%;
  }

  .polygon-4 {
    left: 10%;
  }

  .timeline_circle {
    width: 20px;
    height: 20px;
  }

  .staff-item {
    text-align: center;
  }

  .staff-image {
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .board-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .overlay-fade-bottom-2 {
    background-image: linear-gradient(to top, #1b3866 42%, rgba(38, 79, 143, 0));
  }

  .overlay-fade-top-2 {
    background-image: linear-gradient(#1b3866 40%, rgba(38, 79, 143, 0));
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-right: 56px;
  }

  h1 {
    font-family: Roboto, sans-serif;
    font-size: 72px;
  }

  h2 {
    font-size: 56px;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    z-index: 9999;
    color: #83c8d1;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    display: flex;
  }

  .navbar {
    width: 56px;
  }

  .nav-circle {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nav-circle:hover {
    color: #f06b6f;
  }

  .nav-circle.w--current {
    border: 1px #000;
    box-shadow: 0 0 0 8px rgba(248, 248, 242, .3);
  }

  .menu-line-icon {
    width: 24px;
    height: 2px;
    background-color: #83c8d1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero {
    height: auto;
    min-height: auto;
  }

  .hero-inner {
    width: 100%;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-heading {
    width: 80%;
    position: relative;
    top: -72px;
    left: auto;
    transform: none;
  }

  .polygon-1 {
    height: 160px;
    top: -30%;
    right: 0;
  }

  .polygon-2 {
    height: 240px;
    top: -280px;
    left: 56px;
  }

  .col-8 {
    width: 100%;
  }

  .number-stats {
    padding-left: 0;
    padding-right: 0;
  }

  .number-illustration {
    width: auto;
    height: 150px;
  }

  .number-illustration.large {
    height: 120px;
  }

  .number-illustration.small {
    height: 200px;
  }

  .stat {
    font-size: 64px;
  }

  .number-desc p {
    font-size: 20px;
  }

  .accordion-item-trigger {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .html-embed {
    font-size: .9em;
  }

  ._2-col-even {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .highlight.py-lg {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .highlight-img {
    height: 160px;
  }

  .highlight-img.larger {
    height: 210px;
  }

  .img.last {
    margin-bottom: 24px;
  }

  .img.ceo-img {
    max-width: 360px;
  }

  .text-img-grid, .text-img-grid.img-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .download {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .col-6 {
    width: 100%;
  }

  .download-heading {
    font-size: 64px;
  }

  .polygon-3 {
    height: 88px;
    top: 4%;
    right: 3%;
  }

  .polygon-4 {
    height: 132px;
    bottom: 6%;
    left: 3%;
  }

  .col-10 {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 20px;
    align-items: baseline;
    justify-items: start;
  }

  .report-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
    padding-bottom: 20px;
  }

  .modal-content-rte p {
    text-align: center;
  }

  .modal-content-rte h3 {
    text-align: center;
    margin-bottom: 16px;
  }

  .modal-wrapper.touchpoint-1 {
    display: none;
    overflow: visible;
  }

  .modal {
    height: auto;
    max-width: 700px;
    flex-direction: column;
    overflow: visible;
  }

  .modal-image {
    width: 150px;
    height: 150px;
    display: block;
    top: -67px;
  }

  .modal-content {
    width: 100%;
    padding-top: 70px;
    overflow: scroll;
  }

  .grid-2 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .accordion-item-trigger-4 {
    cursor: pointer;
    border-top: 1px solid rgba(67, 84, 83, .2);
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .board-grid.py-md {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrapper {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .feedback-graph-circle {
    width: 32px;
    height: 32px;
  }

  .column.col-25.flex.padding-left---s.vertical.justify-center.padding-left-mob--0 {
    width: 100%;
    padding-right: 0;
  }

  .column-wrapper {
    flex-direction: column;
    padding: 32px;
  }

  .col-75 {
    width: 100%;
  }

  .back-to-top {
    display: block;
    bottom: 24px;
    right: 72px;
  }

  .back-to-top.w--current {
    width: 55px;
    height: 55px;
  }

  .back-to-top.home {
    display: none;
    right: 72px;
  }

  .back-to-top-icon {
    height: 12px;
  }

  .timeline_progress-2 {
    left: 6px;
  }

  .org-chart-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 0;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    color: #8759a4;
    font-size: 30px;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    display: none;
  }

  .nav-circle:hover, .nav-circle.w--current:hover {
    color: #83c8d1;
  }

  .hero {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand {
    margin-top: 0;
  }

  .brand-logo {
    height: 64px;
  }

  .hero-inner {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    width: 100%;
    padding-left: 0;
    top: -48px;
  }

  .polygon-1 {
    height: 88px;
    position: absolute;
    top: -60px;
  }

  .polygon-2 {
    height: 120px;
    top: -160px;
    left: 48px;
  }

  .py-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading.py-md.text-align-center {
    text-align: left;
  }

  .number-illustration {
    height: 120px;
  }

  .number-illustration.large {
    height: 100px;
  }

  .number-illustration.small {
    height: 150px;
  }

  .stat {
    font-size: 56px;
  }

  .pt-md {
    padding-top: 40px;
  }

  .img-right.number-illustration {
    height: 150px;
  }

  .highlight.py-lg {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .highlight-img {
    height: 110px;
  }

  .highlight-img.larger {
    height: 150px;
  }

  .highlight-heading {
    margin-bottom: 12px;
  }

  .lead-para {
    font-size: 20px;
  }

  .img.last {
    margin-bottom: 8px;
  }

  .img.ceo-img {
    max-width: 100%;
  }

  .img.illustration.last {
    height: 180px;
  }

  .pb-md {
    padding-bottom: 40px;
  }

  .download {
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .col-6.mx-auto.text-align-center {
    width: 100%;
  }

  .download-heading {
    padding-bottom: 32px;
    font-size: 50px;
  }

  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .polygon-3 {
    height: 56px;
    top: 14%;
    right: 3%;
  }

  .polygon-4 {
    height: 80px;
    bottom: 14%;
    left: 3%;
  }

  .small.footer-text {
    text-align: center;
  }

  .footer-grid {
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .icon-close {
    height: 16px;
  }

  .modal {
    width: 90%;
    height: 90vh;
    max-width: none;
    min-height: auto;
  }

  .close-modal {
    width: 32px;
    height: 32px;
  }

  .modal-image {
    width: 120px;
    height: 120px;
    top: -58px;
  }

  .modal-content {
    padding: 60px 24px 24px;
    font-size: 17px;
  }

  .board-grid.py-md {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feedback-graph-circle {
    width: 24px;
    height: 24px;
  }

  .column.col-25 {
    width: 100%;
  }

  .back-to-top {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 24px;
  }

  .back-to-top.w--current {
    display: none;
  }

  .back-to-top.home {
    width: 52px;
    height: 52px;
    right: 20px;
  }

  .back-to-top-icon {
    height: 10px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .timeline_progress-2 {
    left: 6px;
  }
}

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

  h2 {
    font-size: 42px;
    line-height: 120%;
  }

  h3 {
    line-height: 120%;
  }

  .menu-button {
    padding-left: 8px;
    padding-right: 0;
  }

  .navbar {
    padding: 8px 20px;
  }

  .polygon-1 {
    height: 70px;
  }

  .numbers-grid {
    grid-row-gap: 72px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .stat {
    font-size: 64px;
  }

  .spacer {
    display: none;
  }

  .img-right {
    height: 200px;
  }

  .download-heading {
    font-size: 36px;
  }

  .polygon-3 {
    height: 48px;
    top: 12%;
  }

  .polygon-4 {
    height: 72px;
    bottom: 12%;
  }

  .small {
    font-size: 14px;
  }

  .website-link {
    font-size: 13px;
  }

  .external-link-icon {
    height: 14px;
    margin-left: 8px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_image-wrapper {
    width: 220px;
    height: 220px;
  }

  .modal-wrapper.touchpoint-2 {
    display: none;
  }

  .modal {
    max-width: none;
  }

  .modal-image {
    width: 140px;
    height: 140px;
  }

  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_94c445a7-b1c1-5deb-a738-f6540d9483b6-e5c8e539, #w-node-c828e173-6a80-6e3b-4cc1-0af12c59b636-e5c8e539, #w-node-_29f8a4fe-bc98-b1b5-9698-c02da142f71b-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29f8a4fe-bc98-b1b5-9698-c02da142f733-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-fb1dbe17-5e34-f644-7fdb-2d387e2d6357-e5c8e539, #w-node-_40b09967-123c-2bc9-b996-4aa2264c2177-e5c8e539, #w-node-b22bc78e-a0e3-a034-6df9-bb58e7d1b6d7-e5c8e539, #w-node-_8184877b-6bc0-daf9-3cca-42528fbe925d-e5c8e539, #w-node-_504d07c4-72de-801a-b3e8-7e9260231679-e5c8e539, #w-node-_83a8d713-a0ea-f422-d49a-b5edbf3f2c01-e5c8e539, #w-node-_6a7cbcc8-fab0-7cb2-377b-aec4c4c3750a-e5c8e539, #w-node-_6a7cbcc8-fab0-7cb2-377b-aec4c4c37509-e5c8e539, #w-node-_6a7cbcc8-fab0-7cb2-377b-aec4c4c3750c-e5c8e539, #w-node-_2874939b-5db0-2019-06ad-1d54552a0f62-e5c8e539, #w-node-_6a7cbcc8-fab0-7cb2-377b-aec4c4c3750b-e5c8e539, #w-node-_1ae49b3b-60d0-0498-5bef-ac616ffd66d7-e5c8e539, #w-node-_02120511-e9a5-48ea-abd7-4dae0232b3e5-e5c8e539, #w-node-_02120511-e9a5-48ea-abd7-4dae0232b3e6-e5c8e539, #w-node-_02120511-e9a5-48ea-abd7-4dae0232b3e7-e5c8e539, #w-node-_02120511-e9a5-48ea-abd7-4dae0232b3e8-e5c8e539, #w-node-_02120511-e9a5-48ea-abd7-4dae0232b3e9-e5c8e539, #w-node-_02120511-e9a5-48ea-abd7-4dae0232b3ea-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_022b5cdd-2211-d38b-2de5-335f89d52edb-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_01a122a0-43c3-ada4-9551-00e1541019d7-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_186ec508-05bb-bcf6-333b-c1be02b125d7-e5c8e539 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24486672-a88c-4880-8b1f-6bd435e8c3c6-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24486672-a88c-4880-8b1f-6bd435e8c3f8-e5c8e539 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38b137a9-ff93-7f67-598d-4c8a0d9584e6-e5c8e539, #w-node-_440b9f8c-c020-024d-619e-53a04c2e5b35-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_440b9f8c-c020-024d-619e-53a04c2e5b67-e5c8e539 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b747beb8-4a85-8f1d-6aa5-e29144e5c3e0-e5c8e539, #w-node-_3ae80422-564d-c662-9857-21cae5717c17-e5c8e539, #w-node-_10759694-3e3b-812d-7684-3c26681feeb7-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10759694-3e3b-812d-7684-3c26681feeda-e5c8e539 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_777936e0-3f13-3896-1ca6-fcab6120bc6a-e5c8e539, #w-node-_777936e0-3f13-3896-1ca6-fcab6120bc6b-e5c8e539, #w-node-_7d620a7c-1dad-466d-8a45-60ff52efc00f-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d620a7c-1dad-466d-8a45-60ff52efc02b-e5c8e539 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a207e3d-a30b-1052-2e69-b1507ece8dd1-e5c8e539, #w-node-_2a207e3d-a30b-1052-2e69-b1507ece8dd2-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8360-e5c8e539, #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8384-e5c8e539, #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8391-e5c8e539, #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e839e-e5c8e539, #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83ab-e5c8e539, #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83b8-e5c8e539 {
  justify-self: end;
}

#w-node-c7daef83-fbf4-b236-78c1-f3e9d1e02ef7-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec85fbe5-a141-bbd2-0781-35cf58b2d198-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa7baa14-3372-2714-02f6-e8706206e8bd-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-aa7baa14-3372-2714-02f6-e8706206e8c0-e5c8e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_94c445a7-b1c1-5deb-a738-f6540d9483b6-e5c8e539 {
    order: 9999;
  }

  #w-node-_29f8a4fe-bc98-b1b5-9698-c02da142f71b-e5c8e539 {
    order: -9999;
  }

  #w-node-_29f8a4fe-bc98-b1b5-9698-c02da142f733-e5c8e539 {
    order: 9999;
  }

  #w-node-_186ec508-05bb-bcf6-333b-c1be02b125d7-e5c8e539, #w-node-_24486672-a88c-4880-8b1f-6bd435e8c3f8-e5c8e539, #w-node-_440b9f8c-c020-024d-619e-53a04c2e5b67-e5c8e539, #w-node-b747beb8-4a85-8f1d-6aa5-e29144e5c3e0-e5c8e539, #w-node-_10759694-3e3b-812d-7684-3c26681feeda-e5c8e539, #w-node-_777936e0-3f13-3896-1ca6-fcab6120bc6a-e5c8e539, #w-node-_7d620a7c-1dad-466d-8a45-60ff52efc02b-e5c8e539, #w-node-_2a207e3d-a30b-1052-2e69-b1507ece8dd1-e5c8e539 {
    order: -9999;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8360-e5c8e539 {
    justify-self: start;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8363-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8384-e5c8e539 {
    justify-self: start;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8387-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8391-e5c8e539 {
    justify-self: start;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8394-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e839e-e5c8e539 {
    justify-self: start;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83a1-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83ab-e5c8e539 {
    justify-self: start;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83ae-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83b8-e5c8e539 {
    justify-self: start;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83bb-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8360-e5c8e539 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8363-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8365-e5c8e539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8384-e5c8e539 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8387-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8389-e5c8e539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8391-e5c8e539 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8394-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e8396-e5c8e539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e839e-e5c8e539 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83a1-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83a3-e5c8e539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83ab-e5c8e539 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83ae-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83b0-e5c8e539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83b8-e5c8e539 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83bb-e5c8e539 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24a7d8f9-0847-da91-7fe1-1f33b57e83bd-e5c8e539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec85fbe5-a141-bbd2-0781-35cf58b2d198-e5c8e539 {
    order: 9999;
    justify-self: center;
  }

  #w-node-aa7baa14-3372-2714-02f6-e8706206e8bd-e5c8e539 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_022b5cdd-2211-d38b-2de5-335f89d52edb-e5c8e539 {
    justify-self: center;
  }
}


