/**
 * Gutenberg Colors declared in the theme.json (from Figma)
 * Main colors
 */
/**
 * Other theme colors
 */
/**
 * Additional theme colors
 */
/**
 * Grid Breakpoints
 */
/**
 * Main variables
 */
/**
 * For rem calculations
 */
/**
 * Transitions
 */
/**
 * Border
 */
/**
 * Shadows
 */
/**
 * Block gap
 */
/**
 * Font sizes and fluid font sizes from theme.json
 */
/**
 * Project Styles
 */
:root {
  --screen-width-smaller: 350px;
  --screen-width-smaller-half: 175px;
  --screen-width-small: 450px;
  --screen-width-small-half: 225px;
  --screen-width-large: 650px;
  --screen-width-large-half: 325px;
  --screen-scale: 1.1;
}

@media (min-width: 1300px) {
  :root {
    --screen-scale: 1.3;
  }
}
@media (min-width: 1700px) {
  :root {
    --screen-scale: 1.4;
  }
}
@media (min-width: 0) and (max-width: 1300px) {
  :root {
    --screen-scale: 1.2;
  }
}
.b-demo {
  position: relative;
  top: -82px;
  overflow: hidden;
  width: 100%;
  max-width: initial !important;
  height: 200vh;
  /* Hero */
  /* Primary */
}
@media (max-width: 1440px) {
  .b-demo {
    left: -2rem;
    width: calc(100% + 4rem);
  }
}
@media (max-width: xxl) {
  .b-demo {
    left: -2rem;
    width: calc(100% + 4rem);
  }
}
.b-demo :root {
  --screen-width: var(--screen-width-smaller);
  --screen-width-half: var(--screen-width-smaller-half);
  --color: red;
}
@media (min-width: 1300px) {
  .b-demo :root {
    --screen-width: var(--screen-width-small);
    --screen-width-half: var(--screen-width-small-half);
  }
}
@media (min-width: 1700px) {
  .b-demo :root {
    --screen-width: var(--screen-width-large);
    --screen-width-half: var(--screen-width-large-half);
  }
}
.b-demo * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.b-demo body,
.b-demo html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.b-demo * {
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.b-demo .scenes-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
}
.b-demo .sections-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  pointer-events: none;
}
.b-demo .sections-container .section {
  position: relative;
  display: flex;
  height: 80vh;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: end;
  padding: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.05;
  text-align: center;
  transition: 0.2s opacity;
}
.b-demo .sections-container .section--1 {
  height: 100vh;
}
.b-demo .sections-container .section--4 {
  height: 40vh;
}
.b-demo .sections-container .section--5 {
  height: 40vh;
}
.b-demo .sections-container .section--5b {
  height: 40vh;
}
.b-demo .sections-container .section--5c {
  height: 30vh;
}
.b-demo .sections-container .section--6 {
  height: 40vh;
}
.b-demo .sections-container .section--6b {
  height: 40vh;
}
.b-demo .sections-container .section--6c {
  height: 40vh;
}
.b-demo .sections-container .section--7 {
  height: 60vh;
}
.b-demo .sections-container .section--8 {
  height: 60vh;
}
.b-demo .sections-container .section--9 {
  height: 60vh;
}
.b-demo .sections-container .section--10 {
  height: 30vh;
}
.b-demo .sections-container .section--10b {
  height: 30vh;
}
.b-demo .sections-container .section--11 {
  height: 30vh;
}
.b-demo .sections-container .section--12 {
  height: 30vh;
}
.b-demo .sections-container .section--14 {
  height: 30vh;
}
.b-demo .sections-container .section--15,
.b-demo .sections-container .section--16 {
  height: 50vh;
}
.b-demo .sections-container .section--17 {
  height: 30vh;
}
.b-demo .sections-container .section--18 {
  height: 30vh;
}
.b-demo .sections-container .section--19 {
  height: 150vh;
}
.b-demo .sections-container .section--20 {
  height: 30vh;
}
.b-demo .sections-container .section--21 {
  height: 30vh;
}
.b-demo .sections-container .section--21b {
  height: 10vh;
}
.b-demo .sections-container .section--22 {
  height: 150vh;
}
.b-demo .sections-container .section--23 {
  margin-top: -60vh;
}
.b-demo .sections-container .section--23,
.b-demo .sections-container .section--24 {
  height: 90vh;
}
.b-demo .sections-container .section--25 {
  height: 20vh;
}
.b-demo .sections-container .section--26,
.b-demo .sections-container .section--28 {
  height: 30vh;
}
.b-demo .sections-container .section--27 {
  height: 60vh;
}
.b-demo .grid {
  position: fixed;
  z-index: 25;
  top: 0;
  width: 1px;
  height: 100vh;
  background: white;
  opacity: 0;
}
.b-demo .grid--25 {
  left: 25%;
}
.b-demo .grid--50 {
  left: 50%;
}
.b-demo .grid--75 {
  left: 75%;
}
.b-demo .grid--horizontal {
  position: fixed;
  z-index: 25;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 1px;
  background: white;
  opacity: 0;
}
.b-demo .scene-hero {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: #1a1c20;
  color: #333;
  font-size: 3rem;
}
.b-demo .scene-hero .gradient {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-demo .scene-hero .confetti {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 1s ease-out;
}
.b-demo .scene-hero .confetti__item {
  position: absolute;
  z-index: 3;
}
.b-demo .scene-hero .confetti__item--left-circle {
  top: 25%;
  left: 10%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  animation: organismMove 15s infinite ease-in-out;
  background: #1ec7b8;
  transform-origin: center center;
}
.b-demo .scene-hero .confetti__item--left-triangle {
  top: 50%;
  left: 25%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #2550aa;
  border-bottom: 10px solid transparent;
  animation: organismMove 15s infinite ease-in-out;
  animation-direction: reverse;
  transform-origin: center center;
}
.b-demo .scene-hero .confetti__item--left-square {
  top: 70%;
  left: 10%;
  width: 18px;
  height: 18px;
  animation: organismMove 15s infinite ease-in-out;
  background: #f27589;
  transform-origin: center center;
}
.b-demo .scene-hero .confetti__item--right-triangle {
  top: 50%;
  right: 25%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #2550aa;
  border-bottom: 10px solid transparent;
  animation: organismMove 15s infinite ease-in-out;
  animation-direction: reverse;
  transform-origin: center center;
}
.b-demo .scene-hero .confetti__item--right-square {
  top: 70%;
  right: 10%;
  width: 18px;
  height: 18px;
  animation: organismMove 15s infinite ease-in-out;
  background: #ff8e56;
  transform-origin: center center;
}
.b-demo .scene-hero .confetti__item--right-circle {
  top: 25%;
  right: 10%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  animation: organismMove 15s infinite ease-in-out;
  background: #46be83;
  transform-origin: center center;
}
@keyframes organismMove {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(18px, -12px) scale(0.98);
  }
  20% {
    transform: translate(30px, 6px) scale(1.02);
  }
  30% {
    transform: translate(24px, 24px) scale(0.97);
  }
  40% {
    transform: translate(6px, 30px) scale(1.01);
  }
  50% {
    transform: translate(-12px, 24px) scale(0.99);
  }
  60% {
    transform: translate(-24px, 6px) scale(1.03);
  }
  70% {
    transform: translate(-30px, -12px) scale(0.98);
  }
  80% {
    transform: translate(-18px, -24px) scale(1.02);
  }
  90% {
    transform: translate(-6px, -18px) scale(0.97);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.b-demo .scene-hero .hero {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  transform: translateY(-50%);
}
.b-demo .scene-hero .hero__title {
  margin: 0;
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 200;
  line-height: 1.3;
  text-align: center;
}
.b-demo .scene-hero .hero__title strong {
  font-weight: 500;
}
@media (min-width: 1300px) {
  .b-demo .scene-hero .hero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-hero .hero__title {
    font-size: 3.125rem;
  }
}
.b-demo .scene-hero .hero__subtitle {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 1300px) {
  .b-demo .scene-hero .hero__subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-hero .hero__subtitle {
    font-size: 1.125rem;
  }
}
.b-demo .scene-hero .hero__button {
  padding: 0.8rem 1.5rem;
  border: none;
  background-color: #fff;
  color: #2e3a58;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
	text-decoration: none;
}
@media (min-width: 1300px) {
  .b-demo .scene-hero .hero__button {
    padding: 0.9rem 1.6875rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-hero .hero__button {
    padding: 1rem 1.875rem;
    font-size: 1.25rem;
  }
}
.b-demo .scene-hero .hero__button:hover {
  background-color: #cecece;
}
.b-demo .scene-hero .hero__reviews {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #bbb;
  font-size: 0.75rem;
}
.b-demo .scene-hero .hero__stars {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 0.4rem;
}
.b-demo .scene-hero .hero__stars img {
  position: relative;
}
.b-demo .scene-hero .hero__rating {
  margin: 0 5px;
}
.b-demo .scene-hero .hero__logo {
  margin-left: 5px;
  color: #ea4335;
  font-size: 20px;
  font-weight: 700;
}
.b-demo .scene-hero .hero__faces {
  display: flex;
  margin: 0 0 0 2rem;
}
.b-demo .scene-hero .hero__face {
  position: relative;
  margin-left: -0.5rem;
}
.b-demo .scene-hero .hero__face img {
  overflow: hidden;
  box-sizing: initial;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
}
.b-demo .scene-hero .hero__face:hover .hero__opinion {
  display: flex;
}
.b-demo .scene-hero .hero__opinion {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  display: none;
  width: 25rem;
  flex-direction: column;
  padding: 0.6rem 0.7rem;
  border: 1px solid #3f3f3f;
  border-radius: 0.4rem;
  background-color: #363636;
  color: #fff;
  pointer-events: none;
  transform: translateX(-50%);
}
.b-demo .scene-hero .hero__opinion-text {
  margin-bottom: 0.8rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.b-demo .scene-hero .hero__opinion-author {
  font-size: 0.875rem;
  font-weight: 600;
}
.b-demo .scene-hero .hero__opinion-position {
  font-size: 0.75rem;
  font-weight: 300;
}
.b-demo .scene-hero .hero__community {
  margin-left: 0.7rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
}
.b-demo .scene-hero .hero__community b {
  font-weight: 500;
}
.b-demo .scene-primary {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1a1c20;
  color: white;
  font-size: 3rem;
}
.b-demo .scene-primary .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.b-demo .scene-primary .cl {
  position: absolute;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
}
.b-demo .scene-primary .cl:nth-child(1) {
  z-index: 1;
  left: 25%;
  transform: translateY(-50%) translateX(-25%);
}
.b-demo .scene-primary .cl:nth-child(2) {
  right: 25%;
  transform: translateY(-50%) translateX(-25%);
}
.b-demo .scene-primary .cl-first {
  left: 25%;
  transform: translateY(-50%) translateX(-25%);
}
.b-demo .scene-primary .cl-center {
  left: 50%;
  transform: translateY(-50%) translateX(-25%);
}
.b-demo .scene-primary .cl-second {
  right: 25%;
  transform: translateY(-50%) translateX(-25%);
}
.b-demo .or {
  position: relative;
  top: 11rem;
  left: 50%;
  display: flex;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  background-color: #363636;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0;
  text-transform: uppercase;
  transform: translateX(-50%);
}
@media (min-width: 1300px) {
  .b-demo .or {
    top: 11rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .or {
    top: 11rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper {
  position: relative;
  left: calc(-1 * var(--screen-width-small-half));
  width: var(--screen-width-small);
  aspect-ratio: 1312/874;
  will-change: opacity;
}
.b-demo .scene-primary .cl .screen_wrapper .marker {
  position: absolute;
  z-index: 2;
  transition: opacity 0.1s ease;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .screen_wrapper .marker img {
  width: 100%;
  height: auto;
}
.b-demo .scene-primary .cl .screen_wrapper .marker.hide {
  opacity: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--sidebar {
  top: 6%;
  left: -7%;
  width: 10%;
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
  line-height: 0;
  opacity: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--topbar {
  top: -4%;
  left: 10%;
  width: 100%;
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
  line-height: 0;
  opacity: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish {
  top: -4%;
  left: 90%;
  height: 7.5%;
  opacity: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish .scale {
  position: relative;
  right: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 100%;
  align-content: center;
  align-items: center;
  padding: 0 0.7rem 0 0.4rem;
  background: #46be83;
  gap: 0.4rem;
  transition: all 2s ease;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish .scale::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 2s ease, opacity 0.1s ease;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish img {
  width: 18%;
  height: auto;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish span {
  color: #fff;
  font-size: 0.45rem;
  font-weight: 500;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish .published-text {
  position: absolute;
  left: 100%;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transition: left 1s ease, opacity 1s ease;
  white-space: nowrap;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish.is-anim {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish.is-anim .scale {
  transform: scale(1.5);
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish.is-anim .scale::before {
  opacity: 0.2;
  transform: translate(-50%, -50%) scale(10);
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish.is-anim-2 img,
.b-demo .scene-primary .cl .screen_wrapper .marker--publish.is-anim-2 > span:not(.published-text),
.b-demo .scene-primary .cl .screen_wrapper .marker--publish.is-anim-2 span {
  opacity: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--publish.is-anim-2 .published-text {
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--publish {
    gap: 0.5125rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .marker--publish .scale {
    padding: 0 0.8rem 0 0.4rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .marker--publish span {
    font-size: 0.6rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--publish {
    gap: 0.625rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .marker--publish .scale {
    padding: 0 1.3rem 0 0.7rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .marker--publish span {
    font-size: 0.8125rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .marker--button1 {
  top: 44.5%;
  left: -5.7%;
  width: 7.4%;
  line-height: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--button2 {
  top: 68.9%;
  left: -5.7%;
  width: 7.4%;
  line-height: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--fashiontopic {
  top: -18%;
  left: 22%;
  width: 30%;
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
  line-height: 0;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--colors {
  top: 35%;
  left: 70%;
  width: 10rem;
  line-height: 0;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--colors {
    top: 35%;
    width: 12rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--colors {
    top: 28%;
    width: 15rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .marker--aiassistant {
  top: 32%;
  left: -20%;
  width: 8rem;
  line-height: 0;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--aiassistant {
    width: 9rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--aiassistant {
    width: 10rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow {
  position: relative;
  top: 36%;
  left: 6.9%;
  width: 42.5%;
  height: auto;
  line-height: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border {
  position: absolute;
  top: -0.2rem;
  left: -0.5rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border: 1px solid #5d92ff;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__top::before, .b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__top::after, .b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__bottom::before, .b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__bottom::after {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 1rem;
  background-color: #5d92ff;
  content: "";
}
.b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__top::before {
  top: -0.35rem;
  left: -0.35rem;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__top::after {
  top: -0.35rem;
  right: -0.35rem;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__bottom::before {
  bottom: -0.35rem;
  left: -0.35rem;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--itstimetogrow .border__bottom::after {
  right: -0.35rem;
  bottom: -0.35rem;
}
.b-demo .scene-primary .cl .screen_wrapper .marker--darkstyle {
  top: calc(0% - 41px);
  right: calc(0% - 40px);
  width: 8rem;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--darkstyle {
    width: 10rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .marker--darkstyle {
    width: 12rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .screen-phone {
  position: absolute;
  z-index: 3;
  top: 27%;
  left: -19%;
  width: 25%;
  opacity: 0;
  will-change: opacity;
}
.b-demo .scene-primary .cl .screen_wrapper .screen-phone img {
  width: 100%;
  height: auto;
}
.b-demo .scene-primary .cl .screen_wrapper .compare-line {
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 0.25rem;
  height: calc(100% + 1rem);
  background: #1ec7b8;
  opacity: 0;
  transition: 0.5s opacity;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .screen_wrapper .compare-line.is-show {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .test {
  position: absolute;
  z-index: 1;
  top: 11%;
  display: flex;
  width: auto;
  align-items: center;
  padding: 0.2rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  background-color: #4c4c4c;
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
  gap: 1rem;
  opacity: 0;
  transition: 0.5s opacity;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .screen_wrapper .test.is-show {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .test--a {
  left: -9%;
}
.b-demo .scene-primary .cl .screen_wrapper .test--b {
  right: -9%;
}
.b-demo .scene-primary .cl .screen_wrapper .test-letter {
  font-size: 2.5rem;
  font-weight: 700;
}
.b-demo .scene-primary .cl .screen_wrapper .test-column {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.b-demo .scene-primary .cl .screen_wrapper .test-percent {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 0.8;
}
.b-demo .scene-primary .cl .screen_wrapper .test-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 0.8;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .test {
    padding: 0.8rem 1.8rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .test-letter {
    font-size: 2.8125rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .test-percent {
    font-size: 2.1375rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .test-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .test {
    padding: 0.9rem 2rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .test-letter {
    font-size: 3.125rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .test-percent {
    font-size: 2.375rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .test-text {
    font-size: 1rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .screen_header {
  position: absolute;
  z-index: 2;
  bottom: 30.5%;
  left: 3.2rem;
  width: 500px;
  color: #66bab6;
  font-weight: 700;
  letter-spacing: 1.3;
  line-height: 0.95;
  will-change: opacity;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_header span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.625rem;
  opacity: 0;
  transition: 0.35s opacity;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_header span {
    font-size: 2.15rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_header span {
    font-size: 3.1rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .screen_header span.is-anim {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_header:not(.is-anim) span:nth-child(1) {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_bts {
  position: absolute;
  top: 78%;
  left: 3.2rem;
  display: flex;
  gap: 1rem;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_bt {
  position: relative;
  width: 6rem;
  height: 1.4rem;
  background: #66bab6;
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_bt span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 600;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.35s opacity;
  white-space: pre;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_bt span.is-anim {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_bt.screen_learnmore {
  border: 1px solid #66bab6;
  background: transparent;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_bt.screen_learnmore span {
  color: #66bab6;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_bt:not(.is-anim) span:nth-child(1) {
  opacity: 1;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_bt {
    width: 6.5rem;
    height: 1.7rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .screen_bt span {
    font-size: 0.65rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_bt {
    width: 7rem;
    height: 2.4rem;
  }
  .b-demo .scene-primary .cl .screen_wrapper .screen_bt span {
    font-size: 0.8rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .optimize {
  position: absolute;
  opacity: 0;
  will-change: opacity;
}
.b-demo .scene-primary .cl .screen_wrapper .optimize--1 {
  top: 16%;
  left: -15%;
  width: 40%;
  height: auto;
}
.b-demo .scene-primary .cl .screen_wrapper .optimize--2 {
  top: 42%;
  left: 57%;
  width: 60%;
  height: auto;
}
.b-demo .scene-primary .cl .screen_wrapper .optimize--3 {
  top: 64%;
  left: 75%;
  width: 35%;
  height: auto;
}
.b-demo .scene-primary .cl .screen_wrapper .languages {
  position: absolute;
  top: -3rem;
  right: -5rem;
  width: 10rem;
  height: calc(100% + 6rem);
  padding: 0 6rem;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgb(31, 31, 31) 18%, rgb(31, 31, 31) 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgb(31, 31, 31) 18%, rgb(31, 31, 31) 82%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  overflow-y: hidden;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .languages {
    padding: 0 7.5rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .languages {
    padding: 0 9rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .languages__slider {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  will-change: transform;
}
.b-demo .scene-primary .cl .screen_wrapper .languages.is-anim .languages__slider {
  animation: languages-slider-move 8s linear;
}
.b-demo .scene-primary .cl .screen_wrapper .languages__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15.625rem;
  background: linear-gradient(0deg, var(--Dark-80, rgba(31, 31, 31, 0.8)) 0%, var(--Dark-80, rgba(31, 31, 31, 0.8)) 100%), var(--White-100, #fff);
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.625rem;
  line-height: 1.4;
  white-space: pre;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .languages__item {
    padding: 0.81875rem 2.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .languages__item {
    padding: 0.9375rem 3.75rem;
    font-size: 1rem;
  }
}
@keyframes languages-slider-move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: calc(200% + 2rem);
  margin: 0 auto;
  gap: 3.75rem;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  background-color: #1e1e1e;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item.odd {
  transform: translateY(50%);
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_grid__item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_smart {
  position: absolute;
  top: 17rem;
  left: -7rem;
  opacity: 0;
  transition: 0.2s opacity;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_smart.is-anim {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_smart-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32rem;
  aspect-ratio: 81/56;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_smart-video {
    width: 40rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_smart-video {
    width: 45rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .screen_smart-video video {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  margin: 0;
  background: linear-gradient(0deg, var(--Dark-80, rgba(31, 31, 31, 0.8)) 0%, var(--Dark-80, rgba(31, 31, 31, 0.8)) 100%), var(--White-100, #fff);
  -o-object-fit: cover;
     object-fit: cover;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_smart-video1 {
  position: absolute;
  top: -25%;
  left: -25%;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_smart-video2 {
  position: absolute;
  top: 25%;
  left: 25%;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_utm {
  position: absolute;
  top: 17rem;
  left: -7rem;
  opacity: 0;
  transition: 0.2s opacity;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_utm.is-anim {
  opacity: 1;
}
.b-demo .scene-primary .cl .screen_wrapper .screen_utm-video {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 40rem;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_utm-video {
    width: 45rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .screen_wrapper .screen_utm-video {
    width: 50rem;
  }
}
.b-demo .scene-primary .cl .screen_wrapper .screen_utm-video video {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  margin: 0;
  background: linear-gradient(0deg, var(--Dark-80, rgba(31, 31, 31, 0.8)) 0%, var(--Dark-80, rgba(31, 31, 31, 0.8)) 100%), var(--White-100, #fff);
  -o-object-fit: cover;
     object-fit: cover;
}
.b-demo .scene-primary .cl .screen_img,
.b-demo .scene-primary .cl .screen_img-full,
.b-demo .scene-primary .cl .screen_img-empty {
  display: block;
  width: 100%;
  height: auto;
}
.b-demo .scene-primary .cl .screen_img-full {
  opacity: 0;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .screen_img-full-compare,
.b-demo .scene-primary .cl .screen_img-heatmap {
  width: 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .screen_img-full-compare__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  height: 100%;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .screen_img-full-compare__wrapper .screen_img-full-compare {
  width: 100%;
  height: 100%;
}
.b-demo .scene-primary .cl .screen_img-full,
.b-demo .scene-primary .cl .screen_img-full-compare,
.b-demo .scene-primary .cl .screen_img-empty,
.b-demo .scene-primary .cl .screen_img-heatmap {
  position: absolute;
  top: 0;
  left: 0;
  will-change: opacity, transform;
}
.b-demo .scene-primary .cl .caption {
  position: relative;
  left: calc(-1 * var(--screen-width-smaller-half) * 1.5);
  width: calc(var(--screen-width-smaller) * 1.5);
  margin-top: 2rem;
  will-change: opacity;
}
.b-demo .scene-primary .cl .caption-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.8rem;
  opacity: 0;
}
@media (min-width: 1300px) {
  .b-demo .scene-primary .cl .caption {
    left: calc(-1 * var(--screen-width-small-half) * 1.5);
    width: calc(var(--screen-width-small) * 1.5);
    margin-top: 2.25rem;
  }
  .b-demo .scene-primary .cl .caption-item {
    gap: 0.9rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .scene-primary .cl .caption {
    left: calc(-1 * var(--screen-width-large-half) * 1.5);
    width: calc(var(--screen-width-large) * 1.5);
    margin-top: 2.5rem;
  }
  .b-demo .scene-primary .cl .caption-item {
    gap: 1rem;
  }
}
.b-demo .headline-container {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.b-demo .headline {
  position: absolute;
  font-size: 3rem;
  font-weight: 700;
}
.b-demo #interface_itstimetogrow {
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 9%;
  width: 270px;
  height: auto;
}
.b-demo #interface_darkstyle {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 75%;
  width: 12rem;
  height: auto;
  transform: rotate(-10deg);
}
.b-demo #interface_button1 {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 25%;
  width: 3rem;
  height: auto;
}
.b-demo #interface_button2 {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 15%;
  width: 3rem;
  height: auto;
}
.b-demo #interface_colors {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 79%;
  width: 15rem;
  height: auto;
}
.b-demo #interface_aiassistant {
  position: absolute;
  z-index: 2;
  top: 65%;
  left: 73%;
  width: 10rem;
  height: auto;
}
.b-demo .cl-screen-second {
  opacity: 1;
}
.b-demo .accordion {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  will-change: opacity, transform;
}
.b-demo .accordion-1 {
  left: 10%;
  width: 40%;
}
.b-demo .accordion-2 {
  right: 10%;
  width: 40%;
}
.b-demo .accordion__top {
  margin-bottom: 2rem;
}
.b-demo .accordion__top-slug {
  margin-bottom: 1rem;
  color: #5d92ff;
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.045rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.b-demo .accordion__top-header {
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08rem;
  line-height: 1.4;
}
@media (min-width: 1300px) {
  .b-demo .accordion__top {
    margin-bottom: 2.5rem;
  }
  .b-demo .accordion__top-slug {
    font-family: Inter;
    font-size: 1.0125rem;
  }
  .b-demo .accordion__top-header {
    font-family: Inter;
    font-size: 1.8rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .accordion__top {
    margin-bottom: 4rem;
  }
  .b-demo .accordion__top-slug {
    font-size: 1.125rem;
  }
  .b-demo .accordion__top-header {
    font-size: 2rem;
  }
}
.b-demo .accordion__items {
  position: relative;
}
.b-demo .accordion__items::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: #5d92ff;
  content: "";
  opacity: 0.1;
}
.b-demo .accordion__items::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0%;
  background: linear-gradient(180deg, rgb(93, 146, 255) 70%, rgba(93, 146, 255, 0) 100%);
  content: "";
  opacity: 1;
  transition: height 0.4s ease-in-out;
}
.b-demo .accordion__item {
  padding-left: 2rem;
  margin-bottom: 2rem;
  opacity: 0.2;
  transition: 0.5s opacity ease-in-out;
}
.b-demo .accordion__item-header {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 1.4;
}
.b-demo .accordion__item-content {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  letter-spacing: 0.045rem;
  line-height: 1.4;
}
@media (min-width: 1300px) {
  .b-demo .accordion__item {
    padding-left: 1.75rem;
    margin-bottom: 2rem;
  }
  .b-demo .accordion__item-header {
    margin-bottom: 0.9rem;
    font-size: 1.25rem;
  }
  .b-demo .accordion__item-content {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .accordion__item {
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .b-demo .accordion__item-header {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .b-demo .accordion__item-content {
    font-size: 1.125rem;
  }
}
.b-demo .accordion.is-step-1 .accordion__items::after {
  height: 33%;
}
.b-demo .accordion.is-step-1 .accordion__item--step1 {
  opacity: 1;
}
.b-demo .accordion.is-step-2 .accordion__items::after {
  height: 66%;
}
.b-demo .accordion.is-step-2 .accordion__item--step2 {
  opacity: 1;
}
.b-demo .accordion.is-step-3 .accordion__items::after {
  height: 100%;
}
.b-demo .accordion.is-step-3 .accordion__item--step3 {
  opacity: 1;
}
.b-demo .screen_integrate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-demo .screen_integrate-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  will-change: opacity;
}
.b-demo .screen_integrate-header__badge {
  display: inline-flex;
  align-items: baseline;
  padding: 0.3rem 0.5rem;
  margin: 0 auto;
  background: #46be83;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.5rem;
}
.b-demo .screen_integrate-header__slug {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.b-demo .screen_integrate-header__slug span {
  color: #46be83;
  font-weight: 500;
}
.b-demo .screen_integrate-header__description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 1300px) {
  .b-demo .screen_integrate-header__slug {
    font-size: 2rem;
  }
  .b-demo .screen_integrate-header__description {
    font-size: 0.95rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .screen_integrate-header__slug {
    font-size: 2.5rem;
  }
  .b-demo .screen_integrate-header__description {
    font-size: 1rem;
  }
}
.b-demo .screen_integrate_icons {
  position: relative;
  height: 12rem;
  margin: 2rem 0;
}
@media (min-width: 1300px) {
  .b-demo .screen_integrate_icons {
    height: 14rem;
    margin: 3rem 0;
  }
}
@media (min-width: 1700px) {
  .b-demo .screen_integrate_icons {
    height: 16rem;
    margin: 4rem 0 6rem;
  }
}
.b-demo .screen_integrate_icons__landingi {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #505050;
  border-radius: 0.75rem;
  background: #434343;
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.25));
  transform: translate(-50%, -50%);
}
@media (min-width: 1300px) {
  .b-demo .screen_integrate_icons__landingi {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .screen_integrate_icons__landingi {
    width: 5rem;
    height: 5rem;
  }
}
.b-demo .screen_integrate_icons__landingi img {
  width: 55%;
  height: auto;
}
.b-demo .screen_integrate_icons__item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #505050;
  border-radius: 0.75rem;
  background: #434343;
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.25));
  transform: translate(-50%, -50%);
}
@media (min-width: 1300px) {
  .b-demo .screen_integrate_icons__item {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .screen_integrate_icons__item {
    width: 5rem;
    height: 5rem;
  }
}
.b-demo .screen_integrate_icons__item--1 {
  margin-top: -7%;
  margin-left: calc(-2.5rem - 17%);
}
.b-demo .screen_integrate_icons__item--2 {
  margin-top: 10%;
  margin-left: calc(-2.5rem - 24%);
}
.b-demo .screen_integrate_icons__item--3 {
  margin-top: -9%;
  margin-left: calc(-2.5rem - 39%);
}
.b-demo .screen_integrate_icons__item--4 {
  margin-top: 10%;
  margin-left: calc(-2.5rem - 45%);
}
.b-demo .screen_integrate_icons__item--5 {
  margin-top: -6%;
  margin-left: calc(-2.5rem - 60%);
}
.b-demo .screen_integrate_icons__item--6 {
  margin-top: 10%;
  margin-left: calc(-2.5rem + 26%);
}
.b-demo .screen_integrate_icons__item--7 {
  margin-top: -7%;
  margin-left: calc(-2.5rem + 34%);
}
.b-demo .screen_integrate_icons__item--8 {
  margin-top: 8%;
  margin-left: calc(-2.5rem + 49%);
}
.b-demo .screen_integrate_icons__item--9 {
  margin-top: -11%;
  margin-left: calc(-2.5rem + 55%);
}
.b-demo .screen_integrate_icons__item--10 {
  margin-top: 3%;
  margin-left: calc(-2.5rem + 71%);
}
.b-demo .screen_integrate_icons__item img {
  width: 55%;
  height: auto;
}
.b-demo .screen_integrate__button {
  display: table;
  align-items: center;
  padding: 1.125rem 1.375rem;
  margin: 0 auto;
  background: #fff;
  color: #2550aa;
  font-size: 1.125rem;
  font-weight: 600;
  gap: 0.5rem;
  letter-spacing: 0.045rem;
  line-height: 1;
  text-decoration: none;
}
.b-demo .cl-screen-mask {
  position: absolute;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.b-demo .cl-screen-mask--top {
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(26, 28, 32, 0) 0%, rgb(26, 28, 32) 100%);
}
.b-demo .cl-screen-mask--right {
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 28, 32, 0) 0%, rgb(26, 28, 32) 100%);
}
.b-demo .accordion-detail {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: -10%;
  opacity: 0;
  will-change: opacity;
}
.b-demo .accordion-detail.is-anim {
  opacity: 1;
}
.b-demo .accordion-detail--1 {
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
}
.b-demo .accordion-detail--1 .address-bar-container {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 22rem;
  align-items: center;
  padding: 0.8rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background-color: #4c4c4c;
}
.b-demo .accordion-detail--1 .padlock-icon {
  display: inline-block;
  margin-right: 10px;
  animation: padlock-move 2s infinite ease-in-out;
  color: #64dd17;
  font-size: 24px;
}
.b-demo .accordion-detail--1 .url-text {
  overflow: hidden;
  width: 0;
  border-right: 0.15em solid #b0b0b0;
  color: #b0b0b0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 1.4;
  white-space: nowrap;
}
.b-demo .accordion-detail--1.is-anim .url-text {
  animation: typing 2s steps(29, end), blink-caret 0.75s step-end infinite;
  animation-fill-mode: forwards;
}
@keyframes padlock-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #b0b0b0;
  }
}
@media (min-width: 1700px) {
  .b-demo .accordion-detail--1 .address-bar-container {
    width: 26rem;
    padding: 1.2rem 2rem;
  }
  .b-demo .accordion-detail--1 .url-text {
    font-size: 1.5rem;
  }
}
.b-demo .accordion-detail--2 {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #1a1c20;
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
}
.b-demo .accordion-detail--2 .progress-fill {
  stroke: #4caf50;
  stroke-dasharray: 408.26;
  stroke-dashoffset: 408.26;
  stroke-linecap: round;
  stroke-width: 0.6rem;
  transform: rotate(-90deg);
  transform-origin: center;
}
.b-demo .accordion-detail--2 .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4caf50;
  font-size: 2rem;
  font-weight: 700;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.b-demo .accordion-detail--2.is-anim .progress-fill {
  animation: fill-progress 2s ease-out forwards;
}
.b-demo .accordion-detail--2.is-anim .progress-text {
  animation: show-text 2s forwards;
}
@keyframes fill-progress {
  0% {
    stroke-dashoffset: 408.26;
  }
  75% {
    stroke-dashoffset: 61.99;
  }
  100% {
    stroke-dashoffset: 61.99;
  }
}
@keyframes show-text {
  0%, 65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1300px) {
  .b-demo .accordion-detail--2 {
    width: 7rem;
    height: 7rem;
  }
  .b-demo .accordion-detail--2 .progress-text {
    font-size: 2.25rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .accordion-detail--2 {
    width: 8rem;
    height: 8rem;
  }
  .b-demo .accordion-detail--2 .progress-text {
    font-size: 2.5rem;
  }
}
.b-demo .accordion-detail--3 {
  filter: drop-shadow(0 0 0.75rem rgba(92, 146, 255, 0.5));
}
@keyframes step1-anim {
  0% {
    border-color: #1f1f1f;
    background-color: transparent;
    opacity: 1;
    transform: scale(1);
  }
  20% {
    border-color: #1f1f1f;
    background-color: transparent;
    opacity: 1;
    transform: scale(1);
  }
  40% {
    border-color: #5170e4;
    background-color: #5170e4;
    opacity: 1;
    transform: scale(1);
  }
  60% {
    border-color: #5170e4;
    background-color: #5170e4;
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes step2-anim {
  0% {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    pointer-events: none;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes circle-draw-anim {
  0% {
    stroke-dashoffset: 85;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes step3-anim {
  0% {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
  }
  36% {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
}
@keyframes text-color-anim {
  0% {
    color: #e0e0e0;
  }
  90% {
    color: #e0e0e0;
  }
  100% {
    color: #4caf50;
  }
}
.b-demo .accordion-detail--3 .recaptcha {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 22rem;
  box-sizing: border-box;
  align-items: center;
  padding: 0.8rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background-color: #4c4c4c;
}
.b-demo .accordion-detail--3 .recaptcha-checkbox {
  position: relative;
  display: flex;
  width: 2.3rem;
  height: 2.3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.b-demo .accordion-detail--3 .recaptcha-checkbox-step {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}
.b-demo .accordion-detail--3 .recaptcha-checkbox-step--1 {
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.b-demo .accordion-detail--3 .recaptcha-checkbox-step--2 .circle-path {
  stroke-dasharray: 85;
  stroke-dashoffset: 85;
  transform-origin: center;
}
.b-demo .accordion-detail--3 .recaptcha-checkbox-step--3 svg {
  width: 100%;
  height: 100%;
}
.b-demo .accordion-detail--3 .recaptcha-checkbox-step--3 path {
  fill: #4caf50;
}
.b-demo .accordion-detail--3 .recaptcha-text {
  color: #e0e0e0;
  font-size: 1rem;
  font-weight: 700;
}
.b-demo .accordion-detail--3 .recaptcha-icon {
  height: 2.75rem;
  flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
}
.b-demo .accordion-detail--3 .recaptcha-icon path {
  transition: fill 0.3s ease;
}
.b-demo .accordion-detail--3.is-anim .recaptcha-checkbox-step--1 {
  animation: step1-anim 2.5s ease-in-out forwards;
}
.b-demo .accordion-detail--3.is-anim .recaptcha-checkbox-step--2 {
  animation: step2-anim 2.5s ease-in-out forwards;
}
.b-demo .accordion-detail--3.is-anim .recaptcha-checkbox-step--2 .circle-path {
  animation: circle-draw-anim 1.2s ease-out forwards;
  animation-delay: 1.5s;
}
.b-demo .accordion-detail--3.is-anim .recaptcha-checkbox-step--3 {
  animation: step3-anim 2.5s ease-in-out forwards;
  animation-delay: 1s;
}
.b-demo .accordion-detail--3.is-anim .recaptcha-text {
  animation: text-color-anim 2.5s ease-out forwards;
}
@media (min-width: 1300px) {
  .b-demo .accordion-detail--3 .recaptcha {
    width: 24rem;
    padding: 1rem 1.75rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .accordion-detail--3 .recaptcha {
    width: 26rem;
    padding: 1.2rem 2rem;
  }
}
.b-demo .screen_end {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b-demo .screen_end img {
  width: 100%;
  height: auto;
}
.b-demo .screen_caption {
  left: 10% !important;
  width: 80% !important;
  will-change: opacity;
}
.b-demo .screen_caption__header {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.b-demo .screen_caption__header span {
  color: #f8d260;
}
.b-demo .screen_caption__description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 1300px) {
  .b-demo .screen_caption__header {
    font-size: 1.7rem;
  }
  .b-demo .screen_caption__description {
    font-size: 0.9rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .screen_caption__header {
    font-size: 2.5rem;
  }
  .b-demo .screen_caption__description {
    font-size: 1rem;
  }
}
.b-demo .screen_caption2,
.b-demo .screen_caption3,
.b-demo .screen_caption4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  will-change: opacity;
}
.b-demo .caption-bottom__slug {
  color: #1ec7b8;
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.045rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
.b-demo .caption-bottom__header {
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 1.4;
  text-align: center;
}
.b-demo .caption-bottom__header span {
  color: #1ec7b8;
}
.b-demo .caption-bottom__content {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  letter-spacing: 0.045rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 1300px) {
  .b-demo .caption-bottom__slug {
    font-size: 1.0125rem;
  }
  .b-demo .caption-bottom__header {
    font-size: 1.8rem;
  }
  .b-demo .caption-bottom__content {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .caption-bottom__slug {
    font-size: 1.125rem;
  }
  .b-demo .caption-bottom__header {
    font-size: 2rem;
  }
  .b-demo .caption-bottom__content {
    font-size: 1.125rem;
  }
}
.b-demo .caption-left {
  position: absolute;
  top: 0;
  width: 35vw !important;
  will-change: opacity;
}
.b-demo .caption-left-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.b-demo .caption-left__slug {
  color: #5d92ff;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.045rem;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}
.b-demo .caption-left__header {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08rem;
  line-height: 1.4;
  text-align: left;
}
.b-demo .caption-left__header span {
  color: #5d92ff;
}
.b-demo .caption-left__content {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  letter-spacing: 0.045rem;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 1300px) {
  .b-demo .caption-left-item {
    gap: 0.9rem;
  }
  .b-demo .caption-left__slug {
    font-size: 1rem;
  }
  .b-demo .caption-left__header {
    font-size: 1.8rem;
  }
  .b-demo .caption-left__content {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .caption-left-item {
    gap: 1rem;
  }
  .b-demo .caption-left__slug {
    font-size: 1.125rem;
  }
  .b-demo .caption-left__header {
    font-size: 2rem;
  }
  .b-demo .caption-left__content {
    font-size: 1.125rem;
  }
}
.b-demo .caption-right {
  position: absolute;
  top: 0;
  width: 35vw !important;
  will-change: opacity;
}
.b-demo .caption-right-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.b-demo .caption-right__slug {
  color: #1ec7b8;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.045rem;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}
.b-demo .caption-right__header {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08rem;
  line-height: 1.4;
  text-align: left;
}
.b-demo .caption-right__header span {
  color: #1ec7b8;
}
.b-demo .caption-right__content {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  letter-spacing: 0.045rem;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 1300px) {
  .b-demo .caption-right-item {
    gap: 0.9rem;
  }
  .b-demo .caption-right__slug {
    font-size: 1rem;
  }
  .b-demo .caption-right__header {
    font-size: 1.8rem;
  }
  .b-demo .caption-right__content {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .b-demo .caption-right-item {
    gap: 1rem;
  }
  .b-demo .caption-right__slug {
    font-size: 1.125rem;
  }
  .b-demo .caption-right__header {
    font-size: 2rem;
  }
  .b-demo .caption-right__content {
    font-size: 1.125rem;
  }
}

.b-demo {
  display: block;
}
@media (max-width: 1000px) {
  .b-demo {
    display: none;
  }
}

.wp-block-landingi-hero {
  display: none !important;
}
@media (max-width: 1000px) {
  .wp-block-landingi-hero {
    display: flex !important;
  }
}

/*# sourceMappingURL=block_demo.css.map*/
