:root {
  --white: white;
  --main-orange: #ff4700;
  --main-green: #26ad00;
  --goldenrod: #f4bd03;
  --black: black;
  --main-violet: #c419ab;
  --dim-grey: #525252;
  --secondary-orange: #ff7900;
  --secondary-violet: #930093;
  --dodger-blue: #08f;
  --red: #f13434;
  --gray: #333;
  --light-grey: #cfcfcf;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.39em;
  font-weight: 400;
  line-height: 1.8;
}

a {
  text-decoration: underline;
}

ul, ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero-section {
  z-index: 1;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-slider {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.hero-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-first-slide {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), var(--image-i8a7c2c8);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.hero-heading {
  z-index: 3;
  width: 200vw;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .14);
  background-clip: padding-box;
  align-items: center;
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 80vh;
  line-height: 1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-95px);
}

.hero-heading.second {
  z-index: 36;
  width: auto;
  height: auto;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 255, 255, .2);
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin: auto 0;
  font-size: 70vh;
  display: block;
  position: static;
  left: 0%;
  transform: none;
}

.background-second-slide {
  width: 100%;
  height: 100%;
  background-image: var(--image-i3428d2ea), linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  align-items: center;
  display: flex;
}

.background-third-slide {
  width: 100%;
  height: 100%;
  background-image: var(--image-10bf229e), linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  align-items: center;
  display: flex;
}

