:root {
  --dark-blue: #041a71;
  --leading-normal: 140%;
  --text-4xl: 3.06rem;
  --text-3xl: 3.67rem;
  --leading-tight: 120%;
  --text-2xl: 1.77rem;
  --text-xl: 1.3rem;
  --leading-snug: 130%;
  --text-md: 1.06rem;
  --text-base: 1rem;
  --default--highlight: var(--light-blue);
  --green--background: #93d50a29;
  --white: white;
  --default--background: var(--white);
  --text-lg: 1.18rem;
  --text-sm: .84rem;
  --spacing-sm: 32px;
  --rounded: 16px;
  --spacing-2xl: 100px;
  --spacing-4xl: 196px;
  --spacing-3xl: 180px;
  --rounded-xl: 100px;
  --rounded-full: 100%;
  --rounded-none: 0px;
  --red: #db0632;
  --mid-blue: #005cb9;
  --pink--highlight: var(--pink);
  --spacing-xl: 80px;
  --spacing-lg: 60px;
  --default--button-border: var(--dark-blue);
  --default--button: var(--light-blue);
  --pink: #e92076;
  --spacing-md: 48px;
  --default--secondary-highlight: var(--mid-blue);
  --spacing-xs: 24px;
  --text-xs: .77rem;
  --light-blue: #00b2e2;
  --green: #93d50a;
  --orange: #fc671a;
  --spacing-3xs: 8px;
  --spacing-2xs: 12px;
  --leading-none: 100%;
  --green--highlight: var(--green);
  --green--secondary-highlight: var(--mid-blue);
  --green--button: var(--green);
  --green--button-border: var(--white);
  --pink--background: #e9207629;
  --pink--secondary-highlight: var(--red);
  --pink--button: var(--pink);
  --pink--button-border: var(--white);
}

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

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

