.progress-bar-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.progress-bar-part {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.6666%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #7c0304;
  font-size: 1rem;
}

.progress-ping {
  position: absolute;
  left: -0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.5em;
  height: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3c46fb;
  box-shadow: 0 0 0 0.25rem #ff8177;
}

.progress-bar-line {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  background-color: rgba(60, 70, 251, 0.2);
}

.progress-bar-fill.f1 {
  position: absolute;
  width: 100%;
  height: 0.25em;
  background-color: #3c46fb;
}

.scroll-prompts-all {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -2em);
  -ms-transform: translate(0px, -2em);
  transform: translate(0px, -2em);
}

.scroll-prompt-wrapper-initial {
  position: fixed;
  left: auto;
  top: 85vh;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-bottom: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.scroll-prompt-wrapper-initial.spw1 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #3c46fb;
}

.scroll-prompt-wrapper-initial.spw2 {
  left: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #3c46fb;
}

.scroll-prompt-wrapper-initial.spw3 {
  left: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #3c46fb;
}

.scroll-prompt-wrapper-initial.spw4 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #3c46fb;
}

.scroll-prompt-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c46fb;
  font-weight: 400;
}

.scroll-prompt-undercircle {
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 70%;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 50%;
}

.grid-row {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  border: 1px solid #000;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600vh;
  margin-top: 150vh;
  padding-right: 4em;
  padding-left: 4em;
}

.key-intro-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border: 1px solid #000;
}

.scroll-prompt-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 70%;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
  box-shadow: 10px 10px 14px -4px rgba(24, 21, 76, 0.16);
}

.scroll-prompt-button.initial {
  width: 100%;
  height: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.scroll-prompt-ico {
  position: absolute;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-prompt-ico.initial {
  position: relative;
  bottom: auto;
  margin-top: 0.5rem;
}

.ico {
  width: 1rem;
  height: 1rem;
  color: #3c46fb;
}

.ico.scroll {
  width: 2rem;
  height: 2rem;
}

.main-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.scene-1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee3ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.progress-bar-ping-inner.pi1 {
  position: absolute;
  z-index: -1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #3c46fb;
  opacity: 0.2;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.scroll-prompt-intro-initial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-scroll {
  color: #3c46fb;
  font-size: 1.5vh;
  line-height: 120%;
  font-weight: 600;
}

.ix-intro-facts-trigger {
  position: absolute;
  top: 150vh;
}

.scene-1-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 10%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.ix-scroll-prompt {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 100vh;
}

.browser-global-scene-wrapper {
  position: relative;
  width: 100%;
}

.browser-overflow-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.intro-webflow-facts-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600vh;
  margin-top: 150vh;
}

.ix-fact-trigger-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.ix-fact-trigger-2 {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.ix-fact-tittle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 75%;
}

.ix-fact-trigger-3 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.ix-fact-trigger-4 {
  position: absolute;
  left: 0%;
  top: 75%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.ix-expand-darkness-trigger {
  position: absolute;
  left: 0%;
  top: 75%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.section-1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c0304;
  color: #7c0304;
}

.section-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c0304;
}

.section-4 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c0304;
}

.section-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c0304;
}

.section-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-navigation {
  position: fixed;
  left: auto;
  top: 3%;
  right: 10%;
  bottom: 3%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100vh;
  margin-bottom: 13px;
  padding: 14px 7px 61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 13px;
  background-color: transparent;
}

.navline {
  position: relative;
  right: 0px;
  z-index: 100;
  display: block;
  margin-right: 33px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.navline:hover {
  color: #f74545;
}

.navline.w--current {
  color: #e7e5e5;
}

.progress-bar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 13%;
  bottom: 0%;
  width: 10px;
  height: 98%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  background-color: #dd0909;
  background-image: linear-gradient(35deg, #500202, #ec0303);
  box-shadow: inset 2px 2px 5px -2px #000;
}

.mycontainer {
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.mycontainer.flex {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 236px;
  padding-bottom: 236px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  max-width: 450px;
  color: #e6e6e6;
  font-size: 18px;
  line-height: 1.7em;
}

.content-wrapper {
  padding: 65px 220px 65px 65px;
}

.line-measures {
  position: static;
  left: auto;
  top: 2%;
  right: 0%;
  bottom: 10px;
  z-index: 1;
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: inset 1px 1px 6px -4px #000;
}

.div-block {
  position: absolute;
  right: -16px;
  z-index: -1;
  margin-right: 0px;
}

.heading {
  color: #ecedff;
  font-weight: 400;
}

.lottie-animation {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  width: 50px;
  height: 50px;
}

.image {
  position: fixed;
  left: 3%;
  top: 3%;
  right: auto;
  bottom: auto;
}

.image-2 {
  display: block;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.7em;
}

.text-block-3 {
  color: #fff;
  font-size: 1px;
  line-height: 1.7em;
}

.h1 {
  max-width: 500px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-6 {
  position: relative;
  display: block;
  height: 100vh;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    left: 3%;
    top: auto;
    right: auto;
    bottom: 3%;
  }
}

@media screen and (max-width: 767px) {
  .section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    max-width: 250px;
  }

  .content-wrapper {
    padding-right: 120px;
    padding-left: 0px;
  }

  .h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .section-1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #7c0304;
    color: #7c0304;
  }

  .section-4 {
    height: auto;
    padding-bottom: 40px;
  }

  .section-2 {
    background-color: #7c0304;
  }

  .bottom-navigation {
    right: 0%;
  }

  .navline:hover {
    color: #fc3c3c;
  }

  .mycontainer.flex {
    left: -16px;
    padding-right: 29px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    max-width: 150px;
  }

  .content-wrapper {
    margin-top: 90px;
    margin-left: -6px;
    padding-top: 0px;
    padding-right: 64px;
    padding-bottom: 0px;
  }

  .lottie-animation {
    display: none;
  }

  .h1 {
    font-size: 23px;
    line-height: 1.6;
  }
}

