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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.navbar-logo-left {
  z-index: 900;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #4b475a;
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #4b475a;
  background-color: #f5f5f7;
  border-radius: 10px;
  height: 36px;
  display: flex;
}

.nav-link:active {
  background-color: #ececef;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #4b475a;
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-left: 5px;
  margin-right: 12px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.nav-link-accent:hover {
  color: #4b475a;
  background-color: #f5f5f7;
  border-radius: 10px;
}

.nav-link-accent:active {
  color: #4b475a;
  background-color: #ececef;
}

.button-primary {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  object-fit: fill;
  background-color: #6d59f6;
  border: 1px solid #ffffff59;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px -4px 12px #fff3;
}

.button-primary:hover {
  color: #fff;
  background-color: #8272ff;
}

.button-primary:active {
  background-color: #43464d;
}

.first {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading {
  opacity: 1;
  color: #1f203f;
  text-align: center;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-2 {
  opacity: 1;
  color: #6e697a;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.userblock {
  z-index: 900;
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 640px;
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 10px 20px #7275a60f;
}

.userblock.hero_user-block {
  z-index: auto;
  opacity: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 10px;
}

.userblock.hero_user-block.ub-fly {
  z-index: 900;
  opacity: 100;
  display: none;
  position: fixed;
  bottom: 0;
}

.userblock.hero_user-block.ub-on {
  height: 142px;
  margin-bottom: 0;
  display: flex;
  bottom: 30px;
}

.userblock.hero_user-block.ub-on.mini {
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 351px;
  height: 52px;
  display: none;
}

.userblock.ub-fly {
  opacity: 0;
  display: none;
}

.userblock.ub-component {
  filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  display: block;
  position: static;
}

.div-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin: 10px 12px;
  display: flex;
}

.div-block.mini {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 36px;
}

.div-block-2 {
  background-color: #fafafb;
  border: 1px solid #f5f5f7;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: 32px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.div-block-3 {
  width: 32px;
  height: 32px;
}

.button {
  outline-offset: 0px;
  background-color: #0000;
  background-image: url('../images/Arrow-Up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  outline: 1px solid #ececef;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  display: none;
}

.button:hover {
  background-color: #fafafb;
}

.button:active {
  background-color: #ececef;
}

.button.up1 {
  display: none;
}

.button.up2 {
  background-color: #6d59f6;
  background-image: url('../images/Vector.svg');
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  display: block;
  box-shadow: inset 0 2px 5px #fff3;
}

.button.up2:hover {
  background-color: #8272ff;
}

.button.up2:active {
  background-color: #553aff;
}

.button.up2.futer {
  outline-offset: 0px;
  border-color: #ffffff6b;
  outline: 1px #ececef;
  display: block;
}

.button-2 {
  color: #6e697a;
  background-color: #0000;
  background-image: url('../images/Instagram.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 106px;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.button-2:hover {
  color: #1f203f;
  background-color: #f5f5f7;
}

.button-2:active {
  background-color: #ececef;
}

.button-2:focus {
  color: #1f203f;
  border: 1px #ececef;
}

.button-2.btn-instagram {
  border: 1px solid #0000;
}

.button-2.btn-instagram:active {
  background-color: #fff;
  border: 1px solid #ececef;
}

.button-2.btn-instagram:focus {
  background-color: #fff;
  border-color: #ececef;
}

.button-2.btn-instagram.click {
  color: #373149;
  background-color: #fff;
  border: 1px solid #ececef;
}

.button-2.btn-youtube {
  background-image: url('../images/youtube.svg');
  border: 1px solid #0000;
  width: 97px;
}

.button-2.btn-youtube:active {
  background-color: #fff;
  border: 1px solid #ececef;
}

.button-2.btn-youtube:focus {
  background-color: #fff;
  border-color: #ececef;
}

.button-2.btn-youtube.click {
  color: #373149;
  background-color: #fff;
  border-color: #ececef;
}

.button-2.btn-tiktok {
  background-image: url('../images/Tiktok.svg');
  border: 1px solid #0000;
  width: 83px;
}

.button-2.btn-tiktok:active {
  background-color: #fff;
  border: 1px solid #ececef;
}

.button-2.btn-tiktok:focus {
  background-color: #fff;
  border-color: #ececef;
}

.button-2.btn-tiktok.click {
  color: #373149;
  background-color: #fff;
  border-color: #ececef;
}

.button-2.btn-dop {
  text-align: left;
  background-image: none;
  border: 1px solid #ececef;
  justify-content: center;
  align-items: center;
  width: 77px;
  margin-left: 10px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-2.btn-dop.have-contacts {
  width: 121px;
}

.button-2.btn-dop.exclude {
  position: static;
}

.button-2.btn-dop.exclude.fiol {
  color: #5056bf;
  background-color: #f1f0ff;
  border-color: #f1f0ff;
}

.button-2.btn-dop.platform {
  color: #4b475a;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 8px;
  padding: 2px 10px;
  line-height: 24px;
}

.button-2.btn-dop.platform:focus, .button-2.btn-dop.platform:visited {
  background-color: #ececef;
}

.button-2.btn-dop.platform.fil1:visited, .button-2.btn-dop.platform.fil2:visited, .button-2.btn-dop.platform.fil3:visited, .button-2.btn-dop.platform.fil4:visited {
  background-color: #fff;
}

.button-2.btn-dop.platform.fil5 {
  margin-right: 0;
}

.button-2.btn-dop.platform.fil5:visited {
  background-color: #fff;
}

.button-2.btn-dop.followers {
  width: 84px;
  margin-left: 0;
  margin-right: 8px;
}

.button-2.btn-dop.topics {
  width: 65px;
  margin-left: 0;
  margin-right: 8px;
}

.button-2.btn-dop.location {
  width: 78px;
  margin-left: 0;
  margin-right: 8px;
}

.button-2.btn-dop.language {
  width: 87px;
  margin-left: 0;
  margin-right: auto;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 0;
  display: flex;
}

.div-block-4.fly {
  display: none;
}

.lottie-tabs {
  background-image: url('../images/Color1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 832px;
  margin-bottom: 200px;
  padding-top: 100px;
  display: none;
  position: static;
}

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

.tab-pane-tab-1 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.content-tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff7a;
  border: 2px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 547px;
  height: 48px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ai-scroller {
  height: 400vh;
  display: none;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.ai-quick {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  margin-top: 0;
  padding: 0;
}

.div-ai-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 480px;
  display: flex;
}

.heading-2 {
  color: #373149;
  font-size: 24px;
}

.text-block-3 {
  color: #373149;
  font-size: 16px;
  line-height: 24px;
}

.ai-right {
  width: 100%;
}

.section-5 {
  background-color: #c7afaf;
  height: 100vh;
  position: relative;
  top: 0;
}

.ai-block {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-ai {
  color: #373149;
  text-align: left;
  width: 500px;
  margin-bottom: 16px;
  font-size: 34px;
}

.text-block-4 {
  color: #373149;
  width: 500px;
  font-size: 16px;
  line-height: 24px;
}

.ai-blocks {
  margin-top: 0;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.quick-stack {
  height: 100vh;
}

.div-block-10 {
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.ai-start {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.ai-sec1 {
  background-color: #ebebeb;
  min-height: 100vh;
  padding-top: 25vh;
}

.ai-sec2 {
  color: #333;
  background-color: #fbffe0;
  min-height: 100vh;
  padding-top: 25vh;
  display: block;
}

.ai-sec3 {
  background-color: #fde6ff;
  min-height: 100vh;
  padding-top: 25vh;
  display: block;
}

.ai-div-1 {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 480px;
  margin-left: 10%;
  display: flex;
}

.heading-3 {
  color: #373149;
  width: 272px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.text-block-5 {
  color: #373149;
  width: 272px;
  font-size: 16px;
  line-height: 24px;
}

.ai-div-2 {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 480px;
  margin-left: 15%;
  display: flex;
}

.ai-div-3 {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 480px;
  margin-left: 20%;
  display: flex;
}

.component {
  background-image: url('../images/Landing-Footer-Image.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.collections {
  height: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px;
  display: block;
  overflow: clip;
}

.heading-5 {
  color: #373149;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 34px;
}

.div-block-11 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  color: #373149;
  font-size: 16px;
  line-height: 24px;
}

.filtr {
  z-index: 800;
  width: 500px;
  height: 28px;
  margin: 0 auto 20px;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #9694a3;
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 24px;
}

.collection-blocks {
  z-index: 600;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-blocks.mob {
  display: none;
}

.div-block-14 {
  width: 308px;
  height: 288px;
}

.community {
  border: 1px solid #ececef;
  border-radius: 14px;
  width: 308px;
  height: 288px;
  position: relative;
}

.community:hover {
  border-color: #c8c7cf;
}

.community:active {
  border-width: 2px;
  border-color: #8272ff;
}

.community.com1 {
  z-index: 795;
  cursor: auto;
  border: 1px solid #ececef;
  border-radius: 14px;
}

.community.com1:hover {
  border-style: solid;
  border-width: 1px;
  border-radius: 14px;
}

.community.com1.press {
  border: 1px solid #ececef;
  border-radius: 14px;
}

.community.com1.press:hover {
  border-color: #c8c7cf;
}

.community.com1.press:active {
  border-width: 2px;
  border-color: #8272ff;
}

.community.com2 {
  z-index: 795;
  cursor: auto;
}

.community.com2:hover {
  border-color: #ececef;
}

.community.com2:active {
  border-width: 1px;
  border-color: #ececef;
}

.community.com3 {
  z-index: 795;
  cursor: auto;
}

.community.com3:hover {
  border-color: #ececef;
}

.community.com3:active {
  border-width: 1px;
  border-color: #ececef;
}

.community.com4 {
  cursor: auto;
  border-color: #ececef;
}

.community.com4:hover {
  border-color: #ececef;
}

.community.com4:active {
  border-width: 1px;
  border-color: #ececef;
}

.community.com5 {
  cursor: pointer;
}

.community.com5:hover {
  border-color: #ececef;
}

.community.com5:active {
  border-width: 1px;
  border-color: #ececef;
}

.community.com6 {
  cursor: auto;
}

.community.com6:hover {
  border-color: #ececef;
}

.community.com6:active {
  border-width: 1px;
  border-color: #ececef;
}

.community.com7 {
  cursor: pointer;
}

.community.com7:hover {
  border-color: #ececef;
}

.community.com7:active {
  border-width: 1px;
  border-color: #ececef;
}

.community.com8 {
  cursor: auto;
}

.community.com8:hover {
  border-color: #ececef;
}

.community.com8:active {
  border-width: 1px;
  border-color: #ececef;
}

.community.com9 {
  cursor: pointer;
}

.community.com9:hover {
  border-color: #ececef;
}

.community.com9:active {
  border-width: 1px;
  border-color: #ececef;
}

.div-block-15 {
  width: 1000px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ai-mask1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 100vh;
  display: flex;
}

.ai-mask1.p1 {
  height: 100%;
  display: flex;
}

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

.ai-mask1.p3 {
  height: 100%;
}

.ai-mask2 {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 100%;
  display: flex;
}

.ai-mask2.p1 {
  display: flex;
}

.ai-mask2.p2 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #373149;
  width: 300px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
}

.text-block-8 {
  color: #373149;
  width: 300px;
  font-size: 16px;
  line-height: 24px;
}

.ai-scroll {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 3200px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1000px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gifblock {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-7 {
  text-align: center;
  font-size: 34px;
}

.div-block-19 {
  border-radius: 20px;
  width: 680px;
  height: 382px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.trusted {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  overflow: clip;
}

.text-block-9 {
  color: #9694a3;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.trustblock {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  width: 1770px;
  height: 30px;
  display: flex;
  overflow: clip;
}

.trust-card {
  height: 30px;
  margin-left: 45px;
  margin-right: 45px;
}

.image-2 {
  height: 100%;
}

.price {
  background-image: linear-gradient(#fafafb, #fafafb);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 200px;
  display: flex;
}

.price-header {
  flex-flow: column;
  padding-top: 50px;
  display: flex;
}

.heading-8 {
  color: #373149;
  text-align: center;
  width: 644px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
}

.text-block-10 {
  color: #373149;
  text-align: center;
  width: 456px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pr-standart {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border: 1px solid #ececef;
  border-radius: 16px;
  width: 100%;
  height: auto;
  min-height: 660px;
  padding: 20px 24px 24px;
  position: relative;
}

.pr-standart.growth {
  background-image: linear-gradient(#00048d, #1f203f);
  width: 100%;
  min-height: 660px;
}

.text-block-11 {
  color: #4b475a;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-11.growth {
  color: #fff;
}

.text-block-12 {
  color: #6e697a;
}

.text-block-12.growth {
  color: #fff;
}

.text-block-13 {
  color: #373149;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-13.growth {
  color: #fff;
}

.button-3 {
  color: #4b475a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 12px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-3:hover {
  background-color: #ececef;
}

.button-3.growth {
  color: #fff;
  background-color: #6d59f6;
  border-color: #6d59f6;
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 24px;
  box-shadow: inset 0 7px 12px #fff3;
}

.button-3.growth:hover {
  background-color: #8272ff;
}

.button-3.growth.filtr-popup {
  justify-content: center;
  align-items: center;
  height: 36px;
  display: flex;
}

.button-3.growth.dl {
  width: 100%;
  height: 44px;
}

.container-2 {
  border-top: 1px solid #ffffff1a;
  margin-top: 28px;
  padding-top: 5px;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 17px;
  display: flex;
}

.div-block-20.roi {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-14 {
  color: #373149;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.text-block-14.roi {
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 20px;
  display: flex;
}

.text-block-14.growth {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  margin-right: 12px;
}

.div-block-21, .div-block-22 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 24px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-15 {
  color: #6e697a;
}

.image-4 {
  margin-left: 5px;
}

.tooltip {
  background-image: url('../images/Tooltip1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 0;
  margin-right: 24px;
  padding: 8px 12px 12px;
  display: none;
  position: absolute;
  bottom: 100px;
}

.text-block-16 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

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

.image-5 {
  display: block;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 200px;
  display: flex;
}

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

.faq-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 600px;
  display: flex;
  position: static;
  top: 0;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.dropdown {
  width: 100%;
}

.text-block-17 {
  color: #373149;
  white-space: pre-wrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  overflow: visible;
}

.text-block-17:hover {
  color: #6d59f6;
}

.text-block-18 {
  color: #373149;
  font-size: 16px;
  font-weight: 400;
}

.heading-9 {
  color: #373149;
  width: 200px;
  font-size: 34px;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.footer {
  background-image: linear-gradient(#121224, #121224);
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding-right: 20px;
  display: flex;
}

.link {
  color: #fff;
  margin-left: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.code-embed {
  display: block;
}

.div-block-26 {
  flex-flow: column;
  width: 583px;
  height: auto;
  display: flex;
}

.div-block-26.mini {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 30px;
  position: static;
}

.code-embed-2 {
  color: #373149;
  display: block;
}

.code-embed-2.fly {
  display: none;
}

.code-embed-2.mini {
  width: auto;
  height: auto;
}

.code2 {
  height: 34px;
  margin-left: 10px;
  padding-top: 5px;
  display: none;
}

.code2.fly {
  display: flex;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: center;
  height: 88px;
  display: flex;
  overflow: clip;
}

.div-block-28 {
  width: 100%;
  display: flex;
}

.youtube {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: none;
}

.video-popup {
  z-index: 990;
  opacity: 1;
  background-image: linear-gradient(#12122480, #121224cc);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-29 {
  width: 75%;
}

.div-block-30 {
  width: 10px;
  height: 80px;
  display: block;
}

.background-video {
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.background-video:hover {
  background-image: linear-gradient(0deg, #1f203f91, #1f203f00);
}

.ai-stick {
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  height: 800px;
  display: flex;
  position: sticky;
  top: 0;
}

.ai-text2 {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.ai-text3, .ai-picpic, .div-block-31 {
  display: block;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.icon {
  background-image: url('../images/Frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
}

.icon-2 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-styk {
  z-index: 790;
  height: auto;
  position: sticky;
  top: 0;
}

.div-block-33 {
  height: 100px;
}

.coll {
  z-index: 995;
  opacity: 1;
  background-image: linear-gradient(#12122480, #121224cc);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: none;
  position: fixed;
  top: 0;
}

.coll.gadget, .coll.fitness, .coll._1, .coll._2, .coll._3, .coll._4, .coll._5, .coll._6, .coll._7, .coll._8, .coll._9 {
  display: none;
}

.div-block-34 {
  z-index: 996;
  background-color: #fff;
  border-radius: 20px;
  width: 790px;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
  overflow: visible;
}

.div-block-35 {
  border-bottom: 1px solid #ececef;
  border-radius: 20px 20px 0 0;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px 20px 18px;
  display: block;
  position: relative;
}

.image-6 {
  border-radius: 20px;
}

.div-block-36 {
  border: 1px #000;
  border-top: 1px solid #ececef;
  border-left-color: #9694a3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4 {
  color: #4b475a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 44px;
  margin-right: 14px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-4:hover {
  background-color: #f5f5f7;
}

.button-4:active {
  background-color: #ececef;
}

.button-4.csv {
  font-weight: 600;
}

.button-4.close {
  display: none;
}

.button-5 {
  background-color: #6d59f6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 580px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  box-shadow: inset 0 4px 5px #ffffff45;
}

.button-5.col-pop {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
}

.button-5.col-pop:hover {
  background-color: #8272ff;
}

.button-5.col-pop:active {
  background-color: #553aff;
}

.button-5.col-pop.desk {
  width: 638px;
  font-weight: 600;
}

.button-5.col-pop.mob {
  display: none;
}

.div-block-37 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-38 {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 380px;
  height: auto;
  display: flex;
  overflow: scroll;
}

.div-block-38._1 {
  object-fit: scale-down;
  width: 380px;
  overflow: auto;
}

.div-block-38.ai-div-2 {
  width: 410px;
}

.div-block-38._2 {
  box-sizing: border-box;
  object-fit: scale-down;
  border-left: 1px solid #ececef;
  width: 410px;
  height: 100%;
  overflow: auto;
}

.div-block-39 {
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  width: 410px;
  height: auto;
  display: flex;
  overflow: scroll;
}

.text-block-19 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
}

.div-block-40 {
  background-color: #fff3;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 640px;
  height: 112px;
  margin-top: 10px;
  display: flex;
}

.div-block-40.foot {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-41 {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 16px;
  width: 260px;
  height: 146px;
  padding: 16px;
  display: none;
  position: fixed;
  inset: auto 30px 30px auto;
  box-shadow: 0 10px 20px #7275a60f;
}

.text-block-20 {
  color: #1f203f;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-21 {
  color: #6e697a;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
}

.button-6 {
  color: #4b475a;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 90px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 24px;
}

.button-6:hover {
  background-color: #f5f5f7;
}

.button-6.cooc {
  justify-content: center;
  align-items: center;
  height: 36px;
  display: flex;
}

.button-7 {
  color: #5056bf;
  text-align: center;
  background-color: #f1f0ff;
  border-radius: 10px;
  width: 126px;
  margin-left: 12px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 24px;
}

.button-7:hover {
  background-color: #eceaff;
}

.button-7:active {
  background-color: #f1f0ff;
}

.button-7.cooc {
  justify-content: center;
  align-items: center;
  height: 36px;
  display: flex;
}

.div-block-42 {
  margin-top: 16px;
  display: flex;
}

.p1 {
  display: block;
}

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

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

.image-7 {
  cursor: auto;
}

.image-7:hover {
  border-style: none;
  border-width: 1px;
  border-radius: 1px;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  width: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.content-tabs {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
  position: sticky;
  top: 100px;
}

.lottie-block {
  background-color: #fff;
  border-radius: 10px;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 14px #00000026;
}

.div-block-45, .div-block-46 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-22, .text-block-23, .text-block-24 {
  color: #4b475a;
  font-size: 13px;
}

.button-tab {
  color: #4b475a;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-tab:hover {
  background-color: #fff;
}

.button-tab.w--current {
  background-color: #fff;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.button-tab.w--current:active {
  color: #121224;
}

.button-tab.but-tab {
  width: auto;
}

.text-block-25 {
  color: #4b475a;
  text-align: center;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.text-block-26 {
  color: #373149;
  background-color: #ffffffc2;
  border: 2px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 24px;
  margin-left: 10px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  box-shadow: 0 1px 3px #0003;
}

.text-block-26.com {
  box-shadow: none;
  outline-offset: 0px;
  background-color: #f7f7ff;
  border-width: 1px;
  border-color: #e5e3fe;
  outline: 1px #e5e3fe;
  width: 179px;
  margin-top: 16px;
  margin-left: 0;
}

.image-8 {
  cursor: auto;
  border-radius: 14px;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-7 {
  height: 250vh;
}

.section-8 {
  height: 100vh;
  margin-bottom: 140px;
}

.fil-popup {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 188px;
  height: 126px;
  margin-top: 4px;
  padding: 16px;
  display: none;
  position: absolute;
  box-shadow: 0 0 20px #00000014;
}

.text-block-27 {
  color: #1f203f;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 24px;
}

.image-9 {
  height: auto;
  display: inline-block;
  overflow: hidden;
}

.image-10 {
  aspect-ratio: auto;
  width: 100%;
  max-width: none;
  position: relative;
}

.div-block-49 {
  width: 100%;
  position: fixed;
}

.link-2 {
  color: #6e697a;
}

.image-11 {
  width: 100%;
  position: relative;
  overflow: scroll;
}

.div-block-50 {
  width: 100%;
  height: 100vh;
}

.div-block-51 {
  position: sticky;
}

.text-block-28 {
  color: #373149;
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  inset: 80px 0% auto;
}

.div-block-52 {
  display: block;
}

.slide-2, .slide-3 {
  position: static;
}

.text-block-31 {
  text-align: left;
}

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

.ai-mob, .ai-tablet, .div-block-55 {
  display: none;
}

.div-block-56 {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 12px;
  width: 420px;
  height: 345px;
  margin-top: -350px;
  margin-left: 10px;
  position: absolute;
  box-shadow: 0 0 2px #0003;
}

.icon-4 {
  display: none;
}

.dropdown-list-2 {
  top: 10px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 12px;
  width: 420px;
  height: 345px;
  padding: 6px;
  top: -350px;
  left: 10px;
}

.text-block-33 {
  color: #9694a3;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 10px 12px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.dropdown-link {
  color: #373149;
  line-height: 24px;
}

.dropdown-link-2 {
  color: #373149;
  border-radius: 8px;
  padding: 8px 12px;
  line-height: 24px;
}

.dropdown-link-2:hover {
  background-color: #fafafb;
}

.dropdown-link-2:active {
  background-color: #f5f5f7;
}

.dropdown-link-2.off {
  background-color: #f5f5f7;
  border-radius: 8px;
  margin-top: 6px;
}

.mask-2 {
  width: 100%;
  height: 1020px;
  position: static;
}

.slider-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1020px;
  display: flex;
}

.slide-nav-2 {
  display: none;
  inset: 0% 0% auto;
}

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

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

.slide-1 {
  position: static;
}

.div-block-58 {
  background-image: url('../images/Color1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 220px;
  display: flex;
}

.div-block-59 {
  background-image: url('../images/Color2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 220px;
  display: flex;
}

.div-block-60 {
  background-image: url('../images/Color3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 220px;
  display: flex;
}

.nav-slyder {
  z-index: 201;
  background-color: #ffffff7a;
  border: 2px solid #fdfdfd;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  width: 550px;
  height: 38px;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 160px auto auto;
}

.flpro {
  color: #4b475a;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.flpro:hover {
  background-color: #fff;
}

.flpro.active {
  color: #121224;
  background-color: #fff;
  box-shadow: 0 1px 5px #3f3f3f29;
}

.div-block-61 {
  border-bottom: 1px solid #f5f5f7;
  height: 5px;
}

.text-block-34 {
  color: #1f203f;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-62 {
  border-bottom: 1px solid #ececef;
  padding: 16px 20px;
}

.text-block-35 {
  color: #9694a3;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-36 {
  color: #373149;
  font-weight: 400;
  line-height: 24px;
}

.collection-item {
  display: flex;
}

.collection-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.image-12 {
  border-radius: 50px;
}

.text-block-37 {
  color: #373149;
  line-height: 24px;
}

.link-block {
  color: #2a7af2;
  line-height: 24px;
  text-decoration: none;
}

.div-block-63 {
  padding: 16px 20px;
}

.div-block-64 {
  flex-flow: column;
  padding-top: 16px;
}

.collection-item-3 {
  width: 178px;
  height: 222px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.image-13 {
  box-sizing: border-box;
  object-fit: fill;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.image-13._3 {
  width: auto;
  height: 100%;
  overflow: visible;
}

.image-13._4 {
  width: 100%;
  height: auto;
  overflow: auto;
}

.image-13._5, .image-13._9 {
  width: auto;
  height: 100%;
  overflow: visible;
}

.div-block-65 {
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 162px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-65._1 {
  justify-content: center;
  align-items: flex-start;
}

.collection-list-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: 7px;
}

.link-block-2 {
  width: 178px;
  height: 222px;
  text-decoration: none;
}

.text-block-38 {
  color: #fff;
  margin-bottom: 8px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-66 {
  padding-left: 20px;
}

.text-block-39 {
  color: #6e697a;
  font-size: 12px;
  line-height: 16px;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.text-block-40 {
  color: #373149;
  font-size: 12px;
  line-height: 16px;
}

.section-10 {
  display: none;
}

.collection-list-wrapper-2 {
  margin-bottom: 7px;
}

.btn {
  color: #4b475a;
  background-color: #0000;
  border: 1px solid #ececef;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 32px;
  margin-left: 8px;
  padding: 12px 4px;
  line-height: 24px;
  display: flex;
}

.btn:hover {
  background-color: #f5f5f7;
}

.btn:active {
  background-color: #ececef;
}

.btn.exclude {
  width: 77px;
}

.btn.select._2 {
  width: 144px;
  display: none;
}

.btn.select._3 {
  width: 151px;
  display: none;
}

.btn.select._4 {
  width: 120px;
  display: none;
}

.btn.select._5 {
  width: 165px;
  display: none;
}

.div-drop {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 12px;
  width: 420px;
  height: 345px;
  margin-left: 8px;
  padding: 6px;
  display: block;
  position: absolute;
  bottom: 44px;
  box-shadow: 0 10px 20px #0000000f;
}

.div-drop._1 {
  display: none;
}

.div-drop._2 {
  height: 306px;
  margin-left: 93px;
  display: none;
}

.text-block-44 {
  color: #9694a3;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 12px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.btn-drop {
  color: #373149;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 12px 8px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.btn-drop:hover, .btn-drop:focus {
  background-color: #f5f5f7;
}

.div-block-70 {
  border: 1px #000;
  border-bottom: 1px solid #ececef;
  margin-top: 5px;
  margin-bottom: 6px;
}

.text-block-45 {
  color: #6e697a;
  margin-bottom: 16px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 12px;
  line-height: 16px;
}

.code-embed-3 {
  background-color: #0000;
}

.div-block-71 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 584px;
  display: flex;
}

.div-block-72 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 55px;
  display: flex;
}

.section-11 {
  background-color: #fafafb;
  height: 150px;
}

.section-12 {
  height: 70px;
}

.section-13 {
  padding-top: 60px;
}

.image-15 {
  opacity: 0;
  width: auto;
  height: auto;
}

.lightbox-link {
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.section-15 {
  display: none;
}

.section-16 {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 140px;
  display: block;
}

.body-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-16 {
  width: 29px;
  height: 44px;
}

.heading-10 {
  color: #222;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-76 {
  margin-top: 40px;
}

.div-block-77 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text--pr {
  color: #222;
  text-align: justify;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-bold {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.list {
  padding-left: 20px;
}

.rich-text-block {
  color: #222;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13 {
  color: #0080ff;
}

.image-17 {
  margin-bottom: 20px;
}

.div-block-78 {
  display: none;
}

.link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21 {
  color: #0080ff;
}

.collection-list-wrapper-3 {
  display: none;
}

.rich-text-block-2 {
  color: #222;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}

.link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30 {
  color: #0080ff;
}

.rich-text-block-3 {
  color: #222;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}

.collection-list-wrapper-4 {
  color: #222;
  font-size: 16px;
  line-height: 24px;
}

.link-31 {
  color: #0080ff;
}

.rich-text-block-4, .rich-text-block-5 {
  color: #222;
  font-size: 16px;
  line-height: 24px;
}

.link-32, .link-33, .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42 {
  color: #0080ff;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}

.quick-stack-3.head {
  background-color: #eee;
}

.cell {
  overflow-wrap: anywhere;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px;
}

.cell-2 {
  overflow-wrap: anywhere;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.cell-3 {
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
}

.cell-4, .cell-5, .cell-6 {
  overflow-wrap: anywhere;
  border: 1px solid #000;
  padding: 5px;
}

.text-block-46 {
  overflow-wrap: anywhere;
  padding: 5px;
  display: block;
}

.text-block-47 {
  overflow: visible;
}

.collection-list-wrapper-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block-52, .text-block-53 {
  font-weight: 700;
}

.text-block-54 {
  font-weight: 700;
  display: flex;
}

.text-block-55, .text-block-56, .text-block-57 {
  font-weight: 700;
}

.text-block-58 {
  color: #fff;
  margin-left: 20px;
  font-weight: 500;
  line-height: 24px;
}

.code-embed-4 {
  display: block;
}

.image-18, .image-19, .image-20, .image-21 {
  cursor: auto;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading {
    font-size: 32px;
  }

  .text-block-2 {
    display: block;
  }

  .ai-block {
    width: auto;
    margin-left: 28px;
  }

  .div-block-9 {
    width: auto;
  }

  .collection-blocks {
    justify-content: center;
    align-items: flex-start;
    overflow: clip;
  }

  .ai-mask1.p1 {
    width: 332px;
  }

  .ai-mask2.p1 {
    width: 500px;
  }

  .heading-6, .text-block-8 {
    width: 272px;
  }

  .ai-scroll {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-bottom: 240px;
    margin-left: 52px;
  }

  .pr-standart {
    min-height: 660px;
  }

  .faq {
    flex-flow: column;
    padding-left: 80px;
  }

  .div-block-23 {
    flex-flow: column;
    width: 832px;
  }

  .div-block-24 {
    width: auto;
    height: auto;
    margin-bottom: 60px;
  }

  .heading-9, .youtube {
    width: auto;
  }

  .ai-stick {
    width: 832px;
    display: none;
  }

  .collection-styk {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .lottie-block {
    width: 525px;
  }

  .section-8 {
    height: auto;
  }

  .section-9 {
    width: 525px;
    display: flex;
  }

  .div-block-52 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-53 {
    margin-bottom: 25px;
  }

  .mask {
    width: 79%;
    height: 625px;
    overflow: visible;
  }

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

  .text-block-29 {
    color: #373149;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-30 {
    color: #373149;
    font-size: 16px;
    line-height: 24px;
  }

  .slide, .slide-2 {
    padding-left: 28px;
  }

  .slider {
    background-color: #fff;
  }

  .slide-3 {
    padding-left: 28px;
  }

  .ai-tablet {
    display: block;
  }

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

  .div-block-55.mob, .icon-3, .section-10 {
    display: none;
  }

  .section-16 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .userblock.hero_user-block.ub-on {
    display: flex;
  }

  .userblock.hero_user-block.ub-on.mini {
    display: none;
  }

  .collections {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-blocks {
    width: auto;
  }

  .ai-scroll {
    height: auto;
  }

  .faq {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: clip;
  }

  .div-block-23 {
    width: 100%;
    padding-bottom: 40px;
  }

  .faq-container {
    width: auto;
    height: auto;
  }

  .slider-2 {
    height: 700px;
  }

  .section-10, .section-15 {
    display: none;
  }
}

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

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link-accent {
    display: flex;
  }

  .button-primary {
    width: auto;
    min-width: 101px;
  }

  .first {
    margin-bottom: 50px;
  }

  .heading {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
  }

  .text-block-2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .userblock.hero_user-block.ub-on {
    display: none;
  }

  .userblock.hero_user-block.ub-on.mini {
    margin-bottom: 50px;
    display: flex;
  }

  .userblock.hero_user-block.ub-on.mini.footer {
    background-color: #ffffff3d;
    background-image: none;
    position: static;
  }

  .lottie-tabs {
    display: none;
  }

  .ai-block {
    width: 351px;
    margin-left: auto;
  }

  .heading-ai {
    text-align: center;
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-4 {
    color: #6e697a;
    text-align: center;
    width: auto;
    margin-bottom: 40px;
    line-height: 150%;
  }

  .component {
    background-image: url('../images/Component.jpg'), url('../images/Landing-Footer-Image.webp');
    background-position: 50%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    height: 670px;
    min-height: auto;
  }

  .collections {
    padding-top: 0;
    display: none;
  }

  .heading-5 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 327px;
    display: flex;
  }

  .text-block-6 {
    color: #6e697a;
    text-align: center;
    line-height: 150%;
  }

  .filtr {
    display: none;
  }

  .collection-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .collection-blocks.mob {
    display: block;
  }

  .community.com1.m, .community.com2.m, .community.com3.m, .community.com4.m, .community.com5.m, .community.com6.m, .community.com7.m, .community.com8.m, .community.com9.m {
    width: 260px;
    height: auto;
  }

  .ai-scroll {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 80px;
    margin-left: 12px;
    margin-right: 12px;
    overflow: clip;
  }

  .div-block-18 {
    width: 375px;
  }

  .gifblock {
    padding-top: 40px;
  }

  .heading-7 {
    width: 351px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-19 {
    width: 100%;
    height: 100%;
  }

  .trusted {
    display: none;
  }

  .price {
    padding-bottom: 40px;
    position: relative;
  }

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

  .heading-8 {
    width: 327px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-10 {
    color: #6e697a;
    width: 327px;
    font-size: 16px;
    line-height: 150%;
  }

  .priceblock {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .pr-standart {
    min-height: auto;
  }

  .faq {
    height: 100%;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

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

  .div-block-24 {
    text-align: center;
    width: 100%;
  }

  .faq-container {
    height: auto;
  }

  .text-block-17 {
    line-height: 28px;
  }

  .text-block-18 {
    padding-right: 20px;
    line-height: 24px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 32px;
  }

  .footer {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    height: 284px;
  }

  .footer-l-menu {
    flex-flow: column;
    padding-top: 25px;
    display: flex;
  }

  .footer-r-menu {
    display: block;
  }

  .link {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .coll {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: none;
  }

  .div-block-34 {
    width: 345px;
  }

  .div-block-35 {
    width: auto;
    height: auto;
    margin-top: 12px;
  }

  .div-block-36 {
    padding-right: 20px;
  }

  .button-4.csv {
    display: none;
  }

  .button-4.close {
    font-weight: 600;
    display: flex;
  }

  .button-5.col-pop {
    width: auto;
  }

  .button-5.col-pop.desk {
    display: none;
  }

  .button-5.col-pop.mob {
    width: 100%;
    font-weight: 600;
    display: flex;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .div-block-38._1 {
    flex-flow: column;
    flex: 1;
    height: 250px;
  }

  .div-block-38._2 {
    width: 345px;
  }

  .div-block-38._0 {
    flex-flow: row;
    flex: none;
    order: 0;
    width: 345px;
    height: auto;
    margin-bottom: 16px;
  }

  .text-block-19 {
    text-align: center;
    width: 311px;
    font-size: 28px;
    line-height: 140%;
  }

  .text-block-19.foot {
    margin-bottom: 20px;
  }

  .div-block-40.foot {
    display: none;
  }

  .text-block-26.com {
    text-align: center;
  }

  .section-9 {
    flex-flow: row;
    width: auto;
  }

  .div-block-50 {
    display: none;
  }

  .text-block-28.mob {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
    position: static;
  }

  .div-block-53 {
    width: auto;
    height: auto;
  }

  .text-block-29 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .text-block-30 {
    font-weight: 400;
    line-height: 150%;
  }

  .slide {
    padding-left: 12px;
    position: static;
  }

  .slide-2 {
    padding-left: 12px;
  }

  .slider {
    height: 100%;
  }

  .slide-3 {
    padding-left: 12px;
  }

  .text-block-32 {
    color: #4b475a;
    justify-content: center;
    align-items: flex-start;
    width: 204px;
    font-size: 16px;
    line-height: 150%;
    display: block;
  }

  .ai-mob {
    height: 33%;
    display: block;
  }

  .ai-tablet {
    display: none;
  }

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

  .div-block-55.mob {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-55.tablet, .div-block-57 {
    display: none;
  }

  .div-block-62 {
    padding-top: 0;
  }

  .div-block-64 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .collection-item-3 {
    height: auto;
  }

  .collection-list-wrapper {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-66 {
    display: none;
  }

  .section-10 {
    background-color: #fafafb;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    display: flex;
  }

  .div-block-68 {
    background-color: #fafafb;
    width: 351px;
    height: auto;
    padding-bottom: 80px;
  }

  .text-block-41 {
    color: #373149;
    margin-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
  }

  .text-block-42 {
    font-size: 16px;
    line-height: 20%;
  }

  .text-block-43 {
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 150%;
  }

  .collection-list {
    flex: 0 auto;
    display: flex;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 16px;
  }

  .section-13 {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .image-14 {
    width: auto;
    height: auto;
  }

  .div-block-73 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
    display: flex;
    overflow: clip;
  }

  .div-block-74 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
    overflow: clip;
  }

  .item {
    border: 1px solid #ececef;
    border-radius: 14px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 260px;
    min-width: 260px;
    height: 280px;
    display: flex;
    position: relative;
  }

  .item:hover {
    border-color: #c8c7cf;
  }

  .item:active {
    border-width: 2px;
    border-color: #8272ff;
  }

  .outer-container {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
    overflow: visible;
  }

  .inner-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-position: 50% 50%;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    overflow: auto;
  }

  .div-block-75 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
    overflow: auto;
  }

  .section-14, .overflow_container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .section-15 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    overflow: auto;
  }

  .section-16 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    line-height: 56px;
  }

  .text--pr {
    width: 100%;
  }

  .div-block-78 {
    width: auto;
  }

  .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51 {
    font-size: 10px;
    line-height: 10px;
  }
}

#w-node-d45374fc-8481-1a01-cd3e-487a08d72d41-38081d4d {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) minmax(auto, 320px) minmax(auto, 320px) minmax(auto, 320px);
}

#w-node-_2fe8cf63-2a13-b05c-53ae-98b9e13fae7c-cd3753bc, #w-node-_98839dbf-dd52-645c-6421-0f06f77c20d3-cd3753bc {
  grid-template-rows: auto;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
}

@media screen and (max-width: 991px) {
  #w-node-d45374fc-8481-1a01-cd3e-487a08d72d41-38081d4d {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 320px) minmax(auto, 320px);
  }
}

@media screen and (max-width: 479px) {
  #w-node-d45374fc-8481-1a01-cd3e-487a08d72d41-38081d4d {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 320px);
  }
}