body {
  color: var(--dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: var(--leading-normal);
  --dark-blue: #041a71;
  --leading-normal: 140%;
  --text-4xl: 3.06rem;
  --text-3xl: 3.67rem;
  --leading-tight: 120%;
  --text-2xl: 1.77rem;
  --text-xl: 1.3rem;
  --leading-snug: 130%;
  --text-md: 1.06rem;
  --text-base: 1rem;
  --default--highlight: var(--light-blue);
  --green--background: #93d50a29;
  --white: white;
  --default--background: var(--white);
  --text-lg: 1.18rem;
  --text-sm: .84rem;
  --spacing-sm: 32px;
  --rounded: 16px;
  --spacing-2xl: 100px;
  --spacing-4xl: 196px;
  --spacing-3xl: 180px;
  --rounded-xl: 100px;
  --rounded-full: 100%;
  --rounded-none: 0px;
  --red: #db0632;
  --mid-blue: #005cb9;
  --pink--highlight: var(--pink);
  --spacing-xl: 80px;
  --spacing-lg: 60px;
  --default--button-border: var(--dark-blue);
  --default--button: var(--light-blue);
  --pink: #e92076;
  --spacing-md: 48px;
  --default--secondary-highlight: var(--mid-blue);
  --spacing-xs: 24px;
  --text-xs: .77rem;
  --light-blue: #00b2e2;
  --green: #93d50a;
  --orange: #fc671a;
  --spacing-3xs: 8px;
  --spacing-2xs: 12px;
  --leading-none: 100%;
  --green--highlight: var(--green);
  --green--secondary-highlight: var(--mid-blue);
  --green--button: var(--green);
  --green--button-border: var(--white);
  --pink--background: #e9207629;
  --pink--secondary-highlight: var(--red);
  --pink--button: var(--pink);
  --pink--button-border: var(--white);
}

h1 {
  font-size: var(--text-4xl);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  font-size: var(--text-3xl);
  line-height: var(--leading-tight);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
}

h3 {
  font-size: var(--text-2xl);
  line-height: var(--leading-tight);
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 700;
}

h4 {
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
}

h5 {
  font-size: var(--text-md);
  line-height: var(--leading-normal);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}

p {
  font-size: var(--text-base);
  margin-bottom: 20px;
}

a {
  color: var(--default--highlight);
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  font-size: 1.2rem;
  line-height: 22px;
}

.header {
  z-index: 9998;
  width: 199px;
  height: 76px;
  display: inline-block;
  position: fixed;
}

.footer {
  background-color: var(--green--background);
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
}

.container {
  max-width: 1196px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.z-2 {
  z-index: 2;
  position: relative;
}

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

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

.pb-0 {
  padding-bottom: 0;
}

.navbar {
  background-color: #0000;
  position: fixed;
  top: 20px;
  left: 48px;
}

.brand__logo {
  width: 95px;
}

.navbar-container {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px 12px 12px;
  display: flex;
  position: relative;
}

.nav-menu {
  background-color: var(--dark-blue);
  width: 100vw;
  height: 100vh;
  padding-top: 120px;
  display: flex;
  position: fixed;
}

.nav-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.hamburger-lottie {
  color: var(--white);
  width: 32px;
  display: flex;
}

.menu-button {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 28px;
  flex: none;
  padding: 10px;
}

.menu-button.w--open {
  background-color: var(--dark-blue);
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  margin-left: 20px;
}

.dynamic-year {
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.fade {
  background-color: var(--default--background);
  position: relative;
}

.fade.hero {
  align-items: center;
  height: 900px;
  min-height: 100vh;
  display: flex;
}

.lead-para {
  font-size: var(--text-lg);
  line-height: var(--leading-normal);
  font-weight: 500;
}

.lead-para p {
  font-size: var(--text-lg);
}

.small {
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
}

.navbar-shadow {
  z-index: 2;
  background-color: var(--white);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 2px 9px #041a7129;
}

.col-9 {
  width: 75%;
}

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

.site-desc {
  padding: var(--spacing-sm);
  border-radius: var(--rounded);
  background-color: #00b2e229;
  width: 95%;
}

.site-desc.text-center {
  background-color: #00b2e229;
}

.pt-md {
  padding-top: var(--spacing-2xl);
}

.pb-xl {
  padding-bottom: var(--spacing-4xl);
}

.pb-md {
  padding-bottom: var(--spacing-2xl);
}

.pt-lg {
  padding-top: var(--spacing-3xl);
}

.shape-wrapper {
  border-radius: var(--rounded-xl);
  width: 600px;
  height: 200px;
  display: flex;
  position: absolute;
  top: -100px;
}

.shape-wrapper.left {
  z-index: 1;
  left: -88px;
}

.shape-wrapper.left.bottom {
  top: auto;
  bottom: -100px;
}

.shape-wrapper.right {
  justify-content: flex-end;
  right: -88px;
}

.device {
  border-radius: var(--rounded-full);
  width: 200px;
  height: 200px;
}

.device.top-left-rounded-0 {
  border-top-left-radius: var(--rounded-none);
}

.device.top-right-rounded-0 {
  border-top-right-radius: var(--rounded-none);
}

.bg-red {
  background-color: var(--red);
}

.shape {
  border-radius: var(--rounded-xl);
  background-color: var(--default--highlight);
  width: 100%;
  height: 100%;
  position: absolute;
}

.shape.align-device-right {
  justify-content: flex-end;
  display: flex;
}

.shape.align-device-left {
  display: flex;
  height: 100% !important;
}

.bg-blue {
  background-color: var(--mid-blue);
}

.accordion.js-accordion {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.accordion__item.js-accordion-item {
  border-bottom: 1px solid var(--pink--highlight);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  display: flex;
  overflow: hidden;
}

.accordion-header.js-accordion-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.question-text {
  font-size: var(--text-xl);
  margin-bottom: 0;
}

.accordion-body.js-accordion-body {
  display: block;
}

.mb-xl {
  margin-bottom: var(--spacing-xl);
}

.download {
  margin-top: var(--spacing-lg);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--rounded);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.font-weight-bold {
  font-weight: 700;
}

.button {
  border: 1px solid var(--default--button-border);
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  border-radius: 26px;
  align-items: center;
  height: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button:hover {
  opacity: 1;
}

.button.secondary {
  border-color: var(--dark-blue);
  height: 48px;
}

.button_background-scale {
  background-color: var(--default--button);
  text-align: center;
  border-radius: 24px;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
}

.button_icon-wrapper {
  border-radius: var(--rounded-full);
  background-color: var(--default--button);
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
}

.icon-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-svg.text-white {
  transition: transform .2s;
}

.button_content {
  z-index: 2;
  justify-content: center;
  width: 100%;
  margin: 4rem 48px 4rem 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

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

.device__shapes._1 {
  z-index: 1;
  width: 206px;
  height: 234px;
  position: absolute;
  bottom: 20px;
  right: 48px;
}

.device__shapes._2 {
  z-index: 1;
  width: 224px;
  height: 224px;
  position: absolute;
  bottom: 20px;
  left: 48px;
}

.device__shapes._3 {
  z-index: 1;
  width: 158px;
  height: 180px;
  position: absolute;
  bottom: 80px;
  right: 48px;
}

.device__shapes._4 {
  z-index: 1;
  width: 206px;
  height: 234px;
  position: absolute;
  bottom: -100px;
  right: 48px;
}

.device__shapes__svg {
  width: 100%;
  height: 100%;
}

.section__head {
  padding-bottom: var(--spacing-lg);
}

.section__head.pb-0 {
  padding-bottom: 20px;
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio.square {
  z-index: 1;
  padding-bottom: 100%;
}

.ratio._3-4 {
  padding-bottom: 66.66%;
}

.ratio._4-3 {
  padding-bottom: 75%;
}

.ratio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ratio-image.rounded {
  z-index: 1;
  border-radius: var(--rounded);
}

.ratio-image.rounded.greyscale {
  filter: grayscale();
}

.ratio-image.rounded.object-position-top {
  object-position: 50% 30%;
}

.ratio-image.rounded.object-fit-contain {
  object-fit: contain;
}

.ratio-image.object-position-top {
  object-position: 50% 0%;
}

.lightbox-vid {
  border-radius: var(--rounded);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox-vid__poster.image-border {
  width: 100% !important;
}

.lightbox-vid__play {
  background-color: var(--pink);
  background-image: url('../images/icon-play.svg');
  background-position: 54%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px 4px #1d428a1f;
}

.subheading {
  font-size: 1.44rem;
  line-height: var(--leading-snug);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.grid__6-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  place-items: start;
}

.grid__6-6.align-middle {
  align-items: center;
}

.swiper-slide {
  padding: var(--spacing-md);
  border: 1px solid var(--default--highlight);
  border-radius: var(--rounded);
  height: auto;
}

.swiper-slide.gallery {
  border-radius: var(--rounded-none);
  border-style: none;
  padding: 0;
}

.swiper-slide.basic {
  padding: var(--spacing-sm);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-style: solid;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.swiper.two-slides {
  padding-left: 32px;
  padding-right: 32px;
}

.slide__heading {
  flex: 1;
}

.slide__img {
  margin-top: var(--spacing-sm);
  width: 100%;
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.timeline_progress {
  z-index: 1;
  background-color: var(--dark-blue);
  border-radius: 7px;
  width: 14px;
  height: 100%;
  position: absolute;
  left: 6px;
}

.margin-bottom-xlarge {
  margin-bottom: 0;
}

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

.timeline_circle {
  z-index: 2;
  background-color: var(--pink);
  border-radius: 100%;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fce0ec;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 26px;
  display: flex;
  position: relative;
}

.timeline_progress-bar {
  z-index: 2;
  background-color: var(--dark-blue);
  border-radius: 7px;
  width: 14px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

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

.timeline_right {
  padding: var(--spacing-sm);
  border-radius: var(--rounded);
  background-color: var(--white);
}

.date {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--default--highlight);
  border-radius: 19px;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 16px;
  display: inline-flex;
}

.circle {
  border-radius: var(--rounded-full);
  background-color: var(--default--secondary-highlight);
  width: 34px;
  height: 34px;
}

.grid__6 {
  grid-column-gap: var(--spacing-xs);
  grid-row-gap: var(--spacing-xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--dark-blue);
  cursor: pointer;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.lightbox-vid {
  border-radius: var(--rounded-none);
  overflow: visible;
}

.card__details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.modal-popup {
  z-index: 9999;
  background-color: #041a71cc;
  display: none;
  position: fixed;
}

.modal-popup__cover {
  position: absolute;
}

.modal-popup__wrapper {
  z-index: 999;
  border-radius: var(--rounded);
  background-color: var(--white);
  width: 100%;
  max-width: 900px;
  position: relative;
}

.modal-popup__content {
  padding: var(--spacing-sm);
  flex-flow: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.modal-popup__close {
  cursor: pointer;
}

.close {
  justify-content: flex-end;
  margin-bottom: 12px;
  display: flex;
}

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

.accordion-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.accordion-item-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.link {
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.tabs {
  padding-top: 60px;
}

.tabs__menu {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
}

.tabs__link {
  color: var(--dark-blue);
  font-size: var(--text-xl);
  background-color: #0000;
  padding: 12px 0;
  font-weight: 800;
}

.tabs__link.w--current {
  background-color: #0000;
}

.tabs__link__underline {
  border-radius: 2px;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.larger {
  font-size: var(--text-md);
  font-weight: 600;
}

.grid__timeline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  width: 100%;
}

.font-weight-semibold {
  font-weight: 600;
}

.image-border {
  padding: var(--spacing-sm);
  border: 1px solid var(--default--highlight);
  border-radius: var(--rounded);
  background-color: var(--white);
}

.image-border.border-none {
  border-style: none;
}

.footer__inner {
  padding: var(--spacing-sm) var(--spacing-lg);
  background-color: var(--dark-blue);
  border-radius: 40px;
}

.footer__links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__link {
  color: var(--white);
  font-size: var(--text-xs);
}

.text-xs-small {
  font-size: var(--text-xs);
}

.nav-menu__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: inline-flex;
}

.nav__circle {
  border-radius: var(--rounded-full);
  background-color: #00b2e229;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  transition: background-color .2s;
}

.nav-link__name {
  line-height: var(--leading-tight);
  text-align: left;
}

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

.logo-tagline {
  width: 180px;
}

.hero__illustration {
  width: 65%;
  max-width: 513px;
}

.hero__heading {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.modal-popup__content-inner {
  height: 500px;
  overflow: scroll;
}

.awards-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--default--highlight);
  flex-flow: column;
  align-items: stretch;
  padding-top: 16px;
  display: flex;
}

.award__image {
  flex: none;
  width: 150px;
}

.award__award-detail {
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.award__award-detail.is-visibel-mobie {
  display: none;
}

.awards-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--default--highlight);
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  align-items: center;
  padding-bottom: 16px;
}

.awards-item.is-hidden-mobile {
  border-bottom-width: 2px;
  border-bottom-color: var(--default--highlight);
}

.recipient {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.code-embed {
  width: 28px;
  height: 28px;
}

.scroll {
  margin-top: 20px;
}

.rotate {
  z-index: 2;
  background-color: var(--dark-blue);
  border-radius: 100px;
  width: 85px;
  height: 85px;
  padding: 10px;
  position: absolute;
  inset: -8% -8% auto auto;
}

.icon-quote {
  width: 48px;
}

.slide__testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.circle-illustrations {
  justify-content: space-between;
  padding-top: 48px;
  display: flex;
}

.circle-illustration {
  width: 150px;
}

.testimonial p {
  font-size: var(--text-lg);
  line-height: var(--leading-normal);
  font-weight: 500;
}

.award__recipients {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .date {
    border-radius: 19px;
  }

  .circle {
    border-radius: var(--rounded-full);
  }

  .modal-popup__wrapper {
    max-width: 980px;
  }

  .font-weight-semibold {
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    padding-top: 140px;
  }

  .nav-link {
    font-size: 1.4rem;
  }

  .grid__6 {
    grid-row-gap: var(--spacing-sm);
  }

  .nav-menu__inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-tagline {
    width: 190px;
  }

  .hero__illustration {
    width: 85%;
    max-width: 713px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    width: 197px;
    height: 74px;
    left: 32px;
  }

  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar {
    left: 32px;
  }

  .hamburger-lottie {
    width: 30px;
    height: 30px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .fade.hero {
    height: 90%;
    min-height: 90vh;
  }

  .col-9 {
    width: 100%;
  }

  .shape-wrapper {
    width: 500px;
    height: 150px;
    top: -75px;
  }

  .device {
    width: 150px;
    height: 150px;
  }

  .button {
    height: 3rem;
  }

  .button_content {
    font-size: 1rem;
  }

  .device__shapes._1 {
    width: 150px;
    height: 170px;
    bottom: 40px;
    right: 20px;
  }

  .device__shapes._2 {
    width: 150px;
    height: 150px;
    bottom: 40px;
    left: 20px;
  }

  .device__shapes._4 {
    width: 150px;
    height: 170px;
  }

  .lightbox-vid__play {
    width: 56px;
    height: 56px;
  }

  .swiper.two-slides {
    padding-left: 0;
    padding-right: 0;
  }

  .slide__title {
    font-size: 1.47rem;
  }

  .timeline_progress {
    width: 12px;
    left: 4px;
  }

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

  .timeline_circle {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    box-shadow: 0 0 0 6px #fce0ec;
  }

  .timeline_component {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .timeline_progress-bar {
    width: 12px;
  }

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

  .modal-popup__wrapper {
    width: 90%;
    max-width: none;
  }

  .close {
    margin-top: -8px;
    margin-bottom: 0;
    margin-right: -8px;
  }

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

  .tabs {
    padding-top: 20px;
  }

  .tabs__menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 32px;
  }

  .tabs__link {
    font-size: var(--text-md);
  }

  .grid__timeline {
    grid-template-columns: .75fr 1fr;
  }

  .footer__inner {
    padding: var(--spacing-xs) 0px;
    border-radius: var(--rounded);
  }

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

  .hero__illustration {
    width: 80%;
    max-width: none;
  }

  .modal-popup__content-inner {
    height: 500px;
  }

  .circle-illustration {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --dark-blue: #041a71;
    --leading-normal: 140%;
    --text-4xl: 2.24rem;
    --text-3xl: 2.14rem;
    --leading-tight: 120%;
    --text-2xl: 1.5rem;
    --text-xl: 1.19rem;
    --leading-snug: 130%;
    --text-md: 1rem;
    --text-base: 1rem;
    --default--highlight: var(--light-blue);
    --green--background: #93d50a29;
    --white: white;
    --default--background: var(--white);
    --text-lg: 1.14rem;
    --text-sm: .84rem;
    --spacing-sm: 24px;
    --rounded: 16px;
    --spacing-2xl: 64px;
    --spacing-4xl: 96px;
    --spacing-3xl: 88px;
    --rounded-xl: 100px;
    --rounded-full: 100%;
    --rounded-none: 0px;
    --red: #db0632;
    --mid-blue: #005cb9;
    --pink--highlight: var(--pink);
    --spacing-xl: 48px;
    --spacing-lg: 40px;
    --default--button-border: var(--dark-blue);
    --default--button: var(--light-blue);
    --pink: #e92076;
    --spacing-md: 32px;
    --default--secondary-highlight: var(--mid-blue);
    --spacing-xs: 20px;
    --text-xs: .72rem;
    --light-blue: #00b2e2;
    --green: #93d50a;
    --orange: #fc671a;
    --spacing-3xs: 8px;
    --spacing-2xs: 12px;
    --leading-none: 100%;
    --green--highlight: var(--green);
    --green--secondary-highlight: var(--mid-blue);
    --green--button: var(--green);
    --green--button-border: var(--white);
    --pink--background: #e9207629;
    --pink--secondary-highlight: var(--red);
    --pink--button: var(--pink);
    --pink--button-border: var(--white);
  }

  .header {
    width: 138px;
    height: 52px;
    top: 12px;
    left: 24px;
  }

  .footer {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .navbar {
    top: 12px;
    left: 24px;
  }

  .brand__logo {
    width: 70px;
  }

  .navbar-container {
    padding: 6px 12px 6px 6px;
  }

  .nav-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 1.2rem;
  }

  .hamburger-lottie {
    width: 24px;
    height: 24px;
  }

  .menu-button {
    padding: 8px;
  }

  .brand.w--current {
    margin-left: 10px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .site-desc.text-center.mx-auto {
    width: 100%;
  }

  .shape-wrapper {
    width: 304px;
    height: 96px;
    top: -48px;
  }

  .shape-wrapper.left.bottom {
    bottom: -48px;
  }

  .device {
    width: 96px;
    height: 96px;
  }

  .question-text {
    flex: 0 auto;
  }

  .download {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    max-width: 13rem;
  }

  .button_content {
    font-size: 1rem;
  }

  .device__shapes._2 {
    bottom: 40px;
  }

  .device__shapes._3 {
    width: 128px;
    height: 145px;
    bottom: 20px;
    right: 20px;
  }

  .device__shapes._4 {
    width: 140px;
    height: 160px;
    bottom: 20px;
    right: 20px;
  }

  .subheading {
    font-size: 1.3rem;
  }

  .grid__6-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .swiper-slide {
    padding: 20px;
  }

  .swiper-slide.basic {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide__title {
    font-size: 1.1rem;
  }

  .timeline_progress {
    border-radius: 5px;
    width: 10px;
    left: 5px;
  }

  .timeline_item {
    grid-template-columns: 40px 1fr;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .timeline_component {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timeline_progress-bar {
    border-radius: 5px;
    width: 10px;
  }

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

  .date {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 12px;
  }

  .circle {
    width: 30px;
    height: 30px;
  }

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

  .icon-close {
    width: 20px;
    height: 20px;
  }

  .link {
    font-size: 1rem;
  }

  .tabs {
    padding-top: 0;
  }

  .tabs__menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .tabs__link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid__timeline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-border {
    padding: var(--spacing-xs);
  }

  .nav-menu__inner {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav__circle {
    width: 12px;
    height: 12px;
    margin-top: 5px;
  }

  .hero__content {
    margin-top: 48px;
  }

  .logo-tagline {
    width: 130px;
  }

  .hero__illustration {
    width: 90%;
  }

  .award__image {
    width: 80%;
  }

  .award__award-detail {
    font-size: var(--text-base);
    flex: none;
    align-self: auto;
    width: 100%;
  }

  .award__award-detail.is-visibel-mobie {
    display: block;
  }

  .awards-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .awards-item.is-hidden-mobile {
    display: none;
  }

  .recipient {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .icon-quote {
    width: 26px;
  }

  .slide__testimonial {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .testimonial__author {
    padding-top: 8px;
  }

  .circle-illustrations {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    justify-content: center;
  }

  .circle-illustration {
    width: 22%;
  }

  .testimonial p {
    font-size: .94rem;
  }

  .testimonial__heading {
    font-size: var(--text-md);
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }

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

  .nav-link__name {
    font-size: 1.1rem;
  }

  .award__image {
    width: 100%;
  }

  .rotate {
    display: none;
  }

  .testimonial p {
    font-size: var(--text-sm);
  }
}

#w-node-b38ce1ba-bc10-0fbb-7ab8-973ae3b001ca-0e814771, #w-node-e0c198a4-74c6-e5f5-1fb7-d798563c9ae1-0e814771, #w-node-_5760b438-3070-081f-74a4-41d4858a2b42-0e814771, #w-node-_5760b438-3070-081f-74a4-41d4858a2b4c-0e814771, #w-node-_16f63963-30b3-a17f-8225-2567dfa8104d-0e814771, #w-node-_16f63963-30b3-a17f-8225-2567dfa81057-0e814771, #w-node-_31d308a0-1058-4f54-526c-489f1aa4e0f7-0e814771, #w-node-_31d308a0-1058-4f54-526c-489f1aa4e100-0e814771, #w-node-b50557c3-7051-21d8-b865-951d26f81c54-0e814771, #w-node-_92f00ba3-69c7-3db0-bc61-e0ec406a3e64-0e814771, #w-node-_54167994-7d4f-7183-dda5-5558b5346e27-0e814771, #w-node-_431fec98-d836-34ea-58fe-2d06d5a57caf-0e814771, #w-node-_995f0f60-feb1-469c-1b22-16383667d678-0e814771, #w-node-_2737b5b0-7794-f0df-1ed4-62d3f02fa93d-0e814771, #w-node-abe24a31-bfd9-ee43-114b-36c1d2cd68da-0e814771, #w-node-abe24a31-bfd9-ee43-114b-36c1d2cd68e4-0e814771, #w-node-_1237e3f8-c1e5-a9ce-e4e6-5b5a5ad751b4-0e814771, #w-node-_246edafe-67ee-d3f7-8973-b78141e19d1f-0e814771, #w-node-_358dc3e2-d6a7-ca7c-7e40-3298149ff7e1-0e814771, #w-node-cc16afde-648a-e247-949b-71a9d5a8a858-0e814771, #w-node-_495f9a71-a55c-cbca-d888-6dc858985eb5-0e814771, #w-node-_495f9a71-a55c-cbca-d888-6dc858985ebf-0e814771 {
  align-self: center;
}

#w-node-ee75569d-b393-0a3c-5f26-712fcd998516-0e814771, #w-node-_2e24b968-b14a-4cd4-1d90-ab0d7732392a-0e814771, #w-node-_913952df-b332-3cf7-311b-2026d4c95d88-0e814771, #w-node-_36fd0871-7809-68c1-b94b-659454b0c470-0e814771, #w-node-_19d74dcf-fd94-b8c8-ec66-5a47dd21b675-0e814771, #w-node-e3a57f77-db1f-6702-0c9c-e6de83edc379-0e814771, #w-node-_954d6c69-940f-6fc7-9a18-7cfa5c371e49-0e814771, #w-node-_448b86f7-5842-a341-18fb-d24c6b6b8bc7-0e814771, #w-node-_3bb15269-cc2b-ec4f-1d45-945e59f3d355-0e814771, #w-node-_0b0e3a97-4377-5167-d740-6e6233628a8a-0e814771, #w-node-df2cff05-40a6-1e34-fe3b-9e21d77d2102-0e814771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_4e00fbac-b235-2bb8-087c-d0fab494b43e-0e814771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4b6f77a5-b759-3524-6e73-c45d2036989a-0e814771, #w-node-_17545544-120e-50c5-bea4-db0221382425-0e814771, #w-node-_94172c76-5400-e0c2-7e55-444dda19c3d4-0e814771, #w-node-b93b82e5-5406-e858-2926-4a4e69782754-0e814771, #w-node-_95d1c136-f85d-57b4-f575-9ee20ca999f1-0e814771, #w-node-a4e66a1c-d5f5-d29b-d8e1-d6a3c1564858-0e814771, #w-node-_4761dfdb-a088-9fca-1e63-dc662a314f3a-0e814771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


