:root {
  --white: white;
  --black\<deleted\|variable-dccb7db6\>: #252525;
  --turquoise: #00a8a2;
  --pink: #b86982;
  --blue: #140f32;
  --orange\<deleted\|variable-ad4619e6\>: #f06446;
  --line: #15232f40;
  --blue_hover: #2c2553;
  --grey: #fafafa;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray500: #667085;
  --grey_bg: #fcfcfc;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray900: #101828;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--white: white;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary600: #7f56d9;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--white);
  color: var(--black\<deleted\|variable-dccb7db6\>);
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: right;
  letter-spacing: -.025em;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless;
  font-size: 12.8vw;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.23077;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black\<deleted\|variable-dccb7db6\>);
  color: var(--turquoise);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black\<deleted\|variable-dccb7db6\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  background-color: var(--turquoise);
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  font-family: canada-type-gibson;
  display: flex;
}

.utility_image {
  color: var(--orange\<deleted\|variable-ad4619e6\>);
  text-align: left;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-xxsmall {
  padding: .5rem;
}

.button {
  border: 1px solid var(--black\<deleted\|variable-dccb7db6\>);
  background-color: var(--black\<deleted\|variable-dccb7db6\>);
  color: var(--white);
  text-align: center;
  letter-spacing: .32px;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.form-input {
  border: 1px solid var(--black\<deleted\|variable-dccb7db6\>);
  background-color: var(--white);
  color: var(--black\<deleted\|variable-dccb7db6\>);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.padding-global {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  overflow: visible;
}

.padding-global.hero {
  padding-right: 6.5rem;
}

.padding-section-medium {
  z-index: 1;
  height: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.padding-section-medium.is-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.horizontal-scroll_section-height {
  height: 500vh;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.horizontal-scroll_track-list {
  color: #252525;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.section_hero {
  color: var(--white);
  flex: none;
  width: 100svw;
  height: 100svh;
  display: block;
  position: relative;
  overflow: visible;
}

.hero_content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_heading-wrapper {
  width: 100%;
  overflow: hidden;
}

.hero_topright-wrap {
  justify-content: space-between;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.hero_background-image-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_content {
  z-index: 2;
  height: 100%;
  position: relative;
}

.section_intro {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--blue);
  background-color: var(--white);
  -webkit-text-stroke-color: var(--blue);
  flex: none;
  width: 50vw;
  min-width: 60rem;
  display: block;
  position: static;
}

.intro_top {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  order: -1;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: auto;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.image-full-cover {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.test-size-title-small {
  text-transform: uppercase;
  font-family: canada-type-gibson;
  font-size: 1.125rem;
  font-weight: 700;
}

.numbers_heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.text-link_wrap {
  text-transform: capitalize;
  font-style: italic;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-link_wrap:hover {
  margin-bottom: 0;
}

.text-link_line {
  background-color: var(--black\<deleted\|variable-dccb7db6\>);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section_work {
  border-right: 1px solid var(--blue);
  border-left: 1px none var(--blue);
  background-color: var(--white);
  color: var(--blue);
  flex: none;
  display: block;
  position: relative;
}

.work_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.work_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  filter: grayscale();
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  width: 20vw;
  min-width: 20rem;
  max-width: 25rem;
  height: auto;
  display: flex;
}

.work_card:hover {
  filter: grayscale(0%);
}

.work_card-image-wrap {
  flex: 1;
  align-self: baseline;
  width: 100%;
  height: 85%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.work_card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 7rem;
  display: flex;
  position: relative;
}

.section_image-divider {
  flex: none;
  width: 70vw;
  overflow: hidden;
}

.section_image-divider._2 {
  background-color: var(--blue);
  color: var(--blue);
  width: 100vw;
  display: block;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav_bar {
  z-index: 999;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--blue);
  background-color: var(--white);
  color: #252525;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 6rem;
  min-width: 6rem;
  padding: 2.5rem 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.nav_compoenent {
  display: block;
}

.nav_menu_component {
  z-index: 997;
  margin-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_menu_close-trigger {
  z-index: 1;
  color: var(--blue);
  cursor: pointer;
  background-color: #140f3299;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav_menu_list {
  position: absolute;
  inset: 0%;
}

.nav_menu_link {
  background-color: var(--white);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  border: 1px solid #25252540;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-family: Reckless;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link:hover {
  background-color: var(--turquoise);
  color: var(--white);
}

.nav_menu_link.w--current {
  border-radius: 10px;
}

.nav_menu_link.is-75 {
  border-color: #2c255333;
  border-radius: 0;
  align-items: center;
  width: 75%;
  height: 100%;
}

.nav_menu_link.is-75.w--current {
  border-bottom-left-radius: 2rem;
}

.nav_menu_link.is-50 {
  border-color: #2c255333;
  border-radius: 0;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav_menu_link.is-50.w--current {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nav_menu_link.is-25 {
  border-color: #2c255333;
  border-radius: 0;
  align-items: center;
  width: 25%;
  height: 100%;
}

.nav_menu_link.is-25.w--current {
  border-radius: 10px;
}

.nav_menu_link.is-100-copy {
  border-color: #2c255333;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav_menu_link.is-100-copy.w--current {
  border-bottom-left-radius: 2rem;
}

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4rem;
  font-family: halyard-display, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.loader_component {
  z-index: 1001;
  color: #252525;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader_colums {
  background-color: var(--blue);
  flex: 1;
}

.loader_colums.page {
  background-color: var(--blue);
}

.image-divider_image {
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-divider_image.message {
  filter: brightness(80%);
  width: 150%;
  height: 120%;
  top: 0%;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_heading {
  color: var(--blue);
  text-align: left;
  letter-spacing: .01em;
  -webkit-text-stroke-color: var(--black\<deleted\|variable-dccb7db6\>);
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  font-family: halyard-display, sans-serif;
  font-size: 11vw;
  font-weight: 600;
  line-height: 90%;
}

.hero_background-video {
  vertical-align: baseline;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: inline-flex;
  position: static;
  overflow: clip;
}

.hero_logo-png {
  order: -1;
  width: 19rem;
  max-width: none;
  display: block;
}

.body {
  background-color: var(--white);
  font-family: canada-type-gibson;
}

.image {
  align-self: center;
  max-width: 10rem;
  margin-bottom: 5rem;
  transition: opacity .3s;
  transform: rotate(270deg);
}

.heading1 {
  color: var(--blue);
  text-align: left;
  text-transform: uppercase;
  font-family: halyard-display, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 100%;
}

.heading1.white {
  color: var(--white);
  width: 100%;
}

.heading1.intro {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--blue);
  text-transform: none;
  background-color: #00a8a200;
  flex-flow: column;
  font-family: halyard-display, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
}

.text_block-link {
  direction: ltr;
  color: var(--turquoise);
  text-transform: capitalize;
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
}

.section_numbers-intro {
  background-color: var(--white);
  color: var(--blue);
  border: 1px #000;
  width: 46vw;
  min-width: 46rem;
  display: block;
}

.text-big-number {
  z-index: 1;
  pointer-events: auto;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  font-family: halyard-display, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 0% 1%;
}

.download-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: inline-flex;
}

.download-button.scroll-prompt {
  order: 1;
  transform: rotate(0);
}

.button-text {
  color: var(--blue);
  letter-spacing: 3px;
  -webkit-text-stroke-color: var(--blue);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  display: inline-flex;
}

.button-text.signature {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  overflow-wrap: normal;
  font-style: normal;
  font-weight: 300;
}

.code-embed-2 {
  color: var(--white);
  display: none;
}

.nav_button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  transform: rotate(0);
}

.section_message {
  background-color: var(--white);
  color: var(--blue);
  border: 1px #000;
  width: 60vw;
  min-width: 54rem;
  display: block;
  position: relative;
}

.message_content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 43rem;
  display: flex;
  position: absolute;
  inset: auto auto 4.5rem 4.5rem;
}

.paragraph-1 {
  color: var(--blue);
  max-width: 50rem;
  font-family: canada-type-gibson;
  line-height: 130%;
}

.paragraph-1.white {
  color: var(--white);
  width: 100%;
  font-family: halyard-display, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-span-2 {
  color: var(--pink);
}

.numbers_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 10%;
  min-width: 40rem;
  height: 100%;
  display: flex;
}

.paragraph-2 {
  color: var(--blue);
  text-align: left;
  align-items: flex-end;
  font-family: halyard-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  position: relative;
}

.paragraph-2.right {
  color: var(--white);
  text-align: center;
  max-width: 70%;
  font-size: 1.5rem;
  position: static;
}

.heading-impact {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  min-height: 4rem;
  font-family: halyard-display, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.heading-impact.white {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 768px;
  min-height: auto;
  font-size: 3rem;
  font-weight: 700;
}

.text-span-3 {
  color: var(--pink);
}

.heading-menu {
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  min-height: auto;
  font-family: halyard-display, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 100%;
}

.page-heading_container {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

.header_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  order: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.heading_image {
  z-index: -10;
  color: var(--blue);
  object-fit: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  padding-top: 7rem;
  display: inline-flex;
}

.page-image_container {
  z-index: -10;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: -20%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.subheading_page {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: halyard-display, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 100%;
}

.back-button {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--blue_hover);
  color: var(--white);
  vertical-align: baseline;
  border-radius: 20px;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  padding: .7rem 1.2rem .7rem 1rem;
  text-decoration: none;
  display: flex;
  position: fixed;
}

.back-button:hover {
  background-color: var(--blue);
}

.back-button.w--current {
  justify-content: flex-start;
  align-self: flex-start;
}

.numbers_heading {
  color: var(--blue);
  text-align: left;
  letter-spacing: .01em;
  -webkit-text-stroke-color: var(--black\<deleted\|variable-dccb7db6\>);
  text-transform: none;
  align-self: flex-start;
  font-family: halyard-display, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 90%;
}

.cta_content-parent {
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  flex-flow: column;
  justify-content: space-around;
  align-self: baseline;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 4rem;
  display: inline-flex;
}

.cta_heading {
  text-align: center;
  letter-spacing: .01em;
  -webkit-text-stroke-color: var(--black\<deleted\|variable-dccb7db6\>);
  text-transform: none;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  font-family: halyard-display, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 90%;
  display: flex;
}

.logo {
  filter: saturate(0%) brightness(200%);
  order: -1;
  width: 12.5rem;
}

.logo.cta {
  width: 15.1rem;
}

.text-span-9 {
  color: var(--pink);
  text-align: center;
  width: 100%;
}

.div-block-12 {
  flex-flow: wrap;
  flex: 0 auto;
  order: -1;
  place-content: flex-start space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-15 {
  max-width: 20em;
}

.logo-wrap {
  z-index: 998;
  color: var(--white);
  order: -1;
  padding-left: 0;
  transition: opacity .2s;
  position: static;
  inset: 4.5rem auto auto 8rem;
}

.logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.lottie-animation {
  filter: invert();
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.page_padding {
  flex-flow: column;
  width: 100%;
  max-width: 100rem;
  height: auto;
  padding: 6rem 8rem;
  display: flex;
  overflow: visible;
}

.page_padding.bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  padding: 1rem 1.5rem;
}

.paragraph-1_page {
  color: var(--blue);
  max-width: 50rem;
  font-family: canada-type-gibson;
  font-size: 1rem;
  font-weight: 200;
  line-height: 130%;
}

.paragraph-1_page.intro {
  letter-spacing: .5px;
  max-width: 49rem;
  margin: 2.5rem 8rem;
  font-family: halyard-display, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.section-page_1 {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.heading-subheading_page {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #252525;
  text-shadow: 0 0 50px #140f32a3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_page-bottombar {
  z-index: 100;
  background-color: #2c2553;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.section_page-bottombar:hover {
  background-color: var(--blue);
}

.next_button {
  grid-column-gap: .5rem;
  color: var(--white);
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.next_button.mobile {
  display: none;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
  transform: rotate(0);
}

.chapter_name {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: none;
  font-family: halyard-display, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.chapter_number {
  color: var(--pink);
  letter-spacing: .04em;
  text-transform: none;
  font-family: halyard-display, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.section_pagetop_2 {
  border: 1px #000;
  height: 55vh;
  min-height: 28rem;
  max-height: 35rem;
  display: flex;
  position: relative;
}

.intro {
  background-color: var(--pink);
  color: var(--white);
  display: flex;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-18 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: none;
}

.div-block-19 {
  overflow: hidden;
}

.paragraph-2_wrap {
  display: block;
}

.chapter_name1 {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: none;
  font-family: halyard-display, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.div-hide {
  align-self: center;
  position: relative;
  overflow: hidden;
}

.div-hide.icon {
  margin-bottom: -4px;
  margin-left: -4px;
  transform: rotate(0);
}

.btn-text {
  letter-spacing: .6px;
  text-transform: none;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.btn-text-ab {
  letter-spacing: .6px;
  text-transform: none;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-arrow-img-ab {
  position: absolute;
}

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

.text-span-13 {
  color: var(--pink);
}

.div-block-25 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-5 {
  color: var(--blue);
  text-align: right;
  font-family: halyard-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.div-block-27 {
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 47rem;
  display: flex;
}

.bold-text-2 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: halyard-display, sans-serif;
  font-weight: 600;
}

.image-9 {
  width: 40%;
  max-width: 19rem;
  display: none;
}

.div-block-29 {
  display: flex;
}

.gradinet {
  z-index: 1;
  background-image: linear-gradient(#140f3200 27%, #140f324d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradinet.interior {
  background-image: linear-gradient(#140f3233 50%, #140f3280);
}

.spacer {
  height: 4rem;
}

.code-embed-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--white);
  background-color: var(--line);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 1rem 1rem 1rem 1.5rem;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-28-copy:hover {
  background-color: var(--white);
  color: var(--blue);
}

.content {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.content._27 {
  max-width: none;
  height: 100%;
  overflow: visible;
}

.column {
  grid-row-gap: 1rem;
  color: var(--blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  min-width: 28rem;
  padding: 2.5rem 3rem 2.5rem 8rem;
  text-decoration: none;
  display: block;
  position: sticky;
  top: 0;
}

.column.intro {
  display: none;
}

.frame-425 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
}

.button-2 {
  grid-column-gap: 10px;
  opacity: .7;
  color: var(--blue);
  border: 0 solid #140f324d;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  font-family: halyard-display, sans-serif;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  opacity: 100;
}

.button-2.w--current {
  opacity: 100;
  color: var(--pink);
  font-family: halyard-display, sans-serif;
  line-height: 130%;
}

.button-2.w--current:hover {
  opacity: 100;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-2 {
  grid-row-gap: 0rem;
  color: var(--blue);
  -webkit-text-stroke-color: #252525;
  background-color: #140f3205;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem 8rem 7rem 3rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rich-text-2.intro {
  padding-left: 8rem;
}

.frame-428 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  font-family: halyard-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.paragraph {
  opacity: .7;
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.paragraph.signature {
  margin-top: 1rem;
}

.quote1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.container {
  background-color: var(--turquoise);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.quote {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.avatar {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: var(--white);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-2, .paragraph-1 {
  color: #140f32;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.div-block-31 {
  aspect-ratio: 2 / 3;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-10 {
  vertical-align: middle;
  align-self: flex-end;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.rl-padding-section-large {
  padding-top: 0;
  padding-bottom: 3rem;
}

.rl_gallery21_image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_arrow-icon-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide-2 {
  padding-right: 2rem;
}

.rl_gallery21_mask-2 {
  width: 100%;
  overflow: visible;
}

.rl_gallery21_slide-nav {
  color: #252525;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 2rem;
  position: relative;
}

.rl_gallery21_lightbox-link-2 {
  width: 100%;
}

.rl_gallery21_arrow-right {
  color: var(--blue);
  background-color: #fff0;
  border: 1px solid #140f3280;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-right:hover {
  background-color: var(--blue);
  color: var(--white);
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_section_gallery21 {
  width: 100%;
  overflow: visible;
}

.rl_gallery21_arrow-left {
  color: var(--blue);
  background-color: #fff0;
  border: 1px solid #140f3280;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_arrow-left:hover {
  background-color: var(--blue);
  color: var(--white);
}

.rl-padding-global {
  padding-right: 5%;
}

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

.list-2 {
  margin-top: 0;
}

.image-11 {
  vertical-align: middle;
  align-self: flex-end;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.subheading {
  opacity: .7;
  color: var(--blue);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

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

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.image-12 {
  order: -1;
  width: 100%;
}

.photo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 2 / 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 260px;
  margin-top: 3rem;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.text-block-8 {
  color: var(--blue);
  font-family: halyard-display, sans-serif;
  font-weight: 400;
}

.div-block-32 {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.popup_container {
  z-index: 4;
  background-color: #140f32d4;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.video_wrapper {
  background-color: var(--white);
  order: -1;
  justify-content: center;
  align-items: center;
  width: 806.4px;
  height: 453.6px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.popup_close {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #ffffff4d;
  border-radius: 40px;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  width: 15rem;
  margin: 56px auto 5%;
  padding: 1rem 1rem 1rem 1.5rem;
  font-family: halyard-display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.popup_close:hover {
  color: var(--blue);
  background-color: #fff;
}

.body-2 {
  font-family: halyard-display, sans-serif;
}

.div-block-33 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12vw;
  }

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

  .padding-global.hero {
    padding-left: 3rem;
  }

  .padding-section-medium.is-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .horizontal-scroll_stickey-element {
    height: 100svh;
  }

  .section_hero {
    display: block;
  }

  .hero_heading-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    margin-bottom: -2rem;
    display: flex;
  }

  .section_intro {
    width: 90vw;
    min-width: 90vw;
    max-width: none;
    display: block;
  }

  .section_work {
    display: block;
  }

  .work_card {
    filter: none;
    width: 30vw;
  }

  .section_image-divider._2 {
    width: 100vw;
  }

  .nav_menu_wrap {
    width: 90%;
  }

  .nav_menu_link {
    padding-left: .9rem;
    padding-right: .9rem;
    font-size: 2rem;
  }

  .nav_menu_link.is-100-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_heading {
    margin-top: 1rem;
    font-size: 6em;
  }

  .hero_logo-png {
    width: 14rem;
  }

  .section_numbers-intro {
    width: 90vw;
    display: block;
  }

  .text-big-number {
    font-size: 26rem;
    bottom: -4%;
    right: -5%;
  }

  .download-button.scroll-prompt {
    align-self: flex-end;
  }

  .button-text.signature {
    color: var(--blue);
  }

  .section_message {
    width: 90vw;
    min-width: 90vw;
    height: 70vh;
    display: block;
  }

  .message_content {
    max-width: 38rem;
  }

  .heading-impact.white {
    font-size: 2rem;
  }

  .heading-menu {
    font-size: 1.2rem;
  }

  .page-heading_container {
    justify-content: space-between;
    max-width: 100%;
    height: 100%;
    padding: 2rem 0;
  }

  .header_top {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    height: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .heading_image {
    width: 100%;
    height: auto;
  }

  .page-image_container {
    border-bottom: 1px solid var(--line);
    order: -1;
    width: auto;
    height: auto;
    bottom: 0%;
  }

  .subheading_page {
    font-size: 1.2rem;
  }

  .back-button {
    z-index: 1;
    color: var(--white);
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    position: static;
    inset: 3rem 0% auto 3rem;
  }

  .cta_content-parent {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cta_content {
    width: auto;
  }

  .page_padding {
    padding: 5rem 3rem;
  }

  .page_padding.bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    align-content: center;
  }

  .paragraph-1_page {
    font-size: .9rem;
  }

  .paragraph-1_page.intro {
    margin: 2rem 3rem;
  }

  .heading-subheading_page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_page-bottombar {
    position: fixed;
  }

  .next_button {
    align-items: center;
  }

  .chapter_name, .chapter_number {
    font-size: .8rem;
  }

  .section_pagetop_2 {
    border-bottom-style: solid;
    flex-flow: column;
    height: 24rem;
    min-height: 20svh;
  }

  .chapter_name1 {
    font-size: .8rem;
  }

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

  .text-block-5 {
    font-size: 1.2rem;
  }

  .column {
    min-width: 14rem;
    padding: 2rem 2rem 2rem 3rem;
  }

  .button-2 {
    padding: 1rem 0;
  }

  .heading-2 {
    font-size: .9rem;
  }

  .rich-text-2 {
    padding: 0 3rem 3rem 2rem;
  }

  .rich-text-2.intro {
    padding-left: 3rem;
  }

  .heading-3 {
    padding-top: 2.5rem;
    font-size: 1.2rem;
  }

  .paragraph, .quote, .text-4, .text-5 {
    font-size: .9rem;
  }

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

  .video_wrapper {
    width: 560px;
    height: 315px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .875rem;
  }

  .main-wrapper {
    width: 100svw;
  }

  .padding-global {
    align-items: flex-end;
    width: 100%;
    padding: 4rem 2rem;
  }

  .padding-global.hero {
    height: 100%;
    padding: 0 2rem;
  }

  .padding-section-medium {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .padding-section-medium.is-hero {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .horizontal-scroll_section-height, .horizontal-scroll_stickey-element {
    height: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .section_hero {
    border-bottom: 1px solid var(--line);
    width: 100%;
    min-height: 95vh;
    font-size: 1vw;
    display: flex;
  }

  .hero_content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero_heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    margin-bottom: 5rem;
    display: flex;
    overflow: visible;
  }

  .hero_topright-wrap {
    order: -1;
    font-size: 100%;
  }

  .hero_content {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .section_intro {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--blue);
    border-bottom-width: 1px;
    border-bottom-color: var(--line);
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    display: flex;
  }

  .intro_top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    max-width: 25rem;
    height: 100%;
  }

  .intro_content-parent {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
  }

  .image-full-cover {
    height: 14rem;
  }

  .test-size-title-small {
    font-size: .875rem;
  }

  .numbers_heading-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    color: var(--blue);
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 25rem;
    position: static;
  }

  .text-link_wrap {
    font-size: .875rem;
    display: block;
  }

  .section_work {
    border-bottom: 1px solid var(--line);
  }

  .work_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
    height: auto;
    top: -5rem;
  }

  .work_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
  }

  .work_card-image-wrap {
    margin-bottom: .5rem;
    padding-bottom: 0%;
  }

  .work_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .section_image-divider._2 {
    width: 100vw;
    min-width: auto;
    height: auto;
  }

  .nav_compoenent {
    display: none;
  }

  .image-divider_image {
    width: 100%;
  }

  .image-divider_image.message {
    width: 140%;
    height: 130%;
    left: -23%;
  }

  .hero_heading {
    text-align: left;
    margin-top: 0;
    font-size: 14vw;
  }

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

  .hero_logo-png {
    width: 15vh;
    min-width: 4rem;
  }

  .heading1.white {
    width: auto;
    font-size: 1.7rem;
  }

  .heading1.intro {
    font-size: 1.5rem;
  }

  .text_block-link {
    font-size: .8rem;
  }

  .section_numbers-intro {
    border-style: none;
    border-top-width: 1px;
    border-top-color: var(--line);
    border-bottom-width: 1px;
    border-bottom-color: var(--line);
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
    height: auto;
  }

  .text-big-number {
    text-align: left;
    font-size: 7rem;
    line-height: 100%;
    inset: auto auto 4% 2%;
  }

  .download-button.scroll-prompt {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-self: auto;
  }

  .button-text {
    font-size: .8rem;
  }

  .section_message {
    border-top: 1px none var(--line);
    border-bottom: 1px solid var(--line);
    width: 100%;
    min-width: auto;
  }

  .message_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    max-width: 25rem;
    inset: 2rem;
  }

  .paragraph-1 {
    max-width: none;
    font-size: .8rem;
  }

  .paragraph-1.white {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .numbers_content-parent {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    position: static;
  }

  .paragraph-2.right {
    font-size: .9rem;
  }

  .heading-impact {
    color: var(--blue);
    min-height: auto;
    font-size: 1.2rem;
  }

  .heading-impact.white {
    font-size: 2rem;
  }

  .page-heading_container {
    flex-flow: column;
    align-items: center;
    padding: 3rem 1.5rem 3rem 2rem;
    display: flex;
  }

  .header_top {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_image {
    border-bottom: 1px solid var(--line);
    height: auto;
    padding-top: 0;
  }

  .page-image_container {
    top: 0%;
  }

  .subheading_page {
    font-size: 1.5rem;
  }

  .back-button {
    inset: 1.5rem 0% auto 1.5rem;
  }

  .numbers_heading {
    font-size: 3rem;
    line-height: 110%;
  }

  .cta_content-parent {
    width: 100%;
    min-width: auto;
  }

  .cta_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .cta_heading {
    font-size: 3.5rem;
  }

  .logo {
    filter: brightness(200%) saturate(0%);
    width: 8rem;
  }

  .logo.cta {
    width: 8rem;
  }

  .text-span-9 {
    font-size: 2.5rem;
  }

  .div-block-12 {
    order: -1;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    width: 100%;
  }

  .page_padding {
    align-items: center;
    height: auto;
    padding: 3rem 1.5rem;
    display: flex;
    overflow: hidden;
  }

  .page_padding.bottom {
    align-self: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .paragraph-1_page {
    max-width: none;
    font-size: .9rem;
  }

  .paragraph-1_page.intro {
    margin: 1.5rem 2rem;
  }

  .section_page-bottombar {
    width: 100%;
    height: 3rem;
    display: none;
    position: fixed;
  }

  .next_button {
    display: none;
  }

  .next_button.mobile {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .chapter_name {
    display: none;
  }

  .chapter_number {
    display: block;
  }

  .section_pagetop_2 {
    border-bottom-style: solid;
    flex-flow: column;
    height: 20rem;
  }

  .chapter_name1 {
    display: none;
  }

  .text-span-11 {
    font-size: 2.5rem;
  }

  .div-block-27 {
    order: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
  }

  .bold-text-2 {
    font-size: 1.5rem;
  }

  .image-9 {
    width: auto;
    max-width: 10rem;
    height: 100%;
  }

  .gradinet {
    position: absolute;
    inset: 0%;
  }

  .spacer {
    display: none;
  }

  .column {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }

  .button-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .heading-2 {
    font-size: .8rem;
  }

  .rich-text-2 {
    padding: 1rem 2rem 2rem 1rem;
  }

  .rich-text-2.intro {
    padding-left: 2rem;
  }

  .frame-428 {
    grid-row-gap: .5rem;
  }

  .heading-3 {
    padding-top: 1rem;
  }

  .container {
    width: 100%;
    padding: 1rem;
  }

  .div-block-30 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .div-block-31 {
    aspect-ratio: auto;
    justify-content: flex-start;
    width: 100%;
    height: 240px;
  }

  .image-10 {
    vertical-align: top;
    object-fit: contain;
    align-self: flex-start;
    width: 100%;
    height: auto;
  }

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

  .rl_gallery21_slide-2 {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask-2 {
    width: 100%;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .image-11 {
    object-fit: contain;
    align-self: flex-start;
    width: 100%;
    height: auto;
  }

  .text-block-6, .text-block-7 {
    font-size: .9rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .video_wrapper {
    width: 466.667px;
    height: 262.5px;
  }

  .div-block-33 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }
}

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

  .utility_form-block {
    max-width: 20em;
  }

  .padding-global {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.hero {
    align-items: center;
    padding: 0 1rem;
  }

  .padding-section-medium {
    border-top-style: none;
    border-top-color: var(--line);
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-medium.is-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_hero {
    width: 100svw;
    height: 90vh;
    min-height: auto;
  }

  .hero_content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
  }

  .hero_heading-wrapper {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
  }

  .hero_topright-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero_background-image-wrap {
    width: 100%;
    height: 100%;
  }

  .section_intro {
    border-bottom-style: solid;
    border-bottom-color: var(--line);
    min-width: auto;
    min-height: 0;
  }

  .intro_top {
    align-items: flex-start;
    height: auto;
  }

  .intro_content-parent {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .image-full-cover {
    height: 12rem;
  }

  .numbers_heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .work_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work_card-content {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .section_image-divider._2 {
    border-top: 1px none var(--line);
    border-bottom: 1px none var(--line);
    width: 100%;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-divider_image.message {
    border-top: 1px none var(--line);
  }

  .hero_heading {
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-size: 19vw;
    display: inline-flex;
  }

  .hero_background-video {
    width: 100%;
  }

  .hero_logo-png {
    width: 11rem;
  }

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

  .heading1.intro {
    text-align: center;
    font-size: 1.5rem;
  }

  .section_numbers-intro {
    border-style: none;
    height: auto;
  }

  .text-big-number {
    font-size: 6rem;
    display: none;
    inset: auto auto 1% 2%;
  }

  .download-button.scroll-prompt {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button-text {
    font-size: .8rem;
  }

  .section_message {
    border-top-style: none;
    width: auto;
    height: 90vh;
  }

  .message_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    inset: 4rem 1.5rem;
  }

  .paragraph-1.white {
    text-align: center;
  }

  .numbers_content-parent {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

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

  .paragraph-2.right {
    max-width: 100%;
  }

  .heading-impact.white {
    font-size: 1.5rem;
  }

  .page-heading_container {
    padding: 1.5rem;
  }

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

  .page-image_container {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left-style: none;
    height: 480px;
    position: fixed;
    top: 0%;
  }

  .subheading_page {
    font-size: 1.2rem;
  }

  .numbers_heading {
    text-align: center;
    width: 100%;
    font-size: 2rem;
  }

  .cta_content-parent {
    height: 100%;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta_heading {
    font-size: 3.5rem;
  }

  .logo {
    order: -1;
    width: 9rem;
  }

  .logo.cta {
    width: 11rem;
  }

  .div-block-12 {
    align-self: flex-start;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .page_padding.bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    max-width: none;
    padding: 1rem;
  }

  .paragraph-1_page.intro {
    margin: 1.5rem;
    line-height: 130%;
  }

  .heading-subheading_page {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section_page-bottombar {
    background-color: var(--blue);
    border-radius: 0;
    height: 3rem;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .next_button {
    align-self: center;
    width: auto;
    display: flex;
  }

  .next_button.mobile {
    display: none;
  }

  .vectors-wrapper {
    align-self: center;
    width: auto;
    height: auto;
    line-height: 100%;
  }

  .chapter_name, .chapter_number {
    align-self: center;
    font-size: .8rem;
    line-height: 100%;
    display: block;
  }

  .section_pagetop_2 {
    height: 18.75rem;
    max-height: 40svh;
  }

  .div-block-19 {
    width: 100%;
  }

  .chapter_name1 {
    align-self: center;
    width: 100%;
    max-width: 80vw;
    font-size: .8rem;
    line-height: 100%;
    display: none;
  }

  .div-block-25 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .text-block-5 {
    text-align: center;
    font-size: .9rem;
  }

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

  .image-9 {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 100%;
  }

  .content._27 {
    flex-flow: column;
  }

  .column {
    width: 100%;
    padding: 1.5rem;
    display: none;
  }

  .rich-text-2.intro {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .video_wrapper {
    width: 324.074px;
    height: 182.292px;
  }

  .div-block-33 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }
}

.div-block-39 {
    justify-content: flex-start;
    align-items: center;
    height: 550px;
    display: flex;
    overflow: hidden;
}

.div-block-41 {
    aspect-ratio: 2 / 3;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.photo_big {

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem 0;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
}

.photo_medium {

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem 0;
    width: 30rem;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
}