.wrapper-move-heading {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.container-heading-slider {
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whapper-heading-slide {
  z-index: 980;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 16.66%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading {
  color: var(--main-orange);
  letter-spacing: 5px;
  mix-blend-mode: difference;
  margin-bottom: 57px;
  font-family: Bebas Neue, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
}

.heading:hover {
  opacity: .66;
  filter: blur(3px);
}

.heading.second {
  margin-top: 0;
  margin-bottom: 0;
  line-height: .8;
}

.sub-heading {
  color: rgba(255, 255, 255, .84);
  letter-spacing: 6px;
  background-color: #cf2323;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 4px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1vw;
  font-weight: 100;
}

.overflow {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.bakground {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: saturation;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: var(--image-i57c6b58c);
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-nav {
  z-index: 10;
  width: 100px;
  height: 100vh;
  background-color: rgba(0, 0, 0, .2);
  border-left: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.nav-link {
  color: #aaa;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  padding-right: 0;
  font-family: BenchNine, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.nav-link.w--current {
  color: #aaa;
}

.brand {
  display: none;
}

.menu-line {
  width: 32px;
  height: 1px;
  background-color: #fff;
}

.menu-line.second {
  width: 22px;
  margin-top: 12px;
}

.menu-button {
  width: 100%;
  height: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.menu-button:hover {
  background-color: rgba(255, 255, 255, .11);
}

.menu-button.w--open {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
}

.wrapper-burger-menu {
  width: 32px;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.scroll-wrapper {
  z-index: 9;
  width: 100%;
  height: 190px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: relative;
}

.scroll-wrapper:hover {
  background-color: rgba(255, 255, 255, .11);
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  position: absolute;
  transform: rotate(-90deg);
}

.nav-menu {
  z-index: 0;
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-big-menu {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container-menu-text {
  width: 28%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  position: absolute;
}

.menu-link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.link-line {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 20px;
}

.nav-text {
  color: #fff;
  letter-spacing: 5px;
  margin-left: auto;
  margin-right: 20px;
  font-family: BenchNine, sans-serif;
  font-size: 25px;
  transform: translate(0, -5px)rotate(-90deg);
}

.move-background {
  z-index: 90;
  width: 250vw;
  background-color: var(--main-green);
  opacity: .51;
  color: #d80e0e;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-black {
  z-index: 0;
  width: 250vw;
  color: #d80e0e;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.social-link {
  width: 100%;
  height: 100px;
  filter: grayscale();
  justify-content: center;
  align-items: center;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: rgba(255, 255, 255, .11);
}

.slide-nav {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.grid-line {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line {
  width: 1px;
  height: 100%;
  background-color: #8d8d8d;
  margin-left: auto;
}

.about-section {
  z-index: 1;
  height: auto;
  padding-top: 49px;
  position: relative;
}

.grid-about {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 73px;
  grid-template: ". Area-portfolio Area-portfolio"
                 ". Area-Portfolio-2 Area-Portfolio-2"
                 ". Area-Porfolio-3 Area-Porfolio-3"
                 / 1fr .6fr .9fr 1fr;
  margin-top: 59px;
}

.wrapper-size-about {
  transition: filter .2s ease-in-out;
  position: relative;
  overflow: visible;
}

.wrapper-size-about:hover {
  filter: grayscale();
}

.image-about {
  width: 100%;
}

.wrapper-heading {
  z-index: 4;
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
  margin-bottom: 55px;
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.portfolio-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.portfolio-heading._2 {
  text-align: center;
}

.container-about-heading {
  margin-left: 0;
  display: flex;
}

.container-about-heading.margin {
  margin-left: -12px;
  margin-right: auto;
}

.filter {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity .4s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.filter.second, .filter.third {
  background-color: rgba(0, 0, 0, 0);
}

.line-style-guide {
  height: 1px;
  background-color: var(--goldenrod);
  flex: 1;
  margin-left: 10px;
}

.color-orange-one {
  width: 80px;
  height: 80px;
  background-color: #f44b03;
  border: 1px solid #333;
  border-radius: 100%;
}

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

.style-guide {
  color: var(--goldenrod);
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

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

.style-guide-section {
  background-color: var(--black);
  padding-top: 220px;
}

.text-style-guide {
  color: #bbb;
  text-transform: uppercase;
  border: 1px solid #000;
  border-top-color: #fff;
  margin-top: 5px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-guide {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 0;
}

.corsive {
  font-style: italic;
}

.color-violet-one {
  width: 80px;
  height: 80px;
  background-color: var(--main-violet);
  border: 1px solid #333;
  border-radius: 100%;
}

.color-grey {
  width: 80px;
  height: 80px;
  background-color: var(--dim-grey);
  border: 0 solid #e7e7e7;
  border-radius: 100%;
}

.submit-button {
  background-color: var(--dim-grey);
  color: var(--white);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .4s ease-in-out;
}

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

.submit-button.white {
  color: #fff;
  text-transform: none;
  background-color: rgba(82, 82, 82, .22);
  padding: 18px;
  font-size: 22px;
}

.submit-button.white:hover {
  color: var(--goldenrod);
}

.container-style-guide {
  border: 1px #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.container {
  width: 80%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.container-style-guide-second {
  border: 1px #c9c9c9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.bold-paragraph {
  font-weight: 600;
}

.style-guide-container {
  border: 1px #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.style-guide-heading {
  color: #8b8b8b;
  margin-top: 54px;
  font-size: 2.3rem;
}

.style-guide-grid {
  width: 100%;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.container-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
}

.about-paragraph {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 102%;
  right: -49%;
}

.preloader-wrapper {
  z-index: 9999;
  height: 100vh;
  background-color: var(--black);
  mix-blend-mode: color-burn;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.size-load {
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

.wrapper-content-portfolio {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.wrapper-content-portfolio.first {
  object-fit: fill;
  object-position: 50% 50%;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.second {
  z-index: 999;
  height: auto;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
  z-index: 99;
  display: none;
  overflow: auto;
}

.hero-section-progect {
  height: 100vh;
  background-image: var(--image-c643e33);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
}

.hero-section-progect.second {
  background-image: var(--image-e1916d2);
}

.hero-section-progect.third {
  background-image: var(--image-fcdef71);
  display: flex;
}

.hero-section-progect.fourth {
  background-image: var(--image-1182c810);
}

.hero-section-progect.fifth {
  background-image: var(--image-1337a0af);
}

.manzion-wrapper {
  height: 100vh;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.manzion-grid {
  width: 100%;
  border-top: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
}

.content-grid-porfolio {
  grid-column-gap: 0px;
  grid-template: "Area-4 Area-3"
                 "Area ."
                 ". Area-2"
                 ". ."
                 / .87fr 1fr;
  margin-top: 100px;
}

.main-paragraph {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.5;
}

.main-paragraph.thin {
  color: #b9b9b9;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 300;
}

.main-paragraph.light {
  font-weight: 200;
}

.wrapper-preloader {
  z-index: 9999;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-back {
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row-reverse;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 33px;
  bottom: auto;
  left: 34px;
  right: auto;
}

.wrapper-back.w--current {
  position: fixed;
  top: 35px;
  left: 32px;
}

.section-number {
  z-index: 2;
  height: 300vh;
  position: relative;
  overflow: visible;
}

.number-awards {
  height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 8rem;
  font-family: Poppins, sans-serif;
  font-size: 39vw;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: static;
  top: 1px;
  overflow: visible;
}

.text-grid {
  z-index: 4;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-intro-number {
  text-align: center;
  margin-bottom: 0;
  margin-left: -28px;
  font-size: 23px;
  line-height: 1.2;
  position: relative;
  top: 4%;
  right: -15%;
}

.wrapper-stiky {
  z-index: 4;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  overflow: hidden;
}

.wrapper-text-number-section {
  z-index: 4;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000 78%);
  grid-template: ". Area Area"
                 ". . ."
                 / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 0;
}

.features-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.features-heading {
  text-align: center;
  margin-top: 40px;
  font-size: 10vw;
  line-height: 1;
}

.parallax-image {
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1px;
  overflow: hidden;
}

.image {
  z-index: 999;
  width: 100%;
  position: relative;
}

.container-info-contact {
  width: 100vw;
  height: 100vh;
}

.horizontal-section {
  height: 400vh;
  background-color: rgba(0, 0, 0, 0);
  border-top: 60px rgba(36, 36, 36, .09);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.horizontal-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

.horizontal-section.content-wrap {
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
}

.horizontal-section.content-wrap.about {
  z-index: 9;
  height: 800vh;
  background-image: var(--image-53a2e374);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0;
  left: auto;
}

.container-grid {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-contact-info {
  width: auto;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
}

.fixed-background {
  width: 200vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.horizontal-scrollable-section {
  width: 400vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.horizontal-scrollable-section.about {
  margin-left: 0;
}

.horizontal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
  overflow: visible;
}

.contact-bg {
  width: 100vw;
  height: 100vh;
  background-image: var(--image-7fca5b58), var(--image-5445c392);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
}

.space-contact {
  width: 100vw;
  height: 100vh;
  background-image: var(--image-3c6c49cc);
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.horizontal-div-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.overflow-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.info-contact {
  z-index: 1;
  width: 40%;
  height: 100%;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--black);
}

.grid-line-number {
  z-index: 4;
  height: 200vh;
  grid-column-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-line-number.black {
  z-index: 2;
  background-color: var(--black);
}

.contact-grid {
  margin-top: 20px;
}

.info-paragraph {
  color: #a8a8a8;
  text-transform: uppercase;
}

.wrap-text-contact {
  margin-left: 0;
  margin-right: 0;
}

.location-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.styled-paragraph {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.error {
  background-color: #f85151;
  padding: 20px;
}

.textarea-contact {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.textarea-contact:focus {
  border-bottom-color: var(--goldenrod);
}

.wrapper-contact {
  width: 500px;
  max-width: 1200px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.success {
  background-color: #318570;
}

.empty-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.form-contact {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.right-button {
  color: #fff;
  background-color: #333;
  background-image: var(--image-4d747767);
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 0;
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.right-button:hover {
  background-color: var(--goldenrod);
  color: #fff;
  transform: translate(3px);
}

.text-field-contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
  font-family: Poppins, sans-serif;
}

.text-field-contact:focus {
  border-bottom-color: var(--goldenrod);
  color: var(--white);
}

.form-contact-us {
  width: 500px;
  max-width: 600px;
  align-self: flex-start;
  margin-top: 0;
}

.heading-on {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.heading-on._3 {
  background-color: var(--white);
  text-shadow: 0 0 1px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8vw;
}

.heading-on._3.no {
  text-shadow: none;
  margin-top: 5px;
  font-size: 13vw;
}

.heading-contact-big {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.heading-contact-big._3 {
  background-color: var(--white);
  text-shadow: 0 0 1px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0;
  font-size: 13vw;
}

.get-in-touch-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
  / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.container-about-heading-second {
  margin-left: 0;
  display: flex;
}

.container-about-heading-second.auto {
  margin-left: auto;
}

.grid-about-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
                 ". . Area-2 ."
                 ". Area-3 Area-3 ."
                 / 1fr .6fr .9fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-image-portfolio.smal {
  width: 70%;
  margin-left: auto;
}

.portfolio-text {
  display: block;
}

.line-porfolio {
  width: 25px;
  height: 1px;
  background-color: var(--white);
  transition: opacity .2s;
  position: absolute;
  transform: rotate(45deg);
}

.line-porfolio.second {
  transform: rotate(-45deg);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  background-image: var(--image-i57c6b58c), linear-gradient(rgba(255, 255, 255, .26), rgba(255, 255, 255, .26)), var(--image-i7307ee1d);
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.heading-licensing {
  white-space: nowrap;
  object-fit: fill;
  margin-bottom: 40px;
  font-size: 55px;
}

.text-field {
  height: 60px;
  color: var(--goldenrod);
  background-color: rgba(255, 255, 255, .38);
  font-family: Poppins, sans-serif;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.heading-404 {
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.top-text {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-size: 11px;
}

.wrap-copyright {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-left: 40px;
  margin-right: auto;
}

.footer-grid.bottom {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.text-bold {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.udesly-link {
  color: #f44b03;
  font-weight: 900;
  text-decoration: none;
}

.webflow-link {
  color: #f44b03;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.back-to-top-text {
  color: #888;
}

.background-video {
  margin: 0 220px;
}

.body-2 {
  background-color: var(--black);
  box-shadow: 4px 4px 3px #000;
}

.rich-text-block-2 {
  margin-top: 55px;
  padding-left: 100px;
  padding-right: 60px;
  font-size: 16px;
}

.button {
  text-align: left;
  background-image: var(--image-i3428d2ea);
  background-position: 0 0;
  background-size: auto;
}

.heading-405 {
  margin-top: 26px;
}

.html-embed {
  margin-top: 29px;
  margin-bottom: 29px;
}

.color-whiite {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  border-style: solid;
  border-color: #333;
  border-radius: 100%;
}

.color-orange-two {
  width: 80px;
  height: 80px;
  background-color: var(--secondary-orange);
  border: 1px solid #333;
  border-radius: 100%;
}

.color-violet-two {
  width: 80px;
  height: 80px;
  background-color: var(--secondary-violet);
  border: 0 solid #e7e7e7;
  border-radius: 100%;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.padding-vertical-xxlarge {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-hero_heading-wrapper {
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.section-hero {
  z-index: 9999;
  position: relative;
}

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

.timeline_date-text {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: -25px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 47vh;
}

.background-layer {
  z-index: 0;
  opacity: 1;
  background-color: #d8d5d1;
  background-image: linear-gradient(rgba(10, 10, 10, .94), rgba(10, 10, 10, .94)), linear-gradient(rgba(147, 0, 147, .35), rgba(255, 121, 0, .35)), var(--image-6021ce73), linear-gradient(rgba(255, 255, 255, .35), rgba(114, 114, 114, .55));
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, cover, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style-guide-heading-2 {
  color: #8b8b8b;
  margin-top: 54px;
  padding-top: 55px;
  font-size: 1.6rem;
  line-height: 2rem;
}

.background-layer-styleguide {
  z-index: 0;
  max-height: 70px;
  max-width: 200px;
  background-color: #d8d5d1;
  background-image: var(--image-4465ec15), linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .56)), linear-gradient(to bottom, rgba(236, 236, 236, .5), rgba(236, 236, 236, .5)), linear-gradient(to right, var(--secondary-orange), #ececec 54%, var(--secondary-violet));
  opacity: 1;
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: 300px 300px, auto, auto, auto;
  margin-top: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_image-wrapper-2 {
  max-width: 80%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_text_header-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: -28px;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.margin-bottom-medium-2 {
  margin-bottom: 32px;
}

.timeline_text-2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.text-span {
  font-style: italic;
}

.film-animaton-wrapper {
  padding: 0;
  overflow: hidden;
}

.film-amination-inner-wrapper {
  width: 200%;
  display: flex;
}

.film-picture-wrapper {
  width: 110%;
  justify-content: space-between;
  display: flex;
}

.image-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.meet-our-team {
  text-align: left;
  letter-spacing: 4px;
  margin-top: 60px;
  margin-bottom: 75px;
  font-size: 2.5rem;
  line-height: 1;
}

.meet-our-team-wrapper {
  z-index: 2;
  height: 550px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 155px;
  display: flex;
}

.temporary-3 {
  max-width: 80%;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.wrap-scrolling-text {
  min-height: 400px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-3 {
  z-index: 3;
  width: 33.33%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.section-2 {
  width: 100vw;
  height: 100vh;
  perspective: 2000px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-span-4 {
  color: #7e7e7e;
}

.logo {
  max-width: 38%;
  margin-right: 20px;
}

.speaker-info {
  max-width: 500px;
  flex: 1;
  margin-bottom: 36px;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.body-display.large.stylezed {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.speaker-image {
  width: 50%;
  height: 50%;
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.speaker-image.six {
  background-image: var(--image-i641c901b);
  background-position: 50%;
  top: 5%;
}

.speaker-image.one {
  background-image: var(--image-i361eac0f);
  top: 5%;
}

.speaker-image.two {
  background-image: var(--image-2b9ab375);
  top: 5%;
}

.slide-image {
  width: 100%;
  height: 500px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 41px;
  display: flex;
  position: relative;
}

.speaker-name {
  z-index: 10;
  font-size: 30px;
  position: relative;
}

.speaker-arrow {
  width: 50px;
  height: 50px;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 10vw;
  left: auto;
  right: 10vw;
}

.wrapper-contact-copy {
  width: 500px;
  max-width: 1200px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.heading-contact-copy {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.styled-paragraph-copy {
  color: #fff;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.form-contact-copy {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.form-contact-us-copy {
  width: 500px;
  max-width: 600px;
  align-self: flex-start;
  margin-top: 0;
}

.empty-text-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.error-copy {
  background-color: #f85151;
  padding: 20px;
}

.empty-text-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.text-field-contact-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
  font-family: Poppins, sans-serif;
}

.text-field-contact-2:focus {
  color: #fff;
  border-bottom-color: #f4bd03;
}

.textarea-contact-2 {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.textarea-contact-2:focus {
  border-bottom-color: #f4bd03;
}

.right-button-2 {
  color: #fff;
  background-color: #333;
  background-image: var(--image-4d747767);
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 0;
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.right-button-2:hover {
  color: #fff;
  background-color: #f4bd03;
  transform: translate(3px);
}

.wrapper-contact-copy {
  width: 500px;
  max-width: 1200px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 135px;
  margin-bottom: 0;
  display: flex;
}

.heading-contact-copy {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.styled-paragraph-copy {
  color: #fff;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.form-contact-copy {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.form-contact-us-copy {
  width: 500px;
  max-width: 600px;
  align-self: flex-start;
  margin-top: 0;
}

.empty-text-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.error-copy {
  background-color: #f85151;
  padding: 20px;
}

.empty-text-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.text-span {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-style: normal;
  display: block;
}

.container-info-contact-2 {
  width: 100vw;
  height: 100vh;
}

.info-contact-2 {
  z-index: 1;
  width: 100vw;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-top: 0;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.heading-contact-info-2 {
  width: auto;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
}

.contact-grid-2 {
  margin-top: 60px;
}

.info-paragraph-copy {
  color: #a8a8a8;
  text-transform: uppercase;
}

.wrap-text-contact-copy {
  margin-left: 0;
  margin-right: 0;
}

.location-paragraph-copy {
  color: #fff;
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.info-paragraph-copy {
  color: #a8a8a8;
  text-transform: uppercase;
}

.wrap-text-contact-copy {
  margin-left: 0;
  margin-right: 0;
}

.location-paragraph-copy {
  color: #fff;
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.contact-wrapper {
  margin-top: 145px;
}

.timeline_date-text-2 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: -25px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 47vh;
}

.meet-our-team-3 {
  opacity: .4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 80px;
  font-size: 7rem;
  line-height: 1;
}

.contact-big-3 {
  width: 100vw;
  height: 100vh;
  opacity: .08;
  background-image: var(--image-7fca5b58), var(--image-5445c392);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.meet-our-team-wrapper-3 {
  z-index: 2;
  height: 200px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 55px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.body-3 {
  background-color: #0a0a0a;
}

.body-4 {
  background-color: #000;
}

.image-6 {
  margin: 15px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.timeline_image-wrapper-3-2 {
  max-width: 50%;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 0;
  overflow: hidden;
}

.heading-408 {
  color: #ff7900;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Mouser d, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 100;
  line-height: 4rem;
}

.timeline_text-3-2 {
  max-width: 75%;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8rem;
}

.film-image-3 {
  z-index: 1;
  width: 100.5%;
  height: 75%;
  max-width: 100.5%;
  align-self: flex-end;
}

.timeline_circle-2 {
  z-index: 9999;
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 49.3vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_image-wrapper-2-2 {
  max-width: 80%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.timeline_centre-2 {
  z-index: -5;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline_progress-2 {
  z-index: -4;
  width: 3px;
  background-color: #414141;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

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

.timeline_text-2-2 {
  max-width: 80%;
  color: #fff;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8rem;
}

.film-image-4 {
  z-index: 2;
  width: 100.5%;
  height: 75%;
  max-width: 100.5%;
  align-self: flex-end;
}

.timeline_image-wrapper-4-2 {
  max-width: 80%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.film-image-2-2 {
  width: 100.5%;
  height: 75%;
  max-width: 100.5%;
}

.timeline_text-2 {
  max-width: 80%;
  color: #fff;
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8rem;
}

.text-span-5 {
  color: #26ad00;
  font-size: 4rem;
  font-weight: 100;
  position: relative;
  top: 10px;
}

.section-timeline-heading-2 {
  height: 120px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) -4%, rgba(10, 10, 10, .82) 30%, #0a0a0a 55%);
}

.timeline_progress-bar-2 {
  z-index: -1;
  width: 3px;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 32%, #6248ff 100%, rgba(0, 0, 0, .93));
  position: absolute;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.film-image-1-2 {
  width: 100.5%;
  height: 75%;
  max-width: 100.5%;
}

.timeline_text_header-3-2 {
  max-width: 100%;
  color: #fff;
  letter-spacing: 1.1px;
  margin-top: -8px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.3;
}

.timeline_date-text-2-2 {
  width: 110%;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  justify-content: flex-end;
  margin-top: -25px;
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 47vh;
}

.section-timeline-heading-2 {
  height: 120px;
  background-image: linear-gradient(#0a0a0a 45%, rgba(10, 10, 10, .82) 70%, rgba(10, 10, 10, 0) 104%);
}

.section-timeline-heading-2.hide-section {
  display: none;
}

.timeline_image-wrapper-5 {
  max-width: 80%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.roadmap-hero-paragraph-2 {
  max-width: 80%;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.section-timeline-2 {
  z-index: -3;
  position: relative;
}

.section-timeline-2.hide-section {
  display: none;
}

.timeline_text_header-4-2 {
  max-width: 90%;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.timeline_image-wrapper-2 {
  max-width: 80%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.timeline_image-wrapper-2.timeline-img-wrapper-100 {
  max-width: 100%;
}

.timeline_additional_header {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.timeline_item-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 25% 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 30px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.image-3-copy-2 {
  margin: 30px auto;
  padding-left: 30px;
  padding-right: 30px;
}

.timeline_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline_text_header-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: -7px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.timeline_big_header {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
}

.timeline_text_header-7-2 {
  max-width: 90%;
  color: #fff;
  letter-spacing: 1px;
  margin-top: -5px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-6 {
  color: #26ad00;
}

.section-timeline-heading-2-copy {
  height: 120px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) -4%, rgba(10, 10, 10, .82) 30%, #0a0a0a 55%);
}

.section-timeline-heading-2-copy.hide-section {
  display: none;
}

.container-grid-2 {
  z-index: 2;
  width: 60vw;
  background-color: var(--black);
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 75px;
  display: flex;
}

.arrows-image-1 {
  width: 100.5%;
  height: 63%;
  max-width: 100.5%;
  transform: rotate(0);
}

.arrows-image-2 {
  width: 100.5%;
  height: 63%;
  max-width: 100.5%;
}

.arrows-animation-small-wrapper {
  width: 110%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrows-animation-inner-wrapper {
  width: 200%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
}

.arrows-animation-wrapper {
  width: 100%;
  opacity: .55;
  flex-direction: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section---introduction {
  z-index: 2;
  min-height: 85vh;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .29) 30%, rgba(0, 0, 0, .66) 67%, rgba(0, 0, 0, .85) 76%), var(--image-ic1e2ef6);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section---introduction.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.content---container {
  margin-left: auto;
  margin-right: auto;
}

.h1---cream {
  width: 100%;
  margin-bottom: 55px;
  margin-right: 100px;
  padding-left: 70px;
  font-size: 3.4rem;
  line-height: 3.3rem;
}

.h1---cream.text-color-green {
  color: var(--main-green);
}

.h4-blue {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 4em;
  line-height: 1.2;
  text-decoration: none;
}

.content---stretch---creame {
  background-color: #faf8f2;
  flex: 1;
  padding: 60px;
}

.content---stretch---creame.line-below {
  max-height: 70%;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.spacer {
  width: 100%;
  height: 80px;
}

.stretch---image {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 65px;
  display: flex;
}

.section---split {
  z-index: 10;
  background-color: #000;
  margin-left: 0;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.h3-blue {
  letter-spacing: 1px;
  margin-top: 80px;
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.full---flex---link {
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.full---flex---link:hover {
  opacity: .5;
}

.text-span-8 {
  color: var(--goldenrod);
}

.image-7 {
  max-width: 35px;
  margin-top: 20px;
}

.h4-blue-copy {
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Bebas Neue, sans-serif;
  font-size: 3em;
  line-height: 1.2;
  text-decoration: none;
}

.text-span-9 {
  color: var(--secondary-violet);
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.body-5 {
  background-color: var(--black);
}

.list-item {
  text-align: justify;
  margin-bottom: 15px;
}

.temporary-3-copy {
  max-width: 80%;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.nav-helper {
  z-index: 100;
  width: 100px;
  height: 100%;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-helper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.view {
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.section {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.section-copy {
  width: 100vw;
  height: 100vh;
  width: 100vw;
  height: 100vh;
  width: 100vw;
  height: 100vh;
  background-color: #646464;
  flex: none;
}

.section-copy-copy {
  width: 100vw;
  height: 100vh;
  width: 100vw;
  height: 100vh;
  background-color: #646464;
  flex: none;
}

.section-copy-copy-copy {
  width: 100vw;
  height: 100vh;
  background-color: #646464;
  flex: none;
}

.div-block {
  width: 100vw;
  height: 100vh;
  background-color: #664545;
}

.div-block-copy {
  width: 100vw;
  height: 100vh;
  background-color: #4b6b2f;
}

.div-block-3 {
  width: 100vw;
  height: 100vh;
  background-color: #241650;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
  background-color: #285b6b;
}

.div-block-5 {
  width: 100vw;
  height: 100vh;
  background-color: var(--main-violet);
}

.container-grid-2-copy {
  z-index: 2;
  width: auto;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.meet-our-team-wrapper-copy {
  z-index: 2;
  height: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spacer-2 {
  width: 100%;
  height: 100px;
}

.container-grid-2-copy-copy {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 130px;
  padding-left: 130px;
  display: flex;
}

.arrow-wrapper {
  z-index: 1;
  width: 100vw;
  cursor: pointer;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cms-item-wrapper {
  height: 100px;
}

.cms-item-title {
  width: 90%;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 25px;
  font-family: Jost, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.cms-item-organization-name {
  opacity: 1;
  color: var(--white);
  text-align: left;
  margin-top: 45px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 25px 0;
  font-family: Jost, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.cms-item-organization-year {
  opacity: 1;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 5px;
  font-family: Jost, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template: "Area-5 Area-5"
                 "Area Area-6"
                 "Area-2 Area-6"
                 "Area-3 Area-6"
                 "Area-4 ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin: 50px 30px;
  padding: 20px;
  display: grid;
}

.cms-item-organization-charter {
  width: 90%;
  opacity: 1;
  color: var(--goldenrod);
  text-align: left;
  letter-spacing: .5px;
  margin: 10px 30px;
  font-family: Jost, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.cms-item-campaign-text {
  width: 90%;
  color: #fff;
  text-align: left;
  margin: 10px 30px 30px;
  font-family: Jost, sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
}

.cms-item-helper-campaign-title {
  color: var(--goldenrod);
  text-align: left;
  margin: 40px 30px 20px;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.cms-item-year-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 30px;
  display: flex;
}

.cms-item-helper-campaign-year-founded {
  opacity: 1;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.cms0item-image {
  margin: 0 30px 30px;
}

.background-video-2 {
  width: 100%;
  height: 80%;
  object-fit: contain;
}

.collection-item-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-wrapper {
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 100px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: grid;
}

.end-of-scroll {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background-color: rgba(196, 101, 255, .99);
  position: relative;
}

._3d-view {
  z-index: 21;
  width: 100%;
  height: 90px;
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-wrapper {
  padding: 10px 10px 10px 20px;
}

.logo-wrapper.w--current {
  position: relative;
}

.new-logo {
  z-index: 999999;
  width: 200px;
  height: 150px;
  max-width: 180%;
  margin-top: 20px;
  padding: 23px;
  position: relative;
}

.gallery-wrapper {
  flex-direction: column;
  display: flex;
}

.gallery-image {
  width: 400px;
  height: 200px;
  object-fit: cover;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery-image.first-image {
  z-index: 1;
  object-position: 50% 20%;
}

.gallery-image.second-image {
  z-index: 2;
}

.gallery-image.third-image {
  z-index: 3;
}

.cms-social-links {
  display: flex;
}

.cms-link-text {
  color: #fff;
  margin-left: 35px;
  margin-right: 35px;
  font-family: Jost, sans-serif;
  font-size: 1.2rem;
}

.cms-link-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.body-copy {
  background-color: var(--black);
}

.text-block-blog {
  text-align: left;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-blog.interaction-hover {
  color: #fffefe;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1;
}

.text-block-blog.heading {
  margin-top: 30px;
  font-weight: 500;
}

.text-block-blog.heading.interaction-hover.second, .text-block-blog.heading.interaction-hover {
  color: #000;
}

.paragraph-blog {
  text-align: left;
  margin-top: 30px;
  font-size: 2.7em;
  font-weight: 400;
}

.paragraph-blog.interaction-hover {
  color: #fff;
  text-align: justify;
  margin-right: 0;
  font-family: Jost, sans-serif;
  font-size: 2.6em;
  line-height: 1.2em;
}

.project-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

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

.hero-work {
  width: 100%;
  height: 70vh;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-paragraph {
  width: 400px;
  margin-bottom: auto;
  margin-left: auto;
}

.container-paragraph.work, .image-project-page {
  width: 100%;
}

.image-work.interaction-hover {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 30%;
  display: flex;
}

.section-work {
  width: 100%;
  padding: 10rem 1.25vw 140px;
}

.main-heading {
  color: #000;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.main-heading.work {
  font-size: 4em;
}

.main-heading.work.interaction-hover {
  width: 90%;
  color: var(--goldenrod);
  margin-top: 20px;
  font-family: Jost, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

.main {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 127px;
  padding-left: 0;
  padding-right: 1px;
  display: flex;
  overflow: hidden;
}

.main.blog {
  background-color: #000;
  padding: 0;
}

.collection-list-wrapper-8 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-8._2 {
  width: 75%;
}

.content-work {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.grid-blog-image {
  width: 100%;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-8"
                 / 27% 59%;
  justify-content: space-between;
  justify-items: start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grid-blog-image.second {
  grid-column-gap: 0px;
  grid-template-columns: 50% 50%;
}

.cms-social-link-wrapper {
  border-right: .5px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.video {
  margin: 70px 0 20px;
  display: flex;
}

.text-wrapper {
  grid-template: "Area Area"
                 "Area-3 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid {
  width: 100%;
  grid-template: "Area Area-2"
                 ". Area-3"
                 / 1.5fr .5fr;
  padding-left: 5px;
  padding-right: 5px;
}

.social-link-text {
  text-align: left;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.social-link-text.interaction-hover {
  color: #888;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.social-link-text.interaction-hover:hover {
  color: #fff;
}

.social-link-text.heading {
  margin-top: 30px;
  font-weight: 500;
}

.social-link-text.heading.interaction-hover.second, .social-link-text.heading.interaction-hover {
  color: #000;
}

.text-block-blog-copy {
  text-align: left;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-blog-copy.interaction-hover {
  margin: 30px 22px;
  font-size: 40px;
  line-height: 1;
}

.text-block-blog-copy.heading {
  margin-top: 30px;
  font-weight: 500;
}

.text-block-blog-copy.heading.interaction-hover.second, .text-block-blog-copy.heading.interaction-hover {
  color: #000;
}

.text-block-blog-copy {
  text-align: left;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-blog-copy.interaction-hover {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1;
}

.text-block-blog-copy.heading {
  margin-top: 30px;
  font-weight: 500;
}

.text-block-blog-copy.heading.interaction-hover.second, .text-block-blog-copy.heading.interaction-hover {
  color: #000;
}

.text-wrapper-copy {
  flex-direction: row;
  grid-template: "Area Area"
                 "Area-3 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.text-block-blog-copy {
  text-align: left;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-blog-copy.interaction-hover {
  color: #fff;
  margin: 10px 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.text-block-blog-copy.heading {
  margin-top: 30px;
  font-weight: 500;
}

.text-block-blog-copy.heading.interaction-hover.second, .text-block-blog-copy.heading.interaction-hover {
  color: #000;
}

.paragraph-blog-copy {
  text-align: left;
  margin-top: 30px;
  font-size: 2.7em;
  font-weight: 400;
}

.paragraph-blog-copy.interaction-hover {
  color: #fff;
  text-align: justify;
  font-family: Jost, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
}

.grid-blog-image-copy {
  width: 95%;
  grid-template: "."
  / 1fr 1fr;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-blog-image-copy.second {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
}

.container-paragraph-copy {
  width: 400px;
  margin-bottom: auto;
  margin-left: auto;
}

.container-paragraph-copy.work {
  width: 100%;
  border-top: 1px solid #fff;
  margin-right: auto;
  padding: 23px 0;
}

.image-work-copy.interaction-hover {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.image-work-copy-copy.interaction-hover {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 60%;
}

.body7 {
  background-color: #000;
  padding: 30px 113px;
}

.image-8 {
  margin-top: 25px;
}

.crew-grid {
  width: 82vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.crew-card {
  width: 26vw;
  height: 26vw;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 33px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-409 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 25px;
}

.thin-span {
  font-weight: 300;
}

.image-card {
  min-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.crew-card {
  padding-left: 11px;
  padding-right: 11px;
}

.text-block-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 13px 13px 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-2-copy {
  z-index: 9999;
  color: #fff;
  padding: 9px 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: 40%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.div-block-6-copy {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.text-block-2-copy-copy {
  z-index: 9999;
  color: #fff;
  padding: 13px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.heading-409-copy {
  z-index: 15;
  color: #fff;
  margin: 0 5px;
  font-size: 24px;
  line-height: 25px;
  position: relative;
}

.heading-409-copy:hover {
  color: var(--main-green);
}

.cms-link {
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

.div-block-6-copy-copy {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-410 {
  width: 70%;
  color: var(--main-green);
  margin-top: 13px;
  font-family: Jost, sans-serif;
  font-size: 4rem;
  line-height: 5rem;
}

.section-3 {
  height: 70vh;
  border-bottom: 0px solid var(--main-green);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 100px;
  padding-bottom: 0;
  display: flex;
}

.section-3.hide-section {
  display: none;
}

.main-heading-copy {
  color: #000;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.main-heading-copy.work {
  font-size: 4em;
}

.main-heading-copy.work.interaction-hover {
  color: #888;
  margin-top: 0;
  padding-bottom: 15px;
  font-family: Jost, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

.slider {
  width: 100%;
  height: 620px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.slide {
  -webkit-text-fill-color: inherit;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  background-clip: padding-box;
  padding: 0 75px;
}

.mask {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: padding-box;
}

.slide-copy, .slide-copy-copy {
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  background-clip: padding-box;
  padding: 0 75px;
}

.slide-copy-copy-copy {
  -webkit-text-fill-color: inherit;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  background-clip: padding-box;
  padding: 0 75px;
}

.paragraph {
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.image-9 {
  max-width: 50%;
  object-fit: contain;
  box-shadow: 1px 1px 3px #000;
}

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

.text-span-10 {
  color: var(--main-green);
  font-size: 2.5rem;
}

.text-span-11 {
  letter-spacing: 1px;
  text-decoration: underline;
}

.text-span-12 {
  color: var(--goldenrod);
  letter-spacing: 1px;
  text-decoration: none;
}

.text-span-13 {
  color: var(--goldenrod);
  letter-spacing: 1px;
}

.text-span-14 {
  color: var(--goldenrod);
}

.text-span-15 {
  color: var(--goldenrod);
  letter-spacing: 1px;
  text-decoration: none;
}

.text-span-16 {
  font-size: 2rem;
}

.collection-item-3 {
  border-top-width: .5px;
  border-top-color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}

.text-block-blog-copy {
  text-align: left;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-blog-copy.interaction-hover {
  color: #fffefe;
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-blog-copy.heading {
  margin-top: 30px;
  font-weight: 500;
}

.text-block-blog-copy.heading.interaction-hover.second, .text-block-blog-copy.heading.interaction-hover {
  color: #000;
}

.image-10 {
  padding-left: 60px;
  padding-right: 60px;
}

.roadmap-section {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.roadmap-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 56px;
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
}

.roadmap-container {
  max-width: 85%;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 215px;
  padding-bottom: 175px;
  display: flex;
}

.roadmap-div {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 80px;
  padding-top: 30px;
  display: grid;
}

.roadmap-heading-2 {
  height: 100%;
  color: var(--dodger-blue);
  letter-spacing: 5px;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  display: flex;
}

.roadmap-list {
  font-family: Poppins, sans-serif;
  font-size: 2em;
  list-style-type: none;
}

.roadmap-list-item {
  margin-bottom: 20px;
}

.roadmap-list-item-text {
  font-size: 2em;
  line-height: 1.2em;
  display: flex;
}

.roadmap-main-heading {
  color: #fff;
  letter-spacing: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
}

.project-link-container {
  height: 500px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-image-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(87deg, #000, rgba(255, 255, 255, 0));
  position: absolute;
}

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

.image-11 {
  height: 100%;
  object-fit: none;
}

.project-name {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
}

.project-link-text {
  color: var(--white);
  margin-top: 30px;
  font-family: Jost, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.name-link-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-7-copy {
  max-width: 25px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.link-wrapper-helper {
  width: 100%;
  align-items: flex-end;
  display: flex;
}

.bold-text-4 {
  font-family: Bebas Neue, sans-serif;
  line-height: 1.2em;
}

.roadmap-div-helper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.roadmap-container-copy {
  max-width: 85%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 145px;
  display: flex;
}

.roadmap-container-4 {
  max-width: 85%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.h3-body-copy {
  text-align: center;
  margin-top: 60px;
  padding-left: 92px;
  padding-right: 92px;
  font-size: 40px;
  line-height: 40px;
}

.roadmap-link-block {
  width: 80%;
  color: var(--white);
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.project-link-text-copy {
  color: var(--dodger-blue);
  margin-top: 20px;
  font-family: Jost, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.project-link-text-copy-copy {
  color: var(--white);
  background-color: rgba(0, 136, 255, .38);
  margin-top: 20px;
  padding: 20px 80px 20px 20px;
  font-family: Jost, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.div-block-8 {
  width: 100%;
  height: 150px;
  background-image: radial-gradient(circle, rgba(0, 136, 255, .45), rgba(147, 0, 147, .24));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  width: 85%;
  grid-template: ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 / 1fr 180px 1fr;
  justify-items: center;
  margin-left: 55px;
  margin-right: 10px;
}

.div-block-9 {
  z-index: 2;
  background-color: var(--black);
  position: relative;
}

.div-block-9.hide-temp {
  display: none;
}

.div-block-10 {
  width: 94%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 100px;
  display: flex;
}

.roadmap-line {
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .48);
  background-image: linear-gradient(to bottom, black, var(--dodger-blue) 40%, var(--dodger-blue) 60%, #000 103%);
  opacity: .52;
  position: relative;
}

.roadmap-line-2 {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .48);
  background-image: linear-gradient(#fff 52%, #000);
}

.roadmap-text {
  color: #fff;
  text-align: center;
  font-family: Jost, sans-serif;
}

.div-block-11 {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  top: 560px;
}

.div-for-circle {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-for-circle-2 {
  z-index: 2;
  position: relative;
  transform: rotate(90deg);
}

.roadmap-arrow {
  z-index: 2;
  position: relative;
}

.image-12 {
  width: 70%;
  height: 100%;
  margin-top: 55px;
}

.overflow-copy {
  justify-content: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image-2 {
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1px;
  overflow: hidden;
}

.image-2 {
  z-index: 999;
  width: 100%;
  position: relative;
}

.div-block-12 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.body-7 {
  background-color: var(--black);
}

.blog-info-date {
  color: #fff;
  font-size: .8em;
  display: inline-block;
}

.blog-title-link {
  text-decoration: none;
}

.blog-info {
  width: 100%;
  display: flex;
}

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

.padding-vertical.padding-large {
  padding-top: 3.47em;
  padding-bottom: 3.47em;
}

.padding-vertical.padding-120 {
  padding-top: 120px;
  padding-bottom: 0;
}

.blog-right {
  width: 60%;
  margin-left: 1.67em;
}

.hide-blog-wrapper {
  display: none;
}

.blog-left {
  width: 40%;
  border-radius: .83em;
}

.blog-info-time {
  color: #fff;
  font-size: .8em;
  display: inline-block;
}

.blog-info-time.read-time {
  margin-right: .35em;
}

.blog-title-wrapper {
  width: 100%;
  max-width: 26.8em;
  margin-bottom: .69em;
}

.blog-summary-wrapper {
  margin-bottom: 1.04em;
}

.text-highlight-wrapper {
  color: #000;
  background-color: #454f74;
  border-radius: .83em;
  margin-bottom: .69em;
  padding: .14em .28em .14em .35em;
  display: inline-block;
}

.blog-info-item {
  align-self: center;
  align-items: center;
  margin-right: .69em;
  display: flex;
}

.blog-p-summary {
  color: #efeeea;
  font-size: .9em;
}

.empty-state {
  display: none;
}

.blog-info-icon {
  width: 2em;
  height: 2em;
  margin-right: .69em;
}

.blog-text-title {
  color: #f13434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.featured-text-highlight {
  width: 100%;
  height: 100%;
  max-width: 8.5em;
  color: #fff;
  font-size: .8rem;
  line-height: 1;
  display: inline-block;
}

.page-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.page-padding.hide-desktop {
  display: none;
}

.blog-wrapper {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2.78em;
  padding-bottom: 2.78em;
  display: flex;
}

.container-large {
  width: 100%;
  height: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-info, .container-large.is-work {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section-blog.radial-bg {
  background-image: radial-gradient(circle, #1b2446, #060912);
}

.blog-img-wrapper {
  border: .21em solid rgba(241, 52, 52, .6);
  border-radius: .83em;
  overflow: hidden;
}

.blog-post-p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.blog-h1-wrapper {
  padding-bottom: 1.39em;
}

.blog-post-post-body {
  padding-top: 3.47em;
  padding-bottom: 3.47em;
}

.blog-post-wrapper {
  width: 100%;
  height: 100%;
}

.blog-post-wrapper.radial-bg {
  background-image: radial-gradient(circle, #1b2446, #060912);
}

.blog-text-author-name {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
}

.blog-post-main-image {
  width: 100%;
  min-height: 60vh;
  align-items: center;
  margin-top: 1.39em;
  margin-bottom: 1.39em;
  display: flex;
}

.blog-spot-authors-photo {
  z-index: 99;
  width: 100%;
  height: 100%;
  border-radius: 6.94em;
  position: relative;
}

.blog-post-author-name {
  color: #f13434;
}

.rtb-blog-post {
  color: #fff;
}

.blog-post-img {
  border: .21em solid rgba(241, 52, 52, .6);
  border-radius: .83em;
  display: block;
}

.arow-back {
  width: 3.5em;
  height: 3.5em;
  margin-top: .69em;
  margin-bottom: 1.39em;
}

.blog-post-author {
  align-items: center;
  margin-bottom: .69em;
  padding-left: .69em;
  display: flex;
}

.linear-radial-color {
  width: 3.5em;
  height: 3.5em;
  background-image: linear-gradient(#eb14bb, #740cdc);
  border-radius: 6.94em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-h1 {
  color: #f13434;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  line-height: 1.5;
}

.blog-post-info {
  margin-left: .69em;
}

.blog-post-authors-image {
  width: 3.5em;
  height: 3.5em;
  margin-right: 1.39em;
  position: relative;
}

.section-brief-roadmap {
  z-index: 18;
  background-color: var(--black);
  margin-right: 6.94em;
  display: block;
  position: relative;
}

.brief-grid {
  width: 100%;
  position: relative;
}

.brief-wrapper {
  justify-content: center;
  padding-top: 3.47em;
  padding-bottom: 3.47em;
  display: flex;
}

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

.brief-roadmap-item {
  margin-bottom: 0;
  display: flex;
}

.brief-roadmap-content-wrapper {
  z-index: 2;
  width: 98%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.roadmap-left-content {
  align-self: center;
  padding-top: 1.39em;
  padding-bottom: 1.39em;
}

.roadmap-arrow-wrapper {
  justify-content: center;
  display: flex;
}

.roadmap-arrow-wrapper.hide-mobile {
  padding-left: 2.08em;
}

.roadmap-right-content {
  color: var(--white);
  background-image: radial-gradient(circle, rgba(0, 136, 255, .45), rgba(147, 0, 147, .24));
  border-radius: 1.39em;
  padding: 2.08em 3.47em;
}

.roadap-left-text {
  color: var(--dodger-blue);
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.roadmap-right-text {
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.roadmap-img-wrapper {
  width: 3.33em;
  height: 3.33em;
  transform: rotate(90deg);
}

.roadmap-img {
  z-index: 20;
  position: relative;
}

.roadmap-line-wrapper {
  z-index: -1;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.roadmap-line-v1 {
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, black, var(--dodger-blue) 38%, #005aa9 60%, var(--black));
  opacity: .52;
}

.brief-roadmap-flex {
  width: 100%;
  border-top: .07em solid rgba(196, 25, 171, .4);
  border-bottom: .07em solid rgba(196, 25, 171, .4);
  justify-content: center;
  align-items: stretch;
  padding-top: 3.47em;
  padding-bottom: 3.47em;
  display: flex;
}

.roadmap-flex-item {
  width: 40%;
  justify-content: center;
  display: flex;
  position: relative;
}

.roadmap-flex-item.roadmap-midldle {
  width: 10%;
}

.brief-roadmap-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8.33em;
  padding-bottom: 8.33em;
  display: flex;
}

.section-new-roadmap {
  background-color: var(--black);
}

.new-roadmap-component {
  padding-top: 6.94em;
}

.new-roadmap-component.hide-phase {
  display: none;
}

.roadmap-phases {
  display: flex;
}

.rm-left-content {
  width: 20%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.rm-right-content {
  width: 80%;
  padding: 2.78em;
}

.rm-img-content {
  width: 18.75em;
  height: 18.75em;
}

.rm-img {
  z-index: 2;
  border-radius: 100%;
  position: relative;
}

.white-line-wrapper {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.white-line {
  height: 100%;
  border-left: .35em solid var(--red);
  margin-top: auto;
}

.rm-title {
  font-size: 1.7rem;
  line-height: 1.5;
}

.heading-411 {
  font-size: 2.7rem;
  line-height: 1.5;
}

.phase-description {
  font-size: 1.5rem;
  line-height: 1.5;
}

.phase-media {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.media-list {
  grid-column-gap: 2.78em;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.media-img {
  z-index: 1;
  border-radius: 3.68em;
  position: relative;
}

.media-right {
  width: 20%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.media-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.borderline-middle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border-line-mid {
  width: 100%;
  border-top: .35em solid var(--red);
}

.upperleft-wrapper {
  width: 50%;
  height: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.upper-left-line {
  width: 100%;
  height: 5px;
  min-height: 13vmin;
  border-bottom: 5px solid var(--red);
  border-left: 5px solid var(--red);
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
}

.media-left {
  width: 20%;
}

.body-vw {
  font-size: 1vw;
}

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

.new-roadmap-grid.hide-grid {
  display: none;
}

.grid-img-v1 {
  position: relative;
}

.grid-v1-content {
  margin: 2.78em;
}

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

.curve-line-left {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.media-list-v1 {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.curve-line-right {
  position: relative;
}

.curve-line-v1 {
  z-index: 1;
  width: 51%;
  height: 51%;
  border-bottom: .35em solid var(--red);
  border-left: .35em solid var(--red);
  border-radius: 0 0 0 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.curve-line-v1.rotate-45 {
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotateX(0)rotateY(6deg)rotateZ(90deg);
}

.curve-line-v1.rotation-v1 {
  width: 100%;
  height: 5px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.curve-line-v1.v2 {
  width: 51%;
  height: 52%;
  border-width: .35em .35em 0 0;
  border-top-style: solid;
  border-top-color: var(--red);
  border-right-style: solid;
  border-right-color: var(--red);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.curve-line-v2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-img-wrrapper {
  width: 2.43em;
  height: 2.43em;
}

.section-main-timeline.hide-section {
  display: none;
}

.rtb-roadmap h2 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

.rtb-roadmap h4 {
  font-family: Poppins, sans-serif;
  font-size: 1.11em;
  line-height: 1.5;
}

.rtb-roadmap a {
  color: var(--red);
}

.rtb-roadmap-wrapper {
  width: 100%;
  max-width: 45em;
}

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

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), var(--image-7fe12735);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

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

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  margin-right: 6.94em;
  position: relative;
}

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

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

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-xlarge-2 {
  margin-bottom: 56px;
}

.timeline_date-text-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

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

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.roadmap-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}

.roadmap-right-content-wrapper {
  width: 100%;
  max-width: 40em;
}

.page-wrapper.background-black, .main-wrapper.background-black {
  background-color: var(--black);
}

.section-safe-road-map {
  min-height: 100vh;
  margin-right: 6.94em;
  padding-left: 4.86em;
}

.safe-roadmap-component {
  padding-top: 1.74em;
  padding-left: 0;
  padding-right: 0;
}

.safe-roadmap-content {
  margin-bottom: 1.74em;
  display: block;
}

.safe-roadmap-right-content {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.safe-roadmap-left-content {
  width: 100%;
  display: block;
}

.img-safe-roadmap {
  display: none;
}

.safe-roadmap-description {
  margin-right: 3.47em;
}

.safe-roadmap-p {
  margin-bottom: 10px;
}

.span-text-color-b-green {
  color: var(--main-green);
  font-size: 1.6em;
  font-weight: 700;
}

.text-underline {
  font-size: 1.4em;
  text-decoration: underline;
}

.text-color-b-yellow {
  color: var(--goldenrod);
  letter-spacing: 1px;
  font-weight: 700;
}

.text-color-b-yellow.uppercase {
  text-transform: uppercase;
}

.text-color-b-white {
  font-size: 1.3em;
  font-weight: 700;
}

.roadmap-advocacy-wrapper {
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.roadmap-advocacy-content {
  width: 80%;
}

.roadmap-advocacy-image {
  position: relative;
}

.advocacy-title {
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1.5;
}

.advocacy-subtitle {
  color: var(--dodger-blue);
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.background-overlay-blue {
  background-color: rgba(0, 136, 255, .38);
}

.content-background-blue {
  background-color: rgba(0, 136, 255, .38);
  padding: 1.39em;
}

.collection-list-wrapper-9 {
  padding-top: 300px;
  display: block;
}

.h1-advocacy {
  color: var(--main-green);
  font-size: 3.4rem;
  line-height: 1.5;
}

.roadmap-image-overlay {
  background-image: linear-gradient(87deg, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.roadmap-advocacy-img {
  width: 100%;
}

.advocacy-link {
  text-decoration: none;
}

.learn-more-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.learn-more-text {
  color: var(--white);
  margin-right: 1.39em;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  display: inline-block;
}

.arrow-icon {
  width: 2em;
  height: 2em;
}

.roadmap-advocacy-list-wrapper {
  padding-bottom: 3.47em;
  padding-left: 4.86em;
}

.safe-roadmap-logo-wrapper {
  width: 24.31em;
  height: 24.31em;
  margin-bottom: 2.08em;
}

.srm-logo {
  width: 100%;
  height: 100%;
}

.safe-roadmap-h3 {
  color: var(--white);
  margin-bottom: .69em;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.78em;
  font-weight: 400;
  line-height: 1.3;
}

.srm-logo-wrapper {
  grid-column-gap: 3.47em;
  justify-content: center;
  padding-top: 1.74em;
  padding-bottom: 3.47em;
  padding-right: 2.5em;
  display: flex;
}

.srm-logo-item {
  width: 60%;
  grid-column-gap: 2.08em;
  display: flex;
}

.srm-logo-img {
  width: 100%;
  height: 100%;
  border-radius: 1em;
  padding: 1.39em .35em;
}

.srm-logo-item-wrapper {
  background-color: var(--white);
  border-radius: 1em;
  padding-left: .69em;
  padding-right: .69em;
}

.srm-logo-item-wrapper.bg-white {
  background-color: var(--white);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.srm-logo-item-wrapper.srm-outline {
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.srm-link {
  width: 33.33%;
  border: .35em solid var(--dodger-blue);
  background-color: var(--white);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.srm-link:hover {
  outline-color: var(--red);
}

.srm-roadmap-p {
  margin-bottom: .69em;
}

.container-larger {
  width: 100%;
  max-width: 90em;
}

.section-wrap {
  background-color: var(--black);
  color: var(--white);
  font-size: 1em;
  line-height: 1.6;
  display: none;
  position: relative;
}

.work_sticky-wrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_sticky {
  width: 100%;
  height: 100vh;
  background-color: var(--black);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.work_wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_list {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.work_item {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.work-wrapper {
  display: flex;
}

.work-content-1 {
  width: 30%;
  height: 100%;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .69em;
  display: flex;
}

.work-content-2 {
  width: 70%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.39em;
  display: flex;
}

.work-background-1 {
  padding: 1.39em;
}

.work-title {
  padding-bottom: 1.39em;
}

.work-description {
  font-size: 1.9em;
  line-height: 1.5;
}

.image-14 {
  width: 100%;
  height: 100%;
  padding-bottom: 1.39em;
}

.image-15 {
  width: 100%;
}

.work_content-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
}

.info_p-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.info_num-wrap {
  width: 2.4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info_num-move {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: translate(0%);
}

.info_p {
  font-size: 1.7em;
  line-height: 1;
}

.info_p.is-slide-number {
  width: 100%;
  text-align: center;
  flex: none;
}

.info_p.is-total-slides {
  text-align: center;
}

.arrow {
  width: 3em;
  margin-bottom: -.3em;
  margin-left: 1.8em;
}

.work-image-wrapper {
  width: 48.61em;
  height: 48.61em;
  margin-bottom: 1.39em;
}

.triggers-wrap {
  z-index: 1;
  position: relative;
}

.triggers-list {
  padding-bottom: 100vh;
}

.triggers {
  width: 100%;
  height: 80vh;
}

.work_image-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.sticky-info {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.sticky-info_wrap {
  width: 20%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.intro-content-1 {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.intro-content-2 {
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: flex;
}

.intro-main-photo-wrapper {
  width: 48.61em;
  height: 48.61em;
  max-width: 48.61em;
}

.intro-title {
  color: var(--white);
  font-size: 1.5em;
}

.intro-title.is--intro-2 {
  margin-bottom: .69em;
  font-size: 2.5em;
  line-height: 1.5;
}

.paragraph-2 {
  max-width: 13.89em;
}

.intro-desc {
  max-width: 20em;
  margin-top: .69em;
  font-size: 1.6em;
}

.background-label {
  z-index: -1;
  width: 35%;
  height: 100%;
  background-color: var(--dodger-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-photo {
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.intro-photo-desc {
  margin-top: 1.39em;
}

.section-intro-1 {
  z-index: 20;
  width: 100%;
  height: 100%;
  min-height: 100vmin;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.intro-wrapper-1 {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.intro-content-v1 {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.47em;
  display: flex;
}

.intro-content-v2 {
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.47em;
  display: flex;
}

.paragraph-3 {
  margin-top: .69em;
}

.panel {
  z-index: 25;
  position: relative;
}

.section-intro-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  min-height: 100vmin;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: relative;
}

.intro-2-content-v1 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.47em;
  padding-bottom: 3.47em;
  padding-right: 3.47em;
  display: flex;
}

.intro-2-content-v2 {
  width: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.47em;
  text-decoration: none;
  display: flex;
}

.intro-2-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.intro-v2-wrapper {
  width: 100%;
  height: 100%;
  padding-left: 3.47em;
  padding-right: 3.47em;
  display: flex;
}

.intro-2-background-img {
  z-index: 2;
  width: 50%;
  height: 100%;
  background-image: var(--image-i5c042167);
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-2-background-img.right-black {
  background-color: var(--black);
  background-image: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.intro-v1-background {
  z-index: 2;
  width: 40%;
  background-image: var(--image-i1dcd5bd8);
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-v1-background.is-right-v1 {
  width: 60%;
  background-color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-intro-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100vmin;
  background-color: var(--black);
  background-image: var(--image-i39e14f5e);
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.intro-3-content-v1 {
  width: 60%;
  height: 100%;
  color: var(--white);
  padding-right: 3.47em;
}

.intro-3-content-v2 {
  width: 40%;
  height: 100%;
  align-self: flex-start;
}

.heading-title-intro {
  max-width: 15em;
  color: var(--white);
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
}

.heading-title-wrapper {
  justify-content: center;
  margin-bottom: 3.47em;
  display: flex;
}

.intro-3-p {
  max-width: 15em;
  color: var(--white);
  margin-bottom: .69em;
  font-size: 1.8em;
  line-height: 1.5;
}

.intro-3-sub-text {
  justify-content: space-between;
  display: flex;
}

.intro-3-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.panel-wrapper {
  z-index: 11;
  width: 600%;
  height: 100%;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.section-introduction-1 {
  z-index: 11;
  background-color: var(--black);
  display: none;
  position: relative;
}

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

.slider_component {
  width: 100%;
  height: 100%;
  min-height: 100vmin;
  background-color: var(--black);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.slider-button_left {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid orange;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3rem;
  left: auto;
  right: 13.5rem;
}

.slider-button_left:active {
  padding: 10px;
}

.slide-nav {
  display: block;
  top: auto;
  bottom: 3rem;
  left: 0%;
  right: auto;
}

.slider-button_right {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid orange;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 3rem;
  left: auto;
  right: 10rem;
}

.slider-button_right:active {
  padding: 10px;
}

.slider-icon-left {
  width: 50%;
  transform-style: preserve-3d;
}

.slider-icon-left.hide-mobile {
  display: none;
}

.slider-icon-left.show-desktop {
  display: block;
}

.slider-icon-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-icon-right.hide-mobile {
  display: none;
}

.slider-icon-right.show-desktop {
  display: block;
}

.collection-slider_wrapper {
  display: none;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vmin;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.slider-wrapper.hide-slide {
  display: none;
}

.slider-content-1 {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-content-2 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-content-wrapper.hide-content {
  display: none;
}

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

.slider-heading-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.slider-p {
  max-width: 12em;
  font-size: 2.5rem;
  font-weight: 500;
}

.slider-content-image {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-content-desc {
  max-width: 35rem;
  margin-bottom: 0;
  padding-top: 1.39em;
  padding-left: 0;
}

.slider-img {
  width: 26rem;
  border-radius: 1em;
}

.counter-wrapper {
  width: 6rem;
  height: 3.5rem;
  justify-content: space-around;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: 0%;
  right: auto;
}

.cms-active-counter {
  color: #fff;
  padding-left: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  display: none;
}

.cms-active-counter.hide-item {
  display: none;
}

.counter-content-list-item {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  display: none;
}

.heading-3rem {
  font-size: 3rem;
  line-height: 1.5;
}

.counter-item-wrapper {
  display: none;
}

.btn-wrapper {
  width: 10%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6.5rem;
  left: auto;
  right: 0;
}

.btn-intro {
  z-index: 3;
  border: 1px solid var(--white);
  background-color: var(--black);
  padding: 16px 20px;
  transition: all .2s ease-in-out;
  position: absolute;
}

.btn-intro:hover {
  transform: scale(1.1);
}

.nav-main-btn-wrapper {
  margin-bottom: .35em;
  margin-right: .69em;
}

.button-2 {
  padding-left: 1.39em;
}

.btn-pop-up {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-right: 100px;
  padding: 1.11em 1.39em;
  font-family: Poppins, sans-serif;
  font-size: 1.11rem;
  line-height: 1.5;
  display: block;
}

.btn-pop-up:hover {
  background-color: var(--red);
}

.section-pop-up {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.pop-up-component {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pop-up-content-wrapper {
  width: 100%;
  height: 80%;
  background-color: #fff;
  border-radius: 1em;
  position: relative;
}

.close-btn {
  z-index: 3;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin-top: .69em;
  margin-right: .69em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.embed-btn-popup {
  width: 3rem;
  height: 3rem;
  color: var(--secondary-violet);
}

.mobile-btn-wrapper, .section-btn-mobile {
  display: none;
}

.anchor-top {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .background-second-slide {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), var(--image-i15899a7c);
  }

  .background-third-slide {
    background-image: var(--image-10bf229e), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .sub-heading {
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-image: var(--image-i8a7c2c8);
  }

  .bakground {
    mix-blend-mode: normal;
    background-image: var(--image-7b40fadb);
    background-size: auto;
  }

  .grid-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-about {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". Area-portfolio Area-portfolio"
                         ". Area-Portfolio-2 Area-Portfolio-2"
                         ". Area-Porfolio-3 Area-Porfolio-3";
  }

  .wrapper-size-about {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    transition: filter .4s ease-in-out;
  }

  .wrapper-size-about:hover {
    filter: grayscale();
  }

  .portfolio-heading {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .container-about-heading {
    margin-left: 0;
  }

  .color-orange-one {
    width: 80px;
    height: 80px;
    background-color: #0b0a10;
    border: 1px solid #333;
    border-radius: 50%;
  }

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

  .color-violet-one {
    width: 80px;
    height: 80px;
    background-color: #000;
    border: 1px solid #333;
    border-radius: 50%;
  }

  .color-grey {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px #990711;
    border-radius: 50%;
  }

  .submit-button {
    background-color: var(--dim-grey);
    margin-top: 10px;
    font-size: 18px;
  }

  .container-style-guide, .container-style-guide-second, .style-guide-container {
    color: #636363;
    background-color: rgba(255, 255, 255, 0);
    border: 1px #b9b9b9;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding: 45px;
    display: flex;
  }

  .style-guide-heading {
    color: #8b8b8b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .style-guide-grid {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .about-paragraph {
    bottom: 5%;
    left: 103%;
  }

  .preloader-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio {
    object-fit: scale-down;
    display: none;
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second {
    display: none;
  }

  .wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
    z-index: 99;
    display: none;
  }

  .hero-section-progect.third {
    display: flex;
  }

  .manzion-wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    width: 25px;
    top: 33px;
  }

  .section-number {
    overflow: visible;
  }

  .number-awards {
    letter-spacing: 8px;
    align-items: center;
    margin-left: 8px;
    font-size: 39vw;
    display: flex;
  }

  .text-grid {
    z-index: 2;
    height: 100vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-intro-number {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    position: relative;
    top: 0%;
    right: -16%;
  }

  .wrapper-stiky {
    z-index: 99;
    overflow: hidden;
  }

  .wrapper-text-number-section {
    z-index: 4;
    background-color: rgba(0, 0, 0, 0);
  }

  .image {
    width: 100%;
  }

  .container-info-contact {
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    position: relative;
  }

  .horizontal-section.content-wrap.about {
    height: 400vw;
  }

  .container-grid {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .heading-contact-info {
    color: #fff;
    padding-left: 0;
  }

  .horizontal-scrollable-section.about {
    width: 500vw;
    margin-left: 0;
  }

  .contact-bg {
    z-index: 1;
    width: 100vw;
    background-image: var(--image-7fca5b58), var(--image-5445c392);
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .space-contact {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0);
    background-image: var(--image-3c6c49cc);
    background-position: 0 0;
    background-size: auto;
    margin-left: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .horizontal-div-wrapper {
    width: 400vw;
  }

  .info-contact {
    z-index: 2;
    width: 40%;
    height: 100%;
    background-color: #111;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .grid-line-number {
    height: 300vh;
  }

  .grid-line-number.black {
    height: 200vh;
    background-color: var(--black);
  }

  .textarea-contact {
    mix-blend-mode: normal;
    font-family: Poppins, sans-serif;
  }

  .textarea-contact:active, .textarea-contact:focus {
    border-bottom-color: var(--goldenrod);
  }

  .text-field-contact {
    border-bottom-color: var(--white);
  }

  .text-field-contact:focus {
    border-bottom-color: var(--goldenrod);
  }

  .heading-on {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-on._3 {
    text-shadow: 0 0 2px #000;
    font-size: 7.5vw;
    line-height: 1;
  }

  .heading-on._3.no {
    background-color: var(--white);
    text-shadow: none;
  }

  .heading-contact-big {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-contact-big._3 {
    text-shadow: 0 0 2px #000;
    font-size: 13vw;
    line-height: 1;
  }

  .get-in-touch-grid {
    grid-template: ". Area Area Area"
    / 1fr .6fr .9fr 1fr;
  }

  .container-about-heading-second {
    margin-left: 0;
  }

  .utility-page-wrap {
    color: var(--goldenrod);
  }

  .text-field {
    height: 60px;
    color: #ffc500;
    background-color: rgba(255, 255, 255, .38);
  }

  .color-whiite {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px #990711;
    border-radius: 50%;
  }

  .color-orange-two {
    width: 80px;
    height: 80px;
    background-color: #0b0a10;
    border: 1px solid #333;
    border-radius: 50%;
  }

  .color-violet-two {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px #990711;
    border-radius: 50%;
  }

  .section-hero {
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .style-guide-heading-2 {
    color: #8b8b8b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .timeline_text_header-2 {
    margin-top: -30px;
    margin-bottom: 40px;
    font-size: 3.7rem;
  }

  .margin-bottom-medium-2 {
    margin-bottom: 70px;
  }

  .meet-our-team-wrapper {
    background-color: #000;
    margin-top: 0;
  }

  .section-2 {
    justify-content: flex-end;
  }

  .text-field-contact-2 {
    border-bottom-color: #fff;
  }

  .text-field-contact-2:focus {
    border-bottom-color: #f4bd03;
  }

  .textarea-contact-2 {
    mix-blend-mode: normal;
    font-family: Poppins, sans-serif;
  }

  .textarea-contact-2:active, .textarea-contact-2:focus {
    border-bottom-color: #f4bd03;
  }

  .container-info-contact-2 {
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    position: relative;
  }

  .info-contact-2 {
    z-index: 2;
    flex-direction: column;
    align-items: start;
    margin-left: auto;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-contact-info-2 {
    color: #fff;
    padding-left: 0;
  }

  .meet-our-team-3 {
    margin-left: 200px;
    font-size: 6vw;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .contact-big-3 {
    z-index: 1;
    width: 100vw;
    background-image: var(--image-7fca5b58), var(--image-5445c392);
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .meet-our-team-wrapper-3 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .timeline_image-wrapper-3-2 {
    max-width: 60%;
    flex-direction: column;
    display: flex;
  }

  .timeline_image-wrapper-4-2 {
    max-width: 100%;
    margin-left: 0;
  }

  .timeline_big_header {
    margin-top: -30px;
    margin-bottom: 40px;
  }

  .timeline_text_header-7-2 {
    margin-top: 0;
  }

  .container-grid-2 {
    z-index: 2;
    background-color: var(--black);
  }

  .content---container {
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .h1---cream {
    width: 70%;
    margin-right: 0;
  }

  .container-grid-2-copy {
    z-index: 2;
    width: auto;
  }

  .meet-our-team-wrapper-copy {
    margin-top: 0;
  }

  .container-grid-2-copy-copy {
    z-index: 2;
    width: auto;
  }

  .collection-item-2 {
    width: 50vw;
  }

  .paragraph-blog {
    font-weight: 400;
  }

  .heading-more-product {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 8.333%;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1;
  }

  .hero-work {
    align-items: center;
    display: flex;
  }

  .image-blog-page, .image-work.interaction-hover {
    width: 100%;
  }

  .main-heading {
    white-space: normal;
    font-size: 22px;
  }

  .main {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 160px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-work {
    padding-top: 54px;
  }

  .paragraph-blog-copy {
    font-weight: 400;
  }

  .image-work-copy.interaction-hover, .image-work-copy-copy.interaction-hover {
    width: 100%;
  }

  .heading-410 {
    width: 50%;
  }

  .section-3 {
    align-items: stretch;
    margin-right: 45px;
  }

  .main-heading-copy {
    white-space: normal;
    font-size: 22px;
  }

  .paragraph {
    max-width: 80%;
  }

  .div-block-7 {
    justify-content: space-between;
  }

  .collection-item-3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .roadmap-heading-2 {
    color: var(--dodger-blue);
  }

  .div-block-8 {
    border-color: rgba(0, 136, 255, .49);
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .roadmap-line {
    background-image: linear-gradient(to bottom, black, var(--dodger-blue) 40%, var(--dodger-blue) 60%, #000 103%);
    opacity: .52;
  }

  .roadmap-text {
    color: rgba(255, 255, 255, .6);
  }

  .div-block-11 {
    position: static;
  }

  .div-for-circle {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .div-for-circle-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .roadmap-arrow {
    z-index: 2;
    opacity: 1;
    position: relative;
  }

  .image-2 {
    width: 100%;
  }

  .brief-roadmap-content-wrapper {
    grid-template-columns: 1fr max-content 1fr;
  }

  .roadmap-arrow-wrapper.hide-mobile {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .roadmap-img-wrapper {
    z-index: 999;
  }

  .roadmap-line-wrapper {
    z-index: 99;
  }

  .roadmap-line-v1 {
    z-index: 999;
  }

  .curve-line-v1 {
    height: 8.2em;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 100px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .vertical-nav {
    z-index: 99999;
    width: 100%;
    height: auto;
    background-color: #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    z-index: 999999;
    display: block;
  }

  .menu-button {
    z-index: 999999999;
    width: auto;
    height: 5.56em;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.74em;
    padding-right: 1.74em;
    display: block;
  }

  .menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .wrapper-burger-menu {
    margin-right: 20px;
  }

  .scroll-wrapper, .scroll-wrapper.w--current {
    display: none;
  }

  .wrapper-big-menu {
    height: 100vh;
    min-height: 100vmin;
  }

  .container-menu-text {
    width: auto;
  }

  .social-wrapper {
    display: none;
  }

  .grid-line, .grid-about {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .container-about-heading.margin {
    margin-left: 0;
  }

  .filter {
    opacity: 1;
    position: static;
  }

  .about-paragraph {
    margin-top: 10px;
    position: static;
  }

  .wrapper-content-portfolio.first {
    padding-top: 0;
    display: none;
  }

  .wrapper-content-portfolio.fifth {
    display: none;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    top: 15%;
  }

  .number-awards {
    align-items: center;
    font-size: 55vw;
    display: flex;
  }

  .text-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .text-intro-number {
    top: 0%;
  }

  .wrapper-stiky {
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-contact-info {
    font-size: 40px;
  }

  .grid-line-number {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .heading-contact {
    font-size: 65px;
  }

  .right-button {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .heading-on {
    font-size: 20vw;
  }

  .heading-on._3 {
    font-size: 13vw;
  }

  .heading-on._3.no {
    font-size: 15vw;
  }

  .heading-contact-big {
    font-size: 20vw;
  }

  .heading-contact-big._3 {
    font-size: 15vw;
  }

  .get-in-touch-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .container-about-heading-second.auto {
    margin-left: 0;
  }

  .grid-about-text {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .wrap-link-footer {
    align-items: flex-start;
  }

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

  .wrap-copyright {
    margin-right: auto;
  }

  .footer-grid.bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .background-video {
    margin-left: 20px;
    margin-right: 20px;
  }

  .timeline-hero_heading-wrapper {
    margin-top: 3.47em;
  }

  .timeline_text_header-2 {
    font-size: 2rem;
  }

  .meet-our-team {
    max-width: 80%;
    margin-top: 0;
  }

  .meet-our-team-wrapper {
    height: auto;
    flex: 1;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .card-3 {
    width: auto;
    flex: none;
  }

  .speaker-info {
    max-width: 470px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-image {
    position: static;
  }

  .speaker-image.six {
    margin-left: 0;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
    flex: 1;
    align-self: stretch;
  }

  .speaker-slide-content {
    height: 100%;
    padding-bottom: 0;
  }

  .speaker-name {
    font-size: 52px;
  }

  .speaker-arrow {
    width: 40px;
    height: 40px;
    bottom: 5vw;
  }

  .heading-contact-copy {
    font-size: 65px;
  }

  .right-button-2 {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .heading-contact-copy {
    font-size: 65px;
  }

  .form-contact-copy {
    margin-bottom: 0;
  }

  .info-contact-2 {
    flex-direction: column;
    margin-top: 180px;
    display: block;
  }

  .heading-contact-info-2 {
    font-size: 40px;
  }

  .contact-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .meet-our-team-3 {
    margin-left: 0;
    font-size: 4rem;
  }

  .contact-big-3 {
    height: 120vh;
    background-position: 50%, 0 0;
    background-size: auto, cover;
  }

  .meet-our-team-wrapper-3 {
    height: auto;
    align-items: flex-start;
    margin-top: 50px;
    padding-top: 0;
    padding-left: 38px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .timeline_image-wrapper-3-2 {
    max-width: 60%;
    margin-bottom: 0;
  }

  .timeline_right-2 {
    padding-left: 0;
  }

  .timeline_image-wrapper-2-2 {
    max-width: 80%;
  }

  .timeline_text_header-3-2 {
    font-size: 1.7rem;
  }

  .timeline_date-text-2-2 {
    width: 120%;
    text-align: right;
    justify-content: center;
    margin-top: -20px;
    font-size: 2.8rem;
  }

  .roadmap-hero-paragraph-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .timeline_image-wrapper-2 {
    max-width: 80%;
  }

  .timeline_additional_header {
    font-size: 1.7rem;
  }

  .timeline_item-2 {
    grid-template-columns: .4fr 17.5% .85fr;
  }

  .timeline_text_header-2 {
    max-width: 90%;
    font-size: 1.7rem;
  }

  .timeline_big_header {
    margin-top: -12px;
    font-size: 1.7rem;
  }

  .timeline_text_header-7-2 {
    margin-top: -15px;
  }

  .container-grid-2 {
    width: 65vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 30px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .arrows-animation-wrapper {
    width: 100%;
    position: static;
  }

  .section---introduction {
    z-index: 10;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    justify-content: center;
    margin: 0 70px 20px;
  }

  .content---container {
    padding-left: 0;
  }

  .h1---cream {
    text-align: center;
    margin-right: 70px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 4em;
  }

  .content---stretch---creame.line-below {
    padding: 20px 0 20px 65px;
  }

  .spacer {
    height: 10px;
  }

  .stretch---image {
    height: 50vh;
    flex: 0 auto;
  }

  .section---split {
    flex-direction: column;
    margin-right: 70px;
  }

  .h3-blue {
    text-align: center;
    font-size: 3.5em;
  }

  .nav-helper {
    display: none;
  }

  .new-horizontal-section {
    height: auto;
  }

  .view {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .scrollable {
    flex-direction: column;
  }

  .section {
    width: 100vw;
    justify-content: space-between;
    align-items: center;
  }

  .container-grid-2-copy {
    width: 65vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .meet-our-team-wrapper-copy {
    width: 100%;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    margin: 99px 0 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-2 {
    height: 80px;
  }

  .container-grid-2-copy-copy {
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 73px;
  }

  .arrow-wrapper {
    display: none;
  }

  .cms-item-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-item {
    align-items: center;
    display: flex;
  }

  .cms-item-helper-campaign-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .background-video-2 {
    height: 100%;
    margin-top: 4px;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
  }

  ._3d-view {
    z-index: 21;
  }

  .text-block-blog.interaction-hover {
    font-size: 22px;
  }

  .text-block-blog.heading.interaction-hover {
    margin-top: 0;
    font-size: 22px;
  }

  .text-block-blog.heading.interaction-hover.second {
    margin-top: 20px;
  }

  .text-block-blog.heading.interaction-hover {
    margin-top: 0;
  }

  .paragraph-blog.interaction-hover {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .project-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .project-grid.work {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .heading-more-product {
    margin-top: 0;
  }

  .hero-work {
    height: auto;
  }

  .container-paragraph {
    margin-top: 20px;
    margin-left: 0;
  }

  .container-paragraph.work {
    margin-top: 0;
  }

  .section-work {
    padding: 40px 30px;
  }

  .main-heading {
    white-space: normal;
    font-size: 25px;
    font-weight: 700;
  }

  .main-heading.work.interaction-hover {
    font-size: 4em;
  }

  .main {
    padding-top: 95px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main.blog {
    padding-bottom: 0;
  }

  .collection-list-wrapper-8, .collection-list-wrapper-8._2 {
    width: 100%;
  }

  .content-work {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-blog-image {
    grid-template-columns: 25% auto;
    margin-top: 20px;
  }

  .grid-blog-image.second {
    margin-top: 20px;
  }

  .social-link-text.interaction-hover {
    font-size: 22px;
  }

  .social-link-text.heading.interaction-hover {
    margin-top: 0;
    font-size: 22px;
  }

  .social-link-text.heading.interaction-hover.second {
    margin-top: 20px;
  }

  .social-link-text.heading.interaction-hover {
    margin-top: 0;
  }

  .text-block-blog-copy.interaction-hover {
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover.second {
    margin-top: 20px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
  }

  .text-block-blog-copy.interaction-hover {
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover.second {
    margin-top: 20px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
  }

  .text-block-blog-copy.interaction-hover {
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover.second {
    margin-top: 20px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
  }

  .paragraph-blog-copy.interaction-hover {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .grid-blog-image-copy {
    grid-template-columns: 25% auto;
    margin-top: 20px;
  }

  .grid-blog-image-copy.second {
    margin-top: 20px;
  }

  .container-paragraph-copy {
    margin-top: 20px;
    margin-left: 0;
  }

  .container-paragraph-copy.work {
    margin-top: 0;
  }

  .body7 {
    padding: 0 10px 40px;
  }

  .crew-grid {
    flex-direction: column;
    display: flex;
  }

  .crew-card {
    width: 28vw;
    height: 28vw;
  }

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

  .crew-card {
    width: 90%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-410 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .section-3 {
    margin-top: 70px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .main-heading-copy {
    white-space: normal;
    font-size: 25px;
    font-weight: 700;
  }

  .slide, .slide-copy {
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-clip: padding-box;
  }

  .slide-copy {
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-clip: padding-box;
  }

  .slide-copy-copy {
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-clip: padding-box;
  }

  .slide-copy-copy-copy {
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-x;
    background-clip: padding-box;
  }

  .paragraph {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .image-9 {
    max-width: 40%;
  }

  .text-block-blog-copy.interaction-hover {
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
    font-size: 22px;
  }

  .text-block-blog-copy.heading.interaction-hover.second {
    margin-top: 20px;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 0;
  }

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

  .roadmap-main-heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .h3-body-copy {
    font-size: 2rem;
  }

  .roadmap-link-block {
    width: 80%;
  }

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

  .grid-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
    display: flex;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
  }

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

  .div-for-circle {
    display: none;
  }

  .image-12 {
    width: 100%;
  }

  .blog-left {
    align-self: auto;
  }

  .blog-post-main-image {
    min-height: 50vmin;
    margin-top: 2.08em;
    margin-bottom: 2.08em;
  }

  .section-brief-roadmap {
    margin-right: 0;
  }

  .brief-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .brief-roadmap-list-wrapper {
    width: 100%;
  }

  .brief-roadmap-content-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .roadmap-arrow-wrapper.hide-mobile {
    display: none;
  }

  .roadap-left-text {
    font-size: 3rem;
  }

  .roadmap-right-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .roadmap-line-wrapper.hide-tablet {
    display: none;
  }

  .roadmap-line-wrapper.hide-line {
    display: block;
  }

  .brief-roadmap-flex {
    justify-content: space-around;
    padding-bottom: 1.39em;
  }

  .roadmap-flex-item.roadmap-midldle.hide-mobile {
    display: none;
  }

  .brief-roadmap-description {
    padding-top: 2.08em;
    padding-bottom: 2.08em;
  }

  .white-line-wrapper {
    justify-content: center;
  }

  .white-line {
    height: 100%;
  }

  .media-wrapper {
    display: flex;
  }

  .body-vw {
    font-size: 1rem;
  }

  .curve-line-left.hide-curve {
    justify-content: flex-end;
    align-items: center;
  }

  .curve-line-v1 {
    width: 52%;
    height: 52%;
  }

  .rtb-roadmap-wrapper {
    max-width: 23em;
  }

  .section-timeline {
    margin-right: 0;
  }

  .roadmap-right-content-wrapper {
    max-width: 40em;
  }

  .mobile-view {
    font-size: 1rem;
  }

  .section-safe-road-map {
    height: auto;
    margin-right: 0;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .safe-roadmap-component {
    padding-top: 50px;
  }

  .safe-roadmap-content {
    align-items: center;
  }

  .safe-roadmap-description {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .roadmap-advocacy-wrapper {
    flex-direction: column;
  }

  .roadmap-advocacy-content {
    width: 100%;
    order: 1;
  }

  .roadmap-advocacy-image {
    width: 100%;
  }

  .collection-list-wrapper-9 {
    display: none;
  }

  .h1-advocacy {
    font-size: 2.1rem;
  }

  .roadmap-advocacy-list-wrapper {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .safe-roadmap-h3 {
    font-size: 2.2em;
  }

  .srm-logo-wrapper {
    padding-right: 0;
  }

  .srm-logo-item {
    width: 100%;
    grid-column-gap: 0em;
    grid-row-gap: 2.08em;
    flex-direction: column;
  }

  .srm-link {
    width: 100%;
  }

  .srm-roadmap-p {
    font-size: 1.39rem;
  }

  .section-wrap {
    margin-right: 0;
  }

  .work_item {
    flex-direction: row;
  }

  .work-content-1, .work-content-2 {
    width: 100%;
  }

  .work_content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .work-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .html-embed-2 {
    display: flex;
  }

  .intro-wrapper {
    flex-direction: column;
  }

  .intro-content-1 {
    width: 100%;
    flex-direction: column;
    display: block;
  }

  .intro-content-2 {
    width: 100%;
  }

  .intro-main-photo-wrapper {
    width: 100%;
    height: 100%;
  }

  .intro-desc {
    max-width: 20em;
  }

  .background-label {
    width: 100%;
    height: 45%;
    display: block;
  }

  .section-intro-1 {
    margin-top: 6.94em;
  }

  .intro-wrapper-1 {
    flex-direction: column;
  }

  .intro-content-v1, .intro-content-v2 {
    width: 100%;
  }

  .panel {
    justify-content: center;
    align-items: center;
  }

  .section-intro-2 {
    height: 100%;
    align-items: center;
  }

  .intro-2-content-v1 {
    width: 100%;
    padding-left: 3.47em;
  }

  .intro-2-content-v2 {
    width: 100%;
  }

  .intro-v2-wrapper {
    flex-direction: column;
  }

  .intro-2-background-img {
    width: 100%;
    height: 50%;
  }

  .intro-2-background-img.right-black {
    display: none;
  }

  .intro-v1-background {
    width: 100%;
    height: 50%;
  }

  .intro-v1-background.is-right-v1 {
    display: none;
  }

  .intro-v3-wrapper {
    flex-direction: column;
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .intro-3-content-v1 {
    width: 100%;
    padding-right: 0;
  }

  .intro-3-content-v2 {
    width: 100%;
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .intro-3-photo {
    margin-bottom: 1.39em;
  }

  .panel-wrapper {
    width: 100%;
    display: none;
  }

  .intro-1-wrapper {
    width: auto;
    height: auto;
    max-width: 48.61em;
  }

  .section-introduction-1 {
    display: none;
  }

  .slider_component {
    height: 100%;
  }

  .slider-wrapper {
    height: 100%;
    margin-top: 10.42em;
  }

  .slider-p {
    max-width: 12em;
    font-size: 1.4rem;
  }

  .btn-wrapper {
    right: 2rem;
  }

  .nav-main-btn-wrapper {
    z-index: 99999999;
    width: 100%;
    margin-top: 13.89em;
    margin-bottom: 3em;
    margin-right: 0;
  }

  .nav-main-btn-wrapper.hide-mobile {
    display: none;
  }

  .btn-pop-up {
    text-align: center;
    margin-right: 0;
  }

  .section-pop-up {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .pop-up-component {
    height: auto;
  }

  .pop-up-content-wrapper {
    height: 70vh;
  }

  .brand-img {
    width: 70%;
    height: 100%;
    padding: 1.39em;
  }

  .mobile-btn-wrapper {
    z-index: 999;
    width: auto;
    justify-content: flex-start;
    display: none;
    position: absolute;
    top: auto;
    bottom: 1.39em;
    left: auto;
    right: 3.47em;
  }

  .section-btn-mobile {
    z-index: 5;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .whapper-heading-slide {
    padding-left: 8.66%;
  }

  .heading {
    font-size: 80px;
  }

  .vertical-nav {
    height: 100px;
    background-color: #000;
  }

  .brand {
    width: 30%;
  }

  .menu-button {
    height: 5.56em;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: .69em;
    display: block;
  }

  .container-menu-text {
    padding-left: 0;
  }

  .grid-line {
    grid-template-rows: auto;
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .line {
    background-color: rgba(141, 141, 141, 0);
  }

  .wrapper-heading {
    z-index: 3;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .portfolio-heading._2 {
    font-size: 30vw;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second, .wrapper-content-portfolio.third {
    display: none;
  }

  .wrapper-content-portfolio.fourth {
    z-index: 999;
    object-fit: fill;
    display: none;
    overflow: auto;
  }

  .manzion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .number-awards {
    font-size: 58vw;
  }

  .text-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .text-intro-number {
    font-size: 3.5vw;
    top: 0%;
    right: -20%;
  }

  .container-info-contact {
    height: 800px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .horizontal-section.content-wrap.about {
    height: auto;
    overflow: hidden;
  }

  .container-grid {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .horizontal-scrollable-section.about {
    width: auto;
    flex-direction: column;
  }

  .horizontal-content {
    flex-direction: column;
  }

  .contact-bg {
    width: 100%;
    height: 800px;
    background-size: contain, cover;
    align-items: flex-end;
    display: flex;
  }

  .space-contact {
    height: auto;
  }

  .horizontal-div-wrapper {
    height: auto;
    position: static;
  }

  .info-contact {
    width: 100%;
    height: auto;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 104px;
    bottom: 0;
  }

  .heading-contact {
    font-size: 45px;
  }

  .heading-on {
    font-size: 25vw;
  }

  .heading-on._3.no {
    font-size: 18vw;
  }

  .heading-contact-big {
    font-size: 25vw;
  }

  .heading-contact-big._3 {
    font-size: 18vw;
  }

  .wrapper-image-portfolio.smal, .portfolio-image {
    width: 100%;
  }

  .top-text {
    align-self: flex-start;
  }

  .wrap-copyright {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid.bottom {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .background-video {
    margin-left: 10px;
    margin-right: 10px;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .background-layer-styleguide {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .timeline_text_header-2, .timeline_text-2 {
    font-size: 20px;
  }

  .meet-our-team {
    text-align: left;
    font-size: 10vw;
  }

  .meet-our-team-wrapper {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .speaker-info {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .clip-text.speaker-headding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .speaker-image.six {
    width: 100%;
  }

  .slide-image {
    flex: none;
    padding: 50px;
  }

  .speaker-slide-content {
    align-items: center;
  }

  .speaker-name {
    font-size: 48px;
  }

  .heading-contact-copy {
    font-size: 45px;
  }

  .wrapper-contact-copy {
    width: 100%;
  }

  .heading-contact-copy {
    font-size: 45px;
  }

  .form-contact-us-copy {
    width: 200%;
  }

  .container-info-contact-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 100px;
    display: flex;
  }

  .info-contact-2 {
    width: 100%;
    height: auto;
    justify-content: flex-end;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 55px;
    position: relative;
    bottom: 0;
  }

  .contact-wrapper {
    margin-bottom: 30px;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .meet-our-team-3 {
    margin-left: 7px;
    font-size: 10vw;
  }

  .contact-big-3 {
    background-position: 50%, 0 0;
    background-size: cover, cover;
    align-items: flex-end;
    display: flex;
  }

  .meet-our-team-wrapper-3 {
    padding-left: 47px;
  }

  .timeline_image-wrapper-3-2 {
    max-width: 70%;
  }

  .timeline_right-2 {
    padding-left: 0;
  }

  .timeline_text-3-2 {
    font-size: 20px;
  }

  .timeline_circle-2 {
    width: 15px;
    height: 15px;
    max-height: 15px;
    max-width: 15px;
    min-height: 15px;
    min-width: 15px;
  }

  .timeline_centre-2 {
    justify-content: center;
    padding-right: 30px;
  }

  .timeline_progress-2 {
    left: auto;
  }

  .timeline_left-2 {
    width: 100%;
    text-align: left;
  }

  .timeline_text-2-2 {
    font-size: 20px;
  }

  .timeline_image-wrapper-4-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timeline_text-2 {
    max-width: 90%;
    font-size: 20px;
  }

  .timeline_text_header-3-2 {
    font-size: 1.5rem;
  }

  .timeline_date-text-2-2 {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    margin-top: -20px;
    margin-bottom: 24px;
    margin-left: 0;
    font-size: 2.5rem;
  }

  .timeline_image-wrapper-5 {
    margin-bottom: 30px;
  }

  .timeline_text_header-4-2, .timeline_additional_header {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }

  .timeline_item-2 {
    width: 100%;
    grid-template-columns: 15fr 65fr;
    padding-top: 30px;
  }

  .timeline_text_header-2 {
    font-size: 1.5rem;
  }

  .timeline_big_header {
    margin-top: 0;
  }

  .timeline_text_header-7-2 {
    margin-left: 0;
    font-size: 1.5rem;
  }

  .container-grid-2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .arrows-animation-wrapper {
    width: 100%;
  }

  .section---introduction {
    min-height: 100vh;
    background-position: 0 0, 50%;
    background-size: auto, 150%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content---container {
    max-width: 548px;
    min-width: 548px;
  }

  .h1---cream {
    margin-right: 0;
    padding-left: 90px;
    padding-right: 90px;
    font-size: 3em;
    line-height: 2.8rem;
  }

  .content---stretch---creame.line-below {
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .stretch---image {
    margin-left: 0;
  }

  .section---split {
    margin-right: 0;
    position: relative;
  }

  .h3-blue {
    line-height: 3.5rem;
  }

  .image-7 {
    width: 2.43em;
  }

  .nav-helper {
    display: none;
  }

  .container-grid-2-copy {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .meet-our-team-wrapper-copy {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-grid-2-copy-copy {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 0 55px;
    position: static;
  }

  .text-block-blog.heading.interaction-hover {
    margin-top: 20px;
  }

  .paragraph-blog.interaction-hover {
    margin-top: 10px;
    font-size: 18px;
  }

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

  .project-grid.work {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .heading-more-product {
    margin-bottom: 20px;
  }

  .hero-work {
    height: auto;
  }

  .section-work {
    padding: 0 0 40px;
  }

  .main-heading.work.interaction-hover {
    font-size: 30px;
  }

  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main.blog {
    padding-bottom: 0;
  }

  .collection-list-wrapper-8, .collection-list-wrapper-8._2 {
    width: 100%;
  }

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

  .grid-blog-image {
    grid-template-columns: auto;
    margin-top: 0;
  }

  .grid-blog-image.second {
    margin-top: 0;
  }

  .collumn-info {
    margin-right: auto;
  }

  .social-link-text.interaction-hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-link-text.heading.interaction-hover, .text-block-blog-copy.heading.interaction-hover, .text-block-blog-copy.heading.interaction-hover, .text-block-blog-copy.heading.interaction-hover {
    margin-top: 20px;
  }

  .paragraph-blog-copy.interaction-hover {
    margin-top: 10px;
    font-size: 18px;
  }

  .grid-blog-image-copy {
    grid-template-columns: auto;
    margin-top: 0;
  }

  .grid-blog-image-copy.second {
    margin-top: 0;
  }

  .crew-grid {
    width: 82vw;
    grid-template-columns: 1fr 1fr;
  }

  .crew-card {
    width: 42vw;
    height: 42vw;
    width: 100%;
    height: 250px;
  }

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

  .main-heading-copy.work.interaction-hover {
    font-size: 30px;
  }

  .slide {
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-x;
    background-clip: padding-box;
  }

  .slide-copy {
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-x;
    background-clip: padding-box;
  }

  .slide-copy-copy {
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-y;
    background-clip: content-box;
  }

  .slide-copy-copy-copy {
    -webkit-text-fill-color: inherit;
    background-repeat: repeat-x;
    background-clip: padding-box;
  }

  .paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-block-blog-copy.heading.interaction-hover {
    margin-top: 20px;
  }

  .roadmap-heading-2 {
    margin-top: 30px;
  }

  .roadmap-main-heading {
    text-align: center;
    line-height: 3rem;
  }

  .h3-body-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .roadmap-link-block {
    width: 80%;
  }

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

  .roadmap-text {
    text-align: center;
    font-size: .9em;
  }

  .div-for-circle {
    display: none;
  }

  .image-13 {
    height: 100%;
    object-fit: contain;
  }

  .blog-right {
    width: 100%;
    margin-left: 0;
  }

  .blog-left {
    width: 100%;
    margin-bottom: 1.67em;
  }

  .blog-text-title {
    font-size: 1.4em;
  }

  .blog-wrapper {
    flex-direction: column;
  }

  .blog-post-p {
    font-size: 1rem;
  }

  .blog-post-main-image {
    min-height: 30vh;
  }

  .blog-h1 {
    font-size: 2.2em;
  }

  .roadmap-right-content {
    justify-content: center;
    align-items: center;
    padding: 1.39em;
    display: flex;
  }

  .roadap-left-text {
    text-align: center;
    font-size: 2rem;
  }

  .roadmap-right-text {
    font-size: 1em;
    line-height: 1.5;
  }

  .phase-description {
    font-size: 1rem;
  }

  .curve-line-v1 {
    width: 54%;
    height: 52%;
  }

  .curve-line-v1.v2 {
    height: 54%;
  }

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

  .timeline_progress {
    left: 6px;
  }

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

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

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .main-wrapper {
    margin-top: -5.56em;
  }

  .section-safe-road-map {
    padding-left: 0;
    padding-right: 0;
  }

  .safe-roadmap-component {
    padding-top: 25px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .safe-roadmap-content {
    flex-direction: column;
  }

  .safe-roadmap-right-content, .safe-roadmap-left-content {
    width: 100%;
  }

  .roadmap-advocacy-wrapper {
    flex-direction: column;
  }

  .roadmap-advocacy-content {
    width: 100%;
    order: 1;
  }

  .roadmap-advocacy-image {
    width: 100%;
  }

  .advocacy-title {
    font-size: 1.5rem;
  }

  .advocacy-subtitle {
    font-size: 1.2rem;
  }

  .h1-advocacy {
    font-size: 2.2rem;
  }

  .safe-roadmap-h3 {
    font-size: 1.6em;
  }

  .srm-logo-item-wrapper {
    width: 80%;
    padding-top: 1.39em;
    padding-bottom: 1.39em;
  }

  .section-wrap {
    display: none;
  }

  .section-intro-2 {
    padding-top: 6.94em;
  }

  .intro-2-content-v1, .intro-2-content-v2 {
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .intro-v2-wrapper {
    flex-direction: column;
  }

  .intro-2-background-img {
    z-index: 2;
    width: 100%;
    height: 50%;
  }

  .intro-2-background-img.right-black, .panel-wrapper {
    display: none;
  }

  .intro-1-wrapper {
    width: auto;
    height: auto;
  }

  .section-introduction-1 {
    display: none;
  }

  .slider-button_left {
    width: 6rem;
    border-style: none;
    top: auto;
    bottom: 5rem;
    left: 6rem;
    right: auto;
  }

  .slide-nav {
    top: auto;
    bottom: 10rem;
    left: 0%;
    right: 0%;
  }

  .slider-button_right {
    width: 6rem;
    border-style: none;
    top: auto;
    bottom: 5rem;
    left: auto;
    right: 6rem;
  }

  .slider-icon-left {
    width: 100%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .slider-icon-left.hide-mobile {
    display: block;
  }

  .slider-icon-left.show-desktop {
    display: none;
  }

  .slider-icon-right {
    transform: none;
  }

  .slider-icon-right.hide-mobile {
    display: block;
  }

  .slider-icon-right.show-desktop {
    display: none;
  }

  .slider-wrapper {
    min-height: 100vh;
  }

  .slider-content-1 {
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .slider-content-2 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .slider-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10rem;
  }

  .slider-content-wrapper.hide-content {
    display: block;
  }

  .btn-wrapper {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btn-intro {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pop-up-component {
    height: 100%;
  }

  .pop-up-content-wrapper {
    height: 70vh;
  }

  .brand-img {
    width: 100%;
    padding: .69em;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.11em;
  }

  ul, ol {
    color: var(--white);
  }

  .background-third-slide {
    background-image: var(--image-i33fe8c67), var(--image-10bf229e), linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .heading {
    font-size: 15vw;
  }

  .bakground {
    background-image: var(--image-i7c0e7cbb);
    background-position: 0%;
    background-size: auto;
    background-attachment: scroll;
  }

  .vertical-nav {
    z-index: 30;
    background-color: #000;
    display: flex;
  }

  .nav-link {
    font-size: 25px;
  }

  .nav-link.w--current {
    font-size: 20px;
  }

  .brand {
    width: 50%;
  }

  .menu-button {
    width: auto;
    height: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-burger-menu {
    width: 25px;
  }

  .nav-menu {
    margin-top: 165px;
  }

  .wrapper-big-menu {
    width: 100%;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .container-menu-text {
    width: auto;
    padding-left: 0;
  }

  .menu-link {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-line {
    width: 60px;
    display: none;
  }

  .nav-text {
    font-size: 20px;
  }

  .grid-line {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
  }

  .line {
    background-color: rgba(141, 141, 141, 0);
  }

  .line.hidden {
    display: block;
  }

  .grid-about {
    grid-row-gap: 44px;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .wrapper-heading {
    padding-top: 130px;
  }

  .portfolio-heading {
    margin-top: 0;
    font-size: 22vw;
  }

  .portfolio-heading._2 {
    font-size: 35vw;
  }

  .colors {
    width: 100%;
  }

  .container-style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-style-guide-second, .style-guide-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .preloader-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio.first {
    display: none;
  }

  .wrapper-content-portfolio.second {
    z-index: 9999;
    display: none;
    overflow: auto;
  }

  .hero-section-progect.second {
    overflow: visible;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    z-index: 99999;
    top: 10%;
    left: 19px;
  }

  .section-number {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .number-awards {
    letter-spacing: -11px;
    margin-left: -14px;
    font-size: 90vw;
  }

  .text-grid {
    height: 100vh;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .text-intro-number {
    text-align: center;
    margin-left: 0;
    font-size: 5vw;
    right: -13%;
  }

  .wrapper-text-number-section {
    height: 50vh;
    grid-template-areas: "Area Area Area Area";
  }

  .features-heading {
    font-size: 15vw;
  }

  .parallax-image {
    height: auto;
  }

  .horizontal-section {
    margin-left: 0;
  }

  .horizontal-section.content-wrap.about {
    overflow: hidden;
  }

  .heading-contact-info {
    font-size: 30px;
  }

  .contact-bg {
    background-size: contain, cover;
  }

  .info-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-line-number {
    height: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

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

  .info-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .styled-paragraph {
    font-size: 12px;
  }

  .textarea-contact {
    opacity: .77;
    color: var(--goldenrod);
    background-color: rgba(0, 0, 0, 0);
  }

  .wrapper-contact {
    width: 90%;
  }

  .heading-contact {
    font-size: 32px;
  }

  .form-contact {
    width: 100%;
  }

  .right-button {
    font-family: Poppins, sans-serif;
    display: inline-block;
  }

  .text-field-contact {
    background-color: rgba(44, 28, 28, .68);
    font-family: Poppins, sans-serif;
  }

  .form-contact-us {
    width: 100%;
  }

  .heading-on, .heading-contact-big {
    font-size: 40vw;
  }

  .get-in-touch-grid, .grid-about-text {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .portfolio-paragraph {
    text-align: left;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-link-footer {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .top-text {
    text-align: center;
    margin-right: 0;
  }

  .wrap-copyright {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid {
    margin-left: 0;
  }

  .footer-grid.bottom {
    justify-items: center;
    margin: 200% 0 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .background-video {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-2 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .heading-405 {
    padding-left: 10px;
  }

  .page-wrapper {
    height: 100%;
    margin-top: -5.56em;
  }

  .margin-bottom-medium, .margin-bottom-medium-2 {
    margin-bottom: 24px;
  }

  .meet-our-team-wrapper {
    height: 350px;
    margin-top: 345px;
  }

  .temporary-3 {
    max-width: 100%;
  }

  .card-3 {
    width: 100%;
    flex: 1;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-image {
    object-fit: contain;
  }

  .slide-image {
    padding: 0;
    position: static;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -5%;
    left: 10%;
    right: -20%;
  }

  .wrapper-contact-copy {
    width: 90%;
  }

  .heading-contact-copy {
    font-size: 32px;
  }

  .styled-paragraph-copy {
    font-size: 12px;
  }

  .form-contact-copy, .form-contact-us-copy {
    width: 100%;
  }

  .text-field-contact-2 {
    font-family: Poppins, sans-serif;
  }

  .textarea-contact-2 {
    opacity: .77;
    color: #f4bd03;
    background-color: rgba(0, 0, 0, 0);
  }

  .right-button-2 {
    font-family: Poppins, sans-serif;
    display: inline-block;
  }

  .wrapper-contact-copy {
    width: 90%;
  }

  .heading-contact-copy {
    font-size: 32px;
  }

  .styled-paragraph-copy {
    font-size: 12px;
  }

  .form-contact-copy, .form-contact-us-copy {
    width: 100%;
  }

  .info-contact-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-contact-info-2 {
    font-size: 30px;
  }

  .contact-grid-2 {
    grid-template-columns: 1fr;
  }

  .info-paragraph-copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .meet-our-team-3 {
    margin-left: 0;
  }

  .contact-big-3 {
    background-position: 50%, 0 0;
    background-size: cover, cover;
  }

  .meet-our-team-wrapper-3 {
    height: 350px;
    margin-top: 60px;
    padding-left: 18px;
    top: -30%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-408 {
    font-size: 2.5rem;
  }

  .timeline_text-3-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .timeline_text_header-3-2 {
    font-size: 1rem;
  }

  .timeline_text_header-4-2 {
    font-size: 1.3rem;
  }

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

  .timeline_big_header {
    font-size: 1.2rem;
  }

  .container-grid-2 {
    height: 100%;
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 80px;
    padding-top: 0;
    padding-left: 26px;
    padding-right: 26px;
    display: block;
  }

  .arrows-animation-inner-wrapper {
    margin-bottom: 10px;
  }

  .section---introduction {
    height: 100%;
    min-height: 40vh;
    background-position: 0 0, 50%;
    background-size: auto, contain;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .content---container {
    max-width: 320px;
    min-width: 320px;
  }

  .h1---cream {
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 35px;
  }

  .h3-body {
    text-align: center;
    margin-bottom: 50px;
  }

  .h4-blue {
    text-align: center;
    letter-spacing: 0;
    font-size: 3em;
  }

  .content---stretch---creame {
    padding: 20px;
  }

  .content---stretch---creame.line-below {
    border-bottom-style: none;
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .stretch---image {
    width: 100%;
    margin-left: 0;
  }

  .section---split {
    margin-right: 0;
    position: relative;
  }

  .h3-blue {
    letter-spacing: 0;
    font-size: 2.5em;
    line-height: 2.5rem;
  }

  .full---flex---link {
    width: 100%;
    text-align: center;
    border-bottom-width: 2px;
    justify-content: center;
  }

  .image-7 {
    display: none;
  }

  .h4-blue-copy {
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
    font-size: 3em;
  }

  .body-5 {
    overflow: hidden;
  }

  .list-item {
    margin-bottom: 0;
  }

  .temporary-3-copy {
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .container-grid-2-copy {
    height: 100%;
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 80px;
    padding-top: 0;
    padding-left: 26px;
    padding-right: 26px;
    display: block;
  }

  .meet-our-team-wrapper-copy {
    width: 80%;
    margin-top: 120px;
  }

  .spacer-2 {
    display: none;
  }

  .container-grid-2-copy-copy {
    height: 100%;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cms-item-title {
    width: 100%;
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .cms-item-organization-name {
    text-align: center;
    line-height: 2.7rem;
  }

  .cms-item-organization-charter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cms-item-campaign-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .cms-item-helper-campaign-title {
    text-align: center;
    font-size: 1.8rem;
  }

  .background-video-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-logo {
    max-width: 150%;
  }

  .gallery-image.first-image, .gallery-image.second-image, .gallery-image.third-image {
    position: static;
  }

  .text-block-blog.interaction-hover {
    margin-bottom: 0;
    font-weight: 600;
  }

  .text-block-blog.heading.interaction-hover {
    font-size: 21px;
  }

  .paragraph-blog.interaction-hover {
    margin-bottom: 0;
  }

  .project-grid.work {
    margin-top: 0;
  }

  .hero-work {
    padding-top: 0;
  }

  .container-paragraph {
    width: auto;
  }

  .section-work {
    padding: 0 20px 60px;
  }

  .main-heading.work.interaction-hover {
    text-align: center;
    margin-left: 15px;
  }

  .main {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main.blog {
    padding-bottom: 0;
  }

  .grid-blog-image {
    flex-direction: column;
    display: flex;
  }

  .collumn-info {
    margin-right: auto;
  }

  .cms-social-link-wrapper {
    border-right-width: 0;
    align-items: center;
  }

  .text-wrapper {
    justify-content: center;
  }

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

  .social-link-text.heading.interaction-hover, .text-block-blog-copy.heading.interaction-hover, .text-block-blog-copy.heading.interaction-hover, .text-block-blog-copy.heading.interaction-hover {
    font-size: 21px;
  }

  .grid-blog-image-copy {
    flex-direction: column;
  }

  .container-paragraph-copy {
    width: auto;
  }

  .container-paragraph-copy.work {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .image-8 {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .crew-card {
    width: 90vw;
    height: 90vw;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .section-3 {
    margin-top: 301px;
    margin-bottom: 301px;
  }

  .main-heading-copy.work.interaction-hover {
    text-align: center;
    margin-left: 15px;
  }

  .slider {
    height: 400px;
  }

  .slide, .slide-copy, .slide-copy, .slide-copy-copy, .slide-copy-copy, .slide-copy-copy-copy {
    background-size: contain;
  }

  .paragraph {
    line-height: 2.1rem;
  }

  .image-9 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .text-span-10 {
    font-size: 2rem;
    line-height: 1.7rem;
  }

  .text-block-blog-copy.interaction-hover {
    margin-bottom: 0;
    font-weight: 600;
  }

  .text-block-blog-copy.heading.interaction-hover {
    font-size: 21px;
  }

  .roadmap-heading {
    line-height: 50px;
  }

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

  .roadmap-main-heading {
    font-size: 2.5rem;
  }

  .image-7-copy {
    display: none;
  }

  .h3-body-copy {
    text-align: center;
    margin-bottom: 50px;
  }

  .roadmap-link-block {
    width: 90%;
  }

  .grid-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .roadmap-text {
    font-size: .7em;
  }

  .parallax-image-2 {
    height: auto;
  }

  .image-13 {
    object-fit: scale-down;
  }

  .blog-text-title {
    font-size: 1em;
    line-height: 1.5;
  }

  .page-padding {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .blog-text-author-name {
    font-size: 1em;
  }

  .blog-post-main-image {
    min-height: 15vh;
  }

  .blog-spot-authors-photo {
    width: 100%;
    height: 100%;
  }

  .blog-post-author {
    padding-left: 0;
  }

  .blog-h1 {
    font-size: 1.3em;
  }

  .blog-post-info {
    margin-left: 0;
  }

  .roadmap-right-content {
    padding: .69em;
  }

  .roadmap-right-text {
    font-size: 1.1em;
  }

  .roadmap-line-wrapper.hide-line {
    display: none;
  }

  .brief-roadmap-flex {
    padding-top: 1.39em;
  }

  .roadmap-flex-item.roadmap-midldle {
    width: auto;
  }

  .page-padding.mobile-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .phase-description {
    font-size: 1.11em;
  }

  .grid-v1-content {
    margin: .69em 1.39em;
  }

  .curve-line-left.hide-curve, .curve-line-right.hide-curve, .curve-line-v1.hide-mobile, .arrow-img-wrrapper {
    display: none;
  }

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

  .timeline_date-text-2 {
    font-size: 2.5rem;
  }

  .safe-roadmap-component {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .safe-roadmap-description {
    margin-bottom: 1.39em;
  }

  .safe-roadmap-p {
    font-size: 1em;
  }

  .roadmap-advocacy-content {
    order: 1;
  }

  .h1-advocacy {
    font-size: 1.6rem;
  }

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

  .learn-more-text {
    margin-right: 0;
    display: inline-block;
  }

  .srm-logo-item-wrapper {
    width: 100%;
    padding-top: .69em;
    padding-bottom: .69em;
  }

  .section-intro-2 {
    padding-top: 0;
  }

  .intro-2-photo {
    object-fit: cover;
  }

  .intro-v2-wrapper, .section-intro-3 {
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .intro-v3-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .intro-3-content-v1 {
    width: 100%;
    padding-right: 0;
  }

  .intro-3-content-v2 {
    width: 100%;
  }

  .intro-3-p {
    width: 100%;
    max-width: none;
  }

  .intro-3-photo {
    display: block;
  }

  .intro-3-photo-wrapper {
    width: 100%;
    height: 100%;
  }

  .slider_component {
    min-height: 100vmin;
  }

  .slider-button_left {
    z-index: 4;
    top: auto;
    bottom: 5rem;
    left: 0%;
    right: auto;
  }

  .slide-nav {
    display: block;
    bottom: 8rem;
  }

  .slider-button_right {
    top: auto;
    bottom: 5rem;
    left: auto;
    right: 0%;
  }

  .slider-wrapper {
    min-height: 80vh;
    margin-top: 5em;
  }

  .slider-content-2 {
    height: 100%;
    margin-top: 1.39em;
  }

  .slider-content-wrapper {
    padding-bottom: 4rem;
  }

  .slider-p {
    max-width: none;
    font-size: 1.5em;
    line-height: 1.5;
  }

  .slider-content-desc {
    padding-top: .69em;
  }

  .heading-3rem {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .btn-wrapper {
    z-index: 11;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btn-intro {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-pop-up {
    z-index: 31;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pop-up-content-wrapper {
    height: 90%;
  }

  .close-btn {
    margin-top: 2em;
    margin-right: 1em;
  }

  .embed-popup {
    overflow: hidden;
  }

  .brand-img {
    width: 100%;
  }
}

#w-node-_17febbcb-c9ae-caec-9758-d290944d6d43-e3d3edc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d17e95f3-1008-89c2-d758-db18228bbace-e3d3edc2, #w-node-_4871c65f-7d47-f3ce-1197-bd0f96401d9b-e3d3edc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-e3d3edc2 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-b7219988-99d7-0d40-a445-e98897f5d009-e3d3edc2 {
  grid-area: Area;
  align-self: center;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-e3d3edc2 {
  grid-area: Area;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed74-31d3edcd {
  grid-area: Area;
  align-self: start;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed75-31d3edcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed76-31d3edcd {
  grid-area: Area-3;
  align-self: start;
  justify-self: end;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed77-31d3edcd {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed92-31d3edcd {
  grid-area: Area-3;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed95-31d3edcd {
  grid-area: Area-2;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed97-31d3edcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed9a-31d3edcd {
  grid-area: Area-4;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed9c-31d3edcd {
  grid-area: Area-5;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853fed9f-31d3edcd {
  grid-area: Area-6;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853feda1-31d3edcd {
  grid-area: Area-8;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853feda2-31d3edcd {
  grid-area: Area-7;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853feda3-31d3edcd {
  grid-area: Area;
}

#w-node-_8196e1d7-e822-a32f-f551-47c9853feda4-31d3edcd {
  grid-area: Area-2;
}

#w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4518-b7d3edd5, #w-node-a48a75a3-82e1-3cbd-2857-a567cfc14e87-b7d3edd5, #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce451e-b7d3edd5, #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4524-b7d3edd5, #w-node-d23df58e-e15a-168b-6a5a-3582c497cd08-b7d3edd5, #w-node-_0b667a0b-80ed-a6e1-5dd8-a08a3fcdd83b-b7d3edd5 {
  justify-self: start;
}

#w-node-_1ec70480-c516-5eb7-c46a-5b15409fb5f0-b7d3edd5 {
  grid-area: Area;
}

#w-node-_0b667a0b-80ed-a6e1-5dd8-a08a3fcdd83f-b7d3edd5 {
  grid-area: Area;
  align-self: end;
}

#w-node-_17e14ba0-839c-6171-481a-f27f9697698b-f4d3edd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9a0fe69-34ba-345c-c308-dea147391b8c-f4d3edd9, #w-node-abf8588f-7d18-c97d-4811-7d7e4a42d2e8-f4d3edd9, #w-node-_74b3767c-0749-aeca-6a05-ce34a889cf01-f4d3edd9 {
  grid-area: Area;
}

#w-node-_0e5b79f8-82a2-8b29-0e92-acc9fa0cd17c-f4d3edd9 {
  grid-area: Area-2;
}

#w-node-a97f8f74-e355-cc45-2efe-c52997960878-9cd3edda, #w-node-a97f8f74-e355-cc45-2efe-c529979608db-9cd3edda {
  justify-self: center;
}

#w-node-bea50f55-c780-7f7d-5e06-e8b077aa88da-ec7beb56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f53dd17c-2f84-d19f-f439-2ece7074a681-ec7beb56 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ac382696-0cf2-6579-a8a4-8e4aba74dea2-ec7beb56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b718e1e-2d39-cc57-8278-ccdd98296bce-ec7beb56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_51ac4779-dc0d-159e-69c0-08373ed28944-ec7beb56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-e3d3edc2 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-e3d3edc2 {
    grid-area: Area;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4518-b7d3edd5 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: center;
  }

  #w-node-a48a75a3-82e1-3cbd-2857-a567cfc14e87-b7d3edd5 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce451e-b7d3edd5 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4524-b7d3edd5 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d23df58e-e15a-168b-6a5a-3582c497cd08-b7d3edd5, #w-node-_0b667a0b-80ed-a6e1-5dd8-a08a3fcdd83b-b7d3edd5 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979608de-9cd3edda {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960878-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c5299796087b-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c5299796087f-9cd3edda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c5299796089b-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c5299796089e-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979608bb-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979608be-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979608db-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979608de-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c5299796091e-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960921-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c5299796093d-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960940-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960950-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960953-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960998-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c5299796099b-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979609bd-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979609c0-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979609d2-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c529979609d5-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960a11-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a97f8f74-e355-cc45-2efe-c52997960a14-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2bbc6854-b0ef-3bac-fac9-17fad21db1b8-9cd3edda {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2bbc6854-b0ef-3bac-fac9-17fad21db1bb-9cd3edda {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
    justify-self: center;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-column-end: 2;
    justify-self: center;
  }

  #w-node-_1b718e1e-2d39-cc57-8278-ccdd98296bce-ec7beb56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Mouser d';
  src: url("../fonts/mouser-d.otf") format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}