@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans;
  src: url('../fonts/MonaSans-ExtraBold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family--font-primary: Inter, sans-serif;
  --color--primary: black;
  --font-family--font-secondary: Monasans, Arial, sans-serif;
  --color--secondary: #737577;
  --color--border-mutted: #d4d6d8;
  --color--white: white;
  --black\<deleted\|variable-c84a60ed\>: black;
  --color--background-mutted: #f3f4f5;
  --color--tertiary: #47494b;
  --color--error-background: #ffc5c5;
  --color--error: #751515;
  --color--form-placeholder: #a5a7a9;
  --color--success-background: #abe9a3;
  --color--success: #114c09;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  font-family: var(--font-family--font-primary);
  color: var(--color--primary);
  letter-spacing: -.035em;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.0425em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.038em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

h4 {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.35;
}

h5 {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
}

h6 {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.35;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: var(--color--primary);
  text-decoration: underline;
  transition: color .2s linear;
}

a:hover {
  color: var(--color--secondary);
}

ul, ol {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.35em;
  display: flex;
}

li {
  width: 100%;
}

blockquote {
  border-left: 5px solid var(--color--border-mutted);
  margin-bottom: 1.5rem;
  padding: 1em;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-bottom: 1.5rem;
}

figcaption {
  text-align: left;
  margin-top: .5rem;
  font-size: 1.125rem;
}

.page-wrapper {
  position: relative;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.menu-icon {
  justify-content: center;
  width: 32px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navigation-menu {
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: -.625rem;
  padding-right: 0;
  display: flex;
}

.navigation-inner {
  justify-content: space-between;
  max-width: 100%;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logo {
  flex: none;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.menu-button {
  border: 1px solid var(--color--primary);
  border-radius: 5px;
  width: 52px;
  height: 52px;
  padding: 0;
}

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

.menu-button.home {
  border-color: var(--color--white);
}

.menu-icon-top {
  background-color: var(--color--primary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -8px);
}

.menu-icon-top.home {
  background-color: var(--color--white);
}

.menu-icon-bottom {
  border: 1px solid var(--color--primary);
  background-color: var(--color--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 8px);
}

.menu-icon-bottom.home {
  border-color: var(--color--white);
}

.menu-icon-middle {
  border: 1px solid var(--color--primary);
  background-color: var(--color--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-icon-middle.home {
  border-color: var(--color--white);
}

.navigation-link {
  color: var(--color--primary);
  letter-spacing: -.035em;
  flex: none;
  align-items: center;
  margin-left: 1vw;
  padding: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.navigation-link:hover {
  color: var(--color--primary);
}

.navigation-link.w--current {
  background-image: url('../images/dot.svg');
  background-position: 96% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.navigation-link.home {
  color: var(--color--white);
  overflow: hidden;
}

.navigation-link.home:hover {
  color: #fff;
}

.navigation-link.home.w--current {
  background-image: url('../images/dot-white.svg');
}

.navigation {
  background-color: #0000;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.navigation.navigation-home {
  color: var(--color--white);
  mix-blend-mode: difference;
  width: 100%;
  position: sticky;
  inset: 0% auto auto 0%;
}

.navigation-link-inner {
  position: relative;
  overflow: hidden;
}

.container-fluid {
  justify-content: space-between;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.navigation-link-text-hover {
  position: absolute;
  top: 100%;
  left: 0;
}

.navigation-icon-link-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.navigation-icon-image {
  flex: none;
  width: 1.5rem;
}

.navigation-icon-text {
  display: none;
}

.hero-content {
  color: var(--color--white);
  mix-blend-mode: difference;
  position: relative;
}

.hero-title-home {
  font-family: var(--font-family--font-secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.7vw;
  font-weight: 800;
  line-height: .97142;
}

.hero-heading-home {
  perspective: 1000px;
  perspective-origin: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-heading-home-front {
  backface-visibility: hidden;
  transform-origin: 50% 100%;
}

.hero-heading-home-back {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: translate(0%, 100%)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.heading-rotation-wrapper {
  grid-column-gap: 2.7vw;
  grid-row-gap: 0vw;
  flex-wrap: wrap;
  place-content: flex-start space-around;
  align-items: flex-start;
  margin-top: .25vw;
  margin-left: -.75vw;
  margin-right: -.75vw;
  display: flex;
}

.heading-rotation-delay {
  perspective: 1000px;
  perspective-origin: 0%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-caption-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-caption {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.025em;
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
}

.hero-caption.hero-caption-divider {
  margin-left: .2em;
  margin-right: .2em;
}

.hero-caption-second {
  text-align: center;
}

.hero-caption-third {
  text-align: right;
}

.hero-caption-inner {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-caption-icon {
  min-width: 1.5rem;
}

.section {
  padding-top: 12.5rem;
}

.section.small-our-mission-padding.our-media-negative-padding {
  padding-top: 0;
}

.section.our-mission-padding-dec {
  padding-top: 4rem;
}

.section.welcom-video-top-padding {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.section.reduce-pad-mod {
  padding-top: 0;
}

.section.reduce-pad-mod-copy {
  padding-top: 2.8rem;
}

.section.rf-neg-top-padding {
  padding-top: 0;
}

.container {
  max-width: 84.375rem;
  height: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.container.welcom-video-container-mod {
  padding-left: 5.575rem;
  padding-right: 5.575rem;
}

.grid-12-columns {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr);
  grid-auto-flow: row;
}

.grid-12-columns.mission-grid {
  height: 100%;
  position: relative;
}

.section-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color--primary);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section-title-text {
  font-family: var(--font-family--font-primary);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.25;
}

.section-title-number {
  border: 1px solid var(--color--primary);
  border-radius: 5rem;
  padding: .2em .8em;
  font-size: .9375rem;
  line-height: 1;
  display: inline-block;
}

.marquee {
  display: flex;
  overflow: hidden;
}

.marquee-track {
  flex-direction: row;
  flex: none;
  display: flex;
}

.marquee-item {
  flex: none;
  margin-right: 5.375rem;
}

.marquee-item.marquee-margin-large {
  margin-right: 7.8125vw;
}

.heading-small {
  font-family: var(--font-family--font-secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.heading-small.heading-small-smaller-mod {
  font-size: 3.9rem;
}

.heading-small.heading-small-mod {
  font-size: 1.7rem;
}

.section-content {
  flex-direction: column;
  display: flex;
}

.section-bottom {
  margin-top: auto;
}

.paragraph-large {
  letter-spacing: -.036em;
  text-indent: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3846;
}

.paragraph-large.no-text-indent {
  text-indent: 0;
}

.margin-bottom-medium {
  margin-bottom: 3.125rem;
}

.margin-bottom-medium.speaker-detail-mod {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

.about-image-wrapper {
  padding-bottom: 154.44%;
  position: relative;
}

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

.button {
  border: 1px solid var(--color--white);
  color: var(--color--primary);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 5rem;
  min-height: 2.875rem;
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.button:hover {
  color: var(--color--primary);
}

.button-text-wrapper {
  color: var(--color--primary);
  position: relative;
}

.button-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.button-icon-front {
  width: 1.0625rem;
}

.button-icon-back {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: -1.5625rem;
}

.button-container {
  flex-direction: column;
  justify-content: center;
  min-height: 2.875rem;
  padding: .25em 1.7em;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

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

.button-text-back {
  color: var(--color--white);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.heading-rotation {
  perspective: 1000px;
  position: relative;
  overflow: hidden;
}

.heading-rotation-front {
  backface-visibility: hidden;
  transform-origin: 50% 100%;
}

.heading-rotation-back {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: translate(0%, 100%)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.heading-large {
  font-family: var(--font-family--font-secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.925vw;
  font-weight: 800;
  line-height: .97142;
}

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

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

.mission-content-wrapper {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
}

.mission-title-wrapper {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mission-image-wrapper {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.mission-image-inner {
  height: 100%;
  position: relative;
}

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

.color-inverse {
  opacity: 1;
  color: var(--color--white);
  mix-blend-mode: difference;
}

.paragraph {
  text-indent: 0;
  margin-bottom: 0;
}

.paragraph.no-text-indent {
  text-indent: 0;
}

.margin-bottom-small {
  margin-bottom: 1.875rem;
}

.position-relative {
  position: relative;
}

.mission-text {
  margin-top: -3.75rem;
}

.service-item {
  margin-top: -1px;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
  position: relative;
}

.service-item-grid {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  grid-template: ". . Area Area-2"
  / 2fr 4fr 4fr 2fr;
}

.service-number {
  letter-spacing: -.05em;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-title {
  font-family: var(--font-family--font-primary);
  letter-spacing: -.048em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

.service-title.rf-h1-styling {
  color: var(--color--white);
}

.service-text {
  color: var(--color--secondary);
  margin-bottom: 0;
}

.service-icon {
  border: 1px solid var(--color--border-mutted);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 7.2rem;
  padding: .5rem;
  display: flex;
}

.service-icon-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.divider-top {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.divider-mutted {
  border-top: 1px solid var(--color--border-mutted);
  transform-origin: 0%;
  height: 0;
}

.divider-bottom {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.margin-bottom-large {
  margin-bottom: 6.25rem;
}

.margin-bottom-large.margin-bottom-large-small-mod {
  margin-bottom: 4.75rem;
}

.section-icon {
  align-items: flex-end;
  display: flex;
}

.section-header-container {
  max-width: 47.125rem;
}

.section-icon-image {
  width: 5.9375rem;
}

.section-header-grid {
  grid-column-gap: 1.875vw;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
  grid-auto-flow: row;
}

.project-item {
  margin-top: -1px;
}

.project-item-grid {
  z-index: 1;
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  background-color: var(--color--white);
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
  grid-auto-flow: row;
  position: relative;
}

.project-content {
  z-index: 2;
  color: var(--color--white);
  mix-blend-mode: difference;
  position: relative;
}

.project-title {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.0125em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.8125vw;
  font-weight: 800;
  line-height: 1;
}

.project-thumbnail-wrapper {
  z-index: 1;
  padding-top: 113.4%;
  position: relative;
  overflow: hidden;
}

.project-thumbnail-inner {
  width: 100%;
  height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.project-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-content-inner {
  padding-top: 3.125rem;
  position: sticky;
  top: 0;
}

.project-link {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
}

.project-info {
  grid-column-gap: .625rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .375rem;
  display: flex;
}

.project-number {
  letter-spacing: -.05em;
  margin-right: 1.25rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.project-label {
  border: 1px solid var(--color--white);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 7rem;
  padding: .5rem .625rem;
  font-size: .9375rem;
  line-height: 1;
}

.project-label-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .3125rem;
  flex-wrap: wrap;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.event-cursor {
  z-index: 2;
  margin-top: .9rem;
  margin-left: .9rem;
}

.event-cursor-text {
  background-image: linear-gradient(to bottom, var(--color--white), var(--color--white));
  color: var(--color--primary);
  border-radius: 7rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  box-shadow: 0 2px 50px #00000026;
}

.cursor {
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 50% auto auto 50%;
  transform: perspective(99px)scale(.75);
}

.grid-3-columns {
  grid-column-gap: 1.875rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link {
  color: var(--color--primary);
  text-decoration: none;
  display: block;
}

.blog-link:hover {
  color: var(--color--primary);
}

.blog-thumbnail {
  border-radius: 5px;
  margin-bottom: 1.875rem;
  padding-top: 66.857%;
  position: relative;
  top: 8px;
  overflow: hidden;
  transform: translate(0);
}

.blog-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-item-title {
  font-family: var(--font-family--font-primary);
  color: var(--color--primary);
  letter-spacing: -.042em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.385;
}

.blog-item-date {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: .9375rem;
  line-height: 1;
}

.blog-item-intro {
  padding-right: .625rem;
  position: relative;
}

.blog-item-circle {
  background-color: var(--black\<deleted\|variable-c84a60ed\>);
  opacity: 0;
  border-radius: 100%;
  width: .25rem;
  height: .25rem;
  margin-left: -.625rem;
  position: absolute;
  inset: 1rem auto auto 0%;
}

.empty-state-block {
  border: 1px solid var(--color--border-mutted);
  background-color: #0000;
}

.footer {
  background-color: var(--color--primary);
  color: var(--color--white);
  margin-top: 12.5rem;
}

.footer.newpathnegative-margin {
  margin-top: 2rem;
  position: static;
  right: -56px;
}

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

.footer-widget {
  border-bottom: 1px solid var(--color--white);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-right: 0;
}

.footer-widget.border-left {
  border-left: 1px solid var(--color--white);
}

.footer-widget.no-border {
  border: 1px #000;
  flex-direction: row;
  display: flex;
}

.scroll-top {
  width: 10.75vw;
}

.scroll-top-image {
  width: 100%;
}

.footer-widget-inner {
  flex-direction: row;
  align-items: stretch;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.footer-widget-inner.no-padding-left {
  padding-right: 0;
}

.footer-links-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.footer-link {
  font-family: var(--font-family--font-secondary);
  color: var(--color--white);
  padding-top: .3725rem;
  padding-bottom: .3725rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  font-family: var(--font-family--font-secondary);
  color: var(--color--white);
  font-weight: 600;
}

.footer-link-inner {
  position: relative;
  overflow: hidden;
}

.footer-link-front {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.footer-link-icon {
  flex: none;
  width: 1.5rem;
}

.footer-link-icon-image {
  width: 100%;
  display: block;
}

.footer-link-icon-image.invertfooterlink {
  filter: invert();
}

.footer-link-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 100%);
}

.heading-sup {
  padding-left: .3em;
  font-size: 3vw;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: -1.9em;
}

.footer-credits {
  font-family: var(--font-family--font-secondary);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  display: flex;
}

.link-inverse {
  box-shadow: 0 1px 0 0 var(--color--white);
  color: var(--color--white);
  text-decoration: none;
  transition: box-shadow .1s linear;
}

.link-inverse:hover {
  box-shadow: 0 5px 0 0 var(--color--white);
  color: var(--color--white);
}

.full-width {
  width: 100%;
}

.footer-heading {
  font-family: var(--font-family--font-secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.925vw;
  font-weight: 800;
  line-height: .97142;
}

.divider {
  border-top: 1px solid var(--color--primary);
  transform-origin: 0%;
  height: 0;
}

.navigation-divider {
  width: 100%;
  position: absolute;
  inset: auto auto -1px 0%;
}

.hero-heading-wrapper {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.hero-heading {
  font-family: var(--font-family--font-secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.925vw;
  font-weight: 800;
  line-height: .97142;
}

.hero-heading-spark {
  background-image: url('../images/spark-in-text.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.4375vw;
  height: .839em;
  margin-left: .037em;
  display: inline-block;
}

.image-parallax-wrapper {
  height: 46vw;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image-parallax-inner {
  object-fit: cover;
  width: 100%;
  min-height: 125%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.team-image-wrapper {
  margin-bottom: 1.5rem;
  padding-top: 125.867%;
  position: relative;
}

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

.team-links {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.team-link {
  background-color: var(--color--white);
  color: var(--color--primary);
  border-radius: 7rem;
  padding: .225em .5em;
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: none;
}

.team-link:hover {
  color: var(--color--primary);
}

.team-title {
  color: var(--color--primary);
  letter-spacing: -.042em;
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.385;
}

.team-role {
  color: var(--color--secondary);
}

.faq-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-item {
  background-color: var(--color--background-mutted);
  padding: 3.125rem;
}

.faq-number {
  font-family: var(--font-family--font-secondary);
  margin-bottom: 5rem;
  font-size: 7.8125vw;
  font-weight: 800;
  line-height: .9;
}

.faq-title {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3846;
}

.faq-text {
  color: var(--color--tertiary);
  margin-bottom: 0;
}

.heading-medium {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.0125em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.8125vw;
  font-weight: 800;
  line-height: .8;
}

.call-action-column-right {
  text-align: right;
  padding-top: .35rem;
}

.call-action-grid {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
  grid-auto-flow: row;
}

.contact-image-wrapper {
  padding-bottom: 115.37%;
  position: relative;
}

.contact-image {
  filter: invert();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-large {
  box-shadow: 0 1px 0 0 var(--color--primary);
  letter-spacing: -.05em;
  word-break: break-all;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .1s linear;
}

.link-large:hover {
  box-shadow: 0 5px 0 0 var(--color--primary);
  color: var(--color--primary);
}

.margin-bottom-extra-small {
  margin-bottom: 1.4rem;
}

.form-button {
  grid-column-gap: .35em;
  grid-row-gap: .35em;
  border: 1px solid var(--color--primary);
  background-color: var(--color--white);
  color: var(--color--primary);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/spark-in-form-button.svg'), url('../images/spark-in-form-button.svg');
  background-position: 86% 175%, 86%;
  background-repeat: no-repeat, no-repeat;
  background-size: 2.0625rem, 2.0625rem;
  background-attachment: scroll, scroll;
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  min-height: 5.125rem;
  padding: .25em 40% .25em 20%;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  transition: background-position .5s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.form-button:hover {
  background-position: 86%, 86% -75%;
}

.error-message {
  background-color: var(--color--error-background);
  color: var(--color--error);
  border-radius: 5px;
  margin-top: 1.5rem;
  padding: .75em 1.2em;
  font-size: 1.25rem;
  font-weight: 400;
}

.form-info {
  color: #757575;
  letter-spacing: -.025em;
  margin-bottom: 2.75rem;
  font-size: .875rem;
  font-weight: 400;
}

.form-info-icon {
  width: 1.2857em;
  margin-right: .25em;
  display: inline-block;
}

.form-info-link {
  color: var(--color--secondary);
  transition: color .2s;
}

.form-info-link:hover {
  color: var(--color--primary);
}

.form-footer {
  padding-top: .625rem;
}

.form-label {
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-weight: 500;
}

.form-field {
  border: 1px solid var(--color--border-mutted);
  color: var(--color--primary);
  letter-spacing: -.035em;
  border-radius: .5rem;
  min-height: 5.125rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
}

.form-field:focus {
  border-color: var(--color--border-mutted);
}

.form-field::placeholder {
  color: var(--color--form-placeholder);
}

.form-field.multi-line {
  min-height: 10.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.success-message {
  background-color: var(--color--success-background);
  color: var(--color--success);
  border-radius: 5px;
  padding: .75em 1.2em;
  font-size: 1.25rem;
}

.form-info-text {
  color: var(--color--secondary);
  line-height: 1.6;
  display: inline;
}

.form-row {
  margin-bottom: 2.125rem;
}

.form-button-wrapper {
  display: inline-block;
}

.top {
  opacity: 0;
  width: 0;
  height: 0;
}

.split-item {
  margin-top: -1px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.split-item:hover {
  color: #111;
}

.split-item-columns {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  display: flex;
}

.split-item-values {
  grid-column-gap: .25em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.project-gallery {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.progect-gallery-image {
  width: 100%;
}

.hero-heading-small {
  font-family: var(--font-family--font-secondary);
  letter-spacing: -.0225em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.8125vw;
  font-weight: 800;
  line-height: 1;
}

.rich-text-blog {
  font-size: 1.25rem;
}

.rich-text-blog p {
  margin-bottom: 2em;
}

.rich-text-blog h5 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.36;
}

.rich-text-blog h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.35;
}

.rich-text-blog h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.rich-text-blog img {
  border-radius: 5px;
}

.rich-text-blog h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.rich-text-blog blockquote {
  margin-bottom: 2em;
}

.rich-text-blog h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.rich-text-blog ul, .rich-text-blog ol {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-bottom: 2em;
}

.rich-text-blog h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: .95rem;
  line-height: 1.36;
}

.rich-text-blog figure {
  margin-bottom: 2rem;
}

.container-small {
  max-width: 52rem;
  height: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.sub-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.grid-12-columns-small {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
  grid-auto-flow: row;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 1.875rem 0;
  display: flex;
}

.utility-page-content {
  text-align: left;
  flex-direction: column;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

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

.offcanvas {
  z-index: 1000;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sidebar {
  background-color: var(--color--primary);
  pointer-events: auto;
  color: var(--color--white);
  flex-direction: row;
  width: 50%;
  height: 100%;
  padding: 3.75rem 1.875rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sidebar-title {
  font-family: var(--font-family--font-secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 6.25vw;
  font-weight: 800;
  line-height: .85;
}

.sidebar-title-row-one {
  display: block;
}

.sidebar-title-row-two {
  padding-left: 4.85vw;
  display: block;
}

.sidebar-title-row-three {
  padding-left: 2.15vw;
  display: block;
}

.sidebar-title-row-four {
  text-align: right;
  font-size: 2vw;
  display: block;
}

.sidebar-text {
  text-align: center;
  max-width: 35rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-inner {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sidebar-line {
  border-left: 1px solid var(--color--white);
  opacity: .25;
  width: 0;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(15deg);
}

.navigation-icon-link {
  color: var(--color--primary);
  letter-spacing: -.035em;
  flex: none;
  align-items: center;
  margin-left: 1vw;
  padding: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.navigation-icon-link:hover {
  color: var(--color--primary);
}

.navigation-icon-link.w--current {
  background-image: url('../images/dot.svg');
  background-position: 96% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.navigation-icon-link.home {
  color: var(--color--white);
}

.navigation-icon-link.home.w--current {
  background-image: url('../images/dot-white.svg');
}

.block-quote, .list-unordered, .list-ordered {
  margin-bottom: 0;
}

.hero-image-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.spline-scene {
  height: 100%;
  padding-bottom: 141px;
}

.button-container-nav {
  color: var(--color--white);
  -webkit-text-stroke-color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  min-height: 2.875rem;
  padding: 0 1.4em;
  display: flex;
}

.image-2 {
  filter: brightness(135%);
  max-width: 200%;
}

.image-3 {
  filter: brightness(116%);
}

.image-4 {
  min-width: 53px;
}

.image-6 {
  position: static;
}

.image-7 {
  width: 130%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: clip;
}

.image-8 {
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.quiz-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz-step {
  background-color: #fff;
  width: 100%;
  padding: 4rem;
}

.quiz-form-wrapper {
  width: 100%;
}

.quiz-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100dvh;
  display: grid;
}

.quiz-form {
  width: 100%;
}

.quiz-header {
  color: #604be4;
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 900;
}

.quiz-paragraph {
  color: #323041;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.quiz-bg-image {
  object-fit: cover;
  background-color: #604be4;
  background-image: url('../images/Screenshot_2024-04-13_192740-removebg-preview.png');
  background-position: 50%;
  background-size: contain;
  width: auto;
  height: 100%;
}

.quiz-button-primary {
  color: #fff;
  text-align: center;
  background-color: #604be4;
  border-radius: 12.5rem;
  padding: 1.125rem 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.quiz-question-header {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.quiz-question-paragraph {
  color: #323041;
  margin-bottom: 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.quiz-answers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.radio-button-wrapper {
  margin-bottom: 0;
  padding-left: 0;
}

.radio-hidden {
  display: none;
}

.radio-button-label {
  color: #604be4;
  text-align: center;
  border: 3px solid #d3d2eb;
  border-radius: 12.5rem;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  transition: border-color .2s, color .2s, background-color .2s;
}

.radio-button-label:hover, .radio-button-label:focus {
  color: #fff;
  background-color: #604be4;
  border-color: #604be4;
}

.quiz-score-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.quiz-score {
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}

.quiz-score-icon {
  width: 6rem;
}

.quiz-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quiz-button-secondary {
  color: #604be4;
  text-align: center;
  border-radius: 12.5rem;
  padding: 1.125rem 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 0 0 4px #604be4;
}

.form-cell {
  width: 100%;
  margin-bottom: 1.2rem;
  display: block;
}

.headingm-title {
  color: #2e66ef;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-input {
  border: 1px solid #e2e1e5;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 1rem .8rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-input:hover, .text-input:focus {
  border-color: #2e66ef;
}

.text-input::placeholder {
  color: #d2d2d2;
}

.field-label {
  color: #2e66ef;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.button-row.full-width {
  width: 100%;
  display: block;
}

.card-transparent {
  flex-direction: column;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.form-row-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-row-2.bottom-margin-small {
  margin-bottom: 1rem;
}

.colour-bg-signup-center {
  background-color: #bcccfb4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem;
  display: flex;
}

.primary-button-dark {
  color: #fff;
  background-color: #2e66ef;
  border-radius: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.6rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-button-dark:hover, .primary-button-dark:focus {
  color: #2e66ef;
  background-color: #bcccfb;
}

.bodym-medium {
  color: #2e66ef;
  letter-spacing: .015em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
}

.bodym-medium.bottom-margin-large {
  margin-bottom: 14px;
}

.points-wrapper {
  color: #2e66ef;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.score-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.headingm-point-result {
  color: #2e66ef;
  font-size: 4rem;
  font-weight: 700;
  line-height: .8;
}

.center-text-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.secondary-button-dark {
  color: #2e66ef;
  border-radius: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.6rem;
  font-size: 1rem;
  text-decoration: none;
  transition: box-shadow .3s, color .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2e66ef;
}

.secondary-button-dark:hover, .secondary-button-dark:focus {
  color: #bcccfb;
  box-shadow: inset 0 0 0 1px #bcccfb;
}

.result-1 {
  background-image: url('../images/BG-Image-Asset_1BG Image Asset.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem;
}

.headings-point-result {
  margin-left: .2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.result-2, .result-3 {
  background-image: url('../images/BG-Image-Asset_1BG Image Asset.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem;
}

.progress-bar-wrapper {
  z-index: 2;
  background-color: #f2f3f7;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.progress-bar-round-square-small {
  z-index: 10;
  background-color: #2e66ef;
  border-radius: 128px;
  height: .5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block {
  display: block;
}

.text-span {
  color: #464646;
  font-size: .9rem;
}

.success-message-2, .success-message-3 {
  background-color: #fff;
}

.score-cell {
  width: 100%;
  margin-bottom: 1.2rem;
  display: none;
}

.textarea {
  display: none;
}

.quiz-step {
  padding: 0;
}

.quiz-instructions-flow {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: grid;
}

.image-bg-splash-center {
  background-color: #ced6ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem;
  display: flex;
}

.image-bg-splash-center.large {
  padding-left: 2rem;
  padding-right: 2rem;
}

.installation-block {
  background-color: #fff;
  border-radius: 16px;
}

.hero-container {
  color: #000;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headingxs-bold {
  color: #2e66ef;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.quiz-instruction-image {
  margin-bottom: .5rem;
}

.bottom-margin-large {
  margin-bottom: 4rem;
}

.quiz-instruction-arrow {
  width: 100%;
  margin-top: 110%;
}

.headingxxs-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.blue-link {
  color: #2e66ef;
  border-bottom: 2px solid #2e66ef;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.hero-small-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  display: flex;
}

.hero-small-text-wrapper.bottom-margin-xlarge {
  margin-bottom: 8rem;
}

.primary-button-dark-2 {
  color: #fff;
  background-color: #2e66ef;
  border-radius: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.6rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.primary-button-dark-2:hover, .primary-button-dark-2:focus {
  background-color: #000;
}

.primary-button-dark-2.small {
  width: auto;
}

.card-light {
  color: #2e66ef;
  background-color: #fffffff2;
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 40rem;
  padding: 2.5rem;
  display: flex;
}

.card-light.large {
  max-width: none;
}

.headings-bold {
  color: #2e66ef;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.bodyxs-regular {
  color: #2e66ef;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.bodym-medium-2 {
  color: #2e66ef;
  letter-spacing: .015em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
}

.quiz-instruction-element {
  color: #2e66ef;
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.secondary-button-dark-2 {
  color: #2e66ef;
  border-radius: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.6rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s, color .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2e66ef;
}

.secondary-button-dark-2:hover, .secondary-button-dark-2:focus {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}

.secondary-button-dark-2.filled-button {
  color: #fff;
  background-color: #2e66ef;
}

.headingxl-title {
  color: #2e66ef;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
}

.quiz-step-2.test {
  display: block;
}

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

.button-row-2.full-width {
  width: 100%;
  display: block;
}

.bodym-medium-3 {
  color: #2e66ef;
  letter-spacing: .015em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
}

.bottom-margin-medium {
  margin-bottom: 2rem;
}

.progress-bar-cicrcle-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quiz-points {
  z-index: 1;
  color: #2e66ef;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  position: absolute;
  inset: 3.5rem 0% auto;
}

.progress-bar-question-number-wrapper {
  z-index: 2;
  color: #2e66ef;
  justify-content: center;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.collection-item {
  display: none;
}

.progress-bar-circle-small {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: .7rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.success-message-4 {
  background-color: #0000;
  padding: 1.5rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.progress-bar-circle-element {
  border: .5em solid #2e66ef;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.field-label-2 {
  color: #2e66ef;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-input-2 {
  color: #2e66ef;
  border: 1px solid #e2e1e5;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 1rem .8rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-input-2:hover, .text-input-2:focus {
  border-color: #2e66ef;
}

.text-input-2::placeholder {
  color: #d2d2d2;
}

.form-cell-2 {
  width: 100%;
  margin-bottom: 1.2rem;
}

.error-message-2 {
  color: #d2d2d2;
  background-color: #0000;
  margin-top: 1.5rem;
  padding: .9rem 1rem;
}

.form {
  position: relative;
}

.headings-title {
  color: #2e66ef;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.image-bg-signup-center {
  background-image: url('../images/BG-Image-Asset_1BG Image Asset.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem;
  display: flex;
  position: relative;
}

.quiz-name {
  z-index: 1;
  color: #2e66ef;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  inset: 1rem 0% auto;
}

.leaderboard-score {
  background-color: #fff;
  border-radius: 24px;
  padding: .4rem .8rem .3rem;
  font-weight: 500;
}

.leaderboard-name-wrapper {
  display: flex;
}

.leaderboard-item {
  color: #2e66ef;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  display: flex;
}

.leaderboard-wrapper {
  width: 100%;
  max-width: 30rem;
}

.leaderboard-grid {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  border: .3rem solid #2e66ef;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  padding: 2.5rem;
  display: grid;
}

.leaderboard-name {
  font-weight: 500;
}

.leaderboard-result-screen {
  text-align: center;
  background-image: url('../images/BG-Image-Asset_1BG Image Asset.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 6rem;
  display: flex;
}

.leaderboard-number {
  margin-right: 16px;
  font-weight: 500;
}

.empty-state {
  display: none;
}

.success-message-5 {
  background-color: #0000;
  padding: 1.5rem;
}

.form-cell-3 {
  width: 100%;
  margin-bottom: 1.2rem;
}

.left-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.radio-button-wrapper-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.bodys-question {
  color: #2e66ef;
  letter-spacing: -.02em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.answers-vertical-full-width {
  grid-column-gap: 0px;
  grid-row-gap: .9rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-outline {
  border: .3rem solid #2e66ef;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  padding: 2.5rem;
  display: flex;
}

.question-number-wrapper {
  display: flex;
}

.question-number-wrapper.bottom-margin-small {
  margin-bottom: 1rem;
}

.image-bg-qa-center {
  background-image: url('../images/BG-Image-Asset_1BG Image Asset.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem;
  display: flex;
  position: relative;
}

.bodyxs-titile-tag {
  color: #2e66ef;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2;
}

.radio-button-icon-hidden {
  display: none;
}

.radio-button-dark-round {
  color: #fff;
  text-align: center;
  background-color: #2e66ef;
  border-radius: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 3rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.score-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 6rem;
  display: flex;
}

.image-bg-result-center {
  background-image: url('../images/BG-Image-Asset_1BG Image Asset.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.points-wrapper-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.small-container {
  max-width: 30rem;
}

.headingm-point-result-2 {
  color: #2e66ef;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.quiz-points-2 {
  z-index: 1;
  color: #2e66ef;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  position: absolute;
  inset: 3.5rem 0% auto;
}

.success-message-6 {
  background-color: #0000;
  padding: 1.5rem;
}

.button-row-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.button-row-3.full-width {
  width: 100%;
  display: block;
}

.button-row-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.success-message-7 {
  background-color: #0000;
  padding: 1.5rem;
}

.button-row-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.button-row-5.full-width {
  width: 100%;
  display: block;
}

.success-message-8 {
  background-color: #0000;
  padding: 1.5rem;
}

.button-row-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.button-row-6.full-width {
  width: 100%;
  display: block;
}

.button-row-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.link {
  color: #00aeff;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: #ac1313;
}

.form-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.error-message-3 {
  color: #fff;
  background-color: #ac1313;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.footer-subscribe {
  float: left;
  color: #6c6c6c;
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.success-message-9 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.image-9 {
  filter: invert();
}

.text-block-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 2.2vw;
}

.video {
  margin-bottom: 4rem;
}

.video.welcome {
  margin-bottom: 0;
}

.quiz-video-container {
  width: 52%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.quiz-video {
  width: 100%;
  height: 100%;
}

.test {
  display: none;
}

.message-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion_panel {
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.accordion {
  border: 1px solid #c2c2c2;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-2.is-gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-2 {
  color: var(--color--primary);
  text-align: center;
  background-color: #ccc0;
  border: 2px solid #000;
  border-radius: 587px;
  width: 100%;
  padding-left: 72px;
  padding-right: 72px;
}

.button-2:hover {
  border-color: var(--color--tertiary);
  color: var(--color--tertiary);
}

.button-2.schedule-download-button {
  justify-content: center;
  display: flex;
}

.button-2.blue {
  background-image: radial-gradient(circle, #fff, #5dd6ff);
}

.welcome-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.welcom-vid-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  display: block;
}

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

.little-details-wrapper {
  position: absolute;
  inset: auto 0% 0% 15px;
}

.button-3 {
  text-align: center;
  flex: 1;
  margin-top: 10px;
}

.button-3.rb {
  background-color: #2d2d2d;
  border-bottom-right-radius: 10px;
  margin-left: 2px;
}

.button-3.rb:hover {
  background-color: #818181;
}

.button-3.lb {
  background-color: #2d2d2d;
  border-bottom-left-radius: 10px;
  margin-right: 2px;
}

.button-3.lb:hover {
  background-color: #818181;
}

.event-wrapper {
  background-color: #eaeaf3;
  border-radius: 10px;
  flex-direction: column;
  height: 380px;
  padding: 0 10px 10px;
  display: flex;
}

.event-wrapper:hover {
  background-color: #f6f4fc;
}

.event-information-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  padding-left: 15px;
  display: block;
  position: relative;
}

.event-details-wrapper {
  margin-bottom: 2px;
  margin-right: 0;
  display: block;
}

.name {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-wrapper {
  height: 110px;
  margin-top: 10px;
  display: flex;
}

.icon {
  width: 15px;
  margin-right: 10px;
}

.event-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  margin-top: 15px;
}

.details-text {
  color: #969696;
  display: inline-block;
}

.day-name {
  font-size: 25px;
}

.day-date {
  font-size: 40px;
  line-height: 1;
}

.date-and-day-wrapper {
  text-transform: uppercase;
  border-right: 1px solid #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 20px;
  display: flex;
}

.button-wrapper {
  align-items: center;
  display: flex;
}

.speaker-details-container {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.speaker-det {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.sinfocont {
  display: none;
}

.speaker-name {
  font-family: var(--font-family--font-primary);
  color: var(--color--primary);
  letter-spacing: -.042em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.385;
}

.speaker-details {
  font-family: var(--font-family--font-primary);
  color: var(--color--primary);
  text-align: center;
  letter-spacing: -.042em;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.385;
  display: block;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hide {
  display: none;
}

.column-topic {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.speaker-wrap2, .speaker-wrap {
  width: 50%;
}

.text-span-2 {
  letter-spacing: .04em;
  font-size: 2vw;
}

.video-2 {
  max-width: 75vw;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.small-font {
  font-family: var(--font-family--font-primary);
  letter-spacing: -.048em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.service-title-copy {
  font-family: var(--font-family--font-primary);
  letter-spacing: -.048em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

.day-cont {
  border-bottom: 2px #000;
  border-left: 4px solid #000;
  padding-left: 15px;
}

.div-block-3 {
  border-bottom: 2px solid #000;
}

.buy-tickets-page-button {
  filter: invert();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  display: flex;
}

.schedule-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list.w--open {
  filter: blur();
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 66.9954px;
}

.live-stream-block {
  background-color: red;
  width: 10px;
  height: 10px;
  padding-bottom: 0;
}

.live-container {
  background-color: #0062ff;
  align-items: center;
  width: 100%;
  display: flex;
}

.live-container.lvvntnr {
  color: var(--color--white);
  background-color: #ff9500;
}

.dropdown-link {
  color: var(--color--white);
  padding-left: 8px;
  padding-right: 0;
}

.div-block-4 {
  background-color: #0f1;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-4.divblk4 {
  background-color: #ff00d5;
}

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

.form-3, .div-block-5 {
  display: none;
}

.media {
  width: 100%;
}

.media-container {
  grid-template: "."
                 "."
                 "."
                 "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.heading {
  text-align: center;
}

.text-block-3 {
  color: var(--color--white);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background-color: #000;
  border-radius: 19px;
  width: 250px;
  font-size: 31px;
}

.button-container-rf {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 14px;
  display: flex;
}

.rf-page-h1 {
  background-image: linear-gradient(180deg, var(--color--error-background), white);
  text-align: center;
  padding-top: 20px;
  font-size: 40px;
}

.rf-page-h2-heading {
  text-align: center;
}

.rf-page-sec2-div1 {
  text-align: center;
  background-image: linear-gradient(#eb957b, #fff);
  border-radius: 0;
  margin-top: 50px;
  font-size: 28px;
  line-height: 50px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  background-image: linear-gradient(#ffe7e7, #fff);
  border-radius: 20px;
  grid-template: "Area Area Area"
                 "Area-2 Area-5 Area-6"
                 "Area-3 Area-4 Area-6"
                 ". . ."
                 / 1fr 1fr 1fr;
  place-items: center;
  padding: 56px;
  position: relative;
  box-shadow: 0 2px 20px 20px #0003;
}

.rf-page-para-1 {
  text-align: left;
  grid-template-areas: ". ."
                       ". Area";
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.1rem;
}

.rf-page-para-1.hed {
  margin-bottom: -.5rem;
  font-size: 1.4rem;
}

.rf-page-para-2 {
  margin: 20px 20px 1rem 0;
  padding-left: 20px;
}

.rf-page-par {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-8 {
  margin-top: 50px;
}

.paragraph-3 {
  margin-top: 20px;
}

.image-10 {
  margin: -32px 10px 10px;
  padding: 20px;
}

.container-4 {
  margin-top: -110px;
}

.image-11 {
  text-align: left;
  width: 350px;
  padding-right: 26px;
}

.div-block-9 {
  flex-flow: row;
  justify-content: center;
  padding-top: 36px;
  display: flex;
}

.image-12 {
  display: block;
}

.div-block-10 {
  margin: 40px 0 20px 194px;
  display: flex;
}

.div-block-11, .div-block-12, .div-block-13 {
  margin-left: 40px;
}

.link-2 {
  text-align: center;
  margin-left: 95px;
  padding-left: 200px;
  display: flex;
}

.div-block-14 {
  margin-top: 40px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 61px;
  display: flex;
}

.image-13 {
  width: 430px;
}

.image-14 {
  vertical-align: top;
  border: 1px solid #060606;
  border-radius: 0;
  width: auto;
  height: 270px;
  margin-top: -62px;
  margin-bottom: auto;
  margin-left: -2px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image-15 {
  flex: 1;
  align-self: auto;
  margin-top: -62px;
  margin-left: 11px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 2px;
  padding-right: 0;
  display: block;
}

.column-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  padding-left: 0;
  display: flex;
}

.column-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 11px;
  display: flex;
}

.container-5 {
  max-width: 0;
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-16 {
  margin-top: 40px;
}

.bold-text {
  background-image: linear-gradient(#f5c6c6, #fff);
}

.div-block-17 {
  background-image: linear-gradient(#6b99c9, #fff);
  margin-top: 20px;
}

.rf-div-block-blue {
  background-image: linear-gradient(#729de1, #fff);
}

.grid-3 {
  margin-top: 13px;
}

.text-block-5 {
  text-align: left;
  margin-top: 25px;
  margin-right: 8px;
  padding-top: 0;
}

.paragraph-4 {
  margin-top: 28px;
}

.text-block-6 {
  text-align: center;
  padding-top: 22px;
}

.bold-text-2 {
  border-radius: 0;
}

.button-4 {
  text-align: center;
  margin-right: 0;
  padding-right: 26px;
}

.petition-button:hover {
  color: var(--color--background-mutted);
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-top: 7px;
  margin-right: -44px;
  padding-right: 0;
  display: flex;
}

.image-16 {
  margin-top: 40px;
}

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

.bold-text-3 {
  margin-bottom: -20px;
  padding-left: 200px;
  padding-right: 0;
  display: flex;
}

.div-block-19 {
  border-radius: 0;
}

.unstick-nav {
  position: relative;
}

.icon-2 {
  margin-right: 0;
  position: relative;
}

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

.dropdown-rf-link-style {
  background-color: #fff;
  transition: color .2s linear;
}

.dropdown-rf-link-style.w--current {
  color: var(--color--primary);
}

.dropdown-list-2 {
  filter: blur(5px);
}

.dropdown-list-2.w--open {
  filter: none;
  flex-flow: row;
  display: flex;
}

.invert-link-color {
  background-color: #fff;
  display: flex;
}

.container-6 {
  z-index: 1;
  position: relative;
}

.field-label-3 {
  margin-top: 40px;
}

.rf-form-image-contaienr {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/fbbackground.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 24vh;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.rf-fold-padding {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.rf-hero-align-vert {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button2 {
  width: 100%;
}

.rf-form-padding {
  padding-top: 20px;
  padding-left: 26%;
  padding-right: 26%;
}

.recaptcha {
  margin-top: 9px;
  margin-bottom: 9px;
}

.recaptcha.cap-styling {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  height: 350px;
}

.rf-header-container {
  height: auto;
  margin-bottom: 0;
}

.rfh2 {
  font-family: var(--font-family--font-primary);
  text-align: center;
  height: 60px;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
}

.rfh3 {
  height: 40px;
}

.rf-content-container {
  height: auto;
}

.rf-scan-container {
  display: flex;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Screenshot-2024-11-12-164237.png');
  background-position: 116%;
  background-repeat: repeat-y;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 610px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.grid-wrap {
  margin: 13px;
}

.bottom-margin-rf {
  margin-bottom: 5px;
}

.bold-text-4 {
  vertical-align: top;
}

.autofocus-color {
  color: var(--color--primary);
}

.autofocus-color:active {
  color: #ff3d3d;
}

.form-4 {
  display: none;
}

.newpathh1 {
  color: var(--color--white);
  text-align: center;
  margin-top: 6px;
  display: block;
}

.body {
  color: var(--color--primary);
  text-align: center;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-17 {
  color: var(--color--primary);
  position: static;
}

.div-block-23 {
  background-image: url('../images/fbbackground.jpg');
  background-position: 0 0;
  background-size: auto;
}

.container-7 {
  margin-top: 132px;
}

.newpathdev1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/fbbackground.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 300px;
  max-height: 100%;
  display: flex;
}

.newpathdev1.sec2-h1 {
  color: var(--color--white);
}

.div-block-25 {
  border-radius: 0;
  width: auto;
}

.heading-3 {
  width: 0;
}

.section-2 {
  letter-spacing: -.035px;
}

.container-8 {
  letter-spacing: 0;
  text-indent: 0%;
  background-image: url('../images/fbbackground.jpg');
  background-position: 0 0;
  background-size: auto;
}

.newpathdev2 {
  margin-bottom: 0;
}

.sec3div2h2 {
  margin-top: 20px;
}

.heading-4 {
  color: var(--color--white);
}

.bold-text-5 {
  font-size: 24px;
}

.paragraph-5 {
  background-color: #752d754a;
  font-size: 24px;
  position: relative;
  right: -56px;
}

.paragraph-6, .paragraph-7 {
  text-align: left;
  padding-top: 10px;
}

.section-3 {
  z-index: auto;
  width: 90%;
  height: 72.4569%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
  bottom: 0;
}

.columns-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #7c2d942e;
  border-radius: 0;
  display: flex;
  position: relative;
  right: -56px;
}

.section-4 {
  border-radius: 0;
}

.column-6 {
  padding-left: 0;
}

.paragraph-8 {
  margin-top: 10px;
  padding-top: 10px;
}

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

.heading-1 {
  color: var(--color--white);
}

.image-18 {
  transform: rotate(180deg);
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.section_dark-theme.background-color-black {
  background-color: #151515;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-black {
  font-family: Changa One, Impact, sans-serif;
}

.text-size-large.text-weight-bold {
  color: #fff;
}

.mask {
  overflow: visible;
}

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

.credits_container {
  position: absolute;
  inset: 0% auto auto 0%;
}

.credits_container.padding-section-medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: static;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slider.padding-top {
  padding-top: 3em;
}

.slide {
  height: auto;
  position: static;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.padding-custom1 {
  padding-bottom: 14em;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.slide-nav {
  inset: auto 0% -25%;
}

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

.text-align-center.max-width-xlarge {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  background-color: #ffffff1a;
  border: .5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  inset: -20px 0 auto auto;
  overflow: visible;
}

.right-arrow.background-color-black {
  background-color: #151515;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-27 {
  background-color: #1d9bf0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27.padding-small {
  background-color: #151515;
  border-radius: 5px;
  text-decoration: none;
}

.video-testimonial_component {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-color-white {
  color: #fff;
}

.left-arrow {
  border: .5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  inset: -20px 130px auto auto;
  overflow: visible;
}

.left-arrow.dark-theme {
  border-color: #000;
}

.written-testimonial_container {
  opacity: .3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(125deg, #fff9, #ffffff1a);
  width: 36.625em;
  height: 19.688em;
  margin-left: -2em;
}

.written-testimonial_container.padding-custom1 {
  opacity: 1;
  background-image: none;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  height: auto;
  padding: 4.063em 1.875em 1.875em;
  overflow: hidden;
}

.video_container {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

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

.text-weight-bold.text-color-grey {
  color: #969696;
}

.frost-bg_container {
  opacity: .2;
  -webkit-backdrop-filter: blur(8em);
  backdrop-filter: blur(8em);
  background-image: linear-gradient(128deg, #fff9, #ffffff1a);
  position: absolute;
  inset: 0%;
}

.author-designation_container {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.background-video-2 {
  width: 22.813em;
  height: 28.5em;
  display: block;
}

.paragraph-10 {
  color: var(--color--white);
  font-size: 1em;
}

.testimonial-slider-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19 {
  text-align: center;
  vertical-align: top;
}

.div-block-28 {
  z-index: 5;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .section.small-our-mission-padding {
    padding-top: 1.9rem;
  }

  .section.contact-top-margin-decrease {
    padding-top: .8rem;
  }

  .heading-small.heading-small-smaller-mod {
    font-size: 2.7rem;
  }

  .section-content {
    justify-content: center;
  }

  .section-bottom {
    margin-top: 0;
  }

  .paragraph {
    margin-top: 66px;
  }

  .margin-bottom-large.margin-bottom-large-small-mod {
    margin-bottom: 3.25rem;
  }

  .footer.newpathnegative-margin {
    padding-top: 33px;
  }

  .footer-widget {
    padding-top: 0;
  }

  .footer-widget.border-left {
    margin-bottom: 3px;
  }

  .footer-widget.no-border.shrinktemp {
    width: 915px;
  }

  .footer-heading {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 50%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 24;
    display: flex;
    position: relative;
    top: auto;
  }

  .hero-heading-wrapper.our-mission-small-vert-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 6vw;
  }

  .contact-image-wrapper {
    padding-bottom: 61.37%;
  }

  .contact-image {
    filter: invert();
  }

  .quiz-step {
    padding: 6rem;
  }

  .quiz-button-primary {
    font-size: 1.75rem;
  }

  .quiz-question-header {
    font-size: 4rem;
  }

  .quiz-question-paragraph {
    font-size: 1.25rem;
  }

  .quiz-button-secondary {
    font-size: 1.75rem;
  }

  .div-block {
    justify-content: center;
    display: flex;
  }

  .button-2 {
    color: var(--color--primary);
    background-color: #3898ec00;
    border: 2px solid #000;
    border-radius: 254px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .button-2.neg-padding {
    width: auto;
    padding-left: 72px;
    padding-right: 72px;
  }

  .speaker-det {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .sinfocont {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .buy-tickets-page-button {
    filter: invert();
  }

  .link-block {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .text-block-3 {
    color: var(--color--white);
    text-align: center;
    background-color: #000;
    border-radius: 19px;
    width: 250px;
    font-size: 31px;
  }

  .button-container-rf {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.1rem;
    margin-bottom: 2.1rem;
    display: flex;
  }

  .rf-page-h1 {
    text-align: center;
    font-size: 42px;
  }

  .rf-page-h2-heading {
    text-align: center;
    margin-top: -140px;
    margin-bottom: -170px;
    padding-top: 0;
    font-size: 42px;
    font-style: normal;
    line-height: 10;
  }

  .column-2 {
    font-size: 42px;
    line-height: 12px;
  }

  .column-3 {
    font-size: 62px;
  }

  .div-block-7 {
    text-align: center;
    margin-bottom: -20px;
    font-size: 40px;
    line-height: 10;
  }

  .rf-page-sec2-div1 {
    font-size: 36px;
  }

  .heading-2 {
    opacity: 1;
  }

  .text-block-4 {
    text-align: center;
    width: 0;
    height: 10rem;
  }

  .container-3 {
    text-align: left;
  }

  .image-10 {
    text-align: left;
    margin-top: auto;
    margin-left: 134px;
  }

  .div-block-21 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    border-bottom: 1px solid var(--color--primary);
    background-color: var(--color--white);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: .9375rem 1.25rem;
    display: block;
  }

  .navigation-menu.home {
    background-color: var(--color--primary);
  }

  .navigation-link {
    margin-left: 0;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1.5rem;
  }

  .navigation-link.w--current {
    display: inline-block;
  }

  .navigation-link.home {
    color: var(--color--white);
  }

  .navigation.navigation-home {
    background-color: var(--color--primary);
    mix-blend-mode: normal;
  }

  .navigation-icon-text {
    display: block;
  }

  .hero-title-home {
    font-size: 15vw;
  }

  .hero-heading-home {
    perspective-origin: 50%;
  }

  .hero-caption-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-caption-first {
    text-align: center;
  }

  .hero-caption-second {
    display: none;
  }

  .hero-caption-third {
    text-align: center;
  }

  .hero-caption-inner {
    justify-content: center;
  }

  .grid-12-columns {
    grid-row-gap: 6.25rem;
  }

  .button {
    margin-left: 0;
  }

  .heading-rotation {
    perspective-origin: 50%;
  }

  .heading-large {
    font-size: 12vw;
  }

  .mission-title-wrapper {
    margin-bottom: 3.125rem;
    position: relative;
  }

  .position-relative {
    position: relative;
  }

  .mission-text {
    margin-top: 6.25rem;
  }

  .service-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 5fr 2fr;
  }

  .project-item-grid {
    grid-row-gap: 6.25rem;
  }

  .grid-3-columns {
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-item-intro {
    padding-right: 0;
  }

  .footer.newpathnegative-margin {
    margin-top: 5.7rem;
    margin-bottom: 0;
    right: -38px;
  }

  .footer-widget {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .footer-widget.border-left {
    border-left-style: none;
  }

  .footer-widget-inner {
    padding-left: 0;
  }

  .footer-link {
    font-size: 1.2rem;
  }

  .heading-sup {
    font-size: 3.8vw;
  }

  .footer-heading {
    font-size: 13.5vw;
  }

  .hero-heading-wrapper {
    text-align: center;
  }

  .hero-heading {
    font-size: 12vw;
  }

  .faq-grid {
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }

  .faq-number {
    font-size: 10vw;
  }

  .heading-medium {
    font-size: 12vw;
  }

  .call-action-column-right {
    text-align: left;
  }

  .call-action-grid {
    grid-row-gap: 3.125rem;
  }

  .link-large {
    font-size: 5vw;
  }

  .hero-heading-small {
    font-size: 12vw;
  }

  .grid-12-columns-small {
    grid-row-gap: 3.125rem;
  }

  .navigation-icon-link {
    margin-left: 0;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1.5rem;
  }

  .navigation-icon-link.w--current {
    display: inline-block;
  }

  .navigation-icon-link.home {
    color: var(--color--white);
  }

  .spline-scene {
    position: relative;
  }

  .mobile-cta-cont {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .quiz-main-grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .primary-button-dark, .secondary-button-dark {
    text-align: center;
    cursor: pointer;
  }

  .installation-block {
    width: 100%;
  }

  .primary-button-dark-2, .secondary-button-dark-2 {
    text-align: center;
    cursor: pointer;
  }

  .container-2.is-gap {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .div-block {
    justify-content: center;
    display: flex;
  }

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

  .grid-2 {
    order: 0;
    grid-template: ". ."
                   "Area-2 Area-5"
                   "Area-3 Area-4"
                   "Area-7 Area-7"
                   / 50% 50%;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 20px 25px;
  }

  .dropdown-list-2 {
    flex-flow: column;
    display: flex;
  }

  .invert-link-color {
    flex-flow: column;
  }

  .div-block-20 {
    width: 90%;
    height: 350px;
    margin-top: 8px;
    margin-left: 0;
  }

  .grid-wrap {
    margin: 0 0 15px;
  }

  .paragraph-5, .columns-2 {
    right: -38px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.padding-custom1 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    top: -30px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    top: -30px;
  }

  .written-testimonial_container.padding-custom1 {
    width: 30em;
  }
}

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

  h2 {
    font-size: 2.15rem;
  }

  .hero-image-wrapper.spline-wrap {
    background-color: #000;
    height: 90%;
  }

  .hero-image {
    background-color: #000;
  }

  .logo {
    padding-left: 0;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .menu-icon-middle {
    padding-bottom: 0;
    padding-right: 0;
  }

  .navigation-link {
    margin-left: 0;
    font-size: 1.25rem;
  }

  .navigation-link.w--current {
    flex: 0 auto;
    display: inline-block;
  }

  .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-rotation-wrapper {
    margin-top: 1vw;
  }

  .section {
    padding-top: 7.5rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-small {
    font-size: 3rem;
  }

  .paragraph-large {
    font-size: 1.375rem;
  }

  .mission-content-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .service-item-grid {
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto auto;
  }

  .service-number {
    font-size: 2rem;
    display: none;
  }

  .service-title {
    margin-top: 15px;
    font-size: 2rem;
  }

  .service-icon-wrapper {
    justify-content: center;
  }

  .project-item-grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
  }

  .project-title {
    font-size: 10vw;
  }

  .project-content-inner {
    padding-top: 0;
    position: relative;
  }

  .project-link {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }

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

  .footer {
    margin-top: 7.5rem;
  }

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

  .faq-number {
    font-size: 18vw;
  }

  .form-button {
    background-size: 1.7rem, 1.7rem;
    min-height: 4.25rem;
    padding-left: 18%;
    padding-right: 36%;
    font-size: 1.375rem;
  }

  .form-label {
    font-size: 1.375rem;
  }

  .form-field {
    min-height: 4.25rem;
    font-size: 1.375rem;
  }

  .form-field.multi-line {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .rich-text-blog h5, .rich-text-blog h4 {
    margin-bottom: 1.5rem;
  }

  .rich-text-blog h1 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .rich-text-blog h2 {
    margin-bottom: 1.5rem;
    font-size: 2.15rem;
  }

  .rich-text-blog h3, .rich-text-blog h6 {
    margin-bottom: 1.5rem;
  }

  .container-small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navigation-icon-link {
    margin-left: 0;
    font-size: 1.25rem;
  }

  .navigation-icon-link.w--current {
    flex: 0 auto;
    display: inline-block;
  }

  .spline-scene {
    margin-left: -6%;
    left: 26px;
  }

  .quiz-step {
    padding: 1.5rem;
  }

  .quiz-header {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .quiz-paragraph {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }

  .quiz-button-primary {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .quiz-question-header {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .quiz-question-paragraph {
    margin-bottom: 2.5rem;
  }

  .radio-button-label {
    font-size: 1rem;
  }

  .quiz-score-wrapper {
    margin-bottom: 1rem;
  }

  .quiz-score {
    font-size: 6rem;
  }

  .quiz-score-icon {
    width: 3.5rem;
  }

  .quiz-button-secondary {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .headingm-title {
    font-size: 3rem;
  }

  .card-transparent {
    width: 100%;
    padding: 4rem 2rem;
  }

  .colour-bg-signup-center {
    min-height: 0;
    padding: 0;
  }

  .primary-button-dark {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .bodym-medium {
    font-size: 1rem;
  }

  .headingm-point-result {
    font-size: 3rem;
  }

  .secondary-button-dark {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .result-1 {
    padding: 4rem 2rem;
  }

  .headings-point-result {
    font-size: 1.4rem;
  }

  .result-2, .result-3, .image-bg-splash-center {
    padding: 4rem 2rem;
  }

  .headingxs-bold {
    font-size: 2rem;
  }

  .headingxxs-bold {
    font-size: 1.2rem;
  }

  .primary-button-dark-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .card-light {
    border-radius: 0;
    width: 100%;
    padding: 4rem 2rem;
  }

  .headings-bold {
    font-size: 2rem;
  }

  .bodyxs-regular {
    font-size: .9rem;
  }

  .bodym-medium-2 {
    font-size: 1rem;
  }

  .secondary-button-dark-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .headingxl-title {
    font-size: 4rem;
  }

  .bodym-medium-3 {
    font-size: 1rem;
  }

  .quiz-points {
    display: none;
  }

  .headings-title {
    font-size: 2rem;
  }

  .image-bg-signup-center {
    min-height: 0;
    padding: 0;
  }

  .quiz-name {
    display: none;
  }

  .leaderboard-grid {
    padding: 2rem;
  }

  .leaderboard-result-screen {
    padding: 4rem 2rem;
  }

  .bodys-question {
    font-size: 1rem;
    line-height: 140%;
  }

  .card-outline {
    border-style: none;
    border-radius: 0;
    padding: 2rem 1.5rem;
  }

  .image-bg-qa-center {
    min-height: 0;
    padding: 8rem 0 0;
  }

  .score-container-2 {
    padding: 4rem 2rem;
  }

  .headingm-point-result-2 {
    font-size: 3rem;
  }

  .quiz-points-2 {
    display: none;
  }

  .quiz-video-container {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .container-2.is-gap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .welcome-container {
    padding-top: 0%;
  }

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

  .small-font, .service-title-copy {
    margin-top: 15px;
    font-size: 2rem;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .rfh2 {
    height: 120px;
    margin-bottom: 1rem;
  }

  .rf-scan-container {
    margin-top: 1.5rem;
  }

  .div-block-20 {
    background-position: 50%;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-5, .columns-2 {
    right: -29px;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .paragraph-9 {
    font-size: 1em;
  }

  .slider.padding-top {
    padding-top: 5em;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .right-arrow {
    width: 1.5em;
    height: 1.5em;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 1.5em;
    height: 1.5em;
    right: 80px;
  }

  .written-testimonial_container.padding-custom1 {
    width: auto;
    margin-top: -2em;
    margin-left: 0;
    padding: 3.5em 1.5em 1.5em;
  }

  .video_container {
    width: 25em;
    height: 25em;
    overflow: visible;
  }

  .background-video-2 {
    width: auto;
    height: 6.3px;
    display: block;
    position: static;
  }

  .testimonial-slider-container {
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 1.7rem;
    font-weight: 600;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  .hero-image {
    display: none;
  }

  .navigation-menu {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .menu-button {
    width: 48px;
    height: 48px;
  }

  .navigation-link {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

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

  .container-fluid {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .heading-rotation-wrapper {
    margin-top: 3vw;
  }

  .container {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .grid-12-columns {
    grid-row-gap: 4.85rem;
  }

  .marquee-item {
    margin-right: 2.5rem;
  }

  .heading-small {
    font-size: 2rem;
  }

  .heading-small.heading-small-smaller-mod {
    font-size: 2.1rem;
  }

  .paragraph-large {
    font-size: 1.25rem;
  }

  .margin-bottom-medium {
    margin-bottom: 2.75rem;
  }

  .mission-text {
    margin-top: 4.85rem;
  }

  .service-number, .service-title {
    font-size: 1.5rem;
  }

  .margin-bottom-large {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-large.margin-bottom-large-small-mod {
    margin-bottom: 2.35rem;
  }

  .section-header-grid {
    grid-row-gap: 2.75rem;
  }

  .project-item-grid {
    grid-row-gap: 1.25rem;
  }

  .project-title {
    font-size: 9vw;
  }

  .project-info {
    grid-row-gap: .5rem;
    margin-bottom: .75rem;
  }

  .project-number {
    font-size: 1.5rem;
  }

  .project-label {
    padding: .25rem .5rem;
  }

  .project-label-wrapper {
    grid-column-gap: .3125rem;
  }

  .grid-3-columns {
    grid-row-gap: 2.75rem;
  }

  .blog-item-title {
    font-size: 1.35rem;
  }

  .footer-widget {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero-heading-wrapper {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .hero-heading {
    font-size: 11vw;
  }

  .team-title {
    font-size: 1.35rem;
  }

  .faq-grid {
    grid-row-gap: 1.875rem;
  }

  .faq-item {
    padding: 2rem;
  }

  .faq-number {
    margin-bottom: 2.75rem;
    font-size: 20vw;
  }

  .faq-title {
    font-size: 1.5rem;
  }

  .call-action-grid {
    grid-row-gap: 2.75rem;
  }

  .link-large {
    font-size: 1.25rem;
  }

  .margin-bottom-extra-small {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .form-button {
    background-position: 87% 175%, 87%;
    background-size: 1.45rem, 1.45rem;
    min-height: 3.75rem;
    padding-left: 14%;
    padding-right: 28%;
    font-size: 1.15rem;
  }

  .form-label {
    margin-bottom: .75rem;
    font-size: 1.25rem;
  }

  .form-field {
    min-height: 3.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
  }

  .form-field.multi-line {
    min-height: 15rem;
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
  }

  .rich-text-blog h5 {
    font-size: 1rem;
  }

  .rich-text-blog h4 {
    font-size: 1.25rem;
  }

  .rich-text-blog h1 {
    font-size: 2rem;
  }

  .rich-text-blog h2 {
    font-size: 1.7rem;
  }

  .rich-text-blog h3 {
    font-size: 1.5rem;
  }

  .rich-text-blog h6 {
    font-size: .9rem;
  }

  .container-small {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .sub-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .grid-12-columns-small {
    grid-row-gap: 2.75rem;
  }

  .navigation-icon-link {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .hero-image-mobile {
    display: block;
  }

  .button-row {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .headingxl-title.bottom-margin-medium {
    font-size: 11vw;
  }

  .button-row-2, .button-row-3, .button-row-4, .button-row-5, .button-row-6, .button-row-7 {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .subscribe-button {
    width: 100%;
  }

  .footer-subscribe {
    float: none;
    width: 100%;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .quiz-video-container {
    width: 105%;
  }

  .container-2.is-gap {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .welcome-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    display: flex;
  }

  .day-name {
    font-size: 20px;
  }

  .day-date {
    font-size: 30px;
  }

  .speaker-name, .speaker-details {
    font-size: 1.35rem;
  }

  .small-font, .service-title-copy {
    font-size: 1.5rem;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 99%;
  }

  .rf-form-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rfh2 {
    height: auto;
  }

  .div-block-20 {
    width: 90%;
    height: 200px;
  }

  .newpath-dev3-h2 {
    position: relative;
    right: 2px;
  }

  .paragraph-5 {
    right: -17px;
  }

  .paragraph-6 {
    position: relative;
    right: 83px;
  }

  .paragraph-7 {
    position: relative;
    right: 125px;
  }

  .columns-2 {
    right: -14px;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .padding-section-large.padding-custom1 {
    padding-bottom: 9em;
  }

  .slide-nav {
    bottom: -9%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .written-testimonial_container.padding-custom1 {
    width: 270px;
    padding: 2.5em 1em 1em;
  }

  .video_container {
    width: 18em;
    height: 21em;
    overflow: hidden;
  }

  .paragraph-10 {
    font-size: .8em;
  }
}

#w-node-_3a8acead-cbde-e506-973e-4d7e15e07a77-de00c226, #w-node-de7276c1-1192-2dcb-f4c3-e4891e0ff9cf-de00c226, #w-node-_1efeeda4-e799-b3a9-86c7-f6d18b2aa4c1-de00c226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06a3c3db-6734-ae6a-d0ac-575ca15f59d0-de00c226 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_06a3c3db-6734-ae6a-d0ac-575ca15f59e0-de00c226, #w-node-_403a3fe3-4321-af94-470a-5d2b9d89ee2a-de00c226 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-de00c226 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-de00c226 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_0e705031-1149-c5da-b33b-aa50a1274503-de00c226, #w-node-f47171de-c838-f320-a629-0be9b60bdec1-de00c226, #w-node-_926b889f-f7d6-c7dc-f853-554fbf1e9c70-de00c226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02e05c85-3c0f-04a7-941f-57e61394f16a-de00c226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b5c46f91-0ff5-c2d6-3246-813e83b4410e-de00c226, #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44110-de00c226, #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44112-de00c226, #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44114-de00c226, #w-node-_5594eb88-2ee3-d3d0-56ca-a726e8918084-de00c226, #w-node-_5594eb88-2ee3-d3d0-56ca-a726e8918086-de00c226, #w-node-_5594eb88-2ee3-d3d0-56ca-a726e8918088-de00c226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5594eb88-2ee3-d3d0-56ca-a726e891808a-de00c226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a3b-de00c226, #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a3c-de00c226, #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a3e-de00c226, #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a44-de00c226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b1b935c-4292-fab6-612a-7cb86207b7c2-de00c226 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffc7464d-51d3-896f-bd90-eff0afc134a0-de00c226 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d1563575-45be-fec1-c4f9-aad616dbca85-de00c226 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_223f081e-e870-c14b-6ded-b4785929114e-de00c226 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-eec99060-5fb2-3733-f787-3771b50f2ed4-de00c226 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_544b06b1-c31c-5e30-41e0-6614d1f28ee8-de00c226 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-b80c9f2b-012e-76db-17f4-d83db2e9fe66-de00c226, #w-node-_7e7ef49c-8550-3388-6144-a859f4cf4f2d-de00c226, #w-node-_35c34201-5ef4-bce7-2662-51f2c28e7b1e-de00c226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35542d28-1bf1-fd99-a758-6d8e8a8d9087-de00c226 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee57-083cee54 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee5a-083cee54 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee62-083cee54 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c234, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c234, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c234 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c55fd0-b864-48b4-1b28-4a0c6ee16821-de00c234 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_4475e34b-85ef-f35d-9fc1-e0078d17ed77-de00c234, #w-node-_403a3fe3-4321-af94-470a-5d2b9d89ee2a-de00c234 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-de00c234 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-de00c234 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_4e814647-c8f9-6055-715b-798cfabc4411-de00c234 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4e814647-c8f9-6055-715b-798cfabc4413-de00c234 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_10f279fc-6291-7957-0cce-03dca4abb077-de00c234, #w-node-_20eb3641-a43a-a777-a2a0-5917cc7d5c4d-de00c234, #w-node-_27d65f42-8e99-6ad0-46f8-dd02c0b148f3-de00c234 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_242726c7-ae85-21dc-3edc-7680f337d393-de00c234 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_242726c7-ae85-21dc-3edc-7680f337d3a3-de00c234 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c235, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c235, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32be0b57-ca92-cdc0-5e13-bc062390b185-de00c235 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-c5df89cc-e235-b67d-d083-7a676d31fb65-de00c235 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_28734969-3db8-d36a-ba58-81eb1031c423-de00c236 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_32be0b57-ca92-cdc0-5e13-bc062390b185-de00c236 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_79f73795-4871-5c40-9eb6-082300a1149c-de00c236 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-f628445d-e0b1-053d-aba0-97d2c872fcc2-de00c236, #w-node-f628445d-e0b1-053d-aba0-97d2c872fcc6-de00c236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf3f248f-2aaa-69a1-240d-bd4814f138ca-de00c236 {
  align-self: start;
}

#w-node-_7adcd24f-a904-82c4-6179-b16edec641f3-de00c236 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_7adcd24f-a904-82c4-6179-b16edec641fc-de00c236 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5fdba41d-b2e6-21e6-7b33-5ea059cc0629-de00c237, #w-node-_5fdba41d-b2e6-21e6-7b33-5ea059cc062c-de00c237, #w-node-_5fdba41d-b2e6-21e6-7b33-5ea059cc062f-de00c237 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b032642b-f0f4-8151-6790-41a24741c9e1-de00c237 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-b032642b-f0f4-8151-6790-41a24741c9e9-de00c237, #w-node-db091609-ea73-04df-9989-53f7afe5160d-de00c238, #w-node-db091609-ea73-04df-9989-53f7afe51610-de00c238, #w-node-db091609-ea73-04df-9989-53f7afe51613-de00c238 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d1f0727-9656-4dd0-62bb-1b36a7f9b564-de00c238 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_92d22be5-2723-ac84-9aa8-54dbf3fa380f-de00c238 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_02a642a5-6bf6-32e5-54cb-65ac7b234baf-de00c238 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_02a642a5-6bf6-32e5-54cb-65ac7b234bb8-de00c238 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c239, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c239, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf7-de00c239 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf9-de00c239 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ac4328f8-5728-b093-de56-78e1c0b36384-de00c239 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ac4328f8-5728-b093-de56-78e1c0b36387-de00c239 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_984aaf07-61d8-4ec4-d04d-00a860409a2f-de00c239 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_984aaf07-61d8-4ec4-d04d-00a860409a32-de00c239 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a60b60db-51b6-7f0f-447e-834ec820234b-de00c239 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-a60b60db-51b6-7f0f-447e-834ec820234e-de00c239 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_09f00e7a-7709-42c9-5f97-a928a13dab3d-de00c239 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_09f00e7a-7709-42c9-5f97-a928a13dab40-de00c239 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d8eaa2b3-649a-8676-cea6-ead8898cc622-de00c239 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d8eaa2b3-649a-8676-cea6-ead8898cc625-de00c239 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c23a, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c23a, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c23a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf7-de00c23a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf9-de00c23a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a0471543-8251-0be2-0cf8-8c7f9be3a750-de00c23a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-a0471543-8251-0be2-0cf8-8c7f9be3a753-de00c23a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_48cc5103-f6a5-8373-c412-d9d346adfc19-de00c23a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_48cc5103-f6a5-8373-c412-d9d346adfc1c-de00c23a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9b97637f-c868-dbfe-5681-01f5eddbc707-de00c23a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9b97637f-c868-dbfe-5681-01f5eddbc70a-de00c23a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c23b, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c23b, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c23b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a23ad7ab-117a-ec40-e0a6-a8035a7c610e-de00c23b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a23ad7ab-117a-ec40-e0a6-a8035a7c6117-de00c23b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_32be0b57-ca92-cdc0-5e13-bc062390b185-de00c23b {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-c5df89cc-e235-b67d-d083-7a676d31fb65-de00c23b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c23c, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c23c, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb383656876-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb383656878-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb38365687a-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb38365687c-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb383656885-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb383656887-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb383656889-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb38365688b-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb383656894-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb383656896-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb38365689a-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb38365689c-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb3836568a5-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb3836568a7-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb3836568a9-de00c23c, #w-node-_789b728e-3b78-34b0-a73a-bcb3836568ab-de00c23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cc2c251-ea7a-2278-4b85-15300b3c3125-de00c23c {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_7cc2c251-ea7a-2278-4b85-15300b3c312e-de00c23c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4e814647-c8f9-6055-715b-798cfabc4411-de00c23c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4e814647-c8f9-6055-715b-798cfabc4413-de00c23c {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_088a67c8-7a24-75c7-333f-de1b1fe8ecab-de00c23c, #w-node-d0e6a238-067d-b2bb-b2b9-635e3697deed-de00c23c, #w-node-_346f7d9a-3c2b-b5ca-2131-293fcd1bac70-de00c23c, #w-node-fc68829d-7f42-4b33-ee64-a39425113bd2-de00c23c, #w-node-_45e2f9da-d8dd-5403-deec-3efa9d531f84-de00c23c, #w-node-_9bc3d2e4-cd9b-04d0-9463-3a66ad6b4dfb-de00c23c, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c23d, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c23d, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c23d, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c23e, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c23e, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c23e, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-de00c240, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-de00c240, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-de00c240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf7-de00c240 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf9-de00c240 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cb882108-edca-6c8c-7985-f215e802eae6-ee58084a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff0e08a0-08a6-5cb4-85b9-9e3eca9ccbc5-75604c34 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dce-0fd0d9ba, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd1-0fd0d9ba, #w-node-_01f436ee-f339-34c5-43b4-7c5b6af37dd4-0fd0d9ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c55fd0-b864-48b4-1b28-4a0c6ee16821-0fd0d9ba {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_4475e34b-85ef-f35d-9fc1-e0078d17ed77-0fd0d9ba, #w-node-_403a3fe3-4321-af94-470a-5d2b9d89ee2a-0fd0d9ba {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-0fd0d9ba {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-0fd0d9ba {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_4e814647-c8f9-6055-715b-798cfabc4411-0fd0d9ba {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4e814647-c8f9-6055-715b-798cfabc4413-0fd0d9ba {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_10f279fc-6291-7957-0cce-03dca4abb077-0fd0d9ba, #w-node-_20eb3641-a43a-a777-a2a0-5917cc7d5c4d-0fd0d9ba, #w-node-_27d65f42-8e99-6ad0-46f8-dd02c0b148f3-0fd0d9ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17f7ff62-2bb7-5956-a30b-729c285925b4-cda2968d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bc1ba0dd-0416-36c4-9001-f873a88350f6-cda2968d {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-_9e16df72-64ea-0c30-0ef5-7869a7329c66-cda2968d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6afbac3c-2601-771b-3c9f-531fdf56277e-cda2968d {
  grid-area: Area;
}

#w-node-_30aa79a5-4734-5182-c35d-f1abfb9c2e26-4e7e41b9, #w-node-f70bfe06-ce08-c17b-eac7-b4fa985e4c19-4e7e41b9 {
  justify-self: end;
}

#w-node-_28734969-3db8-d36a-ba58-81eb1031c423-f40e5b0f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7adcd24f-a904-82c4-6179-b16edec641f3-f40e5b0f {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_7adcd24f-a904-82c4-6179-b16edec641fc-f40e5b0f {
  grid-area: 1 / 7 / 2 / 13;
}

@media screen and (min-width: 1280px) {
  #w-node-_32be0b57-ca92-cdc0-5e13-bc062390b185-de00c236 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-bc1ba0dd-0416-36c4-9001-f873a88350f6-cda2968d {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_06a3c3db-6734-ae6a-d0ac-575ca15f59d0-de00c226 {
    grid-column-end: 13;
  }

  #w-node-_06a3c3db-6734-ae6a-d0ac-575ca15f59e0-de00c226 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_403a3fe3-4321-af94-470a-5d2b9d89ee2a-de00c226 {
    grid-column-start: 1;
  }

  #w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-de00c226 {
    grid-column-end: 10;
  }

  #w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-de00c226 {
    grid-column-start: 1;
  }

  #w-node-_926b889f-f7d6-c7dc-f853-554fbf1e9c70-de00c226 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_02e05c85-3c0f-04a7-941f-57e61394f16a-de00c226 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44112-de00c226 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44114-de00c226 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_5594eb88-2ee3-d3d0-56ca-a726e8918086-de00c226 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5594eb88-2ee3-d3d0-56ca-a726e8918088-de00c226 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_5594eb88-2ee3-d3d0-56ca-a726e891808a-de00c226 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a3e-de00c226 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a44-de00c226 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-ffc7464d-51d3-896f-bd90-eff0afc134a0-de00c226 {
    grid-row: 2 / 3;
  }

  #w-node-d1563575-45be-fec1-c4f9-aad616dbca85-de00c226, #w-node-_544b06b1-c31c-5e30-41e0-6614d1f28ee8-de00c226, #w-node-_35542d28-1bf1-fd99-a758-6d8e8a8d9087-de00c226 {
    grid-column-start: 1;
  }

  #w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee57-083cee54 {
    grid-column-end: 5;
  }

  #w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee5a-083cee54 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee62-083cee54 {
    grid-row: 2 / 3;
    grid-column-start: 3;
  }

  #w-node-e9c55fd0-b864-48b4-1b28-4a0c6ee16821-de00c234 {
    grid-column-end: 13;
  }

  #w-node-_4475e34b-85ef-f35d-9fc1-e0078d17ed77-de00c234 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_403a3fe3-4321-af94-470a-5d2b9d89ee2a-de00c234 {
    grid-column-start: 1;
  }

  #w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-de00c234 {
    grid-column-end: 10;
  }

  #w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-de00c234 {
    grid-column-start: 1;
  }

  #w-node-_4e814647-c8f9-6055-715b-798cfabc4411-de00c234 {
    grid-row: 2 / 3;
  }

  #w-node-_4e814647-c8f9-6055-715b-798cfabc4413-de00c234 {
    grid-column-start: 1;
  }

  #w-node-_242726c7-ae85-21dc-3edc-7680f337d393-de00c234 {
    grid-column-end: 13;
  }

  #w-node-_242726c7-ae85-21dc-3edc-7680f337d3a3-de00c234 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_32be0b57-ca92-cdc0-5e13-bc062390b185-de00c235 {
    grid-column-end: 13;
  }

  #w-node-c5df89cc-e235-b67d-d083-7a676d31fb65-de00c235 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_32be0b57-ca92-cdc0-5e13-bc062390b185-de00c236 {
    grid-column-end: 13;
  }

  #w-node-_79f73795-4871-5c40-9eb6-082300a1149c-de00c236 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b032642b-f0f4-8151-6790-41a24741c9e1-de00c237 {
    grid-column-start: 1;
  }

  #w-node-_7d1f0727-9656-4dd0-62bb-1b36a7f9b564-de00c238 {
    grid-column-end: 13;
  }

  #w-node-_92d22be5-2723-ac84-9aa8-54dbf3fa380f-de00c238 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf7-de00c239 {
    grid-column-end: 13;
  }

  #w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf9-de00c239 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ac4328f8-5728-b093-de56-78e1c0b36384-de00c239 {
    grid-column-end: 13;
  }

  #w-node-ac4328f8-5728-b093-de56-78e1c0b36387-de00c239 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_984aaf07-61d8-4ec4-d04d-00a860409a2f-de00c239 {
    grid-column-end: 13;
  }

  #w-node-_984aaf07-61d8-4ec4-d04d-00a860409a32-de00c239 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-a60b60db-51b6-7f0f-447e-834ec820234b-de00c239 {
    grid-column-end: 13;
  }

  #w-node-a60b60db-51b6-7f0f-447e-834ec820234e-de00c239 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_09f00e7a-7709-42c9-5f97-a928a13dab3d-de00c239 {
    grid-column-end: 13;
  }

  #w-node-_09f00e7a-7709-42c9-5f97-a928a13dab40-de00c239 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-d8eaa2b3-649a-8676-cea6-ead8898cc622-de00c239 {
    grid-column-end: 13;
  }

  #w-node-d8eaa2b3-649a-8676-cea6-ead8898cc625-de00c239 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf7-de00c23a {
    grid-column-end: 13;
  }

  #w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf9-de00c23a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-a0471543-8251-0be2-0cf8-8c7f9be3a750-de00c23a {
    grid-column-end: 13;
  }

  #w-node-a0471543-8251-0be2-0cf8-8c7f9be3a753-de00c23a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_48cc5103-f6a5-8373-c412-d9d346adfc19-de00c23a {
    grid-column-end: 13;
  }

  #w-node-_48cc5103-f6a5-8373-c412-d9d346adfc1c-de00c23a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_9b97637f-c868-dbfe-5681-01f5eddbc707-de00c23a {
    grid-column-end: 13;
  }

  #w-node-_9b97637f-c868-dbfe-5681-01f5eddbc70a-de00c23a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_32be0b57-ca92-cdc0-5e13-bc062390b185-de00c23b {
    grid-column-end: 13;
  }

  #w-node-c5df89cc-e235-b67d-d083-7a676d31fb65-de00c23b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365687a-de00c23c {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365687c-de00c23c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb383656889-de00c23c {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365688b-de00c23c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb383656896-de00c23c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365689a-de00c23c {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365689c-de00c23c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb3836568a9-de00c23c {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb3836568ab-de00c23c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_4e814647-c8f9-6055-715b-798cfabc4411-de00c23c {
    grid-row: 2 / 3;
  }

  #w-node-_4e814647-c8f9-6055-715b-798cfabc4413-de00c23c {
    grid-column-start: 1;
  }

  #w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf7-de00c240 {
    grid-column-end: 13;
  }

  #w-node-_6a955ea7-90d9-b583-ceae-25b3d5938cf9-de00c240 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ff0e08a0-08a6-5cb4-85b9-9e3eca9ccbc5-75604c34 {
    grid-column-start: 1;
  }

  #w-node-e9c55fd0-b864-48b4-1b28-4a0c6ee16821-0fd0d9ba {
    grid-column-end: 13;
  }

  #w-node-_4475e34b-85ef-f35d-9fc1-e0078d17ed77-0fd0d9ba {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_403a3fe3-4321-af94-470a-5d2b9d89ee2a-0fd0d9ba {
    grid-column-start: 1;
  }

  #w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-0fd0d9ba {
    grid-column-end: 10;
  }

  #w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-0fd0d9ba {
    grid-column-start: 1;
  }

  #w-node-_4e814647-c8f9-6055-715b-798cfabc4411-0fd0d9ba {
    grid-row: 2 / 3;
  }

  #w-node-_4e814647-c8f9-6055-715b-798cfabc4413-0fd0d9ba {
    grid-column-start: 1;
  }

  #w-node-bc1ba0dd-0416-36c4-9001-f873a88350f6-cda2968d {
    grid-area: Area-7;
    justify-self: center;
  }

  #w-node-de982fb4-70da-9011-f893-912f019290c5-cda2968d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f47171de-c838-f320-a629-0be9b60bdec1-de00c226 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_926b889f-f7d6-c7dc-f853-554fbf1e9c70-de00c226 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_02e05c85-3c0f-04a7-941f-57e61394f16a-de00c226 {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44110-de00c226 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44112-de00c226 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b5c46f91-0ff5-c2d6-3246-813e83b44114-de00c226 {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_5594eb88-2ee3-d3d0-56ca-a726e8918086-de00c226 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5594eb88-2ee3-d3d0-56ca-a726e8918088-de00c226 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_5594eb88-2ee3-d3d0-56ca-a726e891808a-de00c226 {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a3c-de00c226 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a3e-de00c226 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d3b8e16e-56e9-6dbc-0667-ad4964d99a44-de00c226 {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_223f081e-e870-c14b-6ded-b4785929114e-de00c226 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-eec99060-5fb2-3733-f787-3771b50f2ed4-de00c226 {
    grid-column-start: 1;
  }

  #w-node-_7adcd24f-a904-82c4-6179-b16edec641f3-de00c236 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_7adcd24f-a904-82c4-6179-b16edec641fc-de00c236 {
    grid-column-start: 1;
  }

  #w-node-_02a642a5-6bf6-32e5-54cb-65ac7b234baf-de00c238 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_02a642a5-6bf6-32e5-54cb-65ac7b234bb8-de00c238 {
    grid-column-start: 1;
  }

  #w-node-a23ad7ab-117a-ec40-e0a6-a8035a7c610e-de00c23b {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-a23ad7ab-117a-ec40-e0a6-a8035a7c6117-de00c23b {
    grid-column-start: 1;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365687a-de00c23c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365687c-de00c23c {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb383656889-de00c23c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365688b-de00c23c {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365689a-de00c23c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb38365689c-de00c23c {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb3836568a9-de00c23c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_789b728e-3b78-34b0-a73a-bcb3836568ab-de00c23c {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_7cc2c251-ea7a-2278-4b85-15300b3c3125-de00c23c {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_7cc2c251-ea7a-2278-4b85-15300b3c312e-de00c23c {
    grid-column-start: 1;
  }

  #w-node-_7adcd24f-a904-82c4-6179-b16edec641f3-f40e5b0f {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_7adcd24f-a904-82c4-6179-b16edec641fc-f40e5b0f {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-de00c226 {
    grid-column-end: 11;
  }

  #w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-de00c226 {
    grid-column-start: 1;
  }

  #w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee5a-083cee54 {
    grid-column-end: 5;
  }

  #w-node-_9ba7cb72-218b-3313-c30e-b5a2083cee62-083cee54 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-de00c234 {
    grid-column-end: 11;
  }

  #w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-de00c234 {
    grid-column-start: 1;
  }

  #w-node-_214d2cb0-c897-e563-1d41-cd85e7cadd22-0fd0d9ba {
    grid-column-end: 11;
  }

  #w-node-_8912bdea-2221-78a8-f0ab-10a1fc2ef8d4-0fd0d9ba {
    grid-column-start: 1;
  }

  #w-node-_17f7ff62-2bb7-5956-a30b-729c285925b4-cda2968d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc1ba0dd-0416-36c4-9001-f873a88350f6-cda2968d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans';
  src: url('../fonts/MonaSans-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}