:root {
  --blue-violet: #922eff;
  --blue-violet-2: rgba(146, 46, 255, .5);
  --black-2: #0d0d0d;
  --royal-blue: #0266ff;
  --black: black;
}

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

body {
  color: #fff;
  background-color: #000;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #7d7d7d;
  margin-bottom: 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  text-transform: none;
  background-image: url('../images/Quote-Icon-01.svg'), url('../images/Quote-Icon-02.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 1px #000;
  margin: 40px -40px;
  padding: 40px 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .28);
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.yellow-color-show-case {
  background-color: var(--blue-violet);
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #151515;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.navbar-container {
  align-items: center;
  height: 100%;
  padding: 0 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.full, ._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--blue-violet);
  color: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: var(--blue-violet-2);
}

.button.video {
  background-color: #1c1c1c;
  background-image: url('../images/Video-Icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 50px;
  font-weight: 500;
}

.button.video:hover {
  background-color: #333;
}

.button.navbar-button {
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  padding: 7px 16px;
  font-size: 15px;
  font-weight: 500;
}

.button.navbar-button:hover {
  background-color: #b3b3b3;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #b6b6b6;
}

.button.dark {
  background-color: #474747;
}

.button.add-to-cart {
  background-image: url('../images/shopping-bag.svg');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
}

.style-guide-box-holder {
  background-color: #000;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  position: relative;
}

.section.hero-section {
  background-color: #03040d;
  overflow: hidden;
}

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

.section.grey-section {
  background-color: #0d0d0d;
}

.section.uder-hero {
  z-index: 2;
  background-color: #000;
  margin-top: -70px;
  position: relative;
}

.section.grey-section-copy {
  background-color: #0d0d0d;
}

.section.overflow-hidden {
  overflow: hidden;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: rgba(27, 27, 27, .26);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container, .nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: none;
}

.nav-link {
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 120px;
  display: flex;
}

.footer-brand {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-link {
  color: #7d7d7d;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  border-top: 1px solid #2b2b2b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  text-transform: none;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.footer-brand-image {
  max-width: 50%;
}

.white-link {
  color: #fff;
  text-decoration: underline;
  transition: color .375s;
}

.white-link:hover {
  color: #a1a1a1;
}

.hero-section-holder {
  z-index: 2;
  padding-top: 120px;
  position: relative;
}

.hero-section-container {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 5vw;
  display: flex;
}

.hero-section-mark-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-mark-container {
  background-color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.hero-section-mark {
  width: 26px;
  position: relative;
  left: 2px;
}

.hero-section-header-holder {
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.hero-section-paragraph-holder {
  max-width: 430px;
}

.hero-section-button-holder {
  grid-column-gap: 30px;
  display: flex;
}

.hero-section-mac-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-section-mac-container {
  z-index: 2;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section-mac {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mac-image {
  z-index: 2;
  position: relative;
}

.macbook-app-holder {
  justify-content: center;
  align-items: center;
  padding: 3.25% 10.7% 5.6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.macbook-app {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.macbook-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 2% 10.7% 0%;
  position: absolute;
}

.hero-blur-bg-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.hero-blur-bg {
  width: 140%;
  min-width: 115%;
}

.first-features-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.first-features-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.first-feature-block-holder {
  background-color: #181818;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.first-feature-block-container {
  width: 100%;
  height: 100%;
}

.first-feature-text-container {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.first-feature-paragaraph-holder {
  max-width: 325px;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.first-feature-image-holder, .first-feature-image {
  width: 100%;
}

.iphone-card-holder {
  background-color: #181818;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-card-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.iphone-background-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.iphone-screen-holder {
  border-radius: 70px;
  width: 100%;
  height: 100%;
  padding: 4.5% 5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.iphone-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.fun-fact-holder {
  background-color: #181818;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fun-fact-container {
  width: 100%;
  height: 100%;
  padding: 40px 25px 25px;
}

.fun-fact-top-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fun-fact-title-holder {
  grid-column-gap: 8px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  display: flex;
}

.fun-fact-icon-holder {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.fun-fact-icon {
  width: 22px;
}

.fun-fact-social-media-icon-holder {
  border: 1px solid #fff;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: border-color .275s;
  display: flex;
}

.fun-fact-social-media-icon-holder:hover {
  border-color: var(--royal-blue);
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.slider-title-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.slider-text-holder {
  font-size: 62px;
}

.slider-arrow-holder {
  width: 24px;
}

.slider-arrow {
  width: 100%;
}

.slide, .mask {
  width: 100%;
  height: auto;
}

.slider-content {
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.slider-header {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
}

.white-text {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.arrow-holder {
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.arrow {
  width: 16px;
}

.left-arrow {
  top: auto;
  bottom: -24%;
  left: 0%;
  right: auto;
}

.right-arrow {
  justify-content: flex-end;
  display: flex;
  top: auto;
  bottom: -24%;
  left: auto;
  right: 0%;
}

.slide-nav {
  grid-column-gap: 5px;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  bottom: -25%;
}

.featured-logos-section {
  padding-bottom: 60px;
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-logo-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 52px;
  display: flex;
}

.featured-logo-grid {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.featured-logo-wrapper {
  width: 110px;
}

.featured-logo {
  width: 80%;
  max-width: 140%;
}

.featured-logo.dc {
  width: 80%;
}

.title-holder {
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-features {
  padding-top: 80px;
  padding-bottom: 80px;
}

.early-access-wrapper {
  grid-row-gap: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 90px;
  display: flex;
}

.early-access-gird-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.early-access-gird {
  grid-column-gap: 160px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.early-access-image-holder {
  border-radius: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.early-access-image-container {
  z-index: 1;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.early-access-image-container._02 {
  justify-content: space-between;
  width: 180%;
  padding: 80px 50px;
}

.early-access-background-holder, .early-access-background {
  width: 100%;
}

.early-access-big-image-holder {
  box-shadow: none;
  border-radius: 20px;
  width: 110%;
  position: relative;
  top: -25px;
  left: 35%;
}

.early-access-big-image-holder._02 {
  top: 0;
  left: 0%;
}

.early-access-big-image {
  border-radius: 0;
  width: 100%;
}

.early-access-small-image-holder {
  z-index: 1;
  width: 400px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.early-access-small-image-holder._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.early-access-small-image {
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.early-access-small-image._02 {
  width: 100%;
}

.early-access-card {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  display: flex;
}

.early-access-tag-container {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.tag-image {
  width: 24px;
}

.early-access-title-holder {
  max-width: 349px;
}

.four-features-wrapper, ._4-power-features-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}

._4-power-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-image-holder {
  z-index: 1;
  position: relative;
}

.power-feature-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  left: 1px;
  overflow: hidden;
}

.power-feature-background-holder-copy {
  opacity: 1;
  width: 150%;
  height: 150%;
  position: absolute;
}

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

.power-feature-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonails-wrapper {
  background-image: url('../images/background-grid.png');
  background-position: 100% 100%;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.testimonail-slider-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-mask {
  width: 800px;
  height: auto;
  overflow: visible;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.testimonail-card-holder {
  height: 100%;
}

.testimonail-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #121212;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 16px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-user-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.testimonial-content-holder {
  z-index: 1;
  grid-row-gap: 80px;
  background-color: #1b1c1d;
  border: 1px solid #323338;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 415px;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonial-text {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
}

.testimonial-user-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.user-image-holder {
  background-color: rgba(99, 91, 255, .4);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  overflow: hidden;
}

.user-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 3px;
}

.user-content-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.user-name {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 17px;
}

.user-job-position {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 14px;
}

.hide {
  display: none;
}

.circle-holder {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 35.5938px;
  left: -64px;
  transform: rotate(0);
}

.cricle-container {
  width: 260px;
}

.circle-inside {
  width: 100%;
}

.left-arrow-slider {
  top: auto;
  bottom: -16%;
  left: 44%;
  right: auto;
}

.right-arrow-slider {
  top: auto;
  bottom: -16%;
  left: auto;
  right: 44%;
}

.pricing-wrapper {
  padding-top: 0;
  padding-bottom: 80px;
}

.pricing-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table-holder {
  background-color: #1b1c1d;
  border-radius: 12px;
  overflow: hidden;
}

.pricing-table-holder._02 {
  background-color: #0d0d0d;
}

.pricing-table {
  padding: 50px;
}

.pricing-header-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: 9px 16px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.list-holder {
  justify-content: space-between;
  display: flex;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.check-icon-holder {
  width: 18px;
}

.check-icon-holder.bigger {
  width: 24px;
}

.check-icon {
  width: 100%;
}

.check-list-text {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.pricing-footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-price-holder {
  grid-column-gap: 8px;
  align-items: flex-end;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  display: flex;
}

.pricing {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.pricing-description {
  color: rgba(255, 255, 255, .4);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.cta-wrapper {
  background-image: url('../images/background-grid.png');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cta-container {
  background-color: #1b1c1d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 970px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cta-logo-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.cta-paragraph-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  display: flex;
}

.cta-logo-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 20px rgba(2, 102, 255, .28);
}

.cta-logo {
  width: 26px;
  position: relative;
  left: 1px;
}

.cta-blured-bg {
  opacity: .39;
  filter: blur(20px);
  background-color: rgba(2, 102, 255, .69);
  border-radius: 200px;
  width: 100px;
  height: 100px;
  position: absolute;
}

.cta-blured-bg._02 {
  opacity: .05;
  background-color: #00d4ff;
  width: 200px;
  height: 200px;
}

.cta-line {
  opacity: .09;
  background-color: #fff;
  width: 1px;
  height: 200px;
  position: absolute;
  top: -200px;
}

.text-field {
  color: #fff;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(99, 91, 255, .12);
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px rgba(0, 0, 0, .24), 0 17px 20px rgba(0, 0, 0, .24), 0 21px 36px rgba(99, 91, 255, .12);
}

.text-field:focus {
  border-color: #448eff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 90px rgba(99, 91, 255, .04);
}

.text-field::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.form {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-block {
  width: 370px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--blue-violet);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: var(--blue-violet-2);
}

.form-holder {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-cricle-holder {
  width: 350px;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -15%;
  right: auto;
}

.cta-cricle-holder._02 {
  top: -18%;
  bottom: auto;
  left: auto;
  right: -14%;
  transform: rotate(180deg);
}

.cta-circle {
  width: 100%;
}

.thank-you-message {
  color: #7d7d7d;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(99, 91, 255, .12);
}

.thank-you-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.error-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(255, 0, 4, .12);
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.error-message.small {
  color: #fff;
  margin: 14px 0;
}

.fixed-navbar {
  z-index: 19;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.help-container {
  border-right: 1px solid #242424;
  width: 260px;
  min-width: 260px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #fff;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #fff;
  font-family: DM Sans, sans-serif;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  width: 100%;
}

.help-center-heading-holder {
  font-family: DM Sans, sans-serif;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 1px 1px 14px rgba(0, 0, 0, .25), 0 21px 36px rgba(99, 91, 255, .13);
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: IBM Plex Sans Hebrew, sans-serif;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  display: flex;
}

.figma-header {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 20px;
  width: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.link {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.utility-page-wrap {
  background-color: #0d0d0d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-hero-holder {
  background-color: #0d0d0d;
  padding-bottom: 80px;
}

.features-hero-container {
  padding-top: 0;
  padding-bottom: 0;
}

.fetaures-icons-holder {
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.features-main-logo-holder {
  z-index: 1;
  border: 1px solid var(--blue-violet-2);
  background-color: var(--blue-violet);
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  padding-left: 4px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 21px rgba(13, 13, 13, .25), 0 0 51px rgba(0, 0, 0, .48), inset 0 4px 13px rgba(0, 0, 0, .25);
}

.fetaures-main-logo {
  width: 85px;
}

.features-hero-icon-wrapper {
  grid-row-gap: 30px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-hero-icon-holder {
  grid-column-gap: 30px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.features-hero-icon-container {
  background-color: #1b1c1d;
  border: 1px solid #323338;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: border-color .4s, transform .35s cubic-bezier(.175, .885, .32, 1.275), background-color .35s;
  display: flex;
}

.features-hero-icon-container:hover {
  background-color: #212224;
  border-color: #46474d;
  transform: scale(1.1);
}

.features-hero-icon {
  width: 32px;
}

.features-icons {
  width: 1100px;
  display: flex;
  position: relative;
}

.features-component-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  position: relative;
  left: 0%;
}

.features-icon {
  justify-content: flex-end;
  align-items: center;
}

.featured-icons-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-left-side {
  background-image: linear-gradient(270deg, rgba(13, 13, 13, 0) 17%, #0d0d0d 87%);
  width: 265px;
  height: 105%;
  position: absolute;
  top: -3%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gradient-left-side.right-side {
  background-image: linear-gradient(to right, rgba(13, 13, 13, 0) 17%, #0d0d0d 87%);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.break-down-section-holder {
  background-color: #050505;
  background-image: url('../images/background-grid.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.break-down-heading-holder {
  max-width: 660px;
}

.break-down-paragraph-holder {
  max-width: 465px;
}

.break-down-card-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.break-down-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.break-down-card {
  background-color: #0d0d0d;
  border: 2px solid #161616;
  border-radius: 24px;
  transition: border-color .425s;
  position: relative;
  overflow: hidden;
}

.break-down-card:hover {
  border-color: #353535;
}

.break-down-card-container {
  z-index: 1;
  padding: 80px 30px 30px;
  position: relative;
}

.break-down-icon-holder {
  background-color: #000;
  border: 2px solid #313131;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.break-down-icon {
  width: 29px;
}

.break-down-heading {
  max-width: 280px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.break-down-lottie {
  width: 100%;
}

.break-down-animation-holder {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.break-down-gradient {
  background-image: linear-gradient(rgba(13, 13, 13, 0) 16%, #0d0d0d 86%);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.break-down-gradient.bigger {
  background-image: linear-gradient(rgba(13, 13, 13, .53) 8%, #0d0d0d 50%);
}

.competition-section {
  background-color: #0d0d0d;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tab-holder {
  padding-top: 70px;
  padding-bottom: 30px;
}

.tab-link {
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 8px;
  height: 100%;
  padding: 11px 25px;
  transition: border-color .425s;
}

.tab-link:hover {
  border-color: #8a8a8a;
}

.tab-link.w--current {
  background-color: #1b1c1d;
  border-color: #fff;
}

.tab-link-icon {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.tab-link-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.tab-link-text {
  color: #fff;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: visible;
}

.tab-pane-holder {
  width: 1029.59px;
}

.tab-pane-image {
  width: 100%;
}

.tab-pane-tab-1 {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
}

.benefits-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 95px;
  padding-bottom: 95px;
  display: grid;
}

.benefits-title {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.benefits {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.benefits-content-holder-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.benefits-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 54px;
}

.benefit-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.benefits-heading {
  color: #fff;
  letter-spacing: .5px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.visable-section-holder {
  background-color: #0d0d0d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.visable-gird {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.visable-image-content-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.visable-image-content-holder {
  border-radius: 28px;
  width: 100%;
  overflow: hidden;
}

.visable-image {
  width: 100%;
}

.visable-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
}

.collaborate-text {
  color: #fff;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.visable-heading-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.company-container-holder {
  background-color: #0d0d0d;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-content-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  height: 100%;
  display: flex;
  position: static;
}

.company-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.company-paragraph {
  max-width: 460px;
  margin-top: 30px;
}

.company-content-wrapper {
  z-index: 19;
  position: relative;
}

.slider-image {
  border-radius: 8px;
  width: 100%;
}

.arrow-circle-holder {
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding-right: 2px;
  display: flex;
}

.arrow-circle-holder.right {
  padding-left: 2px;
  padding-right: 0;
}

.arrow-circle-image {
  width: 10px;
}

.slide-nav-2 {
  display: none;
}

.slider-number-holder {
  font-size: 42px;
  position: absolute;
  top: auto;
  bottom: -70px;
  left: auto;
  right: 0%;
}

.company-slider-left-arrow {
  top: auto;
  bottom: -60px;
  left: 0%;
  right: auto;
}

.team-slider {
  z-index: 1;
  background-color: rgba(221, 221, 221, 0);
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.team-slide {
  z-index: 1;
  width: 380px;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  left: -30px;
}

.slider-image-holder {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.company-slider-right-arrow {
  top: auto;
  bottom: -60px;
  left: 60px;
  right: auto;
}

.team-slider-wrapper {
  z-index: 0;
  display: flex;
  position: relative;
}

.team-slider-mask {
  z-index: 1;
  width: 380px;
  height: 100%;
  overflow: visible;
}

.value-team-holder {
  background-color: #070707;
  padding-top: 90px;
  padding-bottom: 90px;
}

.value-team-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.value-content {
  grid-column-gap: 93px;
  grid-row-gap: 93px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-heading-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-title {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.value-points {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-icon-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
  border: 2px solid #313131;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
}

.value-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 28px;
}

.value-heading-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-heading {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 34px;
  display: flex;
}

.value-team-images-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.value-team-images-holder {
  perspective: 1500px;
  width: 100%;
}

.value-team-images-container {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
}

.value-team-image-holder {
  z-index: 1;
  perspective: none;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.value-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-team-behind-holder {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 2px solid #363636;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.value-text {
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.value-cards-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-section-holder {
  background-color: #0d0d0d;
  padding-top: 90px;
  padding-bottom: 90px;
}

.team-gird-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-gird {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team {
  position: relative;
  overflow: hidden;
}

.team-image-holder {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.team-image {
  width: 100%;
}

.team-info-holder {
  flex-direction: column;
  align-items: stretch;
  padding: 9px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 300px;
  display: flex;
}

.name {
  color: #fff;
  letter-spacing: .5px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.name-and-description {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  min-width: 300px;
  display: flex;
}

.job-position {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.about-person-text {
  color: #cecece;
  letter-spacing: .5px;
  min-width: 100%;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.social-media-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 24px;
}

.team-info-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: relative;
}

.job-positions-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.job-position-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px 16px 16px;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), border-color .375s;
  display: flex;
}

.job-position-wrapper:hover {
  border-color: #979797;
  transform: scale(1.05);
}

.job-content-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-title-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-icon-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  overflow: hidden;
}

.job-title {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.job-description {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.arrow-icon-up {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.job-description-holder {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.company-hero-section-header-holder {
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.blog-hero-holder {
  display: flex;
}

.featured-blog-holder {
  background-color: #0d0d0d;
  border-radius: 14px;
  width: 100%;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), background-color .4s;
  overflow: hidden;
}

.featured-blog-holder:hover {
  background-color: #141414;
  transform: scale(1.05);
}

.featured-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.featured-blog-image-holder {
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
}

.featured-blog-image {
  width: 100%;
}

.grey-body {
  background-color: #0d0d0d;
}

.featured-blog-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.featured-blog-title {
  font-size: 42px;
  font-weight: 500;
}

.featured-blog-list-wrapper, .featured-blog-list, .featured-blog-item {
  width: 100%;
}

.blog-grid-twos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-2x {
  grid-row-gap: 18px;
  flex-direction: column;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.blog-grid-2x:hover {
  transform: scale(1.05);
}

.blog-grid-2x-image-holder {
  border-radius: 12px;
  width: 100%;
  height: 440px;
  overflow: hidden;
}

.blog-grid-2x-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid-2x-title {
  margin-bottom: 8px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
}

.blog-grid-3x-holder.spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-grid-threes {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-3x-image-holder {
  border-radius: 12px;
  width: 100%;
  height: 370px;
  overflow: hidden;
}

.blog-holder {
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blog-details-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.blog-date {
  color: #7d7d7d;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.blog-name-details {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-details---title {
  color: #fff;
  max-width: 570px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.share-blog-icons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-social-media-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .3;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .3s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.share-social-media-icon-holder:hover {
  opacity: 1;
  transform: scale(1.2);
}

.share-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 24px;
}

.blog-details-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.blog-details-main-image-holder {
  border-radius: 14px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-details-main-image {
  width: 100%;
}

.blog-rich-text p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.blog-rich-text li {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.shop-category-button-holder {
  padding-top: 30px;
  padding-bottom: 30px;
}

.shop-category-button {
  opacity: .5;
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 8px;
  padding: 12px 34px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .425s;
}

.shop-category-button:hover {
  border-color: #fff;
}

.shop-category-button.w--current {
  opacity: 1;
}

.shop-category-list-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shop-category-list {
  grid-column-gap: 30px;
  display: flex;
}

.featured-shop-items-holder {
  margin-top: 40px;
  margin-bottom: 260px;
}

.featured-shop-items-container {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.featured-product-card {
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 24px;
  padding: 50px;
  position: relative;
}

.featured-product-card-content {
  z-index: 1;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.category {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.product-title {
  font-size: 52px;
  font-weight: 600;
}

.product-price {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.add-to-cart-holder {
  margin-top: 50px;
}

.product-image-holder {
  border-radius: 42px;
  width: 212px;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 28px 28px 31px rgba(0, 0, 0, .1);
}

.other-product-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}

.product-grid-3x {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card {
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.product-card-image-holder {
  border-radius: 20px;
  width: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.product-card-title {
  margin-bottom: 12px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
}

.product-card-description {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.product-price-small {
  color: rgba(255, 255, 255, .8);
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
}

.add-to-cart-holder-small {
  margin-top: 12px;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state {
  background-color: red;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
}

.menu-cart-holder {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: rgba(56, 152, 236, 0);
  width: 24px;
  padding: 0;
}

.cart-icon {
  width: 24px;
}

.cart-quantity {
  background-color: var(--royal-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: -8px;
  bottom: auto;
  left: -18px;
  right: auto;
}

.cart-container {
  background-color: #0f0f0f;
  border: 1px solid #282828;
  border-radius: 24px;
  min-width: 420px;
  padding: 24px;
}

.cart-header {
  border-bottom-color: #282828;
  margin-bottom: 28px;
  padding: 0 0 20px;
}

.cart-list {
  padding: 0;
}

.x-icon {
  width: 24px;
}

.cart-hero {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.remove-button {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-item {
  border-bottom: 1px solid #282828;
  flex-direction: column;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 26px;
  position: relative;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.price-and-quantity {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.remove-button-x {
  background-color: #282828;
  background-image: url('../images/X-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 40px;
  width: 26px;
  height: 26px;
}

.product-name {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.product-details-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  max-width: 200px;
  display: flex;
}

.product-thumbnail {
  border-radius: 8px;
  width: 72px;
  height: auto;
}

.product-cart-price {
  font-size: 27px;
  font-weight: 500;
}

.cart-quantity-menu {
  background-color: #282828;
  border-style: none;
  border-radius: 7px;
  margin-bottom: 0;
}

.quantity-holder {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-footer {
  border-top-color: #282828;
  padding: 24px 0 0;
}

.sub-total {
  font-size: 24px;
}

.no-margins {
  margin-bottom: 0;
}

.title-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.checkout-form {
  background-color: #0d0d0d;
}

.block-header {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
}

.block-content {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
}

.customer-info {
  background-color: #0f0f0f;
  border: 2px solid #282828;
  border-radius: 12px;
  box-shadow: inset 3px 5px 20px rgba(0, 0, 0, .37);
}

.checkout-input {
  background-color: #222;
  border-width: 1.5px;
  border-color: #282828;
  border-radius: 6px;
  height: 60px;
  box-shadow: inset 4px 4px 20px rgba(0, 0, 0, .31);
}

.field-label {
  color: rgba(255, 255, 255, .68);
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-weight: 300;
}

.line-item {
  grid-row-gap: 4px;
  border-bottom: 1px solid #282828;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.line-item.no-border {
  border-bottom-style: none;
}

.sub-total-checkout {
  color: #434343;
  font-size: 18px;
}

.total-checkout {
  font-size: 32px;
  font-weight: 500;
}

.second-cta-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #121212;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 0 0 14px rgba(37, 37, 37, .25), 0 0 48px rgba(45, 45, 45, .12);
}

.second-cta-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
}

.tag-text {
  color: #fff;
  text-align: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.second-cta-title {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.second-cta-paragraph {
  color: #fff;
  letter-spacing: .5px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.second-cta-container {
  background-color: #0d0d0d;
  background-image: url('../images/background-grid.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.second-cta-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.second-cta-logo-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.second-cta-logo {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  overflow: hidden;
}

.second-cta-logo.main {
  z-index: 2;
  border-radius: 18px;
  width: 110px;
  height: 110px;
  position: relative;
  box-shadow: 0 0 32px rgba(0, 0, 0, .49), 11px 11px 14px rgba(0, 0, 0, .15);
}

.second-cta-logo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.second-cta-logo-image.main {
  width: 100%;
}

.ghost-icons {
  width: 100%;
  position: absolute;
}

.product-details-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.product-details-container {
  text-align: center;
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  padding: 36px 60px;
  display: flex;
}

.product-details-name {
  font-size: 52px;
}

.product-details-image-holder {
  border-radius: 24px;
  width: 150px;
  margin-top: 30px;
  overflow: hidden;
}

.product-details-image {
  width: 100%;
}

.product-summery-holder {
  max-width: 520px;
  padding: 30px;
}

.left-circle-image {
  width: 900px;
  position: absolute;
  top: auto;
  bottom: -46%;
  left: -36%;
  right: auto;
}

.left-circle-image.top-right {
  top: -55%;
  bottom: auto;
  left: auto;
  right: -35%;
}

.empty-state {
  background-color: #131313;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 500;
}

.click-instructions-holder {
  display: none;
}

.company-text-gradient {
  z-index: 12;
  background-image: linear-gradient(270deg, rgba(13, 13, 13, 0), #0d0d0d 25%);
  width: 50%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading, .heading-2, .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .rich-text-block, .heading-8, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .heading-9 {
  font-family: DM Sans, sans-serif;
}

.heading-10 {
  color: var(--blue-violet);
  font-family: DM Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.heading-11, .heading-12 {
  font-family: DM Sans, sans-serif;
}

.heading-13 {
  border: 1px solid #000;
  font-family: DM Sans, sans-serif;
}

.paragraph-7, .paragraph-8, .heading-14, .paragraph-11, .paragraph-12, .text-block-6, .text-block-7, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22 {
  font-family: DM Sans, sans-serif;
}

.policy-wrapper {
  grid-row-gap: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.policy-grid-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-section-header-holder-2 {
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #922eff;
  border-radius: 8px;
  padding: 15px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button-2:hover {
  background-color: rgba(146, 46, 255, .5);
}

.button-2.video {
  background-color: #1c1c1c;
  background-image: url('../images/Video-Icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 50px;
  font-weight: 500;
}

.button-2.video:hover {
  background-color: #333;
}

.button-2.white {
  color: #000;
  background-color: #fff;
}

.button-2.white:hover {
  background-color: #b6b6b6;
}

.early-access-small-image-2 {
  box-shadow: none;
  border-radius: 0;
  padding-top: 57px;
  overflow: hidden;
}

.early-access-small-image-2._02 {
  width: 100%;
}

.early-access-small-image-holder-copy {
  z-index: 1;
  width: 200px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.early-access-small-image-holder-copy._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.early-access-small-image-copy-2 {
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.early-access-small-image-copy-2._02 {
  width: 100%;
}

.early-access-small-image-holder-copy-2 {
  z-index: 1;
  width: 200px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.early-access-small-image-holder-copy-2._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.how-it-works-grid-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.how-it-works-grid {
  grid-column-gap: 160px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
}

.separator.popup {
  background-color: #101010;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block-8 {
  color: #fff;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
}

.demo-main-text-wrapper {
  z-index: 99;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.demo-container {
  background-image: url('../images/background.svg'), linear-gradient(#1a1a1a, #1a1a1a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.d-110-social-title {
  color: #dd4b39;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}

.d-110-social-title.twitter {
  color: #1da1f2;
}

.d-110-social-title.facebook {
  color: #3b5998;
}

.close-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line.rotate {
  transform: rotate(90deg);
}

.close-line.rotate.popup, .close-line.popup {
  background-color: #333;
}

.image-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.demo-left-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.clone-instructions-panel {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.demo-p.main {
  text-align: left;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.demo-p.main.popup {
  color: #333;
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 20px;
}

.d-110-section-home {
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.d-110-contact-block-twitter {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.demo-btn-text {
  z-index: 1;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .33);
  padding: 15px 30px;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}

.demo-btn-text.f-1 {
  z-index: 1;
  letter-spacing: .5px;
  border-style: none;
  padding: 8px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  position: static;
}

.d-110-right-arrow {
  color: #ccc;
  font-size: 24px;
  line-height: 40px;
}

.panel-text-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 600px;
}

.d-110-social-icon {
  color: #fff;
  font-size: 20px;
}

.d-110-contact-block-facebook {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.d-110-social-bg {
  background-color: #dd4b39;
  background-image: url('../images/genie.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.d-110-social-bg.twitter {
  background-color: #1da1f2;
}

.d-110-social-bg.facebook {
  background-color: #3b5998;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.d-110-contact-text-bar {
  color: #fff;
  margin-left: 20px;
  font-weight: 400;
}

.demo-btn {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-btn.f-1 {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border: 1px solid #000;
  border-radius: 25px;
  margin: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.browser-top {
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.d-110-bottom-bar {
  background-color: #9d152c;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: -10px;
  display: flex;
  position: relative;
}

.d-110-bottom-bar.two {
  background-color: #b38224;
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.d-110-profile-wrapper {
  background-color: #d30026;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-110-profile-wrapper.two {
  background-color: #fff;
}

.d-110-up-arrow {
  color: #fff;
  font-size: 24px;
  position: absolute;
}

.d-110-contact-text {
  color: #333;
  font-weight: 400;
}

.d-110-contact-text.two {
  color: #fff;
}

.browser-demo {
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 760px;
  height: 500px;
  display: none;
  position: relative;
  overflow: hidden;
}

.demo-arrow-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.d-110-social-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.demo-btn-wrapper-block {
  z-index: 0;
  background-color: #4d16dd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-110-contact-block-gmail {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 100px;
  right: 150px;
}

.demo-arrow-wrapper {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.inner-wrapper {
  background-color: #e6e7e8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.demo-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.demo-heading.h1.popup {
  color: #333;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}

.demo-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.demo-heading.h2.popup {
  color: #333;
  font-size: 25px;
  line-height: 35px;
  display: block;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-110-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.d-110-profile-image {
  color: #fff;
  background-color: #c5cfd1;
  background-image: url('../images/paul-rudd-ant-man-wasp-script-changes-1118007-1280x0.jpeg');
  background-position: 30%;
  background-size: cover;
  border-radius: 100px;
  flex: 0 auto;
  width: 100px;
  height: 100px;
  margin-top: -10px;
  margin-right: 20px;
}

.d-110-profile-image.two {
  background-color: #333;
  background-image: url('../images/1530553196521.jpeg');
  background-position: 55%;
  background-size: cover;
}

.d-110-name-text {
  margin-bottom: 10px;
  font-size: 20px;
}

.d-110-name-text.two {
  color: #333;
}

.d-110-contact-button {
  z-index: 10;
  cursor: pointer;
  background-color: #c5cfd1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-110-contact-button.two {
  background-color: #333;
}

.d-110-description {
  font-size: 14px;
}

.d-110-description.two {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.d-110-text-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  margin-top: -10px;
  display: flex;
}

.d-110-top-wrapper {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.image-4 {
  box-shadow: 0 2px 100px 20px var(--blue-violet-2);
}

.testimonial-heading {
  color: var(--blue-violet);
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: DM Mono, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.hero-ai-image {
  z-index: 1;
  width: auto;
  height: 56px;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 20%;
  right: auto;
}

.hero-ai-image._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-ai-image-1 {
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: 56px;
  overflow: hidden;
}

.hero-ai-image-1._02 {
  width: 100%;
}

.hero-ai-image-1-copy {
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.hero-ai-image-1-copy._02 {
  width: 100%;
}

.hero-ai-image-2 {
  z-index: 1;
  width: auto;
  height: 56px;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 61%;
  right: auto;
}

.hero-ai-image-2._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-ai-image-3 {
  z-index: 1;
  width: auto;
  height: 56px;
  position: absolute;
  top: 75%;
  bottom: auto;
  left: 29%;
  right: auto;
}

.hero-ai-image-3._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.early-access-small-image-3 {
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}

.early-access-small-image-3._02 {
  width: 100%;
}

.early-access-big-image-holder-2 {
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
  position: relative;
  top: 0;
  left: 20%;
}

.early-access-big-image-holder-2._02 {
  top: -34px;
  left: 48%;
}

.early-access-card-2 {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-wrapper-2 {
  grid-row-gap: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 90px;
  display: flex;
}

.early-access-big-image-2 {
  border-radius: 12px;
  width: 100%;
}

.early-access-small-image-holder-2 {
  z-index: 1;
  width: 250px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.early-access-small-image-holder-2._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph-25 {
  font-family: DM Sans, sans-serif;
}

.text-block-9 {
  font-family: DM Sans, sans-serif;
  font-size: 32px;
}

.text-block-10, .text-block-11 {
  font-family: DM Sans, sans-serif;
}

.text-block-12 {
  font-family: DM Mono, sans-serif;
}

.div-block {
  display: block;
}

.faq-plus {
  background-color: #2aa8ff;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.link-2 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-plus-l {
  background-color: #2aa8ff;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-2.faq-container {
  background-color: #0d0d0d;
  border-radius: 5px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px rgba(45, 62, 80, .06);
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.faq-answer {
  border-bottom: 1px solid rgba(45, 62, 80, .12);
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
}

.testimonial-title {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.3;
}

.paragraph-grey {
  color: rgba(24, 25, 69, .5);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.author-title {
  color: #181945;
  font-size: 18px;
  line-height: 32px;
}

.testimonial-card {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.testimonial-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-full {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-avatar {
  border: 8px solid #d9ebfa;
  border-radius: 100px;
  width: 88px;
  height: 88px;
  position: relative;
  top: -32px;
}

.testimonial-grid-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  margin-bottom: 96px;
}

.testimonial-section {
  padding: 96px 3%;
  position: relative;
}

.testimonial-block {
  color: #0c0c0c;
  background-color: #d9ebfa;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 48px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 3%;
}

.title-2 {
  color: #583fbc;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.title-2._16-bottom-margin {
  color: #fff;
  margin-bottom: 16px;
}

.star-rating {
  margin-top: 22px;
}

.featured-block {
  margin-top: 10px;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.content-section {
  padding: 132px 3%;
}

.title-large {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.next-button {
  background-color: #922eff;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.title-medium {
  color: var(--black);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

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

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.image-5 {
  position: absolute;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.form-2 {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 60px;
  height: 60px;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.categories-block {
  margin-top: 40px;
}

.search-icon {
  position: absolute;
  top: 22px;
  bottom: 0%;
  left: 22px;
  right: 0%;
}

.profile-block {
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search-button {
  background-color: var(--blue-violet);
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .16);
}

.subscription {
  background-color: var(--black);
  color: var(--royal-blue);
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.text-field-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.search {
  position: relative;
}

.blog-image {
  background-image: url('../images/background-grid.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.title-small-2 {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small-2.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

.heading-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  line-height: 1.1;
}

.video-player {
  border: 4px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(146, 46, 255, .2);
}

.collection-list-wrapper {
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-16 {
  min-width: 600px;
  margin-bottom: 100px;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 0;
}

.heading-17 {
  padding-left: 20px;
}

.html-embed {
  text-align: right;
  font-size: 11px;
  line-height: 1;
  display: block;
}

.image-6 {
  margin-right: -101px;
}

.image-7 {
  font-size: 12px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .button.navbar-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    background-color: #000;
  }

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

  .section.grey-section {
    background-color: #000;
  }

  .footer-copyright-center {
    font-family: DM Mono, sans-serif;
  }

  .hero-section-container {
    padding-top: 5vw;
  }

  .hero-section-header-holder {
    max-width: 720px;
  }

  .hero-blur-bg {
    display: none;
  }

  .iphone-card-holder {
    padding: 35px;
  }

  .slider-holder, .slider {
    height: 100%;
  }

  .left-arrow, .right-arrow, .slide-nav {
    bottom: 8%;
  }

  .featured-logo-grid {
    width: 100%;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .featured-logo {
    width: 80%;
    max-width: 120%;
  }

  .featured-logo.dc {
    width: 70%;
  }

  .early-access-wrapper {
    padding-bottom: 130px;
  }

  .early-access-big-image-holder {
    box-shadow: none;
    width: 110%;
    top: -30px;
    left: 30%;
  }

  .early-access-big-image {
    border-radius: 0;
  }

  .early-access-small-image-holder {
    width: 480px;
  }

  .early-access-small-image {
    box-shadow: none;
  }

  .early-access-card {
    width: 120%;
    overflow: visible;
  }

  .testimonails-wrapper {
    background-image: url('../images/background-grid.png');
    background-position: 100% 100%;
    background-size: auto;
  }

  .testimonial-user-holder {
    justify-content: flex-end;
  }

  .testimonial-text {
    color: #fff;
    font-family: DM Sans, sans-serif;
  }

  .cta-wrapper {
    background-color: #0f0f0f;
    background-image: url('../images/background-grid.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .text-field {
    font-family: DM Sans, sans-serif;
  }

  .submit-button {
    background-color: var(--blue-violet);
  }

  .features-hero-holder {
    background-color: var(--black-2);
  }

  .features-main-logo-holder {
    border-color: var(--blue-violet-2);
    background-color: var(--blue-violet);
    background-image: url('../images/background.png');
    background-position: 0 0;
    background-size: cover;
  }

  .break-down-section-holder {
    background-color: var(--blue-violet);
    background-image: url('../images/background-grid.png');
    background-position: 50%;
    background-size: auto;
  }

  .visable-image-content-holder {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .value-team-container {
    grid-column-gap: 100px;
    grid-template-columns: .75fr .75fr;
  }

  .value-team-images-wrapper {
    grid-column-gap: 30px;
  }

  .value-cards-holder {
    grid-row-gap: 30px;
  }

  .blog-details-content {
    width: 100%;
  }

  .share-blog-icons {
    display: none;
  }

  .tag-text, .second-cta-title, .second-cta-paragraph {
    font-family: DM Sans, sans-serif;
  }

  .second-cta-container {
    background-color: var(--blue-violet);
    background-image: url('../images/background-grid.png');
    background-position: 0 0;
    background-size: auto;
  }

  .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .paragraph-7, .paragraph-8, .heading-14 {
    font-family: DM Sans, sans-serif;
  }

  .heading-14.black-text {
    color: var(--black);
  }

  .paragraph-9, .paragraph-10 {
    font-family: DM Sans, sans-serif;
  }

  .body {
    background-color: #000;
  }

  .paragraph-11, .paragraph-12 {
    font-family: DM Sans, sans-serif;
  }

  .text-block-6 {
    font-family: DM Mono, sans-serif;
  }

  .text-block-7, .heading-15, .paragraph-23, .paragraph-24, .rich-text-block-2 {
    font-family: DM Sans, sans-serif;
  }

  .hero-section-header-holder-2 {
    max-width: 720px;
  }

  .early-access-small-image-2 {
    box-shadow: none;
    padding-top: 68px;
  }

  .early-access-small-image-holder-copy {
    width: 256px;
  }

  .early-access-small-image-copy-2 {
    box-shadow: none;
  }

  .early-access-small-image-holder-copy-2 {
    width: 256px;
  }

  .text-block-8 {
    color: #fff;
    padding-bottom: 0;
    font-family: DM Mono, sans-serif;
    font-size: 16px;
  }

  .d-110-contact-block-twitter {
    background-color: #000;
    flex-wrap: wrap;
    height: 300px;
    margin-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-110-contact-block-facebook {
    background-color: #000;
    flex-flow: wrap;
    align-items: center;
    width: 800px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 120px;
    padding: 20px 0;
  }

  .d-110-social-bg {
    background-image: url('../images/genie.png');
    background-position: 50%;
    background-size: cover;
    width: 48px;
    height: 48px;
  }

  .d-110-profile-wrapper.two {
    background-color: #fff;
  }

  .d-110-contact-text.two {
    font-family: DM Mono, sans-serif;
  }

  .d-110-social-text-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .d-110-contact-block-gmail {
    background-color: #000;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .d-110-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
  }

  .d-110-description.two {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .image-4 {
    box-shadow: 0 2px 100px 10px var(--blue-violet-2);
    width: 1000px;
    padding-top: 0;
  }

  .testimonial-heading {
    margin-bottom: 16px;
    padding-bottom: 0;
    font-family: DM Mono, sans-serif;
    font-weight: 500;
  }

  .hero-ai-image {
    width: auto;
    top: 12%;
  }

  .hero-ai-image-1, .hero-ai-image-1-copy {
    box-shadow: none;
  }

  .hero-ai-image-2 {
    width: auto;
  }

  .hero-ai-image-3 {
    width: auto;
    top: 75%;
    left: 29%;
  }

  .early-access-small-image-3 {
    box-shadow: none;
  }

  .early-access-big-image-holder-2 {
    box-shadow: none;
    top: 0;
  }

  .early-access-big-image-holder-2._02 {
    z-index: 100;
    width: 100%;
    top: -26px;
    left: 49%;
  }

  .early-access-small-image-holder-2 {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .button.navbar-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container {
    height: auto;
  }

  .nav-menu-button-holder {
    display: block;
  }

  .nav-menu {
    height: auto;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-section-header-holder {
    max-width: 500px;
  }

  .hero-section-mac-holder {
    padding-top: 40px;
  }

  .first-features-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .iphone-card-holder {
    width: 100%;
  }

  .iphone-screen-holder {
    border-radius: 50px;
  }

  .fun-fact-container {
    padding-bottom: 121px;
  }

  .featured-logo-holder {
    padding-top: 24px;
  }

  .featured-logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .featured-logo {
    width: 60%;
  }

  .featured-logo.dc {
    width: 60%;
    max-width: 80%;
  }

  .early-access-gird {
    grid-column-gap: 40px;
    width: 100%;
  }

  .early-access-small-image-holder {
    left: -2%;
  }

  ._4-power-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-mask {
    width: 100%;
  }

  .left-arrow-slider {
    left: 35%;
  }

  .right-arrow-slider {
    right: 35%;
  }

  .pricing-content {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .cta-container {
    width: 100%;
  }

  .cta-cricle-holder._02 {
    right: -26%;
  }

  .cta-cricle-holder._01 {
    left: -28%;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

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

  .menu-button.w--open {
    background-color: var(--royal-blue);
  }

  .features-hero-icon-wrapper, .features-component-holder, .featured-icons-wrapper {
    width: 100%;
  }

  .break-down-section-holder {
    background-image: url('../images/background-grid.png');
    background-size: cover;
  }

  .break-down-card-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .break-down-card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .benefits-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

  .benefits {
    font-size: 38px;
    line-height: 100%;
  }

  .company-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-content-holder, .company-content-wrapper {
    width: 100%;
  }

  .value-team-container {
    flex-direction: column;
    display: flex;
  }

  .value-title {
    text-align: left;
  }

  .value-team-images-wrapper {
    position: relative;
  }

  .value-team-image {
    width: 102%;
    min-width: 102%;
    position: relative;
    left: -2px;
  }

  .value-cards-holder {
    position: relative;
  }

  .team-gird-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-gird {
    flex-direction: column;
    width: 60%;
    display: flex;
  }

  .team {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .team-info-holder {
    width: 120%;
    margin-top: 30px;
    padding: 0;
    position: relative;
  }

  .name-holder {
    min-width: 0;
  }

  .name-and-description {
    width: 100%;
    min-width: 0;
  }

  .job-title, .job-description {
    font-size: 18px;
  }

  .featured-blog-grid, .blog-grid-threes {
    flex-direction: column;
    display: flex;
  }

  .featured-shop-items-container, .product-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

  .product-grid-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product-grid-3x {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 70%;
    display: flex;
  }

  .second-cta-holder {
    border-radius: 20px;
  }

  .second-cta-content {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
  }

  .second-cta-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
  }

  .second-cta-paragraph {
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    font-weight: 300;
  }

  .left-circle-image {
    width: 460px;
    bottom: 9%;
  }

  .left-circle-image.top-right {
    top: -16%;
  }

  .click-instructions-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
    position: absolute;
    top: -110px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .click-arrow {
    width: 110px;
  }

  .company-text-gradient, .icon {
    display: none;
  }

  .hero-section-header-holder-2 {
    max-width: 430px;
  }

  .early-access-small-image-holder-copy, .early-access-small-image-holder-copy-2 {
    left: -2%;
  }

  .how-it-works-grid {
    grid-column-gap: 40px;
    width: 100%;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .demo-main-text-wrapper {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .clone-instructions-panel {
    display: none;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .d-110-section-home {
    clear: both;
    overflow: visible;
  }

  .d-110-contact-block-facebook {
    margin-bottom: 100px;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: 500px;
    margin-bottom: 100px;
  }

  .inner-wrapper {
    display: flex;
  }

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .d-110-card-wrapper {
    width: 90%;
  }

  .d-110-description.two {
    line-height: 1.4;
  }

  .image-2 {
    margin-right: 0;
  }

  .testimonial-heading {
    color: var(--blue-violet);
  }

  .hero-ai-image {
    top: 20%;
    left: 6%;
  }

  .hero-ai-image-2 {
    top: 43%;
    left: 60%;
  }

  .hero-ai-image-3 {
    top: 68%;
    left: 19%;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .testimonial-block {
    flex-direction: column;
    padding: 60px 5% 5%;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 5px;
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .border-box {
    padding: 2px;
  }

  .button.navbar-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.navbar-button.download-button {
    display: none;
  }

  .section.hero-section {
    min-height: 120vh;
  }

  .section.hero-section.new {
    min-height: 60vh;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-section-holder {
    padding-top: 180px;
  }

  .hero-section-mac-holder {
    top: 60px;
  }

  .first-features-container {
    align-items: center;
    display: flex;
  }

  .title {
    font-weight: 500;
  }

  .iphone-card-holder {
    width: 100%;
  }

  .iphone-card-container {
    width: 50%;
  }

  .featured-logos-section {
    width: 100%;
  }

  .early-access-wrapper {
    padding-top: 50px;
  }

  .early-access-gird {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .early-access-image-container {
    width: 100%;
  }

  .early-access-small-image-holder {
    width: 400px;
  }

  .early-access-title-holder {
    max-width: 100%;
  }

  .four-features-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._4-power-features-holder, .testimonails-wrapper, .testimonail-slider-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonail-card-container {
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
  }

  .testimonial-user-holder {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    display: block;
  }

  .testimonial-content-holder {
    width: 100%;
    max-width: none;
  }

  .cta-cricle-holder._02 {
    width: 270px;
  }

  .cta-cricle-holder._01 {
    width: 260px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .gradient-left-side {
    background-image: linear-gradient(270deg, rgba(13, 13, 13, 0) 52%, #0d0d0d 78%);
    width: 110px;
  }

  .competition-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-link {
    justify-content: center;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-pane-holder {
    border-radius: 7px;
  }

  .benefits-grid {
    grid-row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefits {
    font-size: 28px;
  }

  .visable-gird {
    grid-column-gap: 30px;
  }

  .visable-image-content-wrapper {
    grid-row-gap: 40px;
  }

  .company-container {
    grid-row-gap: 20px;
  }

  .slider-number-holder {
    font-size: 24px;
    bottom: -51px;
  }

  .team-slide, .team-slider-mask {
    width: 290px;
  }

  .value-team-images-wrapper {
    grid-column-gap: 30px;
  }

  .value-team-image-holder {
    border-radius: 14px;
  }

  .value-cards-holder {
    grid-row-gap: 30px;
  }

  .team-section-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .job-position-wrapper {
    padding: 14px;
  }

  .job-title-holder {
    grid-column-gap: 12px;
  }

  .job-title {
    max-width: 140px;
    font-size: 16px;
  }

  .job-description {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
  }

  .job-description-holder {
    grid-column-gap: 14px;
  }

  .featured-blog-holder:hover {
    background-color: rgba(20, 20, 20, 0);
    transform: none;
  }

  .blog-grid-2x-image-holder {
    height: 300px;
  }

  .blog-rich-text blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
    line-height: 1.4;
  }

  .featured-shop-items-holder {
    margin-bottom: 120px;
  }

  .featured-product-card {
    padding: 32px;
  }

  .product-title {
    font-size: 36px;
    font-weight: 400;
  }

  .product-image-holder {
    border-radius: 20px;
    width: 160px;
  }

  .second-cta-holder {
    grid-row-gap: 50px;
    padding-bottom: 60px;
    display: flex;
  }

  .second-cta-content {
    grid-row-gap: 12px;
    padding: 24px;
  }

  .second-cta-title {
    font-size: 28px;
  }

  .heading-14 {
    line-height: 1;
  }

  .policy-wrapper {
    padding-top: 50px;
  }

  .early-access-small-image-holder-copy, .early-access-small-image-holder-copy-2 {
    width: 256px;
  }

  .how-it-works-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .demo-container {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .clone-instructions-panel {
    height: auto;
    display: none;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-left: 0;
    padding-right: 0;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .panel-text-wrapper {
    width: 100%;
    height: 420px;
    margin-top: 150px;
    overflow: visible;
  }

  .d-110-contact-block-facebook {
    margin-bottom: 100px;
  }

  .demo-btn.f-1 {
    flex: none;
    margin-bottom: 10px;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }

  .inner-wrapper {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-heading {
    color: var(--blue-violet);
  }

  .hero-ai-image {
    width: auto;
  }

  .hero-ai-image-2 {
    width: auto;
    left: 47%;
  }

  .hero-ai-image-3 {
    width: auto;
    left: 10%;
  }

  .early-access-wrapper-2 {
    padding-top: 50px;
  }

  .early-access-small-image-holder-2 {
    width: 250px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .testimonial-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-weight: 400;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.navbar-button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.white, .button.full {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hero-section-holder {
    padding-top: 100px;
  }

  .hero-section-container {
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .hero-section-header-holder {
    grid-column-gap: 4px;
  }

  .hero-section-button-holder {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .hero-section-mac-holder {
    align-items: flex-start;
    padding-left: 20px;
  }

  .hero-section-mac-container {
    width: 200%;
  }

  .macbook-app {
    opacity: 0;
  }

  .macbook-bg-image {
    border-radius: 20px;
  }

  .hero-blur-bg {
    opacity: 1;
    mix-blend-mode: overlay;
    width: 160%;
    min-width: 350%;
    display: none;
  }

  .first-feature-block-holder {
    border-radius: 10px;
  }

  .first-feature-text-container {
    padding: 20px;
  }

  .iphone-card-holder {
    border-radius: 12px;
  }

  .iphone-card-container {
    width: 80%;
  }

  .iphone-screen-holder {
    border-radius: 40px;
  }

  .featured-logo-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .featured-logo.last {
    width: 50%;
  }

  .title-holder {
    grid-row-gap: 8px;
  }

  .early-access-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .early-access-wrapper {
    grid-row-gap: 100px;
    padding-bottom: 50px;
  }

  .early-access-image-holder {
    border-radius: 14px;
  }

  .early-access-image-container._02 {
    padding: 30px;
  }

  .early-access-small-image-holder {
    width: 250px;
    top: 14%;
    left: 4%;
  }

  .early-access-card {
    min-width: 0;
  }

  ._4-power-features-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .power-feature-content-holder {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .testimonail-card-container {
    padding: 10px;
  }

  .testimonial-user-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .testimonial-content-holder {
    grid-row-gap: 40px;
    padding: 12px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .user-name {
    font-size: 18px;
    font-weight: 500;
  }

  .user-job-position {
    font-size: 15px;
  }

  .left-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .right-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
  }

  .pricing-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-table {
    padding: 14px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .list-holder {
    flex-direction: column;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-button-holder {
    width: 100%;
  }

  .cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-holder {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .cta-paragraph-holder {
    padding-left: 11px;
    padding-right: 11px;
  }

  .form-block {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-cricle-holder._02, .cta-cricle-holder._01 {
    width: 180px;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .second-list {
    border-top: 1px solid #1d1d1d;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .features-main-logo-holder {
    border-radius: 18px;
    width: 120px;
    height: 120px;
  }

  .fetaures-main-logo {
    width: 70px;
  }

  .break-down-section-holder {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .break-down-card-grid {
    width: 100%;
  }

  .break-down-card-container {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .benefits-content-holder-wrapper {
    display: flex;
  }

  .visable-gird {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .visable-image-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .visable-image-content-holder {
    border-radius: 12px;
  }

  .team-slide {
    width: 200px;
    margin-left: 12px;
    margin-right: 12px;
    left: -12px;
  }

  .team-slider-mask {
    width: 200px;
  }

  .value-team-holder {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .value-team-container {
    width: 100%;
  }

  .value-content {
    grid-row-gap: 60px;
  }

  .value-wrapper {
    flex-direction: column;
  }

  .value-team-images-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
    padding-top: 91px;
  }

  .value-team-image-holder {
    border-radius: 24px;
  }

  .value-cards-holder {
    position: static;
  }

  .team-gird-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-gird {
    width: 100%;
  }

  .team-image-holder {
    border: 1px solid #353535;
    border-bottom-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .team-info-holder {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .team-info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .job-position-wrapper {
    border-radius: 11px;
    padding: 13px;
    position: relative;
  }

  .job-content-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .job-title-holder {
    align-items: center;
  }

  .job-icon-holder {
    width: 50px;
    height: 50px;
  }

  .job-description {
    color: rgba(255, 255, 255, .77);
    font-size: 14px;
    font-weight: 400;
  }

  .arrow-icon-up {
    width: 18px;
    position: absolute;
    top: 16px;
    bottom: auto;
    left: auto;
    right: 17px;
  }

  .featured-blog-holder {
    border-radius: 0;
  }

  .featured-blog-title {
    font-size: 32px;
  }

  .blog-grid-twos {
    flex-direction: column;
    display: flex;
  }

  .blog-grid-2x:hover {
    transform: none;
  }

  .blog-details---title {
    font-size: 33px;
  }

  .blog-details-main-image-holder {
    border-radius: 6px;
  }

  .shop-category-list {
    grid-column-gap: 12px;
  }

  .featured-shop-items-container {
    grid-row-gap: 140px;
  }

  .featured-product-card {
    border-radius: 12px;
    padding: 18px;
  }

  .product-title {
    font-size: 30px;
  }

  .product-price {
    font-size: 26px;
  }

  .add-to-cart-holder {
    margin-top: 14px;
    margin-bottom: 75px;
  }

  .product-image-holder {
    bottom: -33%;
  }

  .product-grid-3x {
    grid-row-gap: 30px;
    width: 100%;
  }

  .cart-container {
    border-style: none;
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    padding: 12px;
  }

  .cart-hero {
    align-items: flex-start;
  }

  .cart-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .price-and-quantity {
    margin-top: 16px;
  }

  .product-name {
    max-width: 160px;
    font-size: 19px;
  }

  .product-thumbnail {
    width: 50px;
  }

  .product-cart-price {
    font-size: 18px;
  }

  .cart-footer {
    padding-top: 12px;
  }

  .checkout-form {
    padding: 12px;
  }

  .block-content {
    padding: 8px;
  }

  .second-cta-holder {
    padding-bottom: 40px;
  }

  .second-cta-logo-container {
    grid-row-gap: 16px;
  }

  .second-cta-logo {
    width: 55px;
    height: 55px;
  }

  .second-cta-logo.main {
    width: 80px;
    height: 80px;
  }

  .product-details-container {
    padding: 24px;
  }

  .product-details-name {
    font-size: 32px;
  }

  .product-details-image-holder {
    width: 120px;
  }

  .left-circle-image {
    bottom: 13%;
    left: -55%;
  }

  .left-circle-image.top-right {
    right: -62%;
  }

  .click-instructions-holder {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .click-arrow {
    position: relative;
    top: 18px;
    left: -60px;
    transform: rotate(-35deg);
  }

  .heading-14 {
    font-weight: 500;
  }

  .policy-wrapper {
    grid-row-gap: 100px;
    padding-bottom: 50px;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .hero-section-header-holder-2 {
    grid-column-gap: 4px;
  }

  .button-2.white, .button-2.full {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .early-access-small-image-2 {
    padding-top: 32px;
  }

  .early-access-small-image-holder-copy, .early-access-small-image-holder-copy-2 {
    width: 128px;
    top: 14%;
    left: 4%;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .demo-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .clone-instructions-panel {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .panel-text-wrapper {
    margin-top: 0;
  }

  .d-110-contact-block-facebook {
    margin-bottom: 80px;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .browser-demo {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-arrow-text {
    display: none;
  }

  .demo-arrow-wrapper {
    justify-content: center;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .demo-arrow-wrapper.next {
    justify-content: center;
  }

  .inner-wrapper {
    align-items: center;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-110-card-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 30px;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .testimonial-heading {
    color: var(--blue-violet);
    font-size: 20px;
  }

  .hero-ai-image {
    width: auto;
    height: 36px;
    top: 14%;
    left: 7%;
  }

  .hero-ai-image-1 {
    height: 36px;
  }

  .hero-ai-image-2 {
    width: auto;
    height: 36px;
    top: 25%;
    left: 42%;
  }

  .hero-ai-image-3 {
    width: auto;
    height: 36px;
    top: 67%;
    left: 8%;
  }

  .early-access-big-image-holder-2._02 {
    top: 0;
  }

  .early-access-card-2 {
    min-width: 0;
  }

  .early-access-wrapper-2 {
    grid-row-gap: 100px;
    padding-bottom: 50px;
  }

  .early-access-small-image-holder-2 {
    width: 180px;
    top: 14%;
    left: 4%;
  }

  .text-block-9 {
    font-size: 32px;
  }

  .paragraph-26 {
    width: 240px;
  }

  .testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1 {
    font-size: 44px;
  }
}

#w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7fa-468af7d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-72fcfbb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-72fcfbb4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-d0cfbf55-5de2-352e-18e9-3b3f79bbfaab-213644e8, #w-node-d0cfbf55-5de2-352e-18e9-3b3f79bbfab6-213644e8, #w-node-d0cfbf55-5de2-352e-18e9-3b3f79bbfac1-213644e8, #w-node-_08861294-cf20-9cae-70c1-c6a6dbdc5e81-0d90ef1c, #w-node-_099c009a-5746-f6d6-b0ca-0cc58b8345fd-0d90ef1c, #w-node-c157d88f-cc37-d587-1f12-11101696242a-0d90ef1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e79bd45f-fa6d-2dde-870e-29d16791ff3f-0d90ef1c, #w-node-e79bd45f-fa6d-2dde-870e-29d16791ff5f-0d90ef1c {
  justify-self: end;
}

#w-node-_538afdc9-7c5e-2869-5ea0-ae9ecbf0a461-cbf0a454, #w-node-_08861294-cf20-9cae-70c1-c6a6dbdc5e81-17939a91, #w-node-_099c009a-5746-f6d6-b0ca-0cc58b8345fd-17939a91, #w-node-c157d88f-cc37-d587-1f12-11101696242a-17939a91, #w-node-d92b9bc3-8b8c-2858-234a-79115b8f81b1-17939a91, #w-node-b918018f-d005-cb42-3699-503606313dff-17939a91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e79bd45f-fa6d-2dde-870e-29d16791ff3f-17939a91, #w-node-e79bd45f-fa6d-2dde-870e-29d16791ff5f-17939a91 {
  justify-self: end;
}

#w-node-_467eea55-281f-2d5c-0bc7-e6ee4e65cfee-8c8c3a6a, #w-node-_81de3974-a9c3-31ac-95fe-fbbf46213093-8c8c3a6a, #w-node-_17503881-fdbd-33ea-4631-7f20b7e15b69-8c8c3a6a, #w-node-_3ba5a5a2-c333-eab8-dccc-b6f04c676a92-9b3351d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62e85639-654d-8973-d013-f7df22ad4a00-9b3351d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-e79bd45f-fa6d-2dde-870e-29d16791ff3f-0d90ef1c, #w-node-e79bd45f-fa6d-2dde-870e-29d16791ff3f-17939a91 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c30ee8a-265f-fbd0-8921-8d2e3af2fa12-0d90ef1c, #w-node-cdcfa5c0-ef07-71a9-22c6-f38aa07ac1e0-0d90ef1c, #w-node-f1f98f8c-c2e4-d447-cffa-15dee0cff349-17939a91, #w-node-d10c3dbd-d844-c753-1956-c0f51c91b2ab-17939a91 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-72fcfbb4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-72fcfbb4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_53b1e119-6527-993b-0095-d0e4bee5623d-17939a91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d10c3dbd-d844-c753-1956-c0f51c91b2a0-17939a91 {
    justify-self: auto;
  }
}


