:root {
  --white: #fff;
  --base-black: #000;
  --m32: 32px;
  --m64: 64px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-container {
  background-color: #0f0f0f;
  width: 100%;
  height: 100vh;
  padding: 64px 32px 32px;
}

.hero-video {
  background-color: #1b1b1b;
  border-radius: 32px;
  height: 100%;
  margin: 0;
  position: static;
}

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

.menu_section {
  width: 100%;
  padding-top: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: absolute;
}

.image {
  height: 32px;
}

.nav-link {
  color: var(--base-black);
  height: 64px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-2, .nav-link-3 {
  height: 64px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.caps {
  color: #fff;
  text-align: center;
  height: auto;
  margin-bottom: 32px;
  font-family: Bebas Neue, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
  position: static;
}

.caps.w400px {
  width: 400px;
}

.cust-caps-block {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  inset: 0 auto 0 0%;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.noiseblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .08;
  background-image: url('../images/noise.gif');
  background-position: 0 0;
  background-size: 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-video {
  z-index: 5;
  background-color: var(--white);
  height: 100vh;
  padding: 0;
  display: block;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  z-index: 0;
  border-radius: 0;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
}

.caps-container {
  z-index: 2;
  background-image: radial-gradient(circle, #00000080, #0003);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient {
  opacity: 1;
  background-image: linear-gradient(27deg, #00000080, #0000 40%);
  height: 100%;
}

.container-base {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container-base.bg-orange {
  z-index: 4;
  background-color: #000;
  background-image: linear-gradient(#ca7, #b6522b);
  display: flex;
  position: sticky;
}

.container-base.bg-bright-orange {
  z-index: 3;
  background-image: radial-gradient(circle at 100% 0, #ff4c296e, #ff4c2900 64%), radial-gradient(circle at 10% 90%, #ff9a4d, #ff6c4d00 65%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.container-base.white {
  position: static;
}

.container-base.white.auto {
  background-color: #fff;
  flex-flow: row;
  height: auto;
  display: flex;
}

.container-base.white.auto.sticky {
  background-color: #fff0;
  height: 100vh;
  position: sticky;
}

.container-base.white.auto._100vh {
  height: 100vh;
}

.container-base.loadscreen {
  z-index: 99;
  display: none;
}

.container-base.bg-brorange2 {
  z-index: -10;
  background-image: radial-gradient(circle at 0 0, #ff4c296e, #ff4c2900), radial-gradient(circle at 100% 100%, #ff9a4d, #ff6c4d00 91%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.container-base.static {
  position: static;
}

.central-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 600px;
  display: flex;
}

.central-container.big-margin {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.central-container._1100w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  width: auto;
  min-width: 1100px;
  max-width: 1280px;
  padding: 64px 32px;
}

.central-container._1100w.two-sides {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.central-container._1100w.two-sides.brands {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 128px;
}

.central-container._1100w.two-sides.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.central-container._1100w.autoheight {
  height: auto;
}

.central-container.animation {
  height: 50%;
}

.central-container.footer {
  width: auto;
  min-width: 1100px;
  max-width: 1280px;
  height: 150px;
}

._50block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
  position: static;
}

._50block._100h {
  height: 100%;
}

._50block.flex {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

._50block.padding-bottom-64 {
  margin-bottom: 64px;
}

._50block.align-left {
  justify-content: center;
  align-items: flex-start;
}

._50block.align-right {
  justify-content: center;
  align-items: flex-end;
}

.regular-title {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 68px;
  line-height: 90%;
}

.regular-title.w400 {
  width: 400px;
}

.regular-title.w400.intro {
  text-align: center;
  width: 600px;
  font-size: 90px;
}

.regular-title.w400.black.center {
  text-align: center;
}

.regular-title.w400.black.center._120h {
  color: var(--white);
  width: 500px;
  height: 140px;
  font-size: 80px;
}

.regular-title.w500 {
  width: 500px;
}

.regular-title.w500.anim {
  height: 120px;
}

.regular-title.black {
  color: var(--base-black);
}

.regular-txt {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.regular-txt.margin-top-32 {
  margin-top: 32px;
  position: relative;
}

.regular-txt.hero-margins {
  z-index: 2;
  text-align: center;
  width: 400px;
  font-size: 20px;
  font-weight: 400;
  position: static;
  inset: auto auto 0% 0%;
}

.regular-txt.intro-copy {
  text-align: center;
  width: 380px;
  margin-top: 16px;
}

.regular-txt.black {
  color: #000;
}

.regular-txt.black.w400 {
  width: 400px;
}

.regular-txt.black.w400.center {
  text-align: center;
}

.regular-txt.black.w400.center.margin-bottom-32 {
  color: #fff;
  margin-bottom: 32px;
}

.regular-txt.black.w400.margin-top-64 {
  margin-top: 64px;
}

.img2 {
  z-index: 2;
  -webkit-backdrop-filter: drop-shadow(0 2px 8px #000000b3);
  backdrop-filter: drop-shadow(0 2px 8px #000000b3);
  border-radius: 16px;
  width: 320px;
  margin-top: -64px;
  margin-left: 168px;
  padding-top: 0;
  display: block;
  position: relative;
  transform: rotate(9deg);
}

.img1 {
  z-index: 2;
  border-radius: 16px;
  width: 500px;
  max-width: none;
  display: block;
  position: relative;
  transform: rotate(-7deg);
}

.circle {
  z-index: 0;
  height: 900px;
  position: relative;
  inset: auto 0% 0% auto;
  transform: rotate(-180deg);
}

.circle-container {
  z-index: 0;
  width: 800px;
  height: 900px;
  margin-bottom: -199px;
  margin-right: -158px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.circle-cutter {
  height: auto;
  overflow: hidden;
}

.circle2 {
  z-index: 0;
  height: 900px;
  position: relative;
  inset: auto 0% 0% auto;
  transform: rotate(28deg);
}

.circle-container2 {
  z-index: 0;
  width: 800px;
  height: 900px;
  margin: -142px 0 0 -136px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.img3 {
  -webkit-backdrop-filter: drop-shadow(0 2px 8px #000000b3);
  backdrop-filter: drop-shadow(0 2px 8px #000000b3);
  border-radius: 16px;
  width: 350px;
  margin-top: 184px;
  margin-left: -118px;
  padding-top: 0;
  display: block;
  transform: rotate(4deg);
}

.img4 {
  -webkit-backdrop-filter: drop-shadow(0 2px 8px #000000b3);
  backdrop-filter: drop-shadow(0 2px 8px #000000b3);
  border-radius: 16px;
  width: 300px;
  margin-top: -202px;
  margin-left: -3px;
  padding-top: 0;
  display: block;
  transform: rotate(-9deg);
}

._300vh {
  height: 400vh;
  display: block;
  overflow: visible;
}

._300vh.white {
  background-color: #fff;
}

.title-anim {
  height: 120px;
  overflow: hidden;
}

.tableau {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 400px;
  display: flex;
}

.tab-section {
  border: 2px none var(--base-black);
  width: 100%;
  margin: -1px;
  padding: 32px 40px 32px 48px;
  position: relative;
}

.tab-section.t1 {
  cursor: pointer;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tab-section.t3 {
  cursor: pointer;
}

.tab-section.t4 {
  cursor: pointer;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.small-title {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 68px;
  line-height: 90%;
}

.small-title.w400 {
  width: 400px;
}

.small-title.w500 {
  width: 500px;
}

.small-title.w500.anim {
  height: 120px;
}

.small-title.black {
  color: var(--white);
  text-align: center;
  font-size: 80px;
}

.tableau-subtitle {
  color: var(--white);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.tableau-subtitle.margin-top-32 {
  margin-top: 32px;
  position: relative;
}

.tableau-subtitle.hero-margins {
  z-index: 2;
  width: 400px;
  margin-bottom: 264px;
  margin-left: 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tableau-subsub {
  color: #72879a;
  margin-top: 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.tableau-subsub.margin-top-32 {
  margin-top: 32px;
  position: relative;
}

.tableau-subsub.hero-margins {
  z-index: 2;
  width: 400px;
  margin-bottom: 264px;
  margin-left: 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tableau-txt {
  color: var(--base-black);
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}

.tableau-txt.margin-top-32 {
  margin-top: 32px;
  position: relative;
}

.tableau-txt.hero-margins {
  z-index: 2;
  width: 400px;
  margin-bottom: 264px;
  margin-left: 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.logo-container {
  width: 64px;
  height: 64px;
  position: relative;
}

.logo-base {
  position: absolute;
}

.logo-mask {
  position: absolute;
  inset: 0%;
}

.logo-red-color {
  z-index: 0;
  background-color: #ff7557;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-grey-color {
  z-index: 0;
  background-color: #3d4252;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.header-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  margin-bottom: 16px;
  display: flex;
  overflow: visible;
}

.ultra-small-header {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 68px;
  line-height: 90%;
}

.ultra-small-header.w400 {
  width: 400px;
}

.ultra-small-header.w500 {
  width: 500px;
}

.ultra-small-header.w500.anim {
  height: 120px;
}

.ultra-small-header.black {
  color: var(--white);
  text-align: center;
  width: 100px;
  font-size: 22px;
}

.line {
  background-color: var(--white);
  flex: 1;
  width: auto;
  height: 2px;
}

.trusted-title {
  width: 450px;
  position: relative;
  inset: 0% auto auto 0%;
}

.logos-mobile {
  display: none;
}

.trube_logo {
  height: 40px;
  margin-bottom: 64px;
}

.slider {
  display: flex;
}

.slider-image {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-left: 8px;
  margin-right: 8px;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.slider-image:hover {
  transform: scale(1.1);
}

.image-4 {
  flex: none;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
}

._200vh {
  height: 200vh;
}

.container-static {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.container-static.bg-orange {
  z-index: 4;
  background-color: #000;
  background-image: linear-gradient(#ca7, #b6522b);
  display: flex;
  position: sticky;
}

.container-static.bg-bright-orange {
  z-index: 3;
  background-image: radial-gradient(circle at 100% 0, #ff4c296e, #ff4c2900 64%), radial-gradient(circle at 10% 90%, #ff9a4d, #ff6c4d00 65%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container-static.white {
  background-color: #fff;
  position: static;
}

.container-static.white.auto {
  height: auto;
}

.container-static.loadscreen {
  z-index: 99;
  display: none;
}

.container-static.bg-brorange2 {
  z-index: 4;
  background-image: radial-gradient(circle at 0 0, #ff4c296e, #ff4c2900), radial-gradient(circle at 100% 100%, #ff9a4d, #ff6c4d00 91%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container-static.static {
  position: static;
}

.container-static.fixed {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.container-static.v1, .container-static.v2 {
  display: flex;
}

.background2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.background2.bg-orange {
  z-index: 4;
  background-color: #000;
  background-image: linear-gradient(#ca7, #b6522b);
  display: flex;
  position: sticky;
}

.background2.bg-bright-orange {
  z-index: -11;
  background-image: radial-gradient(circle at 100% 0, #ff4c296e, #ff4c2900 64%), radial-gradient(circle at 10% 90%, #ff9a4d, #ff6c4d00 65%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
}

.background2.white {
  background-color: #fff;
  position: static;
}

.background2.white.auto {
  height: auto;
}

.background2.loadscreen {
  z-index: 99;
  display: none;
}

.background2.bg-brorange2 {
  z-index: -10;
  background-image: radial-gradient(circle at 0 0, #ff4c296e, #ff4c2900), radial-gradient(circle at 100% 100%, #ff9a4d, #ff6c4d00 91%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.background2.static {
  position: static;
}

.background1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.background1.bg-orange {
  z-index: 4;
  background-color: #000;
  background-image: linear-gradient(#ca7, #b6522b);
  display: flex;
  position: sticky;
}

.background1.bg-bright-orange {
  z-index: 3;
  background-image: radial-gradient(circle at 100% 0, #ff4c296e, #ff4c2900 64%), radial-gradient(circle at 10% 90%, #ff9a4d, #ff6c4d00 65%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.background1.white {
  background-color: #fff;
  position: static;
}

.background1.white.auto {
  height: auto;
}

.background1.loadscreen {
  z-index: 99;
  display: none;
}

.background1.bg-brorange2 {
  z-index: -10;
  background-image: radial-gradient(circle at 0 0, #ff4c296e, #ff4c2900), radial-gradient(circle at 100% 100%, #ff9a4d, #ff6c4d00 91%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.background1.static {
  position: static;
}

.canvas {
  overflow: hidden;
}

.copy-block-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
}

.copy-block-animation.big-margin {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.copy-block-animation._1100w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  width: auto;
  min-width: 1100px;
  max-width: 1280px;
  padding: 128px 32px;
}

.copy-block-animation._1100w.two-sides {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.copy-block-animation.animation {
  height: 50%;
}

.slider-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 600px;
  display: flex;
}

.slider-container.big-margin {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.slider-container._1100w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  width: auto;
  min-width: 1100px;
  max-width: 1280px;
  padding: 128px 32px;
}

.slider-container._1100w.two-sides {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.slider-container.animation {
  height: 50%;
}

.title-container._120h {
  height: 140px;
  overflow: hidden;
}

.container-2 {
  opacity: 1;
  mix-blend-mode: screen;
  background-image: radial-gradient(circle, #ff8c00, #ff8c3a00);
  position: absolute;
  bottom: 207.781px;
}

.ecosystem-title {
  width: 350px;
  margin-bottom: 48px;
}

._400block {
  width: 450px;
  padding-top: 32px;
}

.bullet-point {
  color: var(--base-black);
  text-align: left;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.bullet-point.margin-top-32 {
  margin-top: 32px;
  position: relative;
}

.bullet-point.hero-margins {
  z-index: 2;
  width: 400px;
  margin-bottom: 264px;
  margin-left: 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-slider-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  border-radius: 32px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bt-slider-image {
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.loadbar {
  z-index: 2;
  background-color: #ff947c;
  height: 8px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav {
  opacity: 0;
}

.right-arrow, .left-arrow, .icon {
  display: block;
}

.slide {
  height: 100%;
  margin-top: -80px;
}

.slider-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-2 {
  display: flex;
}

.slide-2 {
  margin-top: -36px;
}

.slide-3 {
  margin-top: -6px;
}

.scroll-container {
  z-index: 30;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.small-txt {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.small-txt.margin-top-32 {
  margin-top: 32px;
  position: relative;
}

.small-txt.hero-margins {
  z-index: 2;
  text-align: center;
  width: 400px;
  font-size: 20px;
  font-weight: 400;
  position: static;
  inset: auto auto 0% 0%;
}

.small-txt.intro-copy {
  text-align: center;
  width: 380px;
  margin-top: 16px;
}

.small-txt.black {
  color: #000;
}

.small-txt.black.w400 {
  width: 400px;
}

.small-txt.black.w400.center {
  text-align: center;
}

.small-txt.black.w400.center.margin-bottom-32 {
  margin-bottom: 32px;
}

.small-txt.black.w400.margin-top-64 {
  margin-top: 64px;
}

.canvas-line-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1px;
  height: 80px;
  margin-bottom: 16px;
  overflow: hidden;
}

.scroll-lines {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 256px;
  margin-top: -128px;
}

.single-line {
  background-color: #fff;
  height: 128px;
  margin-bottom: 0;
}

.bg-photo {
  z-index: -12;
  background-image: url('../images/bg-ph.avif');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bg-photo.bg-orange {
  z-index: 4;
  background-color: #000;
  background-image: linear-gradient(#ca7, #b6522b);
  display: flex;
  position: sticky;
}

.bg-photo.bg-bright-orange {
  z-index: -11;
  background-image: radial-gradient(circle at 100% 0, #ff4c296e, #ff4c2900 64%), radial-gradient(circle at 10% 90%, #ff9a4d, #ff6c4d00 65%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
}

.bg-photo.white {
  background-color: #fff;
  position: static;
}

.bg-photo.white.auto {
  height: auto;
}

.bg-photo.loadscreen {
  z-index: 99;
  display: none;
}

.bg-photo.bg-brorange2 {
  z-index: -10;
  background-image: radial-gradient(circle at 0 0, #ff4c296e, #ff4c2900), radial-gradient(circle at 100% 100%, #ff9a4d, #ff6c4d00 91%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.bg-photo.static {
  position: static;
}

.bg-photo2 {
  z-index: -13;
  background-image: radial-gradient(circle, #00000091, #0000 58%), url('../images/bg-ph-new.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bg-photo2.bg-orange {
  z-index: 4;
  background-color: #000;
  background-image: linear-gradient(#ca7, #b6522b);
  display: flex;
  position: sticky;
}

.bg-photo2.bg-bright-orange {
  z-index: -11;
  background-image: radial-gradient(circle at 100% 0, #ff4c296e, #ff4c2900 64%), radial-gradient(circle at 10% 90%, #ff9a4d, #ff6c4d00 65%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
}

.bg-photo2.white {
  background-color: #fff;
  position: static;
}

.bg-photo2.white.auto {
  height: auto;
}

.bg-photo2.loadscreen {
  z-index: 99;
  display: none;
}

.bg-photo2.bg-brorange2 {
  z-index: -10;
  background-image: radial-gradient(circle at 0 0, #ff4c296e, #ff4c2900), radial-gradient(circle at 100% 100%, #ff9a4d, #ff6c4d00 91%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.bg-photo2.static {
  position: static;
}

.bg-black {
  z-index: -14;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bg-black.bg-orange {
  z-index: 4;
  background-color: #000;
  background-image: linear-gradient(#ca7, #b6522b);
  display: flex;
  position: sticky;
}

.bg-black.bg-bright-orange {
  z-index: 3;
  background-image: radial-gradient(circle at 100% 0, #ff4c296e, #ff4c2900 64%), radial-gradient(circle at 10% 90%, #ff9a4d, #ff6c4d00 65%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.bg-black.white {
  background-color: #fff;
  position: static;
}

.bg-black.white.auto {
  height: auto;
}

.bg-black.loadscreen {
  z-index: 99;
  display: none;
}

.bg-black.bg-brorange2 {
  z-index: -10;
  background-image: radial-gradient(circle at 0 0, #ff4c296e, #ff4c2900), radial-gradient(circle at 100% 100%, #ff9a4d, #ff6c4d00 91%), linear-gradient(#39211b, #39211b);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.bg-black.static {
  position: static;
}

.gradient-backdrop {
  background-image: radial-gradient(circle at 100% 100%, #ee7c3080, #0000);
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.loadscreen {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-logo {
  height: 24px;
}

.footer-video {
  justify-content: center;
  align-items: center;
}

.trusted-container {
  display: block;
  position: relative;
}

.color-v {
  z-index: 2;
  opacity: 0;
  width: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.play-pause-button {
  position: static;
}

.div-block {
  width: 600px;
  height: 600px;
}

.slider-img {
  position: absolute;
}

.slider-img.i2 {
  z-index: 2;
  opacity: 0;
}

.slider-img.i3 {
  z-index: 3;
  opacity: 0;
  max-width: none;
  height: 100%;
}

.running-line-section {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.rl-container {
  flex: none;
  width: auto;
  display: flex;
}

.runline {
  color: var(--base-black);
  flex: none;
  font-family: Bebas Neue, sans-serif;
  font-size: 56px;
  line-height: 90%;
}

.runline.w400 {
  width: 400px;
}

.runline.w500 {
  width: 500px;
}

.runline.w500.anim {
  height: 120px;
}

.runline.black {
  color: var(--white);
  text-align: center;
  font-size: 80px;
}

.mock-button {
  border: 1px solid var(--base-black);
  color: var(--base-black);
  background-color: #0000;
  border-radius: 32px;
  margin-top: 32px;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: color .2s, background-color .2s;
}

.mock-button:hover {
  background-color: var(--base-black);
  color: var(--white);
}

.table-point {
  color: var(--white);
  text-align: center;
  border: 1px solid #ffffff47;
  border-radius: 32px;
  align-self: stretch;
  margin-top: 8px;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.table-point.margin-top-32 {
  margin-top: 32px;
  position: relative;
}

.table-point.hero-margins {
  z-index: 2;
  width: 400px;
  margin-bottom: 264px;
  margin-left: 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon-link {
  transition: transform .2s;
  transform: translate(0);
}

.icon-link:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  .central-container._1100w {
    min-width: 0;
    height: auto;
  }

  .central-container._1100w.two-sides {
    flex-flow: column;
  }

  .central-container._1100w.two-sides.brands {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .central-container._1100w.two-sides.footer {
    flex-flow: row;
  }

  ._50block.special {
    justify-content: center;
    align-items: flex-start;
  }

  .tableau {
    flex-flow: column;
    height: auto;
  }

  .tab-section.t1 {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }

  .tab-section.t4 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .trusted-title {
    width: 400px;
    margin-bottom: 64px;
  }

  .logos-deskop {
    width: auto;
  }

  .copy-block-animation._1100w {
    min-width: 0;
    height: auto;
  }

  .copy-block-animation._1100w.two-sides.brands {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .slider-container._1100w {
    min-width: 0;
    height: auto;
  }

  .slider-container._1100w.two-sides.brands {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .ecosystem-title {
    width: 400px;
    margin-bottom: 64px;
  }

  ._400block.margin-bottom {
    margin-bottom: 64px;
  }

  .bg-photo2 {
    z-index: -13;
  }

  .color-v {
    width: 400px;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .caps {
    margin-bottom: 16px;
    font-size: 64px;
  }

  .container-video {
    display: block;
  }

  .container-base.bg-orange, .container-base.bg-bright-orange {
    display: flex;
  }

  .container-base.white.auto.sticky.mobile {
    height: auto;
    position: static;
  }

  .container-base.white.auto._100vh.mob {
    height: auto;
  }

  .container-base.bg-brorange2 {
    display: flex;
  }

  .central-container._1100w {
    min-width: 0;
    height: auto;
  }

  .regular-title.w400 {
    width: 300px;
    font-size: 40px;
  }

  .regular-title.w400.black.center._120h {
    width: 400px;
    font-size: 64px;
  }

  .regular-title.w500.anim {
    width: 300px;
    font-size: 40px;
  }

  .regular-txt.margin-top-32 {
    font-size: 16px;
  }

  .regular-txt.margin-top-32.anim-reg {
    margin-top: 0;
  }

  .regular-txt.hero-margins {
    font-size: 16px;
  }

  .regular-txt.black.w400.center.margin-bottom-32 {
    width: 320px;
    font-size: 16px;
  }

  .img2 {
    width: 200px;
    margin-top: -12px;
  }

  .img1 {
    width: 300px;
    margin-top: 53px;
  }

  .img3 {
    width: 200px;
    margin-top: 184px;
  }

  .img4 {
    width: 200px;
    margin-top: -196px;
  }

  ._300vh {
    display: block;
  }

  .tableau {
    flex-flow: column;
    align-items: center;
    height: auto;
  }

  .tab-section.t1 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }

  .tab-section.t4 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .tableau-subtitle {
    font-size: 16px;
    font-weight: 400;
  }

  .trube_logo {
    height: 32px;
    margin-bottom: 32px;
  }

  ._200vh.mobile {
    height: auto;
  }

  .container-static.bg-orange, .container-static.bg-bright-orange, .container-static.bg-brorange2, .background2.bg-orange, .background2.bg-bright-orange, .background2.bg-brorange2, .background1.bg-orange, .background1.bg-bright-orange, .background1.bg-brorange2 {
    display: flex;
  }

  .copy-block-animation._1100w, .slider-container._1100w {
    min-width: 0;
    height: auto;
  }

  .ecosystem-title {
    width: 320px;
  }

  .bottom-slider-container {
    width: 320px;
    height: 400px;
  }

  .small-txt.margin-top-32 {
    font-size: 16px;
  }

  .small-txt.margin-top-32.anim-reg {
    margin-top: 0;
  }

  .bg-photo.bg-orange, .bg-photo.bg-bright-orange, .bg-photo.bg-brorange2, .bg-photo2.bg-orange, .bg-photo2.bg-bright-orange, .bg-photo2.bg-brorange2, .bg-black.bg-orange, .bg-black.bg-bright-orange, .bg-black.bg-brorange2 {
    display: flex;
  }

  .table-point {
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .caps {
    font-size: 52px;
  }

  .cust-caps-block {
    height: auto;
  }

  .container-video {
    display: block;
  }

  .background-video {
    flex-flow: column;
  }

  .caps-container {
    inset: 0%;
  }

  .container-base.bg-orange {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .container-base.bg-bright-orange {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .container-base.white.auto {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-base.bg-brorange2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .central-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .central-container.big-margin {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .central-container._1100w.two-sides.brands {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
  }

  ._50block.flex {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 32px;
  }

  ._50block.special {
    justify-content: center;
    align-items: center;
  }

  .regular-title.w400.intro {
    width: auto;
    font-size: 64px;
  }

  .regular-title.w400.black.center._120h {
    width: 350px;
    font-size: 56px;
  }

  .regular-txt.margin-top-32 {
    margin-top: 16px;
    font-size: 14px;
  }

  .regular-txt.hero-margins {
    width: auto;
    margin-bottom: 123px;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 16px;
  }

  .regular-txt.intro-copy {
    width: auto;
    font-size: 16px;
  }

  .regular-txt.black.w400 {
    width: auto;
  }

  .regular-txt.black.w400.margin-top-64 {
    width: auto;
    margin-top: 32px;
  }

  .img2 {
    margin-top: -68px;
    margin-left: 150px;
  }

  .img1 {
    margin-left: -26px;
  }

  .img3 {
    margin-top: 112px;
    margin-left: -39px;
  }

  .img4 {
    margin-top: -116px;
    margin-left: 22px;
  }

  .title-anim {
    height: 80px;
  }

  .tab-section.t1, .tab-section.t3, .tab-section.t4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .small-title.black {
    font-size: 54px;
  }

  .ultra-small-header.black {
    flex: none;
  }

  .trusted-title {
    width: 300px;
    margin-bottom: 64px;
  }

  .logos-deskop {
    display: none;
  }

  .logos-mobile {
    margin-left: 8px;
    display: block;
  }

  .slider-image {
    width: 300px;
  }

  .vertical {
    width: auto;
    max-width: none;
    height: 100%;
    min-height: 0%;
  }

  .container-static {
    display: flex;
  }

  .container-static.bg-orange {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .container-static.bg-bright-orange {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .container-static.white.auto {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-static.bg-brorange2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .container-static.v1, .container-static.v2 {
    display: flex;
  }

  .background2.bg-orange {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .background2.bg-bright-orange {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .background2.white.auto {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .background2.bg-brorange2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .background1.bg-orange {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .background1.bg-bright-orange {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .background1.white.auto {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .background1.bg-brorange2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .copy-block-animation {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 100%;
  }

  .copy-block-animation.big-margin {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .copy-block-animation._1100w.two-sides.brands {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
  }

  .slider-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .slider-container.big-margin {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .slider-container._1100w.two-sides.brands {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
  }

  .title-container._120h {
    overflow: hidden;
  }

  .ecosystem-title {
    width: 280px;
    margin-bottom: 32px;
  }

  ._400block.margin-bottom {
    width: auto;
  }

  .small-txt.margin-top-32 {
    margin-top: 16px;
    font-size: 14px;
  }

  .small-txt.hero-margins {
    width: auto;
    margin-bottom: 123px;
    margin-left: 16px;
    margin-right: 32px;
    font-size: 16px;
  }

  .bg-photo.bg-orange {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .bg-photo.bg-bright-orange {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .bg-photo.white.auto {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-photo.bg-brorange2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .bg-photo2.bg-orange {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .bg-photo2.bg-bright-orange {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .bg-photo2.white.auto {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-photo2.bg-brorange2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .bg-black.bg-orange {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .bg-black.bg-bright-orange {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .bg-black.white.auto {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-black.bg-brorange2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .color-v {
    width: 300px;
    margin-bottom: 64px;
  }

  .runline {
    font-size: 46px;
  }

  .runline.black {
    font-size: 54px;
  }

  .table-point.p1, .table-point.p2, .table-point.p3, .table-point.p4 {
    font-weight: 300;
  }
}


