@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype"), url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange-red: #ff3d03;
  --black: #333;
  --linen: #f3eeec;
  --dark-linen: #dbd7d0;
  --white: white;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
}

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

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

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: var(--orange-red);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-sm-end {
  padding-bottom: 3em;
}

.title1 {
  color: var(--black);
  text-align: left;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.1em;
}

.p-xs-start {
  padding-top: 1.6em;
}

.container-w3 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.padding-global {
  border-style: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}

.container-w3.dark {
  background-color: #323232;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  height: auto;
  display: flex;
  position: static;
}

.container-w3.stretch {
  background-image: url('../images/martin-martz-7it4_acM-0M-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.padding-global {
  border: 1px #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4em;
  padding-left: 4em;
  padding-right: 4em;
  position: static;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.title4.text-regular {
  font-weight: 400;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.section {
  outline-offset: 0px;
  background-color: #dbd7d0;
  border: 1px #000;
  border-style: none dashed;
  border-radius: 0;
  outline: 1px #333;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.section.section-1 {
  background-image: none;
}

.section.section-2 {
  background-color: #bdb7ae;
}

.section.light-background {
  background-color: var(--linen);
  border-style: dashed;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

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

.intro-description {
  padding: 2em 4em 1.7em;
}

.tutorial-link {
  color: var(--linen);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tutorial-link:hover {
  color: #000;
  background-color: #0000;
  border-style: dashed;
}

.tutorial-link.is-secondary {
  color: var(--black);
  background-color: #0000;
  border-style: dashed;
}

.main-wrapper {
  flex: 1;
  padding: 0;
  display: block;
  position: relative;
}

.demo-image {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  position: relative;
}

.page-wrapper {
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.navbar {
  background-color: var(--linen);
  flex-flow: wrap;
  width: 13vw;
  min-width: 13vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.navbar-inner {
  background-color: var(--dark-linen);
  width: 13vw;
  height: 100%;
  padding: 1.5em 1em;
  display: flex;
  position: static;
  overflow: auto;
}

.navbar-links-wrapper {
  grid-row-gap: .75em;
  background-color: #f3eeec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-link-block {
  background-color: var(--linen);
  color: var(--black);
  border-bottom: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 6em;
  padding: 0 1em 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block.is-2 {
  background-color: #f2eeeb00;
}

.navbar-link-block.is-2.w--current {
  background-color: #f2eeeb;
}

.navbar-link-block.is-3 {
  background-color: #f2eeeb00;
  justify-content: space-between;
  height: auto;
  padding-bottom: 1em;
  display: flex;
  position: static;
  overflow: clip;
}

.navbar-link-block.is-4 {
  background-color: #f2eeeb00;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 1em;
  position: relative;
  bottom: 0;
}

.navbar-link-block.is-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2eeeb00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  display: flex;
  position: static;
}

.navbar-link-block.is-logo {
  z-index: 1;
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 10%;
  padding-top: .5em;
  padding-bottom: .5em;
}

.navbar-link-block.is-1.w--current {
  justify-content: space-between;
  align-items: flex-start;
}

.navbar-link-number {
  flex: 0 auto;
  height: 20%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 29px;
  line-height: 1.2;
  display: block;
}

.navbar-link-text {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  align-self: auto;
  font-size: 14px;
  line-height: 1.1em;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.navbar-link-indicator-wrapper {
  position: absolute;
  inset: 1em 1em 1em auto;
}

.navbar-link-indicator-dot {
  background-color: var(--linen);
  border-radius: 999em;
  width: .4em;
  height: .4em;
}

.lottie-animation {
  width: 80%;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.logo {
  background-image: url('../images/Wedare.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 69%;
  height: 120px;
  margin-top: 20px;
  margin-left: 1.5em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.logo.w--current {
  background-image: none;
  flex: none;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: block;
}

.logo.navbar-link-block {
  background-image: none;
  height: 100%;
}

.top-nav {
  z-index: auto;
  background-color: #f1eeea;
  transition: opacity .2s;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-2 {
  box-sizing: border-box;
  object-fit: fill;
  background-image: url('../images/Wedare-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  overflow: visible;
}

.heading-xlarge {
  letter-spacing: -.4vh;
  text-transform: none;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.main-section {
  z-index: 10;
}

.bg-button-view {
  z-index: 1;
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container {
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-hero {
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  inset: 0%;
}

.image {
  flex: none;
  width: 12px;
  height: 12px;
}

.main-button {
  text-align: center;
  text-transform: none;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #000;
  border-color: #000;
}

.main-button.mini {
  align-items: center;
  width: 32px;
  margin-left: 14px;
}

.main-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.main-grid.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  place-content: center space-between;
  align-self: center;
  align-items: start;
  width: auto;
  height: auto;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 50px 0%;
}

.heading-xsmall {
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray {
  text-align: center;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1;
}

.button-view {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  margin-top: -54px;
  margin-right: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 15px #00000026;
}

.flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex.align-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 50px;
  position: static;
  inset: auto 0% 0% auto;
}

.flex.align-right.align-bottom {
  position: absolute;
}

.flex.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.divider {
  width: 100%;
  height: 1px;
}

.divider.bg-dark-gray.space-50-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text-color-dark-gray {
  z-index: 2;
  color: #848484;
  text-decoration: none;
  position: relative;
}

.font-19.font-upper.font-medium {
  text-align: center;
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
}

.hero-section {
  z-index: 0;
  text-transform: uppercase;
  background-image: linear-gradient(#2c201c5e, #2c201c5e), url('../images/Wedare-hero-image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-4 {
  z-index: -1;
  background-image: linear-gradient(45deg, #000, #fff);
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.image-5 {
  margin-left: 20px;
  padding-top: 0;
}

.intro-section {
  color: #fff;
  text-shadow: 0 1px 10px #0003;
  object-fit: contain;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: 14vw;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.intro-section.container-w3 {
  margin-left: 0;
  position: relative;
}

.intro-section.padding-global {
  width: auto;
  max-width: 100vw;
  margin-top: 0;
  margin-left: 14vw;
  margin-right: auto;
  position: static;
}

.global-styles {
  z-index: -10;
  position: fixed;
  inset: 0%;
}

.html {
  z-index: -10;
}

.content__title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 15vh;
  margin-bottom: 15vh;
  margin-left: 14vw;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 6vw;
  line-height: 1;
  display: flex;
  position: relative;
}

.grid, .div-block-3 {
  display: flex;
}

.heading {
  text-transform: uppercase;
  position: relative;
}

.heading.font-2 {
  text-align: center;
  margin: 100px;
}

.text-body-right {
  text-align: right;
  overflow-wrap: normal;
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
  transition: opacity .4s;
  display: block;
  position: relative;
}

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

.div-block-4 {
  flex-flow: wrap;
  padding-top: 0;
  display: flex;
}

.container-w1 {
  padding-left: 60px;
  padding-right: 60px;
}

.section-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-1.section {
  background-color: #dbd7d000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-6 {
  z-index: 0;
  position: relative;
  inset: 0%;
}

.div-block-5 {
  display: block;
  position: static;
}

.content__title-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  margin-top: 10vh;
  margin-bottom: 10vh;
  font-size: 12vw;
  line-height: .8;
  display: flex;
}

.font-2 {
  font-size: 3vw;
  font-weight: 700;
}

.font-4 {
  font-style: italic;
  font-weight: 700;
}

.fon-2 {
  text-transform: uppercase;
}

.column {
  flex-flow: wrap;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lottie-animation-2 {
  text-transform: uppercase;
  width: 60vh;
  font-size: 1px;
  line-height: 1.2px;
}

.grid-2 {
  grid-template-rows: auto 1fr;
  grid-template-areas: ". ."
                       "Area-2 Area-2"
                       "Area-2 Area-2"
                       "Area Area";
}

.text-body-left {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
}

.text-body-left.text-body-centre {
  text-align: center;
  font-size: 30px;
}

.text-body-left.white {
  color: #fff;
  width: auto;
  margin: 140px 50px 50px;
  font-size: 40px;
  font-weight: 500;
  position: static;
}

.text-body-left.white.card {
  width: 100%;
  margin-top: auto;
  font-size: 100%;
}

.text-body-left.white.large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20vw;
  font-weight: 600;
}

.text-body-left.white.infographic {
  width: 25vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
}

.text-body-left.left-white {
  color: #fff;
  flex: 0 auto;
}

.text-body-left.big-card {
  color: #fff;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 40px;
}

.text-body-left.big-card.neutral {
  background-color: #9e9b96;
  height: 70vh;
}

.text-body-left.dark {
  color: var(--black);
  font-size: 2.5vh;
}

.column-2, .column-3 {
  flex-flow: wrap;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4, .columns, .columns-2, .columns-3 {
  flex-flow: wrap;
  display: flex;
}

.columns-4 {
  display: flex;
}

.grid-3 {
  grid-auto-flow: column;
}

.grid-4 {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template: "Area-5 Area-6"
                 ". Area-7"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  order: 1;
  align-self: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 6vh;
  line-height: 1;
}

.text-body {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 21px;
  display: block;
  position: relative;
}

.image-7 {
  display: block;
}

.image-8 {
  width: 100%;
  margin-top: 20px;
}

.heading-red {
  color: #f94f19;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 20px;
}

.paragraph {
  text-align: center;
}

.text-big-caps {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  border-top: 0 solid #f94f19;
  align-self: center;
  width: 100%;
  margin: 40px auto;
  padding: 40px;
  font-family: Oswald, sans-serif;
  font-size: 2.7vw;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.text-big-caps.red-text {
  color: #f94f19;
  margin-top: 140px;
}

.text-big-caps.white-text {
  color: #fff;
  margin-bottom: 40px;
}

.text-big-caps.white-text.left-alligned {
  text-align: left;
  width: auto;
  margin-bottom: 20px;
}

.text-big-caps.red-background {
  background-color: #f94f19;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-big-caps.padding-global {
  width: auto;
  max-width: 60%;
}

.text-big-caps.border {
  border-top-width: 10px;
  border-bottom: 10px solid #f94f19;
}

.text-big-caps.left-alighned {
  text-align: center;
  padding: 0;
  font-size: 3vw;
}

.text-big-caps.left-alighned.white {
  color: #fffcfc;
  width: 70vw;
  padding-right: 0;
  overflow: visible;
}

.text-big-caps.left-alighned.white.huge {
  width: 100%;
  font-size: 15vw;
}

.text-big-caps.left-align {
  text-align: left;
  padding: 0 0 0 20px;
}

.text-big-caps.linen {
  color: #f3eeec;
  -webkit-text-stroke-color: var(--white);
}

.text-block {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.text-block.white-text {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.image-9 {
  display: inline-block;
}

.section-hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-reference {
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.text-block-2 {
  font-size: 6rem;
}

.count-number {
  text-shadow: 0 1px 1px #0009;
  justify-content: center;
  align-items: center;
  height: 19vw;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 55vw;
  font-weight: 700;
  line-height: 0;
  display: inline-flex;
  position: relative;
}

.div-block-7 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.image-10 {
  height: 100vh;
}

.background-image-div {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/SA-map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.flex-block {
  z-index: 2;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.numbers-section {
  flex-flow: wrap;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
  position: static;
}

.numbers-section.height-padding {
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}

.number {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.percentage {
  justify-content: flex-end;
  align-items: flex-start;
  height: 5vh;
  font-size: 5rem;
  font-weight: 700;
  display: inline-flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
}

.highlighted-text {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #f94f19;
  background-clip: border-box;
  padding-top: 0;
  padding-bottom: 0;
  display: inline;
  position: relative;
}

.div-block-9 {
  position: relative;
}

.lottie-animation-3 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.left-block {
  background-color: var(--linen);
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.left-block.red {
  background-color: #f94f19;
}

.columns-5 {
  background-color: #d64010;
  height: 100vh;
  position: relative;
}

.column-6 {
  background-color: #fff;
  background-image: url('../images/Intimate-partner.jpg');
  background-position: 0%;
  background-size: cover;
  border: 1px #000;
  height: 100vh;
  display: flex;
}

.section-3 {
  height: 100vh;
  position: relative;
}

.extra-large-text {
  text-align: center;
  order: 1;
  align-self: center;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 21vh;
  font-weight: 700;
  line-height: 20vw;
  display: inline-flex;
}

.paragraph-2 {
  order: 1;
}

.huge-text {
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  flex-flow: wrap;
  order: 21;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 15vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.huge-text.white {
  color: #fff;
  align-content: stretch;
}

.paragraph-3 {
  order: 1;
  align-self: center;
}

.div-block-10 {
  border: 1px dashed #000;
  border-top: 0 #000;
  border-left-style: none;
  margin-top: 60px;
}

.div-block-10.padding-global {
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-11 {
  background-color: #f94f19;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: static;
}

.three-column-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px #000;
  border-radius: 2px;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.three-column-wrapper.four-column-wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box-1 {
  background-color: #fff;
  width: 30vh;
  height: 30vh;
}

.box-1.rounded-corners {
  background-color: #c94b23;
  border-radius: 20px;
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.box-2 {
  background-color: var(--linen);
  width: 30vh;
  height: 30vh;
}

.box-2.rounded-corners {
  background-color: #f59798;
  border-radius: 20px;
  flex-flow: column;
  flex: auto;
  order: 0;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.box-3 {
  background-color: var(--white);
  width: 30vh;
  height: 30vh;
}

.box-3.rounded-corners {
  background-color: #529afa;
  border-radius: 20px;
  flex-flow: column;
  flex: auto;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-text {
  color: #333;
  text-transform: none;
  margin: 20px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.card-text.text-big-caps {
  width: 70vw;
  padding-left: 40px;
  overflow: visible;
}

.card-text.text-big-caps.big {
  width: 100%;
  font-size: 80%;
}

.card-heading {
  color: var(--black);
  text-transform: none;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
}

.div-block-12 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-13 {
  height: 15vh;
}

.nav-dot {
  background-color: var(--orange-red);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding-left: 0;
}

.columns-6 {
  height: 110%;
  margin-bottom: 140px;
}

.columns-6.padding-global {
  border-top-style: dashed;
  width: 100%;
}

.image-11 {
  width: 100%;
  position: static;
  overflow: visible;
}

.text-span {
  display: inline-flex;
}

.text-span.highlighted-text {
  display: inline;
}

.text-span-2 {
  display: inline-flex;
}

.text-span-2.highlighted-text {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline;
}

.circle-highlight {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.h2-content_title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  font-size: 2vw;
  line-height: 1em;
  display: flex;
}

.font-upper {
  font-size: 7vw;
  font-weight: 600;
  line-height: .8;
}

.content {
  margin-top: 140px;
}

.content-2 {
  flex-direction: column;
  width: 100vw;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.font-upper-2 {
  text-transform: uppercase;
}

.font-16.font-upper {
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  line-height: 1;
}

.font-16.font-upper.middle {
  margin-left: 140px;
}

.background-video, .background-video-2 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  mix-blend-mode: multiply;
  height: 100%;
  position: relative;
}

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

.body {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.sidebar {
  z-index: 9999;
  width: 13vw;
  min-width: 13vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.main-content {
  width: 85%;
  min-width: 6%;
  margin-left: 15%;
  position: relative;
}

.navbar-link-number-2 {
  flex: 0 auto;
  height: 20%;
  font-family: Inconsolata, monospace;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.navbar-link-text-2 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  align-self: auto;
  font-size: 14px;
  line-height: 1.1em;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.navbar-links-wrapper-2 {
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: flex;
}

.navbar-link-block-2 {
  color: #fff;
  background-color: #ff3d03;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 6em;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block-2.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block-2.is-logo {
  z-index: 1;
  color: #fff0;
  background-color: #fff0;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding: .5em 1em;
}

.navbar-link-block-3 {
  color: #333;
  background-color: #f1eeea;
  border-bottom: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 6em;
  padding: 0 1em 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block-3.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block-3.is-2 {
  background-color: #f2eeeb00;
  padding-top: .5em;
}

.navbar-link-block-3.is-2.w--current {
  background-color: var(--white);
}

.navbar-link-block-3.is-3 {
  background-color: #f2eeeb00;
  justify-content: space-between;
  height: auto;
  padding-top: .5em;
  padding-bottom: 1em;
  display: flex;
  position: static;
  overflow: clip;
}

.navbar-link-block-3.is-3.w--current {
  background-color: var(--white);
  padding-top: .5em;
}

.navbar-link-block-3.is-1 {
  padding-top: .5em;
  padding-bottom: 1em;
}

.navbar-link-block-3.is-1.w--current {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
}

.navbar-link-block-3.is-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2eeeb00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: 1em;
  display: flex;
  position: static;
}

.navbar-link-block-3.is-5.w--current {
  background-color: var(--white);
}

.navbar-link-block-3.is-4 {
  background-color: #f2eeeb00;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: 1em;
  position: relative;
  bottom: 0;
}

.navbar-link-block-3.is-4.w--current {
  background-color: var(--white);
}

.navbar-inner-2 {
  background-color: #f1eeea;
  width: 100%;
  height: 100%;
  padding: 1.5em 1em;
  display: flex;
  position: static;
  overflow: auto;
}

.navbar-2 {
  z-index: 2;
  background-color: #f1eeea;
  flex-flow: row;
  width: 15%;
  min-width: 15%;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.lottie-animation-4 {
  width: 80%;
}

.div-block-15 {
  position: relative;
}

.image-12 {
  z-index: 0;
  position: sticky;
}

.middle-text {
  margin-left: 8em;
  margin-right: 8em;
}

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

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  max-width: 50vw;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_section_blogpost1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.rl-text-rich-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_blogpost1_spacing-block-8 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blogpost1_spacing-block-7 {
  width: 100%;
  padding-bottom: 3rem;
}

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

.rl-breadcrumb-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: .25rem;
}

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

.rl_blogpost1_content {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_author-text-large {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fc6439;
  border: 1px #000;
  grid-template: ". ."
                 ". Area"
                 / 1.75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.columns-7 {
  display: block;
}

.content__title-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 15vh;
  margin-bottom: 15vh;
  margin-left: 14vw;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 6vw;
  line-height: 1;
  display: flex;
  position: relative;
}

.card-number {
  color: var(--orange-red);
  margin-bottom: 25px;
  margin-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 10em;
  font-weight: 500;
}

.div-block-17 {
  max-width: none;
}

.card {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  max-width: 400px;
}

.column-8 {
  background-color: #f3eeec;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.columns-8 {
  z-index: auto;
}

.column-9 {
  z-index: 99;
  background-color: #f2eeeb;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.columns-9 {
  background-color: #f2eeeb;
}

.section-dark {
  background-color: #f2eeeb;
  width: 100vw;
  display: flex;
}

.div-block-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-18.padding-global {
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.big-card {
  background-color: #323232;
  border-radius: 20px;
  height: auto;
}

.big-card.neutral {
  height: 70vh;
}

.big-card.red {
  background-color: #fc6439;
  height: 70vh;
}

.columns-10 {
  width: 100%;
  max-width: 80vw;
  position: relative;
}

.two-column-container {
  background-color: var(--linen);
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding: 60px;
  display: flex;
  position: relative;
}

.two-column-container.white {
  background-color: var(--white);
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
}

.two-column-container.dark {
  background-color: var(--dark-linen);
  border-style: none;
  height: auto;
}

.logo-strip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.column-10 {
  padding-right: 20px;
}

.section-4 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.section-4.padding-global {
  border: 1px dashed #000;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 60px 0;
  display: flex;
}

.div-block-19 {
  background-color: #323232;
}

.div-block-19.big-card {
  z-index: 0;
  height: 40vh;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.div-block-19.big-card.red {
  z-index: 0;
  top: -200px;
}

.div-block-19.big-card.linen {
  z-index: 0;
  background-color: var(--dark-linen);
  height: 30vh;
  top: -100px;
}

.section-5 {
  background-color: #dbd7d0;
  width: 100%;
}

.section-5.padding-global {
  background-color: #dbd7d0;
  border: 1px dashed #000;
  border-bottom-style: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-20 {
  color: #9e9b96;
  background-color: #9e9b96;
}

.div-block-20.big-card {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-bottom: 60px;
  padding: 40px;
  font-size: 1.3rem;
  line-height: 1.2;
  display: flex;
}

.div-block-20.big-card.text-big-caps {
  border: 1px solid #000;
  font-size: 2vh;
}

.spacer {
  height: 120px;
}

.div-block-21 {
  background-color: var(--linen);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section-6 {
  border: 1px dashed #000;
}

.section-7 {
  background-color: var(--white);
  border: 1px dashed #000;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.item {
  background-color: #ac818100;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.track {
  height: 400vw;
}

.camera {
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-flow: row;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-22 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-8 {
  background-color: var(--dark-linen);
  border: 1px #000;
  border-left-style: dashed;
}

.is-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.is-pad-tb-128 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: block;
  position: static;
}

.creatives_label {
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em;
  display: flex;
}

.creatives_label.is-developers {
  color: #f4bea9;
  background-color: #1f4189;
}

.creatives_label.is-creatives {
  color: #244b9f;
  background-color: #ee9c7c;
}

.creatives_label.is-agencies {
  color: #244b9f;
  background-color: #dfd51b;
}

.heading-row {
  grid-column-gap: 1.5em;
  align-items: center;
  display: flex;
}

.creatives_card {
  background-color: #f4bea9;
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4em 8em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.creatives_card._02 {
  z-index: 2;
  background-color: var(--black);
  color: #f7f8f3;
}

.creatives_card._03 {
  z-index: 1;
  background-color: var(--orange-red);
  transform: rotate(-2deg);
}

.creatives_card._01 {
  z-index: 3;
  background-color: #fc6439;
  padding-left: 4em;
  padding-right: 4em;
  transform: rotate(2deg);
}

.creatives_wrap {
  float: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 20vh;
  overflow: visible;
}

.illus_title-wrap {
  color: #244b9f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-col-12 {
  width: 100%;
  max-width: 1600px;
  padding-left: 3em;
  padding-right: 3em;
}

.creatives_card-wrap {
  flex-flow: column;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 20vh;
  overflow: visible;
}

.title_lottie {
  width: 5em;
}

.creatives_cards {
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 8em;
  display: flex;
  position: static;
  top: auto;
}

.creatives_label-text {
  font-size: 1.2em;
  font-weight: 500;
}

.creatives {
  background-color: var(--dark-linen);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 300vh;
  max-height: none;
  display: block;
  position: static;
  top: 0;
  overflow: hidden;
}

.creatives_card-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.creative_cards-lottie {
  width: 18em;
}

.illu-title {
  margin-top: 0;
  font-size: 8em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.creatives_card-grid {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.is-txt-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.is-txt-medium.white {
  color: var(--white);
  font-size: 2vw;
  line-height: 1.2;
}

.section-9 {
  background-color: var(--dark-linen);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.image-13 {
  width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
}

.section-10 {
  width: 100%;
  height: auto;
  position: static;
  overflow: hidden;
}

.section-10.padding-global {
  background-color: var(--linen);
  height: auto;
}

.wedare-intor {
  background-color: var(--white);
}

.grid-5 {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  padding-top: 40px;
  padding-left: 40px;
}

.section-scroll {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: block;
}

.scroll-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.heading-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1;
}

.image-14 {
  width: 3vw;
}

.button {
  color: #333;
  background-color: #0000;
  background-image: url('../images/clone_1clone.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 20px 30px 20px 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.image-15 {
  width: 3vw;
}

.card-container_left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 5rem;
  display: flex;
  overflow: hidden;
}

.big-card_03 {
  z-index: 0;
  background-color: var(--orange-red);
  border: 1px solid #000;
  border-radius: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  height: 50vh;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.footer-wrapper {
  border-top: 1px dashed #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image-2 {
  width: 80%;
  margin-bottom: 0;
}

.text-block-5 {
  font-size: 16px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1;
}

.section-cards {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 9vw;
  padding-bottom: 7vw;
  display: flex;
  position: absolute;
}

.big-card_02 {
  z-index: 0;
  background-color: var(--linen);
  border: 1px solid #000;
  border-radius: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  height: 50vh;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.heading-4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.card-container-top {
  border-left: 1px solid #333;
  align-items: center;
  width: 100%;
  height: 30%;
  padding: 2vw;
  display: flex;
}

.section-footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-container_right {
  width: 50%;
}

.link {
  color: #333;
}

.heading-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1;
}

.card-container {
  width: 100%;
  display: flex;
}

.card-container.big-card {
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.card-container.big-card.linen {
  background-color: var(--linen);
}

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

.card-container-bottom {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  border-left: 1px solid #333;
  width: 100%;
  height: 70%;
  padding: 2vw 2vw 5vw;
}

.main-wrapper-2 {
  background-color: #fff;
  border: 1px dashed #000;
  position: static;
}

.big-card_01 {
  z-index: 0;
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 80px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  height: 50vh;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.image-16 {
  width: 80%;
  margin-bottom: 0;
}

.text-block-6 {
  font-size: 16px;
}

.page-wrapper-2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5rem;
}

.main-wrapper-3 {
  background-color: #fff;
  border: 1px dashed #000;
  height: 250vh;
}

.image-17 {
  width: 80%;
  margin-bottom: 0;
}

.text-block-7 {
  font-size: 16px;
}

.image-18 {
  width: 80%;
  margin-bottom: 0;
}

.text-block-8 {
  font-size: 16px;
}

.page-wrapper-3 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5rem;
}

.div-block-24 {
  border-bottom: 1px dashed #000;
}

.div-block-25 {
  background-color: var(--linen);
}

.section-11 {
  background-color: var(--orange-red);
  position: relative;
}

.text-span-3 {
  background-color: var(--orange-red);
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--linen);
  text-shadow: 4px 1px 1px #0003;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: normal;
  border-radius: 0;
  outline: 3px #fff;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  transform: translate(0);
}

.text-span-4 {
  background-color: var(--white);
  color: var(--relume-library-lite--rl-black);
  -webkit-text-stroke-color: var(--orange-red);
  text-shadow: 3px 1px 6px #0003;
  mix-blend-mode: normal;
}

.marquee-home-c {
  background-color: #fff;
  border-radius: 0;
  width: 100vw;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 8px;
  display: flex;
  overflow: clip;
}

.marquee-inner-home-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.single-marquee-service {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.marquee-service-item {
  border-radius: 0;
  flex: none;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.marquee-service-item.small-item {
  width: 274px;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-19 {
  object-fit: contain;
  flex: none;
  padding-right: 20px;
  overflow: visible;
}

.text-span-5 {
  overflow: visible;
}

.text-span-5.highlighted-text {
  overflow-wrap: normal;
}

.section-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange-red);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: grid;
}

.image-21 {
  vertical-align: middle;
  display: inline-block;
}

.image-22 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  position: static;
  overflow: clip;
}

.div-block-27 {
  z-index: 2;
  background-color: var(--linen);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: -200px;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  display: block;
}

.big-card_01-2 {
  z-index: 0;
  background-color: #333;
  border: 1px solid #000;
  border-radius: 80px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  height: 50vh;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.big-card_03-2 {
  z-index: 0;
  background-color: #ff3d03;
  border: 1px solid #000;
  border-radius: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  height: 50vh;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.big-card_02-2 {
  z-index: 0;
  background-color: #f3eeec;
  border: 1px solid #000;
  border-radius: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  height: 50vh;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .title1 {
    font-size: 3.2em;
  }

  .container-w3 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .padding-global {
    padding-top: 6vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .main-wrapper {
    padding: 0 0 1em;
  }

  .navbar-inner {
    width: 21vw;
    padding: 1em;
  }

  .navbar-links-wrapper {
    grid-row-gap: .5em;
  }

  .lottie-animation {
    width: 100%;
  }

  .div-block-2 {
    background-position: 0 0;
    background-size: 280px;
    background-attachment: scroll;
    width: 290px;
  }

  .image-hero {
    padding-left: 0%;
    padding-right: 0%;
    inset: 16.2vh 0% auto;
  }

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

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

  .button-view {
    margin-top: -139px;
  }

  .hero-section {
    width: 100vw;
  }

  .intro-section.container-w3 {
    max-width: 100%;
    padding-left: 2rem;
    position: relative;
  }

  .intro-section.padding-global {
    margin-left: 25vw;
  }

  .text-body-right, .text-body-left {
    font-size: 16px;
  }

  .text-body-left.text-body-centre {
    font-size: 20px;
  }

  .text-body-left.white.infographic {
    width: 60vw;
    font-size: 5vw;
  }

  .text-body-left.big-card {
    font-size: 30px;
  }

  .text-body-left.big-card.neutral {
    height: 100vh;
  }

  .text-body-left.big-card.red {
    height: 80vh;
  }

  .text-big-caps {
    width: 100%;
    display: block;
  }

  .text-big-caps.left-alighned.white.huge {
    width: auto;
  }

  .text-block {
    width: 70%;
  }

  .text-block.white-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 0;
    font-size: .67rem;
  }

  .section-hero {
    height: 50vh;
  }

  .text-reference {
    font-size: .7rem;
  }

  .count-number {
    margin-top: 0;
    padding-top: 0;
    font-size: 30vh;
  }

  .number {
    display: block;
  }

  .percentage {
    font-size: 4rem;
  }

  .huge-text {
    font-size: 15vw;
  }

  .three-column-wrapper {
    flex-flow: wrap;
    justify-content: center;
    place-items: start stretch;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .card-text.text-big-caps {
    margin-left: auto;
    margin-right: auto;
  }

  .card-text.text-big-caps.big {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6 {
    margin-bottom: 40px;
  }

  .main-content {
    width: 80%;
    margin-left: 20%;
    position: relative;
  }

  .navbar-links-wrapper-2 {
    grid-row-gap: .5em;
    height: auto;
  }

  .navbar-inner-2 {
    width: 13vh;
    padding: 1em;
  }

  .navbar-2 {
    width: 20%;
    min-width: 20%;
  }

  .lottie-animation-4 {
    width: 100%;
  }

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

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .big-card.neutral, .two-column-container.white {
    height: 100vh;
  }

  .div-block-21, .section-6, .section-7 {
    height: auto;
  }

  .item {
    height: 60vh;
  }

  .creatives_card {
    padding-left: 6em;
    padding-right: 6em;
  }

  .container-col-12 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .title_lottie {
    width: 5em;
  }

  .creatives_cards {
    margin-top: 6em;
  }

  .creatives_card-grid {
    grid-column-gap: 2.5em;
  }

  .is-txt-medium {
    font-size: 1.125rem;
  }

  .is-txt-medium.white {
    font-size: 2vw;
  }

  .section-scroll, .section-footer {
    height: 50vh;
  }

  .page-wrapper-2, .page-wrapper-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .marquee-service-item {
    width: 360px;
    height: 340px;
  }

  .marquee-service-item.small-item {
    width: 220px;
  }

  .section-13 {
    flex-flow: wrap;
    place-items: center stretch;
    padding-bottom: 0;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    display: block;
  }

  .navbar {
    background-color: #0000;
    width: 20vw;
    min-width: 20vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner {
    background-color: var(--linen);
    border: 0 solid #dbd7d0;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .navbar-links-wrapper {
    background-color: var(--white);
    height: auto;
    padding: 0 6vw 6vw;
    inset: 0% 0% auto;
  }

  .navbar-link-block {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .icon {
    color: var(--black);
  }

  .menu-button, .menu-button.w--open {
    color: var(--linen);
    background-color: #0000;
  }

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

  .container {
    justify-content: center;
    width: 100vw;
  }

  .main-grid.titles {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .flex.align-right.align-bottom {
    flex: 0 auto;
    width: auto;
    margin-right: 16px;
  }

  .intro-section.padding-global {
    margin-left: auto;
  }

  .count-number {
    margin-top: auto;
    padding-top: 0;
  }

  .lottie-animation-3 {
    width: 100%;
  }

  .left-block {
    height: 50vh;
  }

  .columns-5 {
    height: auto;
  }

  .column-6 {
    height: 50vh;
  }

  .three-column-wrapper {
    flex-flow: wrap;
  }

  .columns-6 {
    margin-bottom: 40px;
  }

  .h2-content_title {
    font-size: 16vw;
  }

  .font-16.font-upper, .font-16.font-upper.middle {
    font-size: 8vw;
  }

  .sidebar {
    width: 20vw;
    min-width: 20vw;
  }

  .main-content {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
  }

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

  .navbar-links-wrapper-2 {
    background-color: #fff;
    height: auto;
    padding: 0 6vw 6vw;
    inset: 0% 0% auto;
  }

  .navbar-link-block-2 {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block-2.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .navbar-link-block-3 {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block-3.is-2.w--current {
    background-color: #f2eeeb00;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block-3.is-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block-3.is-1 {
    background-color: #f1eeea00;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block-3.is-5, .navbar-link-block-3.is-4 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-inner-2 {
    background-color: #f1eeea;
    border: 0 solid #dbd7d0;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .navbar-2 {
    background-color: #0000;
    width: 100%;
    min-width: 100%;
    height: 6em;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-2 {
    color: #333;
  }

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

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_author-text-large {
    font-size: 1rem;
  }

  .is-h3 {
    font-size: 1.953rem;
  }

  .creatives_label.is-creatives {
    margin-bottom: 2em;
  }

  .heading-row {
    grid-column-gap: .75em;
  }

  .creatives_card {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .creatives_card-wrap {
    height: 60em;
    top: 15vh;
  }

  .title_lottie {
    width: 4em;
    margin-bottom: -8px;
  }

  .creatives_cards {
    margin-top: 4em;
  }

  .creatives_card-inner {
    align-items: center;
  }

  .creative_cards-lottie {
    width: 15em;
  }

  .illu-title {
    font-size: 5.2em;
  }

  .creatives_card-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1.5fr 1fr;
    display: flex;
  }

  .is-txt-medium {
    font-size: 1rem;
  }

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

  .image-14, .image-15 {
    width: 50px;
  }

  .card-container_left {
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .h2 {
    font-size: 32px;
  }

  .card-container-top {
    border-left-style: none;
  }

  .card-container_right {
    width: 100%;
  }

  .link {
    font-size: 14px;
  }

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

  .card-container {
    flex-direction: column;
    height: auto;
  }

  .card-container-bottom {
    border-left-style: none;
    height: auto;
    padding-bottom: 35vw;
  }

  .big-card_01 {
    flex-direction: row;
  }

  .page-wrapper-2, .page-wrapper-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .marquee-service-item {
    width: 320px;
    height: 300px;
  }

  .marquee-service-item.small-item {
    width: 180px;
  }

  .big-card_01-2 {
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .container-w3 {
    position: static;
  }

  .container-w3.padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w3.dark {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .padding-global {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner {
    flex-flow: row;
    width: 100%;
    display: block;
    position: static;
  }

  .navbar-links-wrapper {
    background-color: var(--linen);
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .navbar-link-block.is-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block.is-2.w--current {
    background-color: #f2eeeb00;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block.is-3, .navbar-link-block.is-4, .navbar-link-block.is-5, .navbar-link-block.is-1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-text {
    font-size: 20px;
  }

  .heading-xlarge {
    letter-spacing: -.3vh;
    font-size: 36px;
  }

  .main-section.bg-main-gray {
    overflow: visible;
  }

  .container {
    object-fit: fill;
    overflow: hidden;
  }

  .image-3 {
    width: 200%;
    max-width: none;
    margin-left: -18vw;
    padding-top: 9vh;
    overflow: hidden;
  }

  .image-hero {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .main-grid.titles {
    padding-bottom: 10vh;
    overflow: visible;
  }

  .button-view {
    width: 7em;
    height: 7em;
  }

  .font-19.font-upper.font-medium {
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12vw;
    position: static;
  }

  .hero-section {
    height: 100vh;
  }

  .intro-section.container-w3 {
    padding-left: 0;
  }

  .intro-section.padding-global {
    width: 100vw;
    max-width: 100vw;
    position: relative;
  }

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

  .content__title.padding-global {
    min-width: 100vw;
    margin-left: 0;
    position: relative;
  }

  .text-body-right {
    text-align: left;
    min-width: 100%;
    font-size: 16px;
    display: block;
    position: static;
  }

  .div-block-4 {
    padding-top: 20px;
    display: block;
  }

  .container-w1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .font-2 {
    font-size: 8vw;
  }

  .font-4 {
    font-size: 12vw;
  }

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

  .grid-2 {
    grid-template-areas: ". ."
                         "Area-2 Area-2"
                         "Area-2 Area-2"
                         "Area Area";
  }

  .text-body-left {
    font-size: 16px;
    position: static;
  }

  .text-body-left.text-body-centre {
    font-size: 16px;
  }

  .text-body-left.white {
    margin: 50px auto auto;
    font-size: 26px;
  }

  .text-body-left.white.large {
    font-size: 30vw;
  }

  .text-body-left.white.infographic {
    width: 80vw;
    font-size: 6vw;
  }

  .text-body-left.big-card {
    height: 40vh;
    font-size: 16px;
  }

  .text-body-left.big-card.neutral {
    height: 40vh;
  }

  .text-body-left.big-card.red {
    height: 50vh;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-2 {
    z-index: 2;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .image-8 {
    vertical-align: baseline;
    width: auto;
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .heading-red {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 2vh;
    display: flex;
  }

  .text-big-caps {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 80vw;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 6vw;
    display: flex;
    position: relative;
  }

  .text-big-caps.white-text.left-alligned {
    width: 100%;
  }

  .text-big-caps.left-alighned {
    width: 100%;
    min-width: 100%;
    margin-top: auto;
    font-size: 9vw;
  }

  .text-big-caps.left-alighned.white {
    z-index: 0;
    float: none;
    clear: none;
    align-content: stretch;
    font-size: 6vw;
    display: block;
  }

  .text-big-caps.left-alighned.white.huge {
    font-size: 15vw;
  }

  .text-big-caps.left-align {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .text-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block.white-text {
    z-index: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .55rem;
    display: block;
  }

  .section-hero {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
    overflow: visible;
  }

  .count-number {
    margin-top: 0;
    padding-top: 0;
    font-size: 14vh;
  }

  .flex-block {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 100%;
    overflow: visible;
  }

  .numbers-section.height-padding {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    position: relative;
  }

  .number {
    margin-top: 0;
  }

  .percentage {
    font-size: 2.5rem;
  }

  .highlighted-text {
    overflow: visible;
  }

  .lottie-animation-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .left-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-bottom: 60px;
  }

  .columns-5, .column-6 {
    height: auto;
  }

  .extra-large-text {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .huge-text {
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 4vh;
    font-weight: 700;
    position: relative;
  }

  .paragraph-3 {
    display: flex;
  }

  .div-block-10 {
    border-style: none;
    border-width: 1px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-start;
    height: 50vh;
    display: flex;
  }

  .three-column-wrapper {
    flex-flow: wrap;
    grid-auto-flow: column;
    place-items: start stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .card-text {
    font-size: 1rem;
  }

  .card-text.text-big-caps {
    color: #dcd7d0;
    width: 100vw;
    margin-bottom: 0;
    padding: 0 20px;
  }

  .card-heading {
    font-size: 2em;
  }

  .columns-6 {
    margin-bottom: 40px;
    position: relative;
  }

  .columns-6.padding-global {
    border-style: none;
  }

  .text-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2-content_title {
    padding-left: 0;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .font-16.font-upper, .font-16.font-upper.middle {
    font-size: 10vw;
  }

  .div-block-14 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .sidebar {
    flex-flow: row;
    display: flex;
    inset: 0% 0% auto;
  }

  .main-content {
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .navbar-link-text-2 {
    font-size: 16px;
  }

  .navbar-link-block-3.is-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block-3.is-2.w--current {
    background-color: #f2eeeb00;
  }

  .navbar-link-block-3.is-3, .navbar-link-block-3.is-3.w--current {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block-3.is-1 {
    background-color: #f1eeea00;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-link-block-3.is-5, .navbar-link-block-3.is-4 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-inner-2 {
    width: 100%;
  }

  .navbar-2 {
    z-index: 99;
    background-color: var(--linen);
    height: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .middle-text {
    margin-left: 0;
    margin-right: 0;
    font-size: .55rem;
  }

  .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .content__title-3 {
    margin-left: auto;
  }

  .big-card {
    height: 40vh;
  }

  .big-card.red {
    height: 50vh;
  }

  .two-column-container {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-column-container.white {
    width: auto;
    height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .two-column-container.dark {
    height: auto;
  }

  .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.padding-global {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19.big-card {
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19.big-card.red {
    top: -101px;
  }

  .section-5.padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20.big-card {
    height: 60vh;
    font-size: 1rem;
  }

  .div-block-20.big-card.text-big-caps {
    height: auto;
    padding: 20px;
    font-size: 20px;
  }

  .div-block-21 {
    height: auto;
  }

  .item {
    height: 50vh;
  }

  .camera {
    width: 100vw;
    height: 50vh;
  }

  .frame {
    height: 50vh;
  }

  .div-block-22 {
    margin-top: 0;
    padding-top: 20px;
  }

  .is-h3 {
    font-size: 1.424rem;
  }

  .creatives_label {
    margin-bottom: 1.5em;
    display: none;
  }

  .creatives_label.is-creatives {
    padding: .55em 1.05em;
  }

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

  .creatives_card {
    height: 50em;
    padding: 2.5em 8vw;
  }

  .creatives_card-wrap {
    height: 50em;
    top: 11vh;
  }

  .title_lottie {
    width: 3.5em;
  }

  .creatives_cards {
    height: 210vh;
  }

  .creatives_label-text {
    font-size: 1em;
  }

  .creatives {
    height: 250vh;
    max-height: none;
  }

  .creative_cards-lottie {
    width: 13em;
  }

  .illu-title {
    font-size: 4.4em;
  }

  .creatives_card-grid {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
  }

  .is-txt-medium {
    font-size: 1rem;
  }

  .is-txt-medium.white {
    font-size: 1vh;
  }

  .section-9 {
    height: 60vh;
  }

  .section-scroll {
    height: 100vh;
  }

  .heading-3 {
    font-size: 28px;
  }

  .image-14 {
    width: 50px;
    font-size: 50px;
  }

  .button {
    font-size: 16px;
  }

  .image-15 {
    width: 50px;
    font-size: 50px;
  }

  .card-container_left {
    border: 1px solid #0000;
    padding-top: 2rem;
  }

  .big-card_03 {
    border-radius: 50px;
    padding-left: 0;
    padding-right: 0;
    top: 3rem;
  }

  .footer-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-5 {
    text-align: center;
    font-size: 14px;
  }

  .h2 {
    text-align: center;
    font-size: 32px;
  }

  .section-cards {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .big-card_02 {
    border-radius: 50px;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    top: 3rem;
  }

  .heading-4 {
    text-align: center;
    font-size: 21px;
  }

  .section-footer {
    height: 100vh;
  }

  .link {
    text-align: center;
    font-size: 14px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .card-container {
    height: auto;
  }

  .card-container-bottom {
    padding-bottom: 32vw;
  }

  .big-card_01 {
    border-radius: 50px;
    padding-left: 0;
    top: 3rem;
  }

  .text-block-6 {
    text-align: center;
    font-size: 14px;
  }

  .page-wrapper-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrapper-3 {
    height: 200vh;
  }

  .text-block-7, .text-block-8 {
    text-align: center;
    font-size: 14px;
  }

  .page-wrapper-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .marquee-service-item {
    width: 250px;
    height: 240px;
  }

  .marquee-service-item.small-item {
    width: 160px;
  }

  .image-20 {
    padding-top: 5px;
  }

  .section-13 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-card_01-2 {
    border-radius: 50px;
    padding-left: 0;
    top: 3rem;
  }

  .big-card_03-2 {
    border-radius: 50px;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 2rem;
    top: 3rem;
  }

  .big-card_02-2 {
    border-radius: 50px;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    top: 3rem;
  }
}

#w-node-_3bb0aebc-6f93-509a-5b96-d48cab49d4e2-fcc80361 {
  grid-area: Area-6;
}

#w-node-_3bb0aebc-6f93-509a-5b96-d48cab49d4ef-fcc80361 {
  grid-area: Area-5;
}

#w-node-f9afcd6a-7317-7423-2d0d-209c8b416e08-fcc80361, #w-node-d1d74f1f-2cd3-f71d-4b23-362ffdf5e93a-fcc80361 {
  justify-self: center;
}

#w-node-f9afcd6a-7317-7423-2d0d-209c8b416e0d-fcc80361 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f9afcd6a-7317-7423-2d0d-209c8b416e12-fcc80361 {
  justify-self: center;
}

#w-node-abf97925-281b-63e8-d08f-8057fc4b6e66-fcc80361 {
  grid-area: Area-6;
}

#w-node-abf97925-281b-63e8-d08f-8057fc4b6e6a-fcc80361 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abf97925-281b-63e8-d08f-8057fc4b6e68-fcc80361 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00da70dd-49a6-3377-88c1-685bb8801cfb-fcc80361, #w-node-dab7b9f9-0ea3-031a-8225-16df4992e603-fcc80361 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2e989ec-3f4e-142f-281e-bbf90b2f8b18-fcc80361 {
  grid-area: Area-6;
}

#w-node-f4310ea2-68d5-1fa2-8e0f-2c028e3d2005-fcc80361 {
  grid-area: Area-7;
}

@media screen and (max-width: 991px) {
  #w-node-f24aaf2e-6363-5c33-0eba-1bf238db064a-fcc80361 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}