:root {
  --grey-2: var(--light-grey);
  --dark-grey: #141415;
  --gradient1-left: var(--gradient-left);
  --text-color: #dadada;
  --light-blue: var(--stay-share-earn-bg);
  --gradient-left: #ffab67;
  --gradient1-middle: #ff518d;
  --gradient1-right: #5e309d;
  --grey: #323232;
  --gradient2-middle: #f46692;
  --gradient2-left: #60aef8;
  --gradient2-right: var(--gradient1-middle);
  --light-grey: #787878;
  --dark-black: #212121;
  --caed-white-smoke: #e8e9e9;
  --card-background: #0e0e0e;
  --transparent\<deleted\|variable-ba306512-b570-92fe-0a20-c5cf0778d5e5\>: white;
  --transparent: #0000;
  --stay-share-earn-bg: #f4f8fb;
}

.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;
}

.item img {
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  height: 300px;
}

.item h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

body {
  color: var(--grey-2);
  background-color: #fff;
  padding-top: 75px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  overflow-x: hidden;
}

h1 {
  color: var(--grey-2);
  margin-top: -35px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  color: var(--grey-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--grey-2);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--dark-grey);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: decimal;
}

li {
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

blockquote {
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: black black black var(--gradient1-left);
  color: var(--dark-grey);
  margin: 1em auto;
  padding: 1em 0 1em 1em;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  overflow: visible;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  color: var(--text-color);
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.fixed-nav {
  z-index: 10;
  background-color: #fff;
  height: 75px;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px #f1f1f1;
}

.nav-logo {
  box-sizing: border-box;
  height: 32px;
  font-size: 40px;
  font-weight: 700;
}

.nav-link {
  opacity: 0.8;
  color: var(--grey-2);
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 1em;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
  color: var(--grey-2);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--dark-grey);
}

.footer {
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding: 0;
}

.footer-flex-container {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.section.dark {
  background-color: var(--dark-grey);
}

.section.light-blue-bg {
  background-color: var(--light-blue);
}

.section.second {
  margin-top: 50vh;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1em;
  display: block;
}

.container.nav-container {
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.phone-container {
  padding-top: 6rem;
  padding-bottom: 0;
}

.hero-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 210px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
}

.hero-text._1 {
  background-image: linear-gradient(
    90deg,
    var(--gradient-left),
    var(--gradient1-middle) 100%,
    var(--gradient1-right)
  );
  color: var(--grey);
  text-align: right;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 1rem;
  font-family: Sans, sans-serif;
  font-weight: 400;
}

.hero-text._2 {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-middle),
    var(--gradient1-right) 49%
  );
  color: var(--grey);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 48vw;
  margin-left: 0;
  padding-left: 1rem;
  font-family: Sans, sans-serif;
  font-weight: 400;
  position: static;
}

.hero-text._1 {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fa5853, #f46692);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 1rem;
}

.hero-text._2 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f46692, #ffc444);
  -webkit-background-clip: text;
  background-clip: text;
  width: 48vw;
  margin-top: -2px;
  padding-left: 3rem;
}

.black-box {
  background-color: var(--dark-grey);
  width: 100%;
  padding: 1em;
}

.white-text {
  color: #fff;
}

.section-hero {
  padding-top: 3em;
  position: relative;
  overflow: clip;
}

.content {
  flex: 1;
}

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

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

.link {
  flex: 0 auto;
  margin-right: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link:hover {
  text-decoration: none;
}

.link-underline {
  background-color: #13cc78;
  background-image: linear-gradient(
    90deg,
    var(--gradient1-right),
    var(--gradient2-middle) 50%,
    var(--gradient1-left)
  );
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-6-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.nav-link-text {
  color: var(--dark-grey);
  font-weight: 600;
}

.nav-menu {
  z-index: 1;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.brand {
  z-index: 2;
  align-self: center;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-button {
  z-index: 2;
}

.wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.project-item-style-2 {
  border-bottom: 5px solid #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 160px;
  text-decoration: none;
  position: relative;
}

.project-item-style-2:hover {
  text-decoration: none;
}

.heading-display {
  font-size: 70px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 60vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 40vw;
  display: flex;
}

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

.represent-title {
  border: 1px solid var(--text-color);
  background-color: #fff;
  background-image: linear-gradient(
    86deg,
    var(--gradient1-left),
    var(--gradient2-left) 49%,
    var(--gradient1-left)
  );
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.represent-container {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.represent-container.first {
  margin-top: 0;
}

.post-item {
  padding-bottom: 0;
}

.post-item:hover {
  text-decoration: none;
}

.subscribe-form {
  text-align: center;
  width: 100%;
  margin: 1em auto;
  padding: 25px 0 0;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex: 1;
  position: relative;
}

.form-input {
  border: 1px solid var(--text-color);
  color: var(--dark-grey);
  background-color: #f4f8fb40;
  border-radius: 5px;
  min-width: 350px;
  height: 47px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  line-height: 1;
  transition: border-color 0.2s;
}

.form-input:focus {
  border-color: var(--gradient1-left);
}

.form-input::placeholder {
  color: var(--text-color);
}

.form-input.subscribe-input {
  border-radius: 20px;
  height: 70px;
  padding-left: 20px;
  font-size: 25px;
}

.success-message {
  border: 1px solid var(--gradient1-left);
  background-color: var(--light-blue);
  background-image: linear-gradient(
    to right,
    var(--gradient2-left),
    var(--gradient2-middle) 54%,
    var(--gradient2-right)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 5px;
  padding: 15px 20px;
}

.error-message {
  color: var(--gradient1-left);
  background-color: #fee;
  border-radius: 3px;
}

.asset-licensing-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-gradient-1 {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.text-gradient-2 {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-left),
    var(--gradient2-middle) 50%,
    var(--gradient1-right)
  );
  color: var(--grey);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.footer-logo-link {
  max-width: 130px;
  margin-bottom: 1em;
  margin-right: 2em;
}

.footer-logo-link.w--current {
  z-index: 10000;
  position: relative;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.grey-text {
  color: var(--light-grey);
}

.gradient-line {
  background-image: linear-gradient(
    103deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right) 103%
  );
  width: 100%;
  height: 3px;
}

.gradient-line.line-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-cta-button {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--gradient2-middle);
  background-image: linear-gradient(
    90deg,
    var(--gradient-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing 0.3s, color 0.3s;
}

.button:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button.btn-subscribe {
  background-image: url("../images/Arrow-White.svg"),
    linear-gradient(
      to right,
      var(--gradient1-left),
      var(--gradient1-middle) 50%,
      var(--gradient1-right)
    );
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 15px;
  width: 100px;
  min-width: 100px;
  line-height: 3.5;
  transition: background-position 0.3s, letter-spacing 0.3s, color 0.2s;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.button.btn-subscribe:hover {
  background-position: 55%, 0 0;
}

.button.download {
  background-color: var(--dark-grey);
  background-image: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button.download:hover {
  background-color: var(--dark-black);
  letter-spacing: 0;
}

.card-item {
  background-color: #1d1e1f;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.light {
  background-color: #fcfdff;
  justify-content: space-between;
}

.white-40 {
  color: #fff6;
}

.card-item-content {
  z-index: 1;
  color: var(--grey);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.no-margin {
  margin: 0;
}

.text-center {
  direction: ltr;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-product-demo {
  width: 100%;
  height: 160vh;
  display: block;
  position: relative;
}

.product-demo-sticky {
  z-index: 1;
  min-height: auto;
  padding-top: 0;
  position: sticky;
  top: 110px;
}

.small-container {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.small-container.left-align {
  align-items: flex-start;
}

.customers-panel {
  margin-top: 85px;
  padding-top: 3em;
  padding-bottom: 3em;
}

.text-holder {
  padding-top: 2em;
  padding-bottom: 2em;
}

.customer-image {
  max-height: 30px;
}

.text-container {
  max-width: 50%;
  padding-bottom: 40px;
}

.product-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.play-icon-holder {
  cursor: pointer;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  transition: box-shadow 0.2s;
  position: absolute;
  inset: 50% auto auto 50%;
}

.play-icon-holder:hover {
  box-shadow: 0 0 9px 4px #0000004d;
}

.text-regular {
  font-weight: 400;
}

.play-icon-image {
  border: 1px solid #fa585369;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 0 30px #0000000d;
}

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

.product-phone-demo-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.grid-10-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.team-item {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

.team-item:hover {
  text-decoration: none;
}

.change-log-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: space-around start;
  place-items: center start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.feature-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 3em;
}

.ellipse-left {
  z-index: -1;
  background-image: url("../images/Ellipse-1.png");
  background-position: 50%;
  background-size: cover;
  width: 520px;
  height: 650px;
  position: absolute;
  inset: 5em auto auto -430px;
}

.ellipse-right {
  z-index: -1;
  background-image: url("../images/Ellipse-2.png");
  background-position: 50%;
  background-size: cover;
  width: 650px;
  height: 650px;
  position: absolute;
  inset: 0% -530px auto auto;
}

.app-icon-holder {
  background-image: linear-gradient(
    349deg,
    var(--gradient1-left),
    var(--gradient1-middle) 52%,
    var(--gradient1-right)
  );
  color: var(--grey);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 59px;
  padding: 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.app-icon {
  width: 100%;
}

.main-hero-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /* min-height: 70vh; */
  min-height: 55vh;
  display: flex;
  overflow: hidden;
}

.ellipses-holder {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-text-holder {
  flex-direction: row;
  justify-content: space-between;
  width: 99vw;
  display: flex;
  position: absolute;
  top: 200px;
  overflow: hidden;
}

.hero-text-sticky {
  flex-direction: row;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.product-phone-content {
  z-index: -1;
  position: absolute;
  inset: 36px 37px 35px 36px;
  overflow: hidden;
}

.product-phone-image-holder {
  width: 400px;
  position: relative;
}

.iphone-lock-screen-image {
  opacity: 1;
  object-fit: cover;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.main-heading {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-size: 60px;
}

.grid-5-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.download-buttons {
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
}

.download-buttons.hero-download-buttons {
  width: 100%;
}

.download-button {
  margin-right: 30px;
}

.download-button.last {
  margin-right: 0;
}

.download-button-icon {
  margin-right: 5px;
}

.feature-1-image {
  object-fit: cover;
  object-position: 50% 0%;
  height: 240px;
  margin-bottom: 1px;
}

.card-feature-center {
  text-align: center;
  width: 100%;
}

.card-feature-icon {
  height: 65px;
  margin-bottom: 0.5em;
}

.content-sticky {
  position: sticky;
  top: 100px;
}

.trusted-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

.trusted-item.last {
  margin-bottom: 0;
}

.trusted-no {
  background-image: linear-gradient(
    128deg,
    var(--gradient2-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 50px;
}

.text-xl {
  color: var(--dark-grey);
  font-size: 24px;
}

.trusted-item-header {
  align-items: center;
  display: flex;
}

.trusted-white-overlay {
  background-image: linear-gradient(#fff, #fff0);
  width: 49vw;
  height: 10em;
  position: sticky;
  inset: 75px 0% auto;
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, #fff, #ffffff45 73%, #fff0);
  height: 20vh;
  top: 80vh;
}

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  padding-top: 70vh;
}

.text-small {
  font-size: 60%;
}

.card-iphone {
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.card-iphone-image {
  width: 290px;
}

.light-grey {
  color: var(--light-grey);
}

.card-iphone-overlay {
  background-image: linear-gradient(to top, #1d1e1f, #1d1e1e00);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-phone-image-container {
  z-index: -1;
  position: absolute;
  inset: 26px 26px 0;
  overflow: hidden;
}

.width-pct {
  width: 100%;
}

.card-iphone-screelock {
  border-radius: 29px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.dont-take-our-word-title {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 2em;
}

.testimonial-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
}

.testimonial-text {
  flex: 1;
}

.testimonial-picture {
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 15px;
}

.testimonials-container {
  position: relative;
}

.testimonial-see-more {
  z-index: 2;
  background-image: linear-gradient(
    to top,
    var(--dark-grey),
    #141415d1 50%,
    #14141500
  );
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding-top: 7em;
  position: absolute;
  inset: auto 0% 1em;
}

.more-testimonials {
  margin-top: 1em;
  position: relative;
  overflow: hidden;
}

.hero-text-holder-1 {
  text-align: right;
  width: 50vw;
  overflow: hidden;
}

.hero-text-holder-2 {
  text-align: left;
  font-size: 18vw;
  overflow: hidden;
}

.hero-text-line {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  color: var(--grey);
  border-radius: 20px;
  width: 3px;
  height: 160px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.external-link {
  text-transform: capitalize;
  background-image: url("../images/External-Link-Icon.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 23px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.footer-social-media-container {
  text-align: left;
  border-bottom: 1px solid #d5d7db;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
}

.footer-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer-list-item {
  margin-bottom: 0;
  padding-right: 1em;
}

.footer-brand-content {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  padding-right: 50px;
  font-family: Helvetica, sans-serif;
  display: flex;
}

.footer-copyright {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Helvetica, sans-serif;
  display: flex;
}

.social-media-link {
  z-index: 1000;
  opacity: 1;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  margin-left: 1em;
  font-family: Helvetica, sans-serif;
  transition: opacity 0.2s, color 0.2s;
  display: flex;
  position: relative;
}

.social-media-link:hover {
  opacity: 0.7;
}

.social-media-content {
  flex-direction: row;
  display: flex;
}

.made-container {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.made-by-azwedo {
  color: var(--light-grey);
  display: flex;
}

.powered-by {
  margin-left: 1em;
}

.app-icon-holder-xs {
  background-image: linear-gradient(
    349deg,
    var(--gradient1-left),
    var(--gradient1-middle) 52%,
    var(--gradient1-right)
  );
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-icon-text-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone-holder-container {
  z-index: 2;
  height: 750px;
  position: relative;
  overflow: hidden;
}

.phone-slider-container {
  z-index: -1;
  background-color: #fa58539c;
  width: 239px;
  height: 511px;
  position: absolute;
  top: 25px;
  left: 75px;
  right: auto;
}

.phone-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.phone-slider-mask {
  width: 100%;
  height: 100%;
}

.phone-slide {
  position: relative;
}

.phone-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.phone-slider-arrows,
.phone-slide-nav {
  display: none;
}

.phone-holder-image {
  width: 530px;
  min-width: 530px;
}

.grid-testimonial {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.no-margin-top {
  text-align: center;
  margin-top: 184px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 50px;
}

.text-xs {
  color: var(--dark-grey);
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.hero-description {
  color: var(--grey);
  font-family: Helvetica, sans-serif;
}

.licensing-images-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1em;
}

.licensing-device-image {
  max-height: 418px;
}

.made-by {
  margin-right: 5px;
}

.and {
  padding-left: 5px;
  padding-right: 5px;
}

.made-by-holder {
  display: flex;
}

.heading {
  float: none;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: static;
}

.nav-logo-2 {
  vertical-align: baseline;
  width: auto;
  max-width: none;
  height: 60px;
  margin-top: 7px;
  margin-left: 0;
}

.button-2 {
  background-color: var(--gradient1-middle);
  background-image: linear-gradient(
    90deg,
    var(--gradient-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing 0.3s, color 0.3s;
}

.button-2:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu-button-2 {
  z-index: 2;
}

.container-2 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1em;
}

.container-2.nav-container {
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-1 {
  opacity: 0.8;
  color: #323232;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 1em;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-1:hover {
  opacity: 1;
  color: #323232;
  text-decoration: none;
}

.nav-link-1.w--current {
  color: #141415;
}

.div-block {
  height: 1000px;
}

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

.achu-test {
  z-index: 1;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7em;
  position: relative;
}

.work_wrap {
  padding-top: 80vh;
  padding-bottom: 80vh;
  padding-left: 27%;
}

.work_item {
  color: #d1ecee4d;
}

.section-2 {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.slide {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 98%;
  display: flex;
  position: relative;
}

.slide__image {
  object-fit: cover;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}

.slide__text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% 10% -10%;
}

.heading-1 {
  margin-bottom: 0.5vw;
  margin-left: -3vw;
  font-size: 8vw;
}

.text-block {
  line-height: 1;
}

.project-link {
  color: #ffffff80;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  transition: color 0.2s;
}

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

.text-block-8 {
  color: #eee;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 1.8vw;
  font-weight: 500;
}

.slider-2 {
  perspective: 800px;
  transform: none;
}

.maks {
  width: 25rem;
  height: 37rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.headers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 0.75fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: grid;
  position: relative;
}

.headers-wrapper.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1.25fr 0.5fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
  position: static;
  inset: 2% 0% auto;
}

.middle-svgs {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 2em;
}

.middle-svgs.nav {
  position: relative;
  bottom: 0;
}

.slider-3 {
  perspective: 800px;
}

.header-btn-wrap {
  display: flex;
}

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

.slider-4 {
  perspective: 800px;
}

.card-image {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.visit-txt {
  color: #eee;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

.fs-sliderdots_arrow-left {
  background-color: #1a1a1a;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  inset: 15rem auto auto 2rem;
}

.slider-5 {
  perspective: 800px;
}

.fs-sliderdots_arrow-right {
  background-color: #1a1a1a;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  position: absolute;
  inset: 15rem 2rem auto auto;
}

.fs-sliderdots_slide {
  pointer-events: auto;
  color: #161616;
  text-align: center;
  background-color: #eee;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-7 {
  color: #eee;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.1;
}

.card-text-wrapp {
  overflow: hidden;
}

.fs-sliderdots_slider {
  background-color: #0000;
  height: 100%;
  margin-top: 6%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-6 {
  perspective: 800px;
}

.line-hover {
  background-color: #eee;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.fs-sliderdots-nav {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  min-height: 3rem;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.middle-svgs-2.bottom {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 4em;
  display: flex;
}

.slider--1 {
  perspective: 600px;
  transform: none;
}

.fs-hide {
  display: none;
}

.page-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 2.5rem;
  display: flex;
}

.fs-sliderdots_content {
  pointer-events: auto;
  color: #eeeeee80;
  text-align: center;
  cursor: default;
  border-radius: 4px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all 0.2s ease-out;
  display: inline-block;
  position: relative;
}

.headers-child {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-child {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.bottom-div {
  flex-flow: column;
  margin-top: 15%;
  display: inline-flex;
}

.bottom-div._2 {
  width: 100%;
}

.card-heading {
  z-index: 1;
  pointer-events: auto;
  color: #eee;
  text-align: center;
  cursor: default;
  border-radius: 4px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s ease-out;
  display: inline-block;
  position: relative;
}

.circle-blur-top-left-2 {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    132deg,
    #ff7448 27%,
    #ff4848 50%,
    #6248ff 79%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: -5% auto auto -5%;
}

.circle-blur-top-left-2.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #ffab67, #ff518d 50%, #5e309d);
}

.container-3 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

._4-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.benefits-icon {
  margin-bottom: 16px;
  margin-right: 0;
}

.benefits-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-3.grain {
  background-image: url("../images/Grain_Latest.png");
  background-position: 0 0;
  background-size: 300px 300px;
}

.section-3.grain.padding-top-40 {
  background-image: none;
  padding-top: 40px;
}

.circle-blur-bottom-right-2 {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    132deg,
    #ff7448 26%,
    #ff4848 51%,
    #6248ff 75%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: auto 0% -15% auto;
}

.circle-blur-bottom-right-2.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #ffab67, #ff518d 50%, #5e309d);
}

.white-line {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-4.small {
  max-width: 920px;
}

.container-4.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-4.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4.centred.full-width {
  align-items: stretch;
}

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

.step-4-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.paragraph-m {
  letter-spacing: -0.4px;
  font-size: 20px;
}

.paragraph-m.max-640w {
  max-width: 640px;
}

.paragraph-m.max-560w {
  max-width: 560px;
}

.paragraph-m.max-560w.margin-l.margin-0-t-m {
  color: var(--dark-grey);
  margin-left: 29px;
  font-family: Helvetica, sans-serif;
}

.paragraph-m.text-centred {
  margin-bottom: 24px;
}

.paragraph-m.text-centred.margin-l {
  margin-bottom: 40px;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.step-1-number,
.step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 82%;
  position: relative;
}

.step {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.step-heading {
  color: #fff;
}

.process-image {
  background-image: url("../images/Process_step_background.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.step-5-info-wrapper,
.step-3-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-div.max-800w {
  max-width: 800px;
}

.center-div.max-720w {
  max-width: 720px;
}

.center-div.max-560w {
  max-width: 560px;
}

.process-wrapper {
  position: relative;
}

.step-1-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-2-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.text-light-grey {
  color: #ffffffa6;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-4.black {
  background-color: #0a0a0a;
}

.section-4.grain {
  background-image: url("../images/Grain_Latest.png");
  background-position: 0 0;
  background-size: 300px 300px;
}

.section-4.grain.testimonial {
  background-image: url("../images/Grain_Latest.png");
  background-size: 300px 300px;
}

.section-4.grain.top-140 {
  background-image: none;
  padding-top: 140px;
}

.section-4.footer {
  z-index: 0;
  background-color: #0a0a0a;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.black-line {
  background-color: #0a0a0a;
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

.step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.relume-comparison-tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-blur-middle-left {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    59deg,
    #ff7448 27%,
    #ff4848 50%,
    #6248ff 75%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: 30% auto auto 5%;
}

.circle-blur-middle-left.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
}

.nav-text {
  color: #0a0a0a;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.comparison-img---desktop {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.comparison-img---desktop.img-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.comparison-img---desktop.img-3 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.tab-link {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 8px 0;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #161616;
  transition: all 0.3s;
}

.tab-link.right-32,
.tab-link.right-32.w--current {
  margin-right: 32px;
}

.with-underline {
  background-image: url("../images/underline.svg");
  background-position: 50% 115%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px 2px 8px;
  display: inline-block;
}

.with-underline.long-underline {
  background-image: url("../images/Underline_long.svg");
  background-position: 50% 100%;
}

.comparison-img---mobile {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tabs-menu.left-align {
  justify-content: flex-start;
}

.button-icon {
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s;
  display: flex;
}

.button-icon:hover {
  background-color: #161616;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #00000026;
}

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

.button-icon.secondary:hover {
  background-color: #c2c0bc;
}

.button-icon.secondary.small {
  text-align: center;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.button-icon.secondary.small.visit-live {
  margin-left: 16px;
}

.button-icon.secondary.small.visit-live.project-spec {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  inset: 16px 16px auto auto;
}

.badge-text {
  color: #000;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.badge-text.text-white {
  color: #fff;
}

.client-quote-wrap {
  width: 50%;
}

.project-spec-tab-link {
  opacity: 1;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.project-spec-tab-link:hover {
  opacity: 1;
}

.project-spec-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #161616;
  transition: all 0.3s;
}

.project-spec-tab-link.right-32,
.project-spec-tab-link.right-32.w--current {
  margin-right: 32px;
}

.figma-embed {
  width: 100%;
  height: 100%;
}

.circle-blur-top-right-2 {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    132deg,
    #ff7448 35%,
    #ff4848 54%,
    #6248ff 80%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: 0% -5% auto auto;
}

.circle-blur-top-right-2.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
}

.webflow-embed {
  border-radius: 12px;
  width: 200%;
  height: 870px;
  margin-top: -175px;
  margin-left: -50%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scale(0.6);
}

.badge {
  background-color: #d8d5d1;
  border-radius: 8px;
  padding: 6px 8px;
  display: inline-block;
}

.badge.yolo-media {
  background-color: #deeffa;
}

.badge.laura-avery {
  background-color: #e9e5dd;
}

.badge.good-housing {
  background-color: #d4eff0;
}

.badge.light-grey {
  background-color: #ffffff26;
}

.badge.light-grey.wrap {
  margin-bottom: 8px;
  margin-right: 8px;
}

.project-spec-figma-wrap,
.project-spec-webflow-wrap {
  border-radius: 12px;
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.export-icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  display: none;
  position: absolute;
  inset: 10px 16px;
}

.export-icon.project-spec {
  margin-top: 0;
  display: block;
  position: static;
}

.img-24 {
  width: 24px;
}

.img-24.right-12 {
  margin-right: 12px;
}

.project-spec-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.client-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.project-spec-name {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
}

.project-spec-wrapper {
  background-color: #fff;
  border: 2px solid #161616;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.project-title-wrap {
  align-items: center;
  display: flex;
}

.page-type-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.wrapper-2 {
  position: relative;
}

.wrapper-2._16-margins {
  margin: 16px;
}

.wrapper-2.flex-vertical {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-2.footer-logo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.table-caption {
  color: #fffc;
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.pricing-thirds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.price-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.pricing-table {
  background-color: #161616;
  border-radius: 16px;
  padding: 40px;
}

.circle-blur-top-left {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    132deg,
    #ff7448 35%,
    #ff4848 54%,
    #6248ff 80%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: -5% auto auto -5%;
}

.circle-blur-top-left.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
}

.circle-blur-bottom-right {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    132deg,
    #ff7448 26%,
    #ff4848 51%,
    #6248ff 75%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: auto 0% -15% auto;
}

.circle-blur-bottom-right.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
}

.features-text {
  color: #fff;
}

.aud {
  font-size: 14px;
  line-height: 22px;
}

.pricing-table-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.pricing-row {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1.25fr;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pricing-row.pricing-header {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 40px;
}

.pricing-row-spacer {
  height: 24px;
}

.tick._0-opacity {
  opacity: 0;
}

.image-5 {
  width: 32px;
  height: 32px;
}

.rr-peeps {
  width: 100%;
}

.relume-roster-panel {
  background-color: #161616;
  border-radius: 16px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.unlock-icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  position: absolute;
  inset: 10px 16px;
}

.circle-blur-bottom-left {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    334deg,
    #ff7448 18%,
    #ff4848 59%,
    #6248ff 86%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: auto auto -10% -5%;
}

.circle-blur-bottom-left.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
}

.rr-details-wrap {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.rr-text-wrapper {
  width: 55%;
  margin-right: 40px;
}

.profile-photo {
  border-radius: 12px;
  align-self: flex-end;
  width: 90%;
  margin-top: 24px;
  transform: translate(0);
}

.rr-peep {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding: 2px;
  display: flex;
}

.relume-roster-heading {
  color: #fff;
  letter-spacing: -0.8px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.capabilities-wrap {
  width: 45%;
}

.random-fact.dan-fact-1 {
  width: 134px;
  position: absolute;
  inset: 15% auto auto 5%;
}

.random-fact.adam-fact-1 {
  width: 121px;
  position: absolute;
  inset: 15% auto auto 5%;
}

.random-fact.adam-fact-2 {
  width: 121px;
  position: absolute;
  inset: 15% 5% auto auto;
}

.random-fact.dan-fact-2 {
  width: 146px;
  position: absolute;
  inset: 15% 5% auto auto;
}

.rr-image {
  background-image: url("../images/RR-Bg.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 192px;
  min-width: 192px;
  height: 192px;
  min-height: 192px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-white {
  color: #fff;
}

.text-white.h6-smaller {
  letter-spacing: 0.7px;
  font-size: 14px;
  line-height: 22px;
}

.personality-description {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  inset: 5% 0% auto;
}

.random-facts,
.random-facts.dan {
  display: none;
}

.rr-text {
  z-index: 5;
  color: #000;
  letter-spacing: 0.4px;
  margin: 0 8px;
  font-size: 11px;
  line-height: 20px;
}

.lock-icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  position: absolute;
  inset: 10px 16px;
}

.profile-bg-colour {
  background-color: #d8d5d1;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-button-wrap {
  align-items: flex-start;
  display: flex;
}

.grid-2-col {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.unlocked {
  display: none;
}

.profile-wrapper {
  background-color: #fff;
  border: 2px solid #161616;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.name-arrow {
  z-index: 20;
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 64px;
}

.name-arrow.adam {
  left: auto;
  right: 64px;
}

.faq-answer {
  margin-top: 24px;
  margin-left: 0;
}

.faq-arrow {
  width: 28px;
  margin-right: 0;
}

.faq-block {
  border: 2px solid #161616;
  border-style: solid none;
  margin-bottom: -2px;
  padding: 24px 0;
}

.circle-blur-bottom-right-3 {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(
    132deg,
    #ff7448 26%,
    #ff4848 51%,
    #6248ff 75%
  );
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: auto 0% -15% auto;
}

.circle-blur-bottom-right-3.safari {
  opacity: 0.97;
  filter: blur(64px) blur(64px);
}

.faq-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s;
}

.button-3:hover {
  background-color: #161616;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #00000026;
}

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

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

.button-3.secondary.small {
  text-align: center;
  flex: 1;
  padding: 12px 24px;
  font-size: 14px;
  text-decoration: none;
}

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

.button-3.button-white.small {
  padding: 12px 24px;
  font-size: 14px;
}

.button-3.button-white.small.wide-button {
  padding-left: 32px;
  padding-right: 32px;
}

.faq-bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-wrapper {
  border-top: 2px #161616;
  width: auto;
  max-width: 720px;
}

.form-2-col {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.form-wrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.text-area {
  color: #fff;
  background-color: #ffffff0d;
  border: 2px solid #ffffff0d;
  border-radius: 8px;
  min-height: 120px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  border-color: #ffffff40;
}

.text-area:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-area.larger {
  min-height: 160px;
}

.text-area.larger.margin-l {
  padding-top: 12px;
  padding-bottom: 12px;
}

.success-message-2 {
  background-color: #ffffff26;
  border-radius: 16px;
  padding: 24px;
}

.text-field {
  color: #fff;
  background-color: #ffffff0d;
  border: 2px solid #ffffff0d;
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: #ffffff40;
}

.text-field:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.margin-s {
  transition: all 0.4s;
}

.field-label {
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 12px;
}

.margin-xs {
  margin-bottom: 12px;
}

.margin-xs._100-w {
  width: 100%;
}

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

.form-divider {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 56px;
}

.error-message-2 {
  color: #e01e1e;
  border-radius: 8px;
}

.success-message-text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

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

.contact-button-footer {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.home {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.relume-logo-primary-white {
  z-index: 0;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.footer-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.paragraph-s {
  font-size: 14px;
}

.relume-logo-secondary-black {
  z-index: 1;
  color: #000;
  position: absolute;
  inset: 0%;
}

.rl-cta_component-2 {
  background-color: #1d1c1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 5%;
  display: flex;
}

.rl-cta_text-wrapper {
  margin-right: 1.5rem;
}

.text-block-9 {
  color: #fff;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

.hero-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.loading {
  z-index: 100;
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.label-arrow {
  position: absolute;
  inset: auto 0% 1% 37%;
}

.label-arrow.on-t-m {
  display: none;
}

.label-arrow.on-d {
  margin-bottom: 400px;
  padding-left: 18px;
}

.hero-heading {
  max-width: 640px;
  margin-left: 29px;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", Helvetica, sans-serif;
  position: relative;
}

.section-waterfall,
.waterfall_images {
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.waterfall_layout {
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  padding-bottom: 200px;
  display: flex;
}

.waterfall_content {
  text-align: center;
  max-width: 65ch;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.main-wrapper {
  position: relative;
}

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

.waterfall_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 40px #0003;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 15rem;
}

.waterfall_sticky {
  position: sticky;
  top: 0%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.waterfall_code {
  display: none;
}

.namma-logo {
  align-self: center;
}

.card_number-circle {
  background-color: #fff;
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section-6 {
  background-color: #f3f7fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.page-wrapper-3 {
  background-color: #0e0c15;
  min-height: 100vh;
  position: relative;
}

.youtube-container {
  grid-column-gap: 0.7rem;
  grid-row-gap: 0.7rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
}

.youtube-container:hover {
  transform: scale(1.05);
}

.gradient {
  z-index: 0;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -40% 0% auto;
}

.content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 60rem;
  display: flex;
}

.card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding: 2rem;
  display: flex;
}

.padding-section-large {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: -119px;
  margin-bottom: -200px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.card {
  border-radius: 1rem;
  width: 100%;
  min-height: 35rem;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.card.is-three {
  border: 4px solid var(--gradient1-right);
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  outline-offset: 0px;
  outline: 3px #787878;
  box-shadow: 0 20px 40px #0003;
}

.card.is-two {
  border: 4px solid var(--gradient1-middle);
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: var(--light-blue);
  box-shadow: 0 20px 40px #0003;
}

.card.is-one {
  border: 4px solid var(--gradient1-left);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: var(--light-blue);
  mix-blend-mode: normal;
  box-shadow: 0 20px 40px #0003;
}

.cards_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 14rem;
  display: flex;
  position: relative;
}

.card_image {
  object-fit: cover;
  width: 40%;
}

.main-wrapper-2 {
  z-index: 1;
  position: relative;
}

.card_number {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.paragraph {
  color: var(--dark-grey);
  font-family: Helvetica, sans-serif;
}

.heading-2 {
  color: var(--dark-grey);
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.c-bg {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

._w-description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
  display: flex;
  position: relative;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-cards-list {
  transition: all 0.2s;
  position: relative;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.25s;
  position: relative;
}

.c-card._2 {
  position: sticky;
  top: 100px;
}

.c-card._5 {
  position: sticky;
  top: 340px;
}

.c-card._1 {
  position: sticky;
  top: 20px;
}

.c-card._3 {
  position: sticky;
  top: 180px;
}

.c-card._4 {
  position: sticky;
  top: 260px;
}

.c-card-title {
  margin-bottom: 10px;
}

._w-card {
  background-color: #fff;
  background-image: url("../images/Grain_Latest.png");
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.card-details {
  margin-bottom: 0;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-scroll-down {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.c-card-details {
  margin-bottom: 20px;
}

.image-2 {
  height: 24px;
  margin-right: 12px;
}

.main-wrapper-3 {
  width: 100%;
  height: 100vh;
}

._3-columns {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.section-7 {
  background-color: #0000;
  border: 1px solid #080808;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.column {
  border-right: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column.last {
  border: 1px #000;
}

.info-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  color: #fbf9fc;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading-3 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading-3.followers {
  color: var(--dark-grey);
  text-align: center;
}

.heading-3.clones {
  color: var(--dark-black);
}

.heading-3.tips {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  color: var(--dark-black);
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-clip: border-box;
  font-size: 130px;
}

.heading-3.followers {
  text-align: center;
}

.heading-3.tips {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 130px;
}

.image-6 {
  height: 24px;
  margin-right: 12px;
}

.main-wrapper-4 {
  width: 100%;
  height: 100vh;
}

.section-8 {
  background-color: #0000;
  border: 1px solid #080808;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.text-block-10 {
  color: #fbf9fc;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.column-2 {
  background-image: linear-gradient(#000, #0000 20%),
    url("../images/confetti_1confetti.png");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  border-right: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column-2.last {
  border: 1px #000;
}

.footer-2 {
  background-color: #080809;
  border: 1px #161616;
  border-top-style: solid;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.footer-2.random {
  background-color: #080808;
  border-style: solid;
  border-color: #161616 #282729 #282729;
  height: 12%;
  display: block;
}

.image-7 {
  height: 24px;
  margin-right: 12px;
}

.paragraph-3 {
  color: #fbf9fc80;
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

.progress-4 {
  flex: 0 auto;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.button-5 {
  color: #fbf9fc;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 90px;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.button-5.secondary {
  background-color: #161616;
  margin-right: 8px;
}

.round-button-2 {
  color: #161616;
  background-color: #161616;
  border-radius: 90px;
  width: 32px;
  height: 32px;
}

.round-button-2.right {
  background-image: url("../images/chevron-right.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 8px;
}

.round-button-2.left {
  background-image: url("../images/chevron-left.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 8px;
}

.tip-control__name-2 {
  flex: 1;
  align-items: center;
  margin-right: 0;
  display: flex;
}

._wf-tips-link {
  color: #fbf9fc80;
}

.col {
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.col._3-col {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.col._3-col.branding {
  flex-direction: row;
  padding-right: 0;
}

.col._3-col.middle {
  flex: 1;
  justify-content: center;
}

.col._3-col.last {
  justify-content: flex-end;
}

.link-3 {
  color: #fbf9fc;
  font-weight: 500;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container-5.footer {
  border-style: none;
  border-color: #080808;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: static;
}

.tip-control-2 {
  display: flex;
}

.progress-bar__content-4 {
  object-fit: fill;
  background-color: #8f00ff;
  border-radius: 1000px;
  width: 20%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.logo-2 {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-2.main {
  margin-bottom: 0;
  margin-right: 0;
}

.logo-2.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.container-6 {
  height: 50px;
}

.slider_wrap {
  display: flex;
}

.slider_left {
  width: 50%;
}

.slider_right {
  width: 40%;
}

.nav_col {
  background-color: #244b9f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.nav_col.is-center {
  justify-content: center;
}

.testimonials_wrap {
  overflow: hidden;
}

.faq_body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

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

.is-display {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.8125em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.is-display.is-txt-salmon-100 {
  flex: none;
  font-size: 12em;
  line-height: 0.9;
}

.social-icon {
  color: #f4bea9;
  width: 3em;
  transition: color 0.5s;
}

.social-icon:hover {
  color: #ede864;
}

.marquee {
  z-index: -1;
  margin-bottom: 12em;
  position: relative;
  transform: rotate(-6deg);
}

.is-txt-marquee {
  color: #f4bea9;
  flex: none;
  font-size: 7.5em;
  line-height: 1;
  display: inline-block;
}

.oval-img_cover {
  z-index: 15;
  margin: -3px;
  display: none;
  position: absolute;
  inset: 0%;
}

.oval-img_cover.is-creme {
  background-color: #d9cbbd;
}

.is-txt-xsmall {
  font-size: 0.75rem;
  line-height: 1.5;
}

.is-pad-b-64 {
  padding-bottom: 4em;
}

.marquee_illu-coin {
  width: 12em;
  margin-right: 90vw;
}

.is-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.marquee_row02 {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.oval-img {
  object-fit: cover;
  height: 110%;
}

.is-pad-tb-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.nav_list-wrap {
  grid-row-gap: 4em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero_taler {
  position: relative;
  top: auto;
  left: auto;
}

.social_icons-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30em;
  display: flex;
}

.marquee_pigs {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.trust {
  background-color: #244b9f;
}

.nav_list-link {
  color: #d9cbbd;
  font-size: 1.5em;
  line-height: 1.7;
}

.hero_taler-wrap {
  position: absolute;
  inset: auto 5.7em -4.5em auto;
  overflow: hidden;
}

.process_grid {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.creatives_label {
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1.5em;
  display: flex;
}

.creatives_label.is-developers {
  color: #f4bea9;
  background-color: #1f4189;
}

.creatives_label.is-creatives {
  color: #244b9f;
  background-color: #ee9c7c;
}

.creatives_label.is-agencies {
  color: #244b9f;
  background-color: #dfd51b;
}

.hero_marquee-icon {
  flex: none;
  width: 1.5em;
  position: relative;
  top: 0;
}

.footer_left {
  position: relative;
}

.yt-cta_copy {
  color: #244b9f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.heading-row {
  grid-column-gap: 1.5em;
  align-items: center;
  display: flex;
}

.btn_text-yellow {
  z-index: 1;
  color: #ede864;
  letter-spacing: 1px;
  margin-left: 3em;
  font-size: 1.1em;
  position: relative;
}

.creatives_card {
  background-color: #f4bea9;
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4em 8em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.creatives_card._02 {
  z-index: 2;
  color: #f7f8f3;
  background-color: #244b9f;
}

.creatives_card._03 {
  z-index: 1;
  background-color: #ede864;
  transform: rotate(-2deg);
}

.creatives_card._01 {
  z-index: 3;
  transform: rotate(2deg);
}

.nav_title {
  color: #f4bea9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial_person-id {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  flex-direction: column;
  display: flex;
}

.footer_grid {
  z-index: 1;
  grid-column-gap: 6em;
  grid-row-gap: 3em;
  position: relative;
}

.marquee_register-wrap {
  display: flex;
}

.faq_text {
  z-index: 2;
  position: relative;
}

.faq_text.is-h5 {
  color: #244b9f;
}

.villian_content-wrap {
  max-width: 30em;
}

.oval-img-wrap {
  color: #000;
  border: 1px #d6e3e7;
  border-radius: 250px;
  width: 35vw;
  height: 60vw;
  padding: 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.oval-img-wrap.is-third,
.oval-img-wrap.is-second {
  z-index: 0;
  width: 20em;
  height: 32em;
}

.oval-img-wrap.is-first {
  z-index: 0;
  width: 32em;
  height: 54em;
}

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

.is-txt-small {
  font-size: 1rem;
  line-height: 1.5;
}

.is-txt-large {
  font-size: 1.5em;
  line-height: 1.7;
}

.footer_arrow {
  width: 27em;
  position: absolute;
  inset: auto auto 0 -7.7em;
}

.hero_button-wrap {
  margin-bottom: 1.3em;
  overflow: hidden;
}

.illus_title-wrap {
  color: #244b9f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav_logo {
  color: #244b9f;
  width: 12em;
  height: 2.5em;
  transition: all 0.4s;
}

.container-col-12 {
  width: 100%;
  max-width: 1600px;
  padding-left: 3em;
  padding-right: 3em;
}

.faq_answer {
  margin-bottom: 24px;
  font-weight: 400;
}

.yt-cta {
  z-index: 9999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f4bea9;
  border: 2px solid #244b9f;
  border-radius: 0.75em;
  align-items: center;
  width: 23rem;
  padding: 1em 2.5rem 1em 1em;
  display: block;
  position: fixed;
  inset: auto 1em 1em auto;
}

.ham_icon {
  width: 1.5em;
  height: 0.9em;
}

.faq_title-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vilian_title-wrap {
  z-index: 1;
  color: #244b9f;
  text-align: center;
  max-width: 63.5em;
  position: relative;
}

.faq_icon {
  z-index: 2;
  width: 1.5em;
  margin-right: 1em;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0, -50%);
}

.yt-cta_close {
  flex: none;
  width: 1rem;
  position: absolute;
  inset: 0.5em 0.5em auto auto;
}

.is-pad-tb-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.footer_grid-item {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.hero_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 130vh;
  margin-bottom: 8em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.testimonials_person-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.marquee_row01 {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process_lottie {
  flex: none;
  width: 18em;
}

.faq_header {
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 4em 0 1.25em;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq_header.w--open {
  border-bottom: 1px #0000001a;
}

.nav_page {
  display: none;
  position: fixed;
  inset: 0%;
}

.marquee_register {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.creatives_card-wrap {
  width: 100%;
  height: 44em;
  position: sticky;
  top: 20vh;
}

.trust_grid {
  grid-column-gap: 0em;
  grid-row-gap: 8em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 8em;
}

.process_path-02 {
  width: 78%;
  position: absolute;
  inset: auto 0% -16.4em 1.6em;
}

.trust_moon-static {
  width: 25em;
  display: none;
  position: sticky;
  top: 8em;
}

.marquee_coins {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn_text-blue {
  z-index: 1;
  color: #244b9f;
  letter-spacing: 1px;
  margin-left: 3em;
  font-size: 1.1em;
  position: relative;
}

.oval-img_bg {
  z-index: 10;
  border-radius: 250px;
  width: 100%;
  height: 100%;
  padding: 1em;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.process_path-01 {
  width: 96%;
  position: absolute;
  inset: auto 0% -7.3em 9.2em;
}

.trust_moon-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.marquee_item {
  grid-column-gap: 1em;
  display: flex;
}

.title_lottie {
  width: 5em;
}

.nav_list {
  grid-row-gap: 0.5em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5em;
  display: flex;
}

.faq_item {
  background-color: #d9cbbd;
  border-radius: 0.5em;
  width: 100%;
  margin-bottom: 2em;
  overflow: hidden;
}

.marquee_coins-wrap {
  display: flex;
}

.hero_content {
  z-index: 1;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  position: absolute;
}

.testimonial_item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #d9cbbd;
  border-radius: 1.5em;
  flex-direction: column;
  flex: none;
  width: 22em;
  min-width: 280px;
  height: auto;
  padding: 1.5em;
  display: flex;
}

.creatives_cards {
  justify-content: center;
  height: 160vh;
  margin-top: 8em;
  position: relative;
}

.hero_dashboard {
  opacity: 0;
  width: 75%;
}

.hero_bg {
  background-color: #244b9f;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 80vh;
  min-height: 560px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: sticky;
  top: 7.5em;
}

.oval-img_bg-wrap {
  border-radius: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.faq {
  background-color: #fff;
  border-bottom-right-radius: 3em;
  border-bottom-left-radius: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.creatives_label-text {
  font-size: 1.2em;
  font-weight: 500;
}

.nav_wrap.container-col-12 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.oval-img_bg-focus {
  z-index: 10;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn_moon {
  position: relative;
  left: -1px;
}

.villian_marquee-wrap {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.villian_grid {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  width: 100%;
  margin-top: -4.5em;
}

.btn_moon-bar {
  background-color: #ede864;
  flex: none;
  height: 100%;
  position: relative;
}

.hero_heading-wrap {
  display: flex;
  position: relative;
}

.marquee_illu-pig {
  width: 10em;
  margin-right: 90vw;
  transform: rotate(-14deg);
}

.faq_body-wrap {
  border-top: 1px #000;
  padding: 1.25em;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}

.marquee_illu-register {
  width: 8.1em;
  margin-right: 90vw;
  transform: rotate(17deg);
}

.is-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.trust_title-wrap {
  text-align: center;
}

.creatives {
  height: 220vh;
  max-height: 190em;
  overflow: hidden;
}

.footer_moon {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.villian {
  background-color: #d9cbbd;
  position: relative;
}

.creatives_card-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_right {
  position: relative;
}

.marquee_pigs-wrap {
  display: flex;
}

.nav_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.main-wrapper-5 {
  background-color: #fff;
  border-bottom-right-radius: 3em;
  border-bottom-left-radius: 3em;
  position: relative;
}

.testimonials_inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
  position: relative;
  left: -3.5em;
}

.creative_cards-lottie {
  width: 18em;
}

.nav {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  transition: padding-bottom 0.4s, padding-top 0.4s;
  display: flex;
  position: sticky;
  top: 0;
}

.nav_menu {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav_menu.w--open {
  background-color: #c8c8c800;
}

.hero_content-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_grid {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1312px;
}

.btn_bg {
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn {
  border-radius: 50px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  position: relative;
  overflow: hidden;
}

.footer-3 {
  z-index: -1;
  background-color: #f4bea9;
  flex-direction: column;
  justify-content: center;
  padding-top: 3em;
  display: flex;
  position: sticky;
  inset: auto 0% 0;
  overflow: hidden;
}

.marquee_wrap {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_row03 {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.oval-img_hover-wrap {
  z-index: 50;
  display: block;
  position: absolute;
  inset: 0%;
}

.illu-title {
  margin-top: 0;
  font-size: 8em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.logo_link {
  z-index: 1;
  padding-left: 0;
}

.creatives_card-grid {
  grid-column-gap: 8em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.marquees {
  z-index: 0;
  width: 100%;
  padding-top: 5em;
  position: absolute;
  top: 90vh;
}

.nav_ham {
  grid-column-gap: 0.5em;
  cursor: pointer;
  align-items: center;
  padding-left: 1.5em;
  display: flex;
}

.yt-cta_play {
  color: #ee9c7c;
  flex: none;
  width: 3em;
  height: 3em;
  transition: all 0.3s;
}

.yt-cta_play:hover {
  color: #244b9f;
}

.container-col-8 {
  max-width: 1000px;
  padding-left: 6em;
  padding-right: 6em;
}

.villian_animations-grid {
  z-index: 2;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  height: 75%;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.testimonial_person-img-wrap {
  border-radius: 50px;
  width: 4em;
  height: 4em;
  overflow: hidden;
}

.footer_logo {
  width: 13em;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.footer_heading {
  color: #244b9f;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.yt-cta_wrap {
  z-index: 9999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f4bea9;
  align-items: center;
  display: flex;
  position: static;
}

.is-txt-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.is-txt-medium.is-txt-white {
  color: #f7f8f3;
}

.trust_moon {
  width: 25em;
  position: sticky;
  top: 8em;
}

.nav_link {
  color: #4b4e69;
  padding: 1em 1.5em;
  font-size: 1.125rem;
  font-weight: 500;
}

.nav_link.is-ham {
  padding-left: 0;
  padding-right: 0;
}

.process_item {
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
  position: relative;
}

.process_item.is-02 {
  margin-top: 2.6em;
  margin-bottom: 14.9em;
}

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

.footer_link-header {
  margin-bottom: 0.6em;
  font-size: 1.4em;
  line-height: 1;
}

.footer_top-layout {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-intro_visual {
  width: 41%;
}

.footer_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-intro_section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-7 {
  z-index: 2;
  opacity: 1;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.spacer {
  height: 100vh;
}

.home-intro_content {
  width: 53%;
  max-width: 38em;
}

.home-intro_visual-height {
  padding-top: 120%;
  position: relative;
}

.text-size-h2 {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  color: var(--dark-black);
  letter-spacing: -0.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: -2px;
  padding-bottom: 9px;
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.9;
}

.footer_logo-text {
  letter-spacing: -0.04em;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1;
}

.spacer-64 {
  padding-bottom: 4em;
}

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

.page-wrapper-5 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.c_button_link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  min-width: 10em;
  padding: 1em 2.1em;
  line-height: 1;
}

.c_button_link:hover {
  color: #fff;
  background-color: #0000;
}

.c_button_link.is-alt {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.c_button_link.is-alt:hover {
  color: #000;
  background-color: #fff;
}

.home-hero_image {
  opacity: 0.8;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.home-hero_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_heading.text-size-display {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--light-blue);
  border-radius: 1rem;
  max-width: 6em;
  font-family: Helvetica, sans-serif;
  box-shadow: 0 20px 40px 7px #0003;
}

.footer_bottom {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.5em;
  color: #fff6;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_wrapper {
  margin-top: -100vh;
}

.home-intro_image {
  object-fit: cover;
  border-radius: 0.6em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-intro_image.is-top {
  object-position: 50% 0%;
}

.footer_component {
  background-color: #000;
  position: sticky;
  bottom: 0;
}

.home-content_wrapper {
  z-index: 2;
  background-color: var(--caed-white-smoke);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.home-cta_wrapper {
  background-color: #141414;
  background-image: url("../images/pexels-ivan-samkov-7621385.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
}

.spacer-96 {
  padding-bottom: 6em;
}

.home-hero_wrapper {
  margin-bottom: -100vh;
}

.home-cta_section {
  color: #000;
  text-align: center;
  mix-blend-mode: screen;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.page-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.spacer-32 {
  padding-bottom: 2em;
}

.home-intro_layout {
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-intro_layout.is-alt {
  color: var(--dark-grey);
  flex-direction: row-reverse;
}

.spacer-12 {
  padding-bottom: 0.75em;
}

.home-intro_p {
  color: var(--dark-grey);
  max-width: 34em;
  font-family: Helvetica, sans-serif;
  font-size: 25px;
}

.spacer-80 {
  padding-bottom: 5em;
}

.home-hero_section {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 90vh;
  font-family: Helvetica, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
}

.home-cta_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-cta_heading.text-size-display {
  color: var(--card-background);
  max-width: 7.1em;
  font-family: Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.footer_link {
  color: #fff6;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.9;
  transition: color 0.1s;
  display: block;
}

.footer_link:hover {
  color: #fff;
}

.icon-youtube {
  width: 16px;
  padding-top: 2px;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card_content-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-primary {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.text-size-tiny.text-color-secondary {
  color: #d2ff09;
}

.email-link {
  color: #cbcbcb;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  font-size: 9px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.text-size-medium {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-weight-light.text-color-primary {
  color: #fff;
}

.section_home-hero {
  background-color: #000;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-primary {
  color: #bcbcbc;
}

.cta-email-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  overflow: visible;
}

.navbar.is--fixed {
  z-index: 1;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_logo-2 {
  width: 3rem;
}

.media-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_next {
  background-color: #000;
  height: 100vh;
}

.card-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.icon-x {
  width: 14px;
}

.heading-style-h1 {
  color: #939393;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero_card-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 10rem;
}

.card-left {
  width: 50%;
  height: 100%;
}

.img-card {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stacking-card {
  background-color: #010102;
  border: 1px solid #454b02;
  border-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 850px;
  height: 341px;
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: 0 -8px 20px 1px #fff3;
}

.stacking-card.is--fifth {
  margin-bottom: 1rem;
  top: 14rem;
}

.stacking-card.is--second {
  margin-bottom: 4rem;
  top: 11rem;
}

.stacking-card.is--first {
  margin-bottom: 5rem;
  top: 10rem;
}

.stacking-card.is--sixth {
  margin-bottom: 0;
  top: 15rem;
}

.stacking-card.is--fourth {
  margin-bottom: 2rem;
  top: 13rem;
}

.stacking-card.is--third {
  margin-bottom: 3rem;
  top: 12rem;
}

.icon-linkedin {
  width: 14px;
}

.num {
  z-index: 2;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  left: 20px;
}

.page-wrapper-7 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-box {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel {
  z-index: 1;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.cursor-inner {
  border: 1px solid #fff3;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.cursor {
  z-index: 10;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.global-styles-2 {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #0000 30% 50%, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-item {
  transform-origin: 0 100%;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  box-shadow: 10px 0 50px 10px #0000001a;
}

.title {
  z-index: 2;
  color: #fff;
  text-shadow: 0 -4px 4px #0000001a;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

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

.global-styles-4 {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-wrapper-9 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-9 {
  height: 1000px;
}

.tag-content-text-1 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.tag-canvas {
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
}

.tag-content-text-2 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.tag-vector-3 {
  position: absolute;
  inset: auto auto -22px -17px;
}

.tag-vector-1 {
  position: absolute;
  inset: -17px auto auto -17px;
}

.tag-vector-2 {
  position: absolute;
  inset: -17px -17px auto auto;
}

.tag-line-2 {
  border-bottom: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-10 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tag-content-wrapper {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  inset: 130px auto auto 50%;
  transform: translate(-50%);
}

.tag-wrapper {
  background-color: #fff;
  background-image: url("../images/content-bg-shape.svg");
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: 799px;
  width: 100%;
  height: 100%;
  padding: 96px;
  position: relative;
}

.tag-line-3 {
  border-top: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-content-text-wrap {
  overflow: hidden;
}

.tag-line-1 {
  border-bottom: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tag-element {
  border: 1px solid #5259634d;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.tag-vector-4 {
  position: absolute;
  inset: auto -17px -22px auto;
}

.logo-wrapper {
  position: absolute;
  inset: 25px auto auto 50%;
  transform: translate(-50%);
}

.tag-line-4 {
  border-top: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.browser-buttons-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-bottom: 1px #000;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: -0.375rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.text-size-large {
  font-size: 1.5rem;
}

.tip-wrapper {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  overflow: auto;
}

.text-weight-bold {
  font-weight: 700;
}

.browser_top-bar {
  text-align: center;
  /* background-color: #b3b3b3;
  background-image: linear-gradient(#e6e5e5, #cdcdcc); */
  background-color: #121621;
  background-image: linear-gradient(#2d2d2d, #121621);
  border-radius: 8px 8px 0 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.375rem 1rem;
  display: block;
  position: relative;
  /* box-shadow: inset 0 1px #fff9, 0 1px #a8a7a7, 0 1px #bdbebe; */
}

.main-wrapper-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
}

.page-wrapper-11 {
  overflow: hidden;
}

.section-tip {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 3.5rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-1 {
  color: #161616;
  border: 0.125rem dashed #16161633;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.browser_search-bar {
  /* background-color: #fff; */
  /* background-image: linear-gradient(#fdfdfd, #f3f3f3); */
  background-color: #3d3d3d;
  background-image: linear-gradient(#3d3d3d, #2d2d2d);
  border: 1px #0003;
  border-radius: 0.25rem;
  justify-content: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem 0.5rem;
  display: flex;
}

.browser-button {
  background-color: #ed6a5e;
  border: 0.5px solid #ce5347;
  border-radius: 100%;
  width: 0.75rem;
  height: 0.75rem;
}

.browser-button.is-expand {
  background-color: #62c554;
  border-color: #58a942;
}

.browser-button.is-minimize {
  background-color: #f6be4f;
  border-color: #d6a243;
}

.browser_text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
  display: flex;
}

.browser_component {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  max-height: 31.25rem;
  display: flex;
  position: static;
  overflow: visible;
}

.browser_content-wrapper {
  opacity: 1;
  color: #d8d8d8;
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  /* height: 100%; */
  /* padding: 1rem; */
  display: flex;
  position: static;
  /* inset: 0% 0% auto auto; */
}

.browser_content-wrapper img {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.browser-search-text {
  color: #fff;
  text-shadow: none;
  align-self: center;
  font-size: 0.75rem;
  line-height: 1.2;
  display: block;
  position: static;
  inset: 0%;
}

.image-9 {
  margin-left: 74px;
  margin-right: 77px;
}

.image-10 {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1rem;
  margin-right: 35px;
}

.paragraph-4,
.paragraph-5 {
  color: var(--dark-grey);
  font-family: Helvetica, sans-serif;
}

.heading-4,
.heading-5 {
  color: var(--dark-black);
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.section-11 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tag-wrapper-2 {
  background-color: #15181d;
  background-image: url("../images/content-bg-shape.svg");
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: 799px;
  width: 100%;
  height: 100%;
  padding: 96px;
  position: relative;
}

.section-12 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tag-wrapper-3 {
  background-color: #15181d;
  background-image: url("../images/content-bg-shape.svg");
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: 799px;
  width: 100%;
  height: 100%;
  padding: 96px;
  position: relative;
}

.l7uyttzy {
  color: #fff;
  text-align: center;
  width: auto;
  margin: 0;
  font-size: 119.808px;
  font-weight: 400;
  line-height: 107.827px;
}

.qp09r8da {
  color: #00e;
  vertical-align: middle;
  cursor: pointer;
  border-color: #00e;
  width: 37.9392px;
  max-width: 100%;
  height: 37.9392px;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: underline #00e;
  text-decoration: underline #00e;
  display: block;
  position: relative;
}

.g8wj98xx {
  width: auto;
}

.swt4v0sv {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 0 0 0 16.9728px;
  display: flex;
  position: relative;
}

.xishqwy0 {
  z-index: 5;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.pieiqi8h {
  z-index: 3;
  perspective: 1000px;
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 345.446px;
  max-width: 100%;
  height: 291.533px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.uld5a02c {
  vertical-align: middle;
  border-radius: 29.952px;
  width: 345.446px;
  max-width: 100%;
  height: 291.533px;
  display: block;
}

.zcthrorf {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  width: 607.027px;
  max-width: 100%;
  height: 291.533px;
  display: block;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.nxtyl87j {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-direction: row;
  align-items: flex-end;
  width: 607.027px;
  max-width: none;
  height: 291.533px;
  display: flex;
  overflow: hidden;
}

.rtle447n {
  z-index: 3;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 29.952px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 607.016px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, -0.002deg)
    rotate3d(0, 1, 0, 0.002deg) rotate3d(0, 0, 1, 0) skew(0deg);
}

.ej0kf2ep {
  flex-direction: row;
  column-gap: 19.968px;
  width: auto;
  display: flex;
}

.r1f67bkd {
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  width: 449.28px;
  max-width: 100%;
  height: 189.696px;
  display: block;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.ct92dvq8 {
  z-index: 3;
  perspective: 1000px;
  transform-style: preserve-3d;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 29.952px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 449.28px;
  max-width: 100%;
  height: 444.288px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.noyylly1 {
  flex-direction: column;
  align-items: center;
  gap: 19.968px;
  width: auto;
  display: flex;
}

.eqgbtu86 {
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  width: 866.611px;
  max-width: 100%;
  height: 343.45px;
  display: block;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.jujc9j1n {
  z-index: 3;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 29.952px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 860.188px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, -0.002deg)
    rotate3d(0, 1, 0, 0.002deg) rotate3d(0, 0, 1, 0) skew(0deg);
}

.ku941zxt {
  vertical-align: middle;
  border-radius: 29.952px;
  width: 240.614px;
  max-width: 100%;
  height: 135.782px;
  display: block;
}

.pocmsal7 {
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  width: 355.43px;
  max-width: 100%;
  height: 135.782px;
  display: block;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.koxs3lfe {
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  width: 239.616px;
  max-width: 100%;
  height: 239.616px;
  display: block;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.bb6uawzz {
  vertical-align: middle;
  border-radius: 29.952px;
  width: 239.616px;
  max-width: 100%;
  height: 239.616px;
  display: block;
}

.erf44isb {
  z-index: 3;
  perspective: 1000px;
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 501.197px;
  max-width: 100%;
  height: 239.616px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.jr6xdh9t {
  vertical-align: middle;
  border-radius: 29.952px;
  width: 292.531px;
  max-width: 100%;
  height: 135.782px;
  display: block;
}

.p1crdx7v {
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  width: 188.698px;
  max-width: 100%;
  height: 135.782px;
  display: block;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.x8ycicgv {
  vertical-align: middle;
  border-radius: 14.976px;
  width: 502.195px;
  max-width: 100%;
  height: 64.896px;
  display: block;
}

.f09ci3tf {
  vertical-align: middle;
  border-radius: 29.952px;
  width: 240.614px;
  max-width: 100%;
  height: 207.667px;
  display: block;
}

.z75zsak0 {
  transform-style: preserve-3d;
  vertical-align: middle;
  border-radius: 29.952px;
  width: 240.614px;
  max-width: 100%;
  height: 207.667px;
  display: block;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(1, 0, 0, 0)
    rotate3d(0, 1, 0, 0) rotate3d(0, 0, 1, 0) skew(0deg);
}

.hfxog4l0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 519.168px;
  grid-auto-columns: 1fr;
  gap: 19.968px;
  width: 100%;
  margin: 67.8912px 0 0;
  display: grid;
}

.f9klye31 {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  display: none;
}

.on0qh6sr {
  z-index: 5;
  width: 1920px;
  margin: 0 auto;
  padding: 209.664px 29.952px 146.765px;
  display: block;
  position: relative;
}

.scene---sticky {
  position: sticky;
  top: 0;
}

.spiral {
  perspective: 90rem;
  width: 20rem;
  height: 20rem;
  position: relative;
  transform: perspective(902px);
}

.scene---trigger {
  height: 200vh;
}

.spiral---img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scene---extra {
  height: 100vh;
}

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

.spiral---item {
  transform-style: preserve-3d;
  width: 20rem;
  height: 20rem;
  transform: translate3d(0, 0, 30rem);
}

.spiral---item.x-07 {
  transform-style: preserve-3d;
  transform: translate3d(0, 70rem, 30rem);
}

.spiral---item.x-04 {
  transform-style: preserve-3d;
  transform: translate3d(0, 40rem, 30rem);
}

.spiral---item.x-01 {
  transform-style: preserve-3d;
  transform: translate3d(0, 10rem, 30rem);
}

.spiral---item.x-06 {
  transform-style: preserve-3d;
  transform: translate3d(0, 60rem, 30rem);
}

.spiral---item.x-02 {
  transform-style: preserve-3d;
  transform: translate3d(0, 20rem, 30rem);
}

.spiral---item.x-03 {
  transform-style: preserve-3d;
  transform: translate3d(0, 30rem, 30rem);
}

.spiral---item.x-05 {
  transform-style: preserve-3d;
  transform: translate3d(0, 50rem, 30rem);
}

.spiral---rotate {
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0) rotateY(45deg) rotateZ(0);
}

.spiral---rotate.x-00 {
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(-3deg) rotateZ(0);
}

.text-span {
  color: #8492f3;
}

.hero-pattern {
  z-index: 1;
  background-image: url("../images/dashed-dark.svg");
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0 -20px 100px;
}

.logo-3 {
  background-image: url("../images/Logo.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 177px;
  height: 35px;
  margin-right: 20px;
}

.hero-cta {
  margin-top: 30px;
}

.pattern-col {
  background-image: url("../images/dashed-dark.svg");
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 25%;
}

.hero-pic {
  z-index: 2;
  position: relative;
}

.hero-blur {
  z-index: 1;
  background-image: url("../images/bg-blur.png");
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 1400px;
  position: absolute;
  inset: auto 0 0;
}

.hero-heading-2 {
  text-align: center;
}

.button-6 {
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-attachment: scroll;
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 60px 16px 25px;
  font-weight: 400;
  transition: all 0.35s;
}

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

.button-6.btn-secondary {
  color: #0c0c1f;
  cursor: pointer;
  background-color: #0000;
  background-image: url("../images/arrow-btn-dark.svg");
  border: 1px solid #0c0c1f;
  padding-left: 25px;
  padding-right: 60px;
}

.button-6.btn-secondary:hover {
  color: #fafafa;
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
}

.hidden-text-container {
  overflow: hidden;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.navigation {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.hero-section {
  padding-bottom: 150px;
  position: relative;
}

.wrapper-3 {
  z-index: 2;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.nav-buttons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-dash {
  perspective: none;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: perspective(800px) perspective(800px);
}

.paragraph-6 {
  margin-top: 30px;
  font-weight: 300;
  line-height: 30px;
}

.nav-links {
  align-items: center;
  display: flex;
}

.hero-users {
  margin-bottom: 30px;
  display: flex;
}

.hero-text-2 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.nav-mobile-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.image-3 {
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-mobile {
  z-index: 5;
  background-color: #ffffffe6;
  display: none;
  position: fixed;
  inset: 0;
}

.burger-menu {
  background-image: url("../images/Burger.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  padding: 15px;
  display: none;
}

.burger-menu.close-menu-btn {
  background-image: url("../images/Burger-close.svg");
  display: block;
}

.nav-link-3 {
  color: #2a2a2a;
  cursor: pointer;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #8492f3;
  text-decoration: none;
}

.user-item {
  border: 5px solid #fafafa;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  margin-left: -22px;
}

.hero-description-2 {
  opacity: 0.5;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  max-width: 50%;
  margin-top: 20px;
}

.users-count {
  background-color: #8492f3;
  border: 5px solid #fafafa;
  border-radius: 60px;
  align-items: center;
  height: 60px;
  margin-left: -22px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-4 {
  color: #fafafa;
  font-weight: 400;
}

.big-heading {
  margin-bottom: 20px;
  font-size: 150px;
  font-weight: 200;
  line-height: 1.2em;
}

.showcase-container {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 2px #0003;
}

.feature-card-item {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #f8f8f8;
  background-clip: border-box;
  border: 10px #000;
  border-radius: 25px;
  outline: 6px #8492f3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 35px;
  display: flex;
  position: relative;
}

.button-7 {
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-attachment: scroll;
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 60px 16px 25px;
  font-weight: 400;
  transition: all 0.35s;
}

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

.button-7.btn-secondary {
  color: #0c0c1f;
  cursor: pointer;
  background-color: #0000;
  background-image: url("../images/arrow-btn-dark.svg");
  border: 1px solid #0c0c1f;
  padding-left: 25px;
  padding-right: 60px;
}

.button-7.btn-secondary:hover {
  color: #fafafa;
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
}

.feature-card-item-border {
  background-image: linear-gradient(#c2c8e5, #fafafa 50% 73%, #fafafa);
  border-radius: 26px;
  padding: 1px;
}

.text-sticky {
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.invoicing-section {
  margin-top: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-11 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.invoicing-icons {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 100px;
  display: grid;
}

.heading-description {
  width: 30%;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-description.payment-description {
  width: 75%;
  margin-top: 100px;
  margin-bottom: 0;
  line-height: 1.2em;
}

.heading-description.reporting-description {
  width: 50%;
  margin-top: 50px;
  line-height: 32px;
}

.matric-card-text {
  text-align: center;
  background-color: #0000;
  padding: 0;
  position: static;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.invoicing-scroll {
  height: 300vh;
  margin-top: 100px;
  position: relative;
}

.incoicing-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-description {
  opacity: 0.5;
  text-align: center;
  margin-bottom: 0;
  line-height: 20px;
}

.ui-showcase {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.ui-showcase.case-3 {
  top: 200vh;
}

.ui-showcase.case-2 {
  top: 100vh;
}

.icon-headline {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.showcase-text {
  text-align: center;
  width: 70%;
  margin-top: 50px;
  font-size: 25px;
  line-height: 1.2em;
  display: none;
}

.credit-card {
  width: 100%;
  margin-right: 100px;
}

.right-comumn {
  width: 60%;
}

.button-8 {
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-attachment: scroll;
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 60px 16px 25px;
  font-weight: 400;
  transition: all 0.35s;
}

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

.payments-section {
  padding-bottom: 250px;
  position: relative;
}

.mobile-form {
  margin-top: 100px;
  margin-right: 100px;
}

.payments-blur {
  z-index: 1;
  background-image: url("../images/bg-blur.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.left-column {
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  margin-top: 100px;
  display: flex;
}

.image-12 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.payment-features-blocks {
  margin-top: -300px;
}

.payment-features-section {
  background-color: #0c0c1f;
  padding-bottom: 150px;
  overflow: visible;
}

.block-item {
  background-color: #06060f;
  border-radius: 25px;
  height: 500px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.button-9 {
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-attachment: scroll;
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 60px 16px 25px;
  font-weight: 400;
  transition: all 0.35s;
}

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

.button-9.btn-secondary {
  color: #0c0c1f;
  cursor: pointer;
  background-color: #0000;
  background-image: url("../images/arrow-btn-dark.svg");
  border: 1px solid #0c0c1f;
  padding-left: 25px;
  padding-right: 60px;
}

.button-9.btn-secondary:hover {
  color: #fafafa;
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
}

.image-13 {
  height: 228px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #2488fe, #ff35ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-7 {
  color: #fafafa;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.image-14 {
  height: 350px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}

.horizontal-headline-container {
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-15 {
  height: 237px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}

.paragraph-2 {
  opacity: 0.3;
  color: #fafafa;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 20px;
}

.horizontal-headline-text {
  color: #fafafa;
  white-space: nowrap;
  word-break: normal;
  font-size: 150px;
  font-weight: 200;
  line-height: 150px;
}

.image-16 {
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.image-17 {
  height: 171px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
}

.block-text-container {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}

.block-text-container.block-app {
  top: 50%;
  bottom: auto;
  right: 55%;
  transform: translate(0, -50%);
}

.block-text-container.block-network {
  inset: 50% 100px auto 52%;
  transform: translate(0, -50%);
}

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

.block-row.right-acccent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  margin-bottom: 20px;
}

.block-row.left-accent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
  margin-bottom: 20px;
}

.headline-scrolling-container {
  height: 180vh;
  position: relative;
}

.image-18 {
  height: 400px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.feature-card-horizontal-img {
  border-radius: 0;
  width: 60%;
  height: auto;
  position: relative;
  overflow: visible;
}

.button-10 {
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-attachment: scroll;
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 60px 16px 25px;
  font-weight: 400;
  transition: all 0.35s;
}

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

.button-10.feature-card-horizontal-button {
  margin-top: 20px;
}

.reporting-section {
  margin-top: 150px;
  padding-bottom: 200px;
}

.transations-dash-pic {
  width: 795px;
  height: auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 30px;
  transform: translate(0, -50%);
}

.feature-card-horizontal-img-container {
  background-image: linear-gradient(#f1f2ff, #f6e9ec);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-h6 {
  margin-top: 0.2em;
  margin-bottom: 0.1em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-h6.feature-card-horizontal-label {
  color: #8492f3;
}

.text-h5 {
  margin-top: 0.2em;
  margin-bottom: 0.1em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.feature-headline {
  color: #8492f3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.feature-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.feature-text.for-reversed {
  padding-left: 0;
}

.feature-description {
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2em;
}

.feature-card-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.feature-card-horizontal.reversed {
  flex-flow: row-reverse;
}

.feature-card-horizontal.feature-right-pic {
  grid-template-columns: 40% 60%;
  display: none;
}

.feature-card-horizontal-picture {
  max-width: 100%;
  max-height: none;
  position: static;
  top: 50%;
  left: 40px;
  right: auto;
}

.more-description-text {
  width: 50%;
  padding-right: 100px;
  line-height: 1.2em;
}

.more-description-flex {
  margin-top: 50px;
}

.security-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.security-text {
  width: 60%;
  padding-left: 0;
}

.security-flex-container {
  align-items: stretch;
  padding-bottom: 200px;
  position: relative;
}

.security-blur {
  opacity: 0.7;
  background-image: url("../images/bg-blur.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: -50vh 0% -20vh 0;
}

.image-19 {
  width: auto;
  max-width: none;
  height: 450px;
}

.security-section {
  padding-bottom: 0;
  position: relative;
}

.button-11 {
  background-color: #0c0c1f;
  background-image: url("../images/arrow-btn-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-attachment: scroll;
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 60px 16px 25px;
  font-weight: 400;
  transition: all 0.35s;
}

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

.button-11.btn-secondary-light {
  color: #8492f3;
  background-color: #0000;
  background-image: url("../images/arrow-btn-blue.svg");
  border: 1px solid #8492f3;
}

.button-11.btn-secondary-light:hover {
  color: #fafafa;
  background-image: url("../images/arrow-btn-white.svg");
  border-color: #fafafa;
}

.advantages-headline-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 1.2em;
}

.advantages-left {
  background-image: url("../images/dashed-c.svg");
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 60%;
  display: flex;
  position: relative;
}

.item-text {
  opacity: 0.3;
  color: #fafafa;
  margin-bottom: 25px;
}

.advantages-flex {
  background-image: url("../images/dashed-c.svg");
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  align-items: stretch;
}

.dark-bg-blur {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.item-title {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
}

.advantages-section {
  background-color: #0c0c1f;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #2488fe, #ff35ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.advantages-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.advantages-item {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 100px;
}

.advantages-headline {
  color: #fafafa;
  font-weight: 300;
  line-height: 1.2em;
  font-size: inherit;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero__logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero__counts-numb {
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main {
  height: 500vh;
}

.hero__counts-img {
  z-index: 0;
  position: relative;
}

.steps__list-p {
  color: #1b1b1bb3;
  line-height: 1.9em;
}

.remodal.remodal--global {
  color: #222736;
  text-align: left;
  background-color: #f8efe5;
  border-radius: 40px;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.reviews__ava {
  z-index: 0;
  position: relative;
}

.courses__more {
  z-index: 2;
  color: #0f86a1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background-image: url("../images/ico_arrow-blue.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 32px;
  font-size: 22px;
  text-decoration: none;
  transition-duration: 0.3s;
  display: inline-block;
  position: relative;
}

.steps__illustr-wrap {
  display: inline-block;
  position: relative;
}

.swiper__nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper__nav.mod--reviews {
  display: none;
}

.courses__columns {
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

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

.courses__type {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 22px;
}

.courses__block {
  z-index: 2;
  cursor: pointer;
  background-color: #f8efe5;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 500px;
  padding: 40px 32px 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all 1s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
}

.hero__counts-p {
  color: #1b1b1bb3;
  line-height: 1.9em;
}

.steps__list-arrow-wrap {
  position: absolute;
  inset: 10px 0 auto auto;
  overflow: hidden;
}

.steps__list-arrow-wrap.mod--2 {
  transform-style: preserve-3d;
  left: -100px;
  right: auto;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.btn__txt {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn__txt.mod--submit {
  opacity: 1;
  transition: all 0.2s;
}

.btn__txt.mod--submit.active {
  opacity: 0;
}

.hero_illustr-leaves {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 69px;
}

.hero__heading.mod--1 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.section-slide {
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-slide.mod--3 {
  z-index: 3;
}

.section-slide.mod--2 {
  z-index: 2;
}

.section-slide.mod--4 {
  z-index: 4;
  height: auto;
  overflow: visible;
}

.section-slide.mod--0 {
  z-index: 0;
  background-color: #f8efe5;
  flex-direction: column;
  display: flex;
}

.section-slide.mod--1 {
  z-index: 1;
}

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

.remodal__close {
  z-index: 5;
  opacity: 1;
  filter: invert(50%);
  cursor: pointer;
  background-image: url("../images/ico-close-modal.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: 0.9;
}

.footer__dash {
  opacity: 0.5;
  background-image: url("../images/dash-vertical.svg");
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 72px;
  margin-left: 80px;
  margin-right: 64px;
}

.footer__dash.mod--3 {
  display: none;
}

.steps__illustr-smile {
  z-index: 1;
  transition: all 0.4s;
  position: absolute;
  top: 91px;
  left: 195px;
}

.form__content {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.reviews__ava-dot {
  z-index: 1;
  background-color: #000;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 15px 3px auto auto;
}

.reviews__ava-dot.mod--2 {
  top: 23px;
  left: -5px;
  right: auto;
}

.reviews__ava-dot.mod--3 {
  top: 33px;
  left: -24px;
  right: auto;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hero_illustr-leaves2 {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 40px;
  left: -7px;
}

.section-14 {
  padding: 128px 60px;
  position: relative;
}

.section-14.mod--footer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  max-height: 320px;
  padding-top: 4vh;
  padding-bottom: 0;
  display: flex;
}

.section-14.mod--reviews {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-14.mod--steps {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-14.mod--header {
  z-index: 90;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.section-14.mod--courses {
  background-image: url("../images/bg_courses.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-14.mod--hero {
  color: #fff;
  background-image: url("../images/bg_hero.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 48px;
  display: flex;
}

.section-14.mod--questions {
  color: #fff;
  background-image: url("../images/bg_questions.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.reviews__ava-circle {
  z-index: 1;
  border: 2px solid #000;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 0;
}

.reviews__ava-circle.mod--2 {
  width: 28px;
  height: 28px;
  top: 10px;
  left: auto;
  right: 0;
}

.reviews__ava-circle.mod--3 {
  width: 20px;
  height: 20px;
  inset: auto -1px 0 auto;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: #666666b3;
  padding-left: 35px;
  line-height: 1.5em;
  position: relative;
}

.wrap-hide {
  overflow: hidden;
}

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

.footer__columns.mod--top {
  margin-bottom: 4vh;
}

.footer__follow-and {
  color: #666;
}

.courses__col {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.steps__numb-img {
  z-index: 0;
  position: relative;
}

.reviews__ava-spot {
  z-index: 1;
  position: absolute;
  inset: auto auto 4px 18px;
}

.reviews__ava-spot.mod--2 {
  left: auto;
  right: 2px;
}

.reviews__ava-spot.mod--3 {
  inset: 0 12px auto auto;
}

.reviews__ava-spot.mod--1 {
  bottom: -5px;
}

.heading--margin-40 {
  margin-bottom: 40px;
}

.reviews__block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form__submit-result-ico {
  filter: invert(80%);
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.btn__bg-wrap {
  z-index: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn__bg-wrap.mod--submit {
  transition: all 0.2s;
}

.btn__bg-wrap.mod--submit.active {
  opacity: 0;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews {
  overflow: visible;
}

.header__humb-wrap {
  display: none;
}

.content-3 {
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-pagination-bullets {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2px;
  display: flex;
}

.swiper-pagination-bullets.mod--numbs {
  display: none;
  position: relative;
}

.courses__illustr-wrap {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.swiper__arrow-ico {
  background-image: url("../images/ico_arrow-right.svg");
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 42px;
  height: 42px;
  transition: all 0.2s;
}

.hero__counts-dash {
  opacity: 0.5;
  background-image: url("../images/dash-vertical.svg");
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 83px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.form-block-2 {
  width: 100%;
  max-width: 564px;
  margin-top: 40px;
  margin-bottom: 0;
}

.form-block-2.mod--modal {
  margin-top: 0;
}

.steps__illustr-graph-dot {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 44px;
  left: 2px;
}

.steps__illustr-graph-dot.mod--4 {
  top: 0;
  left: 105px;
  transform: rotate(51deg);
}

.steps__illustr-graph-dot.mod--2 {
  top: 9px;
  left: 35px;
  transform: rotate(125deg);
}

.steps__illustr-graph-dot.mod--1 {
  transform: rotate(43deg);
}

.steps__illustr-graph-dot.mod--3 {
  top: 30px;
  left: 68px;
  transform: rotate(51deg);
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--numb {
  flex: 1;
}

.swiper-slide.mod--reviews {
  text-align: center;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.questions__col {
  flex: 1;
}

.section-slides {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.questions__illustr-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.footer__list {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 64px;
  margin-bottom: 0;
}

.footer__list.mod--contact {
  column-rule-style: none;
  column-rule-width: 0px;
}

.footer__col {
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--copyright {
  align-items: center;
}

.footer__col.mod--2-copy,
.footer__col.mod--2 {
  justify-content: flex-end;
  align-items: center;
}

.header__nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 36px;
  margin-right: 36px;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  height: 70px;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  transition: all 0.2s;
}

.input:hover,
.input:focus {
  border-color: #fff;
}

.input::placeholder {
  color: #ffffffb3;
}

.input.mod--modal {
  color: #000;
  border-width: 0 0 1px;
  border-bottom-color: #0003;
  border-radius: 0;
  padding: 0;
}

.input.mod--modal::placeholder {
  color: #00000080;
}

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

.overflow-hidden.mod--submit {
  transition: all 0.2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 8px;
}

.steps__numb {
  position: absolute;
  top: -10px;
  left: 0;
}

.header__humb {
  display: none;
}

.form-2 {
  align-items: center;
  display: flex;
}

.header__col {
  flex: 1;
}

.header__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.mod--2 {
  flex: none;
}

.form__submit-arrow {
  z-index: 1;
  filter: invert();
  width: 1rem;
  transition: all 0.2s;
  display: block;
  position: relative;
}

.form__submit-arrow.mod--2 {
  position: absolute;
  top: 0;
  right: 1rem;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.footer__nav-link {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.steps__illustr-graph-line {
  z-index: -1;
  background-color: #0f86a1;
  width: 1px;
  height: 50px;
  transition: all 1s;
  position: absolute;
  bottom: 1px;
  left: 1px;
}

.steps__illustr-graph-line.mod--2 {
  height: 40px;
}

.steps__col {
  flex: 1;
  position: relative;
}

.footer__list-item {
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.courses__heading-wrap {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

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

.footer__drop-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.subheading {
  opacity: 0.7;
  font-size: 22px;
}

.subheading.mod--courses {
  width: 100%;
  max-width: 520px;
}

.subheading.mod--hero {
  opacity: 1;
  max-width: 400px;
  margin-bottom: 48px;
}

.steps__illustr {
  z-index: 0;
  display: block;
  position: relative;
}

.remodal__heading {
  max-width: 13rem;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.hero_illustr {
  z-index: 2;
  position: relative;
}

.reviews__p {
  color: #1b1b1bb3;
  line-height: 1.9em;
}

.courses__illustr-elem-wrap {
  transition: all 0.5s;
  position: absolute;
}

.courses__illustr-elem-wrap.mod--4 {
  bottom: 180px;
  left: 190px;
}

.courses__illustr-elem-wrap.mod--4.mod--screen {
  bottom: 170px;
  left: 170px;
}

.courses__illustr-elem-wrap.mod--4.mod--graph {
  bottom: 166px;
  left: 200px;
}

.courses__illustr-elem-wrap.mod--1 {
  bottom: 30px;
  left: 2px;
}

.courses__illustr-elem-wrap.mod--1.mod--screen {
  bottom: 16px;
  left: -1px;
}

.courses__illustr-elem-wrap.mod--2 {
  bottom: 160px;
  left: 9px;
}

.courses__illustr-elem-wrap.mod--2.mod--graph {
  bottom: 135px;
  left: 21px;
}

.courses__illustr-elem-wrap.mod--2.mod--screen {
  bottom: 146px;
  left: 1px;
}

.courses__illustr-elem-wrap.mod--3 {
  bottom: 220px;
  left: 100px;
}

.courses__illustr-elem-wrap.mod--3.mod--graph {
  bottom: 181px;
  left: 116px;
}

.courses__illustr-elem-wrap.mod--3.mod--screen {
  bottom: 193px;
  left: 86px;
}

.home__content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 174px;
  display: flex;
  position: relative;
}

.footer__soc-link {
  border: 1px solid #10101033;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: #4f94b2;
  border-color: #4f94b2;
}

.reviews__ava-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.questions__illustr-elem.mod--dot {
  background-color: #000;
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.questions__illustr-elem.mod--bg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.questions__illustr-elem.mod--ball {
  background-color: #ebc7b5;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.questions__illustr-elem.mod--circle {
  border: 1px solid #000;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.steps__illustr-graph-wrap {
  z-index: 1;
  width: 110px;
  height: 50px;
  position: absolute;
  top: 198px;
  right: 65px;
}

.heading--margin-0 {
  margin-bottom: 0;
}

.footer__drop-btn {
  display: none;
}

.courses__block-bg {
  z-index: -1;
  background-color: #fff;
  border-radius: 1000px;
  width: 700px;
  height: 700px;
  position: absolute;
  inset: auto auto -100px -100px;
}

.steps__list-arrow {
  display: block;
}

.footer__drop {
  z-index: 0;
  margin-right: -40px;
}

.form__submit-result-wrap {
  z-index: 2;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  padding-left: 0.9rem;
  transition: all 0.2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 4.4rem;
}

.form__submit-result-wrap.mod--modal {
  width: 1rem;
  padding-left: 0;
  left: 0.75rem;
}

.courses__illustr {
  z-index: 0;
  transition: all 0.5s;
  display: block;
  position: relative;
}

.courses__illustr.mod--2 {
  z-index: 1;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer__soc-img {
  filter: invert(60%);
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  display: block;
}

.footer__soc-img:hover {
  filter: invert(0%);
}

.hero__counts {
  color: #1b1b1b;
  background-color: #f8efe5;
  border-radius: 80px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero__numb-block {
  text-align: center;
  flex: 1;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.courses__illustr-elem {
  transition: all 0.5s;
}

.courses__illustr-elem.mod--5 {
  opacity: 1;
  background-color: #9b5c8f;
  border-radius: 100px;
  width: 22px;
  height: 6px;
  position: absolute;
  bottom: 53px;
  right: 68px;
  transform: rotate(-20deg);
}

.courses__illustr-elem.mod--ball {
  background-color: #ebc7b5;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  top: 0;
  right: 109px;
}

.courses__illustr-elem.mod--ball.mod--graph {
  width: 18px;
  height: 20px;
}

.courses__illustr-elem.mod--ball.mod--screen {
  width: 14px;
  height: 14px;
}

.courses__illustr-elem.mod--dot {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  top: 34px;
  right: 58px;
}

.courses__illustr-elem.mod--dot.mod--screen {
  width: 6px;
  height: 6px;
}

.courses__illustr-elem.mod--dot.mod--graph {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.courses__illustr-elem.mod--circle {
  border: 1px solid #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.courses__illustr-elem.mod--circle.mod--graph {
  border-width: 2px;
  width: 20px;
  height: 20px;
}

.courses__illustr-elem.mod--blue {
  top: 41px;
  left: 9px;
}

.courses__illustr-elem.mod--blue.mod--screen {
  max-width: 18px;
}

.hero__logos {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.footer__follow-heart {
  z-index: -1;
  filter: saturate(65%) brightness(65%) hue-rotate(140deg);
  background-image: url("../images/follow-heart.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_illustr-wrap {
  position: absolute;
  inset: -20px 0 auto auto;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

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

.steps__illustr-hand {
  z-index: 1;
  transition: all 0.8s;
  position: absolute;
  top: 128px;
  left: 121px;
}

.swiper__arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all 0.2s;
  display: flex;
}

.swiper__arrow.arrow--prev {
  margin-right: 32px;
  transform: rotate(180deg);
}

.hero__counts-img-wrap {
  margin-bottom: 28px;
  position: relative;
}

.reviews__dash {
  opacity: 0.5;
  background-image: url("../images/dash-vertical.svg");
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 136px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.steps__list-item {
  margin-bottom: 64px;
  padding-left: 74px;
  padding-right: 80px;
  position: relative;
}

.steps__list-item.mod--2 {
  margin-left: 100px;
  padding-right: 0;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.btn-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ebc7b5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  min-height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  transition-duration: 0.5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-2.btn--header {
  background-color: #fff;
  min-height: auto;
  padding-top: 17px;
  padding-bottom: 16px;
}

.btn-2.mod--hero {
  min-width: 260px;
  text-decoration: none;
  transition-property: none;
  overflow: hidden;
}

.btn-2.mod--submit {
  min-width: 185px;
  margin-left: 16px;
  transition-property: none;
}

.btn-2.mod--submit.mod--modal {
  width: 40px;
  min-width: auto;
  height: 40px;
  min-height: auto;
  margin-left: 0;
  padding: 0;
  position: absolute;
  bottom: 16px;
  right: 0;
}

.footer__copyright {
  color: #000000b3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.hero_illustr-hand {
  z-index: 0;
  display: block;
  position: absolute;
  top: 96px;
  left: 136px;
}

.footer__follow-wrap {
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 4vh;
  margin-left: -60px;
  margin-right: -60px;
  font-size: 16px;
  display: flex;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.steps__list {
  width: 100%;
  max-width: 560px;
}

.header__logo-link {
  filter: brightness(0%) invert();
}

.questions__illustr {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero_illustr-ball {
  z-index: 0;
  display: block;
  position: absolute;
  top: 20px;
  left: 116px;
}

.header__search {
  cursor: pointer;
  margin-right: 24px;
}

.footer__txt {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn__bg {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  position: relative;
}

.btn__bg.mod--modal {
  width: 50px;
  height: 50px;
}

.btn__bg.mod--invert {
  background-color: #ebc7b5;
}

.overflow__anim {
  transition: all 0.4s;
  position: relative;
  top: 0;
  right: 0;
}

.remodal__text {
  color: #000c;
  max-width: 16rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.footer__follow-link {
  color: #666;
  display: inline-block;
}

.questions__illustr-elem-wrap {
  z-index: 0;
  position: absolute;
}

.questions__illustr-elem-wrap.mod--4 {
  bottom: 186px;
  left: 95px;
}

.questions__illustr-elem-wrap.mod--5 {
  bottom: 354px;
  right: 106px;
}

.questions__illustr-elem-wrap.mod--1 {
  top: 53px;
  left: 22px;
}

.questions__illustr-elem-wrap.mod--2 {
  inset: auto 0% 0%;
}

.questions__illustr-elem-wrap.mod--3 {
  bottom: 206px;
  left: 35px;
}

.steps__numb-txt {
  z-index: 1;
  color: #f8efe5;
  text-align: center;
  letter-spacing: -0.01em;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_illustr-plane {
  z-index: 0;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.section-15 {
  padding: 128px 60px;
  position: relative;
}

.section-15.mod--footer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  max-height: 320px;
  padding-top: 4vh;
  padding-bottom: 0;
  display: flex;
}

.section-15.mod--reviews {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-15.mod--steps {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-15.mod--header {
  z-index: 90;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.section-15.mod--courses {
  background-image: url("../images/bg_courses.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-15.mod--hero {
  color: #fff;
  background-image: url("../images/bg_hero.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 48px;
  display: flex;
}

.section-15.mod--questions {
  color: #fff;
  background-image: url("../images/bg_questions.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-16 {
  padding: 128px 60px;
  position: relative;
}

.section-16.mod--footer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  max-height: 320px;
  padding-top: 4vh;
  padding-bottom: 0;
  display: flex;
}

.section-16.mod--reviews {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-16.mod--steps {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-16.mod--header {
  z-index: 90;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.section-16.mod--courses {
  background-image: url("../images/bg_courses.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-16.mod--hero {
  color: #fff;
  background-image: url("../images/bg_hero.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 48px;
  display: flex;
}

.section-16.mod--questions {
  color: #fff;
  background-image: url("../images/bg_questions.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.gradient-bg {
  z-index: -1;
  opacity: 0.5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._1 {
  background-color: var(--gradient2-right);
  opacity: 1;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle._2 {
  background-color: var(--gradient2-middle);
  opacity: 0.5;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle._3 {
  background-color: var(--gradient1-right);
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._4 {
  background-color: #a7cf38;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._6 {
  background-color: #e89245;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.text-small-2 {
  opacity: 0.65;
  font-size: 14px;
  line-height: 20px;
}

.text-small-2.align-right {
  text-align: right;
  max-width: 16ch;
}

.bottom-heading {
  mix-blend-mode: screen;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-content-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
}

.container-8 {
  width: 90%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.cell-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #000, inset 0 1px 1px #fff3;
}

.cell-content.link {
  height: 100%;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.cell-content.link:hover {
  border-color: #525b5e;
  box-shadow: 0 6px 20px #424a4c, inset 0 1px 1px #fff3;
}

.cell-content.link.short {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.hero-section-2 {
  padding-top: 0;
  padding-bottom: 120px;
  display: block;
}

.hero-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 261px 1fr 214px;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  height: 870px;
  display: grid;
}

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

.nav_column.is-ctas {
  justify-content: flex-end;
}

.nav_column.is-post-name {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto 2rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.nav_column.is-logo {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-size-small.text-weight-normal {
  line-height: 1.5;
}

.nav_progress-percentage {
  background-color: #fbf9fc;
  border-radius: 100rem;
  width: 60%;
  height: 100%;
}

.section-tip-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.card_header {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0d0d0e;
  border-top: 1px solid #161616;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.paragraph-7 {
  line-height: 1.6;
}

.card_compoinent {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3rem;
  text-align: center;
  background-color: #141314;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 6rem;
  display: flex;
}

.nav_progress-bar {
  background-color: #141314;
  border-radius: 100rem;
  flex: 1;
  align-items: center;
  min-width: 5rem;
  max-width: 10rem;
  height: 0.875rem;
  padding: 0.25rem;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.main-wrapper-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
}

.image-logo-icon {
  width: 1.75rem;
}

.image-logo-full {
  display: none;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-12:hover {
  opacity: 0.8;
}

.button-12.is-small {
  max-width: 12rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  transition: opacity 0.2s;
}

.page-wrapper-14 {
  overflow: hidden;
}

.button-wrapper-2 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
}

.nav_wrapper {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.card_number-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  transform: rotate(0);
}

.text-size-xlarge {
  min-width: 100%;
  font-size: 2.2rem;
}

.nav_progress-content {
  white-space: nowrap;
}

.container-xxlarge {
  width: 100%;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.card_numbers-wrapper {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.nav_progress-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(8rem, auto) auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.card_numbers {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_numbers.last {
  transform: translate(0, 9%);
}

.nav_post-direction {
  background-color: #141314;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav_post-direction.right {
  padding-left: 1px;
}

.nav_tip-title {
  z-index: 1;
  grid-column-gap: 0.25rem;
  align-items: center;
  display: flex;
  position: static;
}

.button-secondary {
  color: #fbf9fc;
  text-align: center;
  background-color: #141314;
  border: 0.125rem #141314;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-secondary:hover {
  opacity: 0.8;
}

.button-secondary.is-small {
  max-width: 12rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.card_number-mask {
  background-color: #8f00ff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 9rem;
  height: 6.5rem;
  padding: 1.75rem 2.25rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.paragraph-8 {
  line-height: 1.6;
}

.main-wrapper-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-13:hover {
  opacity: 0.8;
}

.button-13.is-small {
  max-width: 12rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  transition: opacity 0.2s;
}

.global-test-style {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-wrapper-15 {
  overflow: hidden;
}

.text {
  color: var(--grey);
  border-top: 1px #f4f5f6;
  margin-left: 2px;
  padding-left: 59px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.large-numbers {
  color: var(--gradient1-middle);
  -webkit-text-stroke-color: var(--gradient1-middle);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.main-box {
  border-top: 1px #f4f5f6;
  padding: 0 90px 40px;
}

.heading-flex {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.counter-wrapper {
  text-align: center;
}

.counter-section {
  color: #fff;
  padding-top: 0;
  padding-bottom: 10rem;
}

.number-content {
  width: 195px;
}

.green-number {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.green-number.experience,
.green-number.projects,
.green-number.clients,
.green-number.partners {
  color: var(--dark-grey);
}

.number-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.nav_component-2 {
  z-index: 999;
  background-color: #fff0;
  width: 100%;
  position: fixed;
  top: 0;
}

.nav-menu-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff57;
}

.nav_toggle {
  background-color: #0000;
  width: 3rem;
  height: 3rem;
  padding: 0;
}

.nav_toggle.w--open {
  z-index: 5;
  background-color: #0000;
}

.link-wrapper {
  display: flex;
}

.icon-embed-custom {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.5rem;
  display: flex;
}

.parallax_heading {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-left),
    var(--gradient1-middle) 51%,
    var(--gradient1-right)
  );
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3rem #00000085;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Sans, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0;
}

.parallax_info-link {
  color: #444;
  text-align: center;
  border-bottom: 0.1rem solid #444;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}

.parallax_info-link:hover {
  opacity: 0.7;
}

.nav_container-2 {
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.nav_toggle-icon {
  filter: invert();
  width: 100%;
  height: 100%;
}

.parallax_component {
  perspective: 3500px;
  overflow: hidden;
}

.parallax_layer {
  position: absolute;
}

.parallax_layer.is-4 {
  position: relative;
}

.stacking-cards_arrow-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0.2rem;
  display: inline-block;
}

.parallax {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section_space {
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  padding-top: 3rem;
  position: relative;
}

.hero-image-item {
  background-color: #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: -35px;
  overflow: visible;
}

.hero-image-item._4 {
  z-index: 4;
  position: relative;
}

.hero-image-item._1 {
  z-index: 1;
  margin-right: -40px;
  position: relative;
}

.hero-image-item._2 {
  z-index: 2;
  position: relative;
}

.hero-image-item._3 {
  z-index: 3;
  position: relative;
}

.text-wrapper-1 {
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
}

.rotate-text {
  width: 150px;
  margin-top: 37px;
  position: absolute;
  inset: 6px auto auto 6px;
}

.number-wrapper-text {
  font-style: normal;
}

.app-text {
  z-index: 1;
  background-color: var(--gradient1-middle);
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px 16px 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

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

.arrow-wrapper {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-image-wrapper {
  align-items: center;
  display: flex;
}

.web-text {
  z-index: 2;
  background-color: var(--gradient1-left);
  opacity: 1;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  min-width: 97px;
  height: 100%;
  padding: 6px 24px 5px;
  font-style: normal;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.hero-section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-section-3 {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.main-wrapper-14 {
  z-index: 0;
  position: relative;
}

.hand-icon {
  background-image: url("../images/hand-svg.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  inset: auto -7% -16% auto;
}

.hero-content {
  align-items: flex-end;
  position: relative;
}

.star-icon {
  z-index: -1;
  background-image: url("../images/star-svg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: -44% auto auto -5%;
}

.hero-text-3 {
  color: #000;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.number-wrapper {
  font-size: 34px;
  display: inline;
}

.rotate-circle {
  background-color: #000;
  background-image: linear-gradient(
    180deg,
    var(--gradient1-left),
    var(--gradient1-middle) 49%,
    var(--gradient1-right)
  );
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.accessibility-text {
  background-color: var(--gradient1-middle);
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 25px;
  padding-left: 23px;
  padding-right: 23px;
  transition: all 0.3s;
  display: inline-block;
}

.accessibility-text:hover {
  border-color: #000;
  transform: rotate(-8deg);
}

.arrow-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-image {
  border: 2px solid #000;
  border-radius: 50%;
  box-shadow: 3px 3px #000;
}

.inclusive-text {
  cursor: pointer;
  background-color: #d1a4ff;
  border-radius: 25px;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
}

.inclusive-text:hover {
  transform: rotate(-8deg);
}

.row {
  background-color: #0000;
  background-image: url("../images/runzi-zhu-a0U58gHCVRw-unsplash.jpg");
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.row._2 {
  background-image: url("../images/sydney-angove-GJJGpecwvMs-unsplash.jpg");
  background-position: 0 0;
  background-size: cover;
}

.row._3 {
  background-image: url("../images/cristina-gottardi-ajYKLDAa9tQ-unsplash.jpg");
  background-position: 0 0;
  background-size: cover;
}

.text-holder-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-2 {
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 7vw;
  line-height: 1em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-hero-2 {
  position: relative;
}

.container-10 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.text-underline {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  color: var(
    --transparent\<deleted\|variable-ba306512-b570-92fe-0a20-c5cf0778d5e5\>
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  display: inline-block;
}

.hero-nav_button-wrapper {
  display: flex;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.button-icon-2 {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-large {
  color: var(--dark-grey);
  letter-spacing: -0.02em;
  font-size: 30px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url("../images/Grain_Latest.png"),
    url("../images/Gaussian-Blur---Brighter.svg");
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.heading-8 {
  color: var(--dark-grey);
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.container-11 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.text-2xlarge {
  font-size: 5em;
  line-height: 1.1;
}

.text-2xlarge.hero-headline {
  color: var(--dark-grey);
  margin-top: 13px;
  font-family: Helvetica, sans-serif;
  font-size: 70px;
}

.text-mark {
  background-image: url("../images/linemark.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
}

.container-12,
.container-13 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%),
    url("../images/Image-Background.png");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.container-14 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1em;
}

.trusted-no-2 {
  background-image: linear-gradient(
    128deg,
    var(--gradient1-right),
    var(--gradient1-middle) 50%,
    var(--gradient1-left)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-gradient-3 {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-right),
    var(--gradient1-middle) 50%,
    var(--gradient1-left)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-weight: 800;
}

.name {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.team-wrap {
  perspective: 4000px;
  transform: ;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.social-link-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.member-card {
  transform-style: preserve-3d;
  width: 25%;
  height: 400px;
  position: relative;
  transform: none;
}

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

.social-wrap {
  perspective: 1275px;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.headshot-1 {
  background-image: url("../images/Sachin_IMG_73521.JPG");
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.headshot-1._1 {
  background-image: url("../images/Image-21.jpg");
  background-position: 50% 0;
  background-size: cover;
}

.headshot-1._3 {
  background-image: url("../images/1605875620243.jpeg");
  background-position: 0 0;
  background-size: cover;
}

.headshot-1._2 {
  background-image: url("../images/Our-9.jpg");
  background-position: 50%;
  background-size: cover;
}

.top-layer {
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  transition: box-shadow 1s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 50px);
  box-shadow: 4px 4px 10px #00000040;
}

.top-layer:hover {
  box-shadow: 4px 4px 10px #00000040;
}

.bottom-layer {
  background-color: #4a4b5d;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
}

.bottom-layer:hover {
  box-shadow: 4px 4px 10px #00000026;
}

.title-2 {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-right),
    var(--gradient1-middle) 51%,
    var(--gradient1-left)
  );
  color: var(--text-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.lottie-animation {
  transform-style: preserve-3d;
  width: 50px;
  height: 50px;
  transition: all 1s;
}

.lottie-animation:hover {
  transform: translate3d(0, 0, 25px);
  box-shadow: 4px 4px 10px #0006;
}

.dot-wrapper {
  background-color: #131617;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: auto auto 0.8vw 0.8vw;
}

.section-18 {
  padding-top: 5em;
  padding-bottom: 5em;
  overflow: hidden;
}

.section-18.headlines {
  flex-direction: column;
  min-height: 200vh;
  margin-bottom: -200px;
  font-family: Helvetica, sans-serif;
  overflow: visible;
}

.headlines-group-headline-container {
  color: var(--dark-grey);
  background-color: #fff;
  border: 0.25vw dashed #000;
  border-radius: 1vw;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 11vw;
  margin-left: 1.3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  overflow: hidden;
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky.headlines {
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  display: flex;
  top: 9vw;
  overflow: hidden;
}

.headlines-group-small {
  border: 0.2vw solid var(--grey-2);
  box-shadow: 2px 0 5px 0 var(--light-grey);
  color: var(--card-background);
  -webkit-text-fill-color: inherit;
  background-color: #f7f5dd;
  background-clip: border-box;
  border-radius: 20px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 9vw;
  height: 11vw;
  margin-left: 1.1vw;
  padding: 1vw;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headline-group-heading {
  color: var(--dark-grey);
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 5vw;
  line-height: 1;
}

.headlines-group-headline-grow {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.flex {
  color: var(--dark-grey);
  display: flex;
}

.headlines-group {
  justify-content: center;
  margin-top: 0.6vw;
  margin-bottom: 0.6vw;
  display: flex;
}

.headlines-group._03 {
  transform: translate(0);
}

.headlines-group._01 {
  margin-top: 0.6vw;
  margin-bottom: 0.6vw;
  transform: translate(-8vw);
}

.headlines-group._02 {
  transform: translate(5vw);
}

._100vh {
  height: 100vh;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.4;
}

.paragraph-text.bold-span {
  display: inline;
}

.paragraph-text.bold-span.is-slogan.is-punctuation {
  margin-right: 0.75rem;
}

.bold-span {
  font-weight: 900;
  display: inline-block;
  position: relative;
}

.sticky-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll-track {
  height: 500vh;
  position: relative;
}

.page {
  width: 100%;
  min-height: 100vh;
}

.text-wrap {
  justify-content: center;
  align-items: center;
  max-width: 86rem;
  display: flex;
  position: relative;
}

.slogan-final-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-11,
.text-block-12,
.text-block-13,
.text-block-14,
.text-block-15,
.text-block-16,
.text-block-17,
.text-block-18,
.text-block-19 {
  align-self: center;
}

.heading-9 {
  color: var(--dark-grey);
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.heading-10 {
  color: var(--grey);
  margin-top: -134px;
  padding-left: 600px;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-size: 30px;
}

.heading-11 {
  color: var(--grey);
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.bold-text {
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.paragraph-9 {
  color: var(--dark-grey);
  font-family: Helvetica, sans-serif;
}

.heading-12,
.heading-13 {
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.form-input-2 {
  color: #141415;
  background-color: #f4f8fb40;
  border: 1px solid #dadada;
  border-radius: 5px;
  min-width: 350px;
  height: 47px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  line-height: 1;
  transition: border-color 0.2s;
}

.form-input-2:focus {
  border-color: #fa5853;
}

.form-input-2::placeholder {
  color: #dadada;
}

.form-input-2.subscribe-input {
  box-sizing: border-box;
  object-fit: fill;
  border-radius: 20px;
  min-width: auto;
  height: 70px;
  padding-left: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 25px;
  transition: border-color 0.2s;
  position: static;
  overflow: auto;
}

.success-message-3 {
  -webkit-text-fill-color: transparent;
  background-color: #f4f8fb;
  background-image: linear-gradient(to right, #60aef8, #f46692 54%, #f3a562);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #fa5853;
  border-radius: 5px;
  padding: 15px 20px;
}

.card-item-content-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
}

.button-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #fa5853;
  background-image: linear-gradient(to right, #fa5853, #f46692 50%, #ffc444);
  border-radius: 5px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing 0.3s, color 0.3s;
}

.button-14:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-14.btn-subscribe {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  border-radius: 15px;
  width: 30%;
  min-width: 170px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 100%;
  line-height: 3.5;
  transition: background-position 0.3s, letter-spacing 0.3s, color 0.2s;
  position: absolute;
  inset: 5px 5px 5px auto;
  overflow: clip;
}

.button-14.btn-subscribe:hover {
  background-position: 55%, 0 0;
}

.error-message-3 {
  color: #fa5853;
  background-color: #fee;
  border-radius: 3px;
}

.text-gradient-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #60aef8, #f46692 50%, #f3a562);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
}

.paragraph-10 {
  color: var(--dark-grey);
  font-family: Helvetica, sans-serif;
}

.text-span-4 {
  background-image: linear-gradient(
    113deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: -250px;
}

.heading-14 {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-right),
    var(--gradient1-middle) 50%,
    var(--gradient1-left)
  );
  -webkit-text-stroke-color: var(--dark-grey);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: static;
  top: 25vh;
}

.rich-text-block {
  color: var(--card-background);
  font-family: Helvetica, sans-serif;
}

.hero-text-holder-3 {
  text-align: right;
  width: 50vw;
  overflow: hidden;
}

.main-heading-2 {
  color: var(--dark-grey);
  margin-top: 20px;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-size: 60px;
}

.section-hero-3 {
  /* padding-top: 3em; */
  position: relative;
}

.hero-description-3 {
  color: var(--dark-grey);
}

.hero-text-holder-4 {
  text-align: left;
  overflow: hidden;
}

.app-icon-holder-2 {
  background-image: linear-gradient(
    349deg,
    var(--gradient1-left),
    var(--gradient1-middle) 52%,
    var(--gradient1-right)
  );
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 37px;
  padding: 20px;
  display: flex;
}

.hero-text-line-2 {
  background-image: linear-gradient(to right, #fa5853, #f46692 50%, #ffc444);
  border-radius: 20px;
  width: 3px;
  height: 160px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.button-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #fa5853;
  background-image: linear-gradient(to right, #fa5853, #f46692 50%, #ffc444);
  border-radius: 5px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing 0.3s, color 0.3s;
}

.button-15:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-15.download {
  background-color: #141415;
  background-image: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button-15.download:hover {
  letter-spacing: 0;
  background-color: #212121;
}

.hero-text-holder-5 {
  flex-direction: row;
  justify-content: space-between;
  width: 99vw;
  display: flex;
  position: absolute;
  top: 200px;
  overflow: hidden;
}

.text-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-15 {
  padding-left: 155px;
}

.text-span-5 {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-left),
    var(--gradient1-middle) 51%,
    var(--gradient1-right)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Helvetica, sans-serif;
  font-size: 60px;
}

.desktop-hide {
  display: block;
}

@media (min-width: 990px) {
  .desktop-hide {
    display: none;
  }
}

.features-hotels {
  background-image: linear-gradient(
    90deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-size: 5vw;
  font-weight: 700;
  display: block;
}

.paragraph-11,
.paragraph-12,
.paragraph-13,
.paragraph-14 {
  font-family: Helvetica, sans-serif;
}

.heading-16 {
  color: var(--dark-grey);
  font-family: Helvetica, sans-serif;
  font-size: 40px;
}

.bold-text-2 {
  color: var(--gradient1-middle);
  font-family: Helvetica, sans-serif;
}

.image-22 {
  margin-top: 60px;
}

.thumbnail {
  background-image: url("../images/Sachin_IMG_73521.JPG");
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 1em 0 0;
}

.thumbnail._3 {
  background-image: url("../images/1605875620243.jpeg");
  background-position: 0 0;
  background-size: cover;
}

.thumbnail._2 {
  background-image: url("../images/Our.jpg");
  background-position: 0 0;
  background-size: cover;
}

.thumbnail._1 {
  background-image: url("../images/Our-8.jpg");
  background-position: 50% 0;
  background-size: cover;
}

.team-position {
  background-color: var(--transparent);
  color: var(--dark-grey);
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: var(--text-color);
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-size: 24px;
}

.border {
  color: #fff;
  background-color: #0000;
  border-bottom: 150px solid #f8d265;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.team-name {
  background-color: var(--transparent);
  color: var(--dark-grey);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-color);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: color 0.2s;
}

.centered-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  margin-top: 46px;
  display: flex;
}

.plug-button {
  color: #252525;
  text-transform: uppercase;
  background-color: #f7d16d;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  position: fixed;
  top: 15px;
  left: 15px;
}

.flex-container-2 {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-wrap-2 {
  color: #fff;
  width: 300px;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.meet-the-team {
  margin-left: 0;
  padding-left: 0;
}

.heading-17 {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-right),
    var(--gradient1-middle) 49%,
    var(--gradient1-left)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-top: 106px;
  margin-left: 0;
  padding-left: 0;
  font-family: Helvetica, sans-serif;
  display: flex;
}

.link-block {
  font-size: 1px;
  display: block;
}

.wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.constant {
  display: inline;
}

.changer-overflow {
  float: right;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  display: inline-block;
}

.changer {
  position: relative;
  top: 0;
}

.track-overlay {
  z-index: 1;
  background-image: linear-gradient(#f9f5ff, #0000 50%, #f9f5ff);
  position: absolute;
  inset: 0%;
}

.track-overlay.unclickable {
  background-image: linear-gradient(#fff, #0000 50%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-wrapper-15 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.main-wrapper-15.taller {
  height: 100vh;
}

.heading-large {
  color: #111322;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large.banner {
  color: #6927da;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  background-color: #6927da1a;
  font-size: 1.75rem;
  font-weight: 600;
}

.heading-large.rotate-text {
  color: #dcdfea;
  white-space: nowrap;
  font-weight: 600;
}

.page-wrapper-17 {
  width: 100vw;
  overflow: hidden;
}

.infinite-rotation-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-vertical {
  flex-direction: column;
  display: flex;
  position: absolute;
}

.banner {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #6927da33;
  background-image: url("../images/Grain_Latest.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vertical-scroll-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 43ch;
  position: relative;
}

.text-rotation-wrapper {
  display: flex;
}

.container-16 {
  max-width: 1000px;
}

.answer-text-f22 {
  width: 95%;
  margin-top: 10px;
  padding-left: 10px;
}

.faq-wrapper-2 {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.faq-wrapper-2.grey {
  background-image: url("../images/sydney-angove-GJJGpecwvMs-unsplash.jpg"),
    linear-gradient(90deg, #f4f6f8, #f5f5f5);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

#demo-videos-container {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  gap: 24px;
  z-index: 20000;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 54px;
}

#demo-videos-container .video-js {
  background-color: rgba(0, 0, 0, 0);
}

#demo-videos-container video {
  border-radius: max(1vw, 1.5vh);
}

.video-button-close {
  position: fixed;
  top: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.answer-f22 {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
}

.faq-f22 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.arrow-down-f7 {
  display: block;
}

.question-f22 {
  color: #4a638d;
  justify-content: space-between;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.arrow-up-f7 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.question-wrapper-f22 {
  width: 100%;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  max-width: 800px;
  margin: 5px auto;
  padding: 14px;
  text-decoration: none;
  box-shadow: 1px 0 10px #e9e9e9;
  cursor: pointer;
}

.question-wrapper-f22:hover > .question-f22 {
  text-decoration: underline !important;
}

.icon-wrapper-f22 {
  position: relative;
}

.h1 {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-left),
    var(--gradient1-middle) 49%,
    var(--gradient1-right)
  );
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 80px;
}

.hotels-heading {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.about-us-last {
  background-image: linear-gradient(
    111deg,
    var(--gradient1-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 84px;
  padding-right: 69px;
  font-family: Helvetica, sans-serif;
  font-size: 40px;
}

.heading-hotels {
  /* padding-left: 300px; */
  padding: 20px;
  text-align: center;
}

.text-block-20 {
  justify-content: center;
  align-items: center;
  min-height: 48px;
  display: flex;
}

.fixed-nav-copy {
  z-index: 10001;
  z-index: 10001;
  z-index: 10001;
  z-index: 10001;
  inset: 0% 0% auto;
  inset: 0% 0% auto;
  z-index: 10001;
  inset: 0% 0% auto;
  inset: 0% 0% auto;
  z-index: 10001;
  inset: 0% 0% auto;
  background-color: #fff;
  height: 75px;
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px #f1f1f1;
}

.cookie-toast {
  z-index: 20000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--grey);
  cursor: pointer;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 12px;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 20px 20px #0003;
}

.paragraph-15 {
  color: var(--text-color);
  margin-bottom: 0;
}

.button-2-copy {
  background-color: var(--gradient1-middle);
  background-image: linear-gradient(
    90deg,
    var(--gradient-left),
    var(--gradient1-middle) 50%,
    var(--gradient1-right)
  );
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
  min-width: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing 0.3s, color 0.3s;
}

.button-2-copy:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

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

  .hero-text._2 {
    mix-blend-mode: normal;
    padding-left: 3rem;
  }

  .subscribe-form {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-left),
      var(--gradient1-middle) 50%,
      var(--gradient1-right)
    );
  }

  .app-icon-holder {
    background-image: linear-gradient(
      180deg,
      var(--gradient1-left) 14%,
      var(--gradient1-middle) 0%,
      #ff518d 50%,
      var(--gradient1-right)
    );
  }

  .button-2 {
    background-image: linear-gradient(90deg, #ffab67, #ff518d 50%, #5e309d);
  }

  .container-2 {
    max-width: 1280px;
  }

  .section-3.grain.padding-top-40,
  .section-4.grain.top-140 {
    background-image: none;
  }

  .profile-photo {
    max-width: 520px;
    margin-top: 24px;
  }

  .random-fact.dan-fact-1 {
    top: 20%;
  }

  .random-fact.adam-fact-1 {
    position: absolute;
    top: 20%;
  }

  .random-fact.adam-fact-2,
  .random-fact.dan-fact-2 {
    top: 20%;
  }

  .text-white.h6-smaller {
    letter-spacing: 0.7px;
    font-size: 14px;
    line-height: 22px;
  }

  .personality-description {
    inset: 5% 0% auto;
  }

  .random-facts {
    display: none;
  }

  .profile-bg-colour {
    height: 610px;
  }

  .label-arrow {
    bottom: 2%;
  }

  .hero-heading {
    max-width: 720px;
    margin-bottom: 32px;
    position: static;
  }

  .waterfall_layout,
  .waterfall_image {
    border-radius: 1rem;
    box-shadow: 0 20px 40px #0003;
  }

  .card.is-one {
    box-shadow: 0 20px 40px #0003;
  }

  .tag-wrapper {
    background-color: #fff;
  }

  .section-tip {
    padding-top: 4.5rem;
  }

  .web-text {
    opacity: 1;
    align-items: center;
    padding-top: 6px;
  }

  .hand-icon {
    width: 24px;
    height: 24px;
  }

  .container-14 {
    max-width: 1280px;
  }

  .button-14.btn-subscribe {
    overflow-wrap: break-word;
  }

  .fixed-nav-copy {
    z-index: 10000;
  }

  .button-2-copy {
    background-image: linear-gradient(90deg, #ffab67, #ff518d 50%, #5e309d);
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 38px;
  }

  figure {
    margin-top: 20px;
  }

  .content.centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subscribe-form {
    margin-left: auto;
    margin-right: auto;
  }

  .product-container {
    position: relative;
  }

  .play-icon-holder {
    margin-top: -76px;
    position: absolute;
    inset: 50% auto auto 50%;
  }

  .product-phone-image-holder {
    position: relative;
  }

  .waterfall_image {
    border-radius: 1rem;
    box-shadow: 0 20px 40px #0003;
  }

  .section-7 {
    height: 88%;
  }

  .column {
    background-image: linear-gradient(#080808, #0000 20%),
      url("../images/confetti_1confetti.png");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .heading-3.followers {
    font-size: 140px;
  }

  .heading-3.clones {
    text-align: center;
    font-size: 140px;
  }

  .heading-3.tips {
    margin-bottom: 8px;
    font-size: 140px;
  }

  .section-8 {
    height: 88%;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .column-2 {
    background-image: linear-gradient(#080808, #0000 20%),
      url("../images/confetti_1confetti.png");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

  .footer-2.random {
    border-top-color: #161616;
    height: 12%;
  }

  .home-content_wrapper {
    background-image: none;
  }

  .section-tip {
    padding-top: 6.5rem;
  }

  .counter-section {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .app-text {
    max-height: 75px;
    font-size: 43px;
  }

  .web-text {
    opacity: 1;
    display: inline-flex;
  }

  .hand-icon {
    width: 54px;
    height: 54px;
  }

  .hero-text-3 {
    font-size: 60px;
  }

  .rotate-circle {
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 1920px) {
  .subscribe-form {
    max-width: 701px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-media-container {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .waterfall_image {
    border-radius: 1rem;
    box-shadow: 0 20px 40px #0003;
  }

  .section-tip {
    padding-top: 15rem;
  }

  .rotate-text {
    width: 188px;
  }

  .app-text {
    max-height: 85px;
  }

  .arrow-wrapper {
    width: 120px;
    height: 120px;
  }

  .web-text {
    opacity: 1;
    padding-bottom: 10px;
  }

  .hero-text-3 {
    font-size: 64px;
  }

  .rotate-circle {
    width: 200px;
    height: 200px;
  }

  .card-item-content-2 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-gradient-4 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .meet-the-team {
    font-size: 100px;
  }
}

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

  h2 {
    font-size: 55px;
  }

  .nav-link {
    text-align: left;
    margin-bottom: 0.5em;
    margin-left: 0;
    font-weight: 600;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.phone-container {
    padding-right: 0;
  }

  .hero-text {
    font-size: 100px;
  }

  .hero-text._2 {
    margin-top: -5px;
    padding-left: 1.5rem;
  }

  .section-hero {
    padding-top: 1em;
  }

  .project-item {
    width: 100%;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0 2px 3px #0000000d;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    background-image: linear-gradient(
      135deg,
      var(--gradient1-left),
      var(--gradient1-middle) 49%,
      var(--gradient1-right)
    );
    text-align: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    line-height: 1;
    transition: background-color 0.2s;
    display: flex;
    position: absolute;
    inset: 7px 10px auto auto;
  }

  .menu-button.w--open {
    background-color: var(--grey-2);
  }

  .project-item-style-2 {
    padding-right: 0;
  }

  .heading-display {
    font-size: 55px;
  }

  .utility-page-content {
    max-width: 50vw;
  }

  .subscribe-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .asset-licensing-grid {
    grid-template-columns: 1fr;
  }

  .text-gradient-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 103px;
    padding-right: 0;
  }

  .nav-cta-button {
    text-align: left;
    justify-content: flex-start;
    padding-left: 1em;
  }

  .small-container {
    max-width: 100%;
  }

  .customers-panel {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-container {
    max-width: 70%;
  }

  .play-icon-holder {
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .play-icon-image {
    width: 100px;
  }

  .grid-10-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .team-item {
    min-height: 300px;
  }

  .ellipse-left {
    left: -450px;
  }

  .ellipse-right {
    right: -560px;
  }

  .main-hero-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-heading {
    font-size: 50px;
  }

  .download-buttons.mobile-vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .download-button {
    margin-bottom: 10px;
  }

  .download-button.last {
    margin-bottom: 0;
  }

  .hero-text-line {
    height: 90px;
    margin-top: 25px;
  }

  .footer-social-media-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .made-container.responsive {
    margin-top: 15px;
  }

  .grid-testimonial {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .no-margin-top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .fade-in-on-scroll {
    z-index: 10000;
    position: relative;
  }

  .licensing-device-image {
    max-height: 250px;
  }

  .menu-button-2 {
    text-align: center;
    background-image: linear-gradient(135deg, #fa5853, #ff518d 49%, #ffc444);
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    line-height: 1;
    transition: background-color 0.2s;
    display: flex;
    position: absolute;
    inset: 7px 10px auto auto;
  }

  .menu-button-2.w--open {
    background-color: #323232;
  }

  .nav-link-1 {
    text-align: left;
    margin-bottom: 0.5em;
    margin-left: 0;
    font-weight: 600;
  }

  .achu-test {
    padding: 6vw;
  }

  .work_wrap {
    padding-top: 30.3em;
    padding-bottom: 100vh;
    padding-left: 0%;
  }

  .text-block-8 {
    font-size: 3vw;
  }

  .maks {
    width: 20rem;
    height: 32rem;
  }

  .headers-wrapper.nav {
    grid-template-columns: 1fr 2.75fr;
  }

  .middle-svgs.nav {
    display: none;
  }

  .fs-sliderdots_slide {
    min-height: 32rem;
  }

  .text-block-7 {
    font-size: 3vw;
  }

  .fs-sliderdots-nav {
    justify-content: space-between;
    width: 90%;
    margin-top: 10%;
  }

  .fs-sliderdots_content {
    white-space: nowrap;
    word-break: normal;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.8vw;
  }

  .bottom-div {
    margin-top: 25%;
  }

  .circle-blur-top-left-2 {
    opacity: 0.7;
    filter: blur(68px);
    background-image: linear-gradient(
      285deg,
      #ff7448 29%,
      #ff4848 58%,
      #6248ff 80%
    );
    width: 400px;
    height: 400px;
    display: block;
    top: -10%;
    right: -5%;
  }

  .circle-blur-top-left-2.safari {
    opacity: 0.7;
    filter: blur(68px);
  }

  ._4-col-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .circle-blur-bottom-right-2 {
    opacity: 0.9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
  }

  .circle-blur-bottom-right-2.safari {
    filter: blur(68px);
  }

  .container-4.small.flex {
    width: 100%;
    max-width: none;
  }

  .step-4-info-wrapper {
    align-items: flex-start;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .paragraph-m.max-560w.margin-l.margin-0-t-m {
    margin-bottom: 0;
    margin-left: 0;
  }

  .timeline-wrapper {
    display: none;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .step-5-info-wrapper,
  .step-3-info-wrapper {
    align-items: flex-start;
  }

  .center-div.margin-xxl {
    margin-bottom: 72px;
  }

  .step-1-info-wrapper,
  .step-2-info-wrapper {
    align-items: flex-start;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .section-4 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-4.grain.top-140 {
    padding-top: 120px;
  }

  .black-line {
    display: none;
  }

  .circle-blur-middle-left {
    opacity: 0.9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
    top: 20%;
  }

  .circle-blur-middle-left.safari {
    opacity: 0.8;
    filter: blur(68px);
  }

  .comparison-img---desktop {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane-without-relume {
    width: 100%;
    min-width: 100%;
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .comparison-img---mobile {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane-with-relume {
    width: 100%;
    min-width: 100%;
  }

  .client-quote-wrap {
    width: 100%;
  }

  .circle-blur-top-right-2 {
    opacity: 0.7;
    filter: blur(68px);
    background-image: linear-gradient(
      285deg,
      #ff7448 29%,
      #ff4848 58%,
      #6248ff 80%
    );
    width: 400px;
    height: 400px;
    display: block;
  }

  .circle-blur-top-right-2.safari {
    opacity: 0.7;
    filter: blur(68px);
  }

  .webflow-embed {
    width: 125%;
    margin-top: -88px;
    margin-left: -12.5%;
    transform: scale(0.8);
  }

  .project-spec-top.margin-m {
    flex-direction: column;
  }

  .project-title-wrap {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }

  .page-type-text {
    line-height: 28px;
  }

  .circle-blur-top-left {
    opacity: 0.7;
    filter: blur(68px);
    background-image: linear-gradient(
      285deg,
      #ff7448 29%,
      #ff4848 58%,
      #6248ff 80%
    );
    width: 400px;
    height: 400px;
    display: block;
    top: -10%;
    right: -5%;
  }

  .circle-blur-top-left.safari {
    filter: blur(68px);
  }

  .circle-blur-bottom-right {
    opacity: 0.9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
    bottom: 0%;
  }

  .circle-blur-bottom-right.safari {
    opacity: 0.7;
    filter: blur(68px);
  }

  .relume-roster-panel {
    align-items: flex-start;
  }

  .circle-blur-bottom-left {
    opacity: 0.9;
    filter: blur(64px);
    background-image: linear-gradient(
      132deg,
      #ff7448 31%,
      #ff4848 57%,
      #6248ff 79%
    );
    width: 320px;
    height: 320px;
    display: block;
    right: auto;
  }

  .circle-blur-bottom-left.safari {
    opacity: 0.7;
    filter: blur(68px);
  }

  .rr-details-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .rr-text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .profile-photo {
    max-width: 480px;
  }

  .capabilities-wrap {
    width: 100%;
  }

  .grid-2-col.margin-l {
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .circle-blur-bottom-right-3 {
    opacity: 0.9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
    bottom: 0%;
  }

  .circle-blur-bottom-right-3.safari {
    opacity: 0.7;
    filter: blur(68px);
  }

  .button-3.hide-on-t-m {
    display: none;
  }

  .text-area.larger.margin-l {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-content-wrap.design-to-webflow {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .label-arrow {
    inset: 30% auto auto 0%;
  }

  .label-arrow.on-t-m {
    max-width: 100%;
    margin-top: 40px;
    display: block;
    position: static;
    top: auto;
    left: auto;
  }

  .label-arrow.on-d {
    display: none;
  }

  .hero-heading {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gradient {
    top: -34%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cards_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-5 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-right: 8px;
  }

  .tip-control__name-2 {
    margin-right: 0;
  }

  .col._3-col {
    width: auto;
  }

  .col._3-col.branding {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
  }

  .col._3-col.middle {
    order: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.last {
    display: block;
  }

  .container-5 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .container-5.footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .logo-2 {
    order: 0;
  }

  .social_icons-wrap {
    height: 34.5em;
  }

  .nav_list-link {
    font-size: 1.25rem;
  }

  .yt-cta_copy {
    font-size: 1.25em;
  }

  .creatives_card {
    padding-left: 6em;
    padding-right: 6em;
  }

  .oval-img-wrap {
    flex-direction: column;
    justify-content: flex-end;
    width: 40vw;
    height: 70vw;
    padding: 14px;
    display: flex;
  }

  .oval-img-wrap.is-third,
  .oval-img-wrap.is-second {
    width: 14em;
    height: 22em;
  }

  .oval-img-wrap.is-first {
    width: 27em;
    height: 46em;
  }

  .is-txt-large {
    font-size: 1.25rem;
  }

  .hero_button-wrap {
    margin-bottom: 0;
  }

  .container-col-12 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .yt-cta {
    width: 27em;
    padding-right: 3.2em;
  }

  .vilian_title-wrap {
    max-width: none;
  }

  .nav_page {
    display: none;
  }

  .trust_grid {
    grid-template-columns: 1.25fr 0.75fr 1.25fr;
    margin-top: 6em;
  }

  .process_path-02 {
    width: 35em;
    bottom: -13.1em;
    left: 14.5em;
  }

  .trust_moon-static {
    width: 100%;
  }

  .oval-img_bg {
    padding: 0;
  }

  .process_path-01 {
    width: 35em;
    bottom: -5.2em;
  }

  .trust_moon-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .title_lottie {
    width: 5em;
  }

  .testimonial_item {
    width: 27em;
    padding: 2.5em;
  }

  .creatives_cards {
    margin-top: 6em;
  }

  .villian_grid {
    margin-top: -3.7em;
  }

  .nav_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .oval-img_hover-wrap {
    display: none;
  }

  .creatives_card-grid {
    grid-column-gap: 2.5em;
  }

  .container-col-8 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .is-txt-medium {
    font-size: 1.125rem;
  }

  .trust_moon {
    width: 100%;
  }

  .footer_top-layout {
    grid-template-columns: 1fr 1fr;
  }

  .home-intro_visual {
    width: 100%;
  }

  .container-7 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-intro_content {
    width: 100%;
  }

  .footer_component {
    position: relative;
  }

  .home-intro_layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: 30em;
  }

  .home-intro_layout.is-alt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .stacking-card.is--fifth,
  .stacking-card.is--second,
  .stacking-card.is--first,
  .stacking-card.is--sixth,
  .stacking-card.is--fourth,
  .stacking-card.is--third {
    width: 85vw;
  }

  .tag-content-text-1 {
    font-size: 40px;
    font-weight: 600;
  }

  .tag-content-text-2 {
    font-size: 40px;
  }

  .tag-line-2 {
    width: 66px;
    height: 66px;
  }

  .tag-wrapper {
    padding: 65px;
  }

  .tag-line-3,
  .tag-line-1 {
    width: 66px;
    height: 66px;
  }

  .logo-wrapper {
    top: 10px;
  }

  .tag-line-4 {
    width: 66px;
    height: 66px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .browser_component {
    width: 80%;
  }

  .tag-wrapper-2,
  .tag-wrapper-3 {
    padding: 65px;
  }

  .l7uyttzy {
    text-align: left;
    margin: 0;
    font-size: 74.3646px;
    line-height: 59.4917px;
  }

  .qp09r8da {
    width: 33.1985px;
    height: 33.1985px;
    margin: 0;
    padding: 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .g8wj98xx {
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .swt4v0sv {
    align-items: flex-start;
    margin: 0 0 0 22.575px;
    padding: 17.2632px 0 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .xishqwy0 {
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .pieiqi8h {
    border-radius: 39.8382px;
    width: 239.029px;
    height: 199.191px;
    margin: 0;
    padding: 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
    overflow: hidden;
  }

  .uld5a02c {
    border-radius: 39.8382px;
    width: 239.029px;
    height: 199.191px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .zcthrorf {
    border-radius: 39.8382px;
    width: 411.661px;
    height: 199.191px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .nxtyl87j {
    width: 807.388px;
    max-width: none;
    height: 387.758px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .rtle447n {
    border-radius: 39.8382px;
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
    overflow: hidden;
  }

  .ej0kf2ep {
    column-gap: 26.5588px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .r1f67bkd {
    border-radius: 39.8382px;
    width: 310.738px;
    height: 130.138px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .ct92dvq8 {
    border-radius: 39.8382px;
    width: 310.738px;
    height: 200.519px;
    margin: 0;
    padding: 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
    overflow: hidden;
  }

  .noyylly1 {
    gap: 26.5588px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .eqgbtu86 {
    border-radius: 39.8382px;
    width: 597.573px;
    height: 236.373px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .jujc9j1n {
    border-radius: 39.8382px;
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
    overflow: hidden;
  }

  .ku941zxt {
    border-radius: 39.8382px;
    width: 320.034px;
    height: 180.6px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .pocmsal7 {
    border-radius: 39.8382px;
    width: 472.747px;
    height: 180.6px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .koxs3lfe,
  .bb6uawzz {
    border-radius: 39.8382px;
    width: 204.503px;
    height: 204.503px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .erf44isb {
    border-radius: 39.8382px;
    width: 204.503px;
    height: 204.503px;
    margin: 0;
    padding: 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
    overflow: hidden;
  }

  .jr6xdh9t {
    border-radius: 39.8382px;
    width: 389.086px;
    height: 180.6px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .p1crdx7v {
    border-radius: 39.8382px;
    width: 250.981px;
    height: 180.6px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .x8ycicgv {
    border-radius: 19.9191px;
    width: 667.954px;
    height: 86.3161px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .f09ci3tf,
  .z75zsak0 {
    border-radius: 39.8382px;
    width: 320.034px;
    height: 276.212px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .hfxog4l0 {
    grid-template-columns: 1fr 690.529px;
    gap: 26.5588px;
    margin: 90.2999px 0 0;
    font-size: 13.2794px;
    line-height: 13.2794px;
    display: none;
  }

  .f9klye31 {
    width: 100%;
    height: 1115.47px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .on0qh6sr {
    width: 991px;
    margin: 0 auto;
    padding: 53.1176px 31.8706px 195.207px;
    font-size: 13.2794px;
    line-height: 13.2794px;
  }

  .button-6 {
    display: block;
  }

  .button-6.btn-secondary.nav-btn {
    font-size: 1.2em;
    display: block;
  }

  .heading-6 {
    font-size: 45px;
    line-height: 1.2em;
  }

  .wrapper-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-6 {
    font-size: 25px;
  }

  .image-3 {
    margin-top: 20px;
  }

  .nav-mobile {
    display: none;
    position: fixed;
    top: 0;
  }

  .burger-menu {
    background-image: url("../images/Burger.svg");
    background-position: 50%;
    background-size: auto;
    width: 45px;
    height: 45px;
    margin-left: 35px;
    padding: 0;
    display: block;
  }

  .nav-link-3 {
    display: none;
  }

  .user-item {
    width: 40px;
    height: 40px;
    margin-left: -12px;
  }

  .users-count {
    height: 40px;
    margin-left: -12px;
  }

  .big-heading {
    font-size: 100px;
  }

  .showcase-container {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card-item {
    padding: 25px;
  }

  .button-7 {
    display: block;
  }

  .text-sticky {
    display: none;
  }

  .invoicing-icons {
    grid-template-columns: 1fr;
  }

  .heading-description {
    width: 80%;
  }

  .heading-description.payment-description {
    margin-top: 50px;
  }

  .heading-description.reporting-description {
    width: 80%;
  }

  .incoicing-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-description {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .ui-showcase {
    width: 100%;
  }

  .showcase-text {
    display: block;
  }

  .credit-card {
    margin-right: 0;
  }

  .right-comumn {
    width: 100%;
  }

  .button-8 {
    display: block;
  }

  .payments-section {
    padding-bottom: 100px;
  }

  .mobile-form {
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    display: block;
  }

  .flex-container {
    flex-direction: column-reverse;
  }

  .payments-blur {
    background-position: 50% 0;
  }

  .left-column {
    width: 100%;
    margin-top: 0;
  }

  .image-12 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .button-9 {
    display: block;
  }

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

  .image-14 {
    height: 240px;
    top: auto;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
  }

  .paragraph-2 {
    text-align: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-headline-text {
    font-size: 100px;
  }

  .image-16 {
    height: 350px;
    bottom: -80px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .block-text-container.block-app {
    top: 50px;
    right: 50px;
    transform: none;
  }

  .block-text-container.block-network {
    text-align: left;
    inset: 50px 50px auto;
    transform: none;
  }

  .block-row.right-acccent {
    flex-direction: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .block-row.left-accent {
    grid-template-columns: 100%;
  }

  .image-18 {
    height: 300px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) rotate(-90deg);
  }

  .feature-card-horizontal-img {
    width: 100%;
  }

  .button-10 {
    display: block;
  }

  .reporting-section {
    padding-bottom: 100px;
  }

  .feature-card-horizontal-img-container {
    padding: 20px;
  }

  .feature-text {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-description {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .feature-card-horizontal {
    flex-direction: column;
  }

  .feature-card-horizontal.reversed {
    flex-flow: column;
  }

  .feature-card-horizontal.feature-right-pic {
    flex-direction: column-reverse;
  }

  .security-icon {
    width: 100%;
    margin-top: 50px;
  }

  .security-text {
    width: 100%;
  }

  .security-flex-container {
    flex-direction: column;
    padding-bottom: 100px;
  }

  .button-11 {
    display: block;
  }

  .button-11.btn-secondary-light {
    font-size: 1.2em;
    display: block;
  }

  .advantages-headline-text {
    font-size: 45px;
  }

  .advantages-left {
    width: 100%;
  }

  .advantages-flex {
    flex-direction: column;
    justify-content: flex-start;
  }

  .dark-bg-blur {
    position: relative;
    transform: none;
  }

  .advantages-right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .advantages-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .advantages-headline {
    font-size: inherit;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .swiper__nav {
    display: none;
  }

  .courses__columns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .questions__columns {
    flex-direction: column;
  }

  .hero_illustr-leaves {
    max-width: 36px;
    right: 34px;
  }

  .footer__dash {
    display: none;
  }

  .hero_illustr-leaves2 {
    max-width: 55px;
    bottom: 21px;
    left: 0;
  }

  .section-14.mod--footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .section-14.mod--header {
    top: 24px;
  }

  .footer__columns.mod--top {
    flex-wrap: wrap;
  }

  .courses__col {
    flex: 0 auto;
    width: 50%;
  }

  .courses__col.mod--3 {
    margin-top: 24px;
  }

  .swiper.mod--numb {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper.swiper--reviews {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }

  .header__humb-wrap {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    position: relative;
  }

  .swiper-pagination-bullets.mod--numbs {
    margin-top: 32px;
    display: flex;
  }

  .hero__counts-dash {
    display: none;
  }

  .logo-4 {
    max-width: 105px;
  }

  .header__humb-close {
    z-index: 2;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .swiper-slide.mod--numb {
    flex: none;
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    padding-left: 12px;
    padding-right: 12px;
  }

  .questions__col.mod--1 {
    margin-bottom: 64px;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col.mod--1 {
    margin-bottom: 32px;
  }

  .header__humb {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .header__col.mod--2 {
    display: none;
  }

  .courses__heading-wrap {
    display: block;
  }

  .header__humb-line {
    background-color: #fff;
    border-radius: 100px;
    flex: none;
    width: 100%;
    max-width: 24px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
    position: relative;
  }

  .header__humb-line.mod--2 {
    left: auto;
  }

  .header__humb-line.mod--3 {
    bottom: 0;
  }

  .hero__logo-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__counts {
    width: 100%;
    display: block;
  }

  .hero__numb-block {
    width: 100%;
    max-width: none;
  }

  .hero__logos {
    width: auto;
    max-width: none;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero_illustr-wrap {
    max-width: 310px;
    top: 228px;
  }

  .swiper-pagination-bullet {
    opacity: 0.4;
    background-color: #ebbea7;
    border-radius: 100px;
    flex: 1;
    max-width: 40px;
    height: 3px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    transition: all 0.1s;
  }

  .steps__columns {
    flex-direction: column-reverse;
  }

  .swiper__arrow.arrow--prev {
    margin-right: 20px;
  }

  .swiper__arrow.arrow--next {
    margin-left: 20px;
  }

  .reviews__dash,
  .btn-2.btn--header {
    display: none;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .hero_illustr-hand {
    max-width: 68px;
    top: 50px;
    left: 70px;
  }

  .hero_illustr-ball {
    max-width: 40px;
    top: -5px;
    left: 45px;
  }

  .header__search {
    max-width: 16px;
  }

  .hero_illustr-plane {
    max-width: 42px;
    top: -50px;
  }

  .section-15.mod--footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .section-15.mod--header {
    top: 24px;
  }

  .logo-5 {
    max-width: 105px;
  }

  .section-16.mod--footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .section-16.mod--header {
    top: 24px;
  }

  .logo-6 {
    max-width: 105px;
  }

  .cell-content {
    flex-wrap: wrap;
    min-height: 250px;
  }

  .hero-section-2 {
    padding-bottom: 120px;
  }

  .nav_column.is-ctas {
    align-self: stretch;
  }

  .nav_column.is-post-name {
    justify-content: space-between;
    align-self: stretch;
  }

  .nav_column.is-logo {
    grid-row-gap: 1rem;
    flex-direction: column;
    order: 1;
    align-items: center;
    display: flex;
  }

  .nav_logo-wrapper {
    order: 1;
    margin-right: 0;
  }

  .card_compoinent {
    padding: 4.5rem 5.5rem;
  }

  .image-logo-icon {
    display: none;
  }

  .image-20 {
    max-height: 100%;
  }

  .image-logo-full {
    width: 8rem;
    display: inline-block;
  }

  .button-12 {
    white-space: nowrap;
  }

  .button-12.is-small {
    justify-content: flex-end;
  }

  .button-wrapper-2 {
    justify-content: center;
    width: 100%;
  }

  .nav_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
    justify-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_progress-wrapper {
    justify-content: center;
    align-self: stretch;
  }

  .button-secondary {
    white-space: nowrap;
  }

  .button-secondary.is-small {
    min-width: 12px;
  }

  .image-21 {
    max-height: 100%;
  }

  .button-13 {
    white-space: nowrap;
  }

  .button-13.is-small {
    justify-content: flex-end;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .main-box {
    flex: 1;
    order: 0;
    align-self: auto;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .counter-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .number-wrap {
    justify-content: space-between;
  }

  .rotate-text {
    width: 140px;
  }

  .app-text {
    justify-content: center;
    align-items: center;
    max-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    display: inline-flex;
  }

  .arrow-wrapper {
    width: 80px;
    height: 80px;
  }

  .hero-image-wrapper {
    justify-content: center;
    position: relative;
    bottom: 0%;
    right: 0;
  }

  .web-text {
    opacity: 1;
    padding-top: 10px;
  }

  .hero-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-3 {
    font-size: 40px;
    line-height: 1.5;
  }

  .rotate-circle {
    width: 150px;
    height: 150px;
  }

  .arrow-icon {
    width: 55px;
  }

  .row._3 {
    background-color: #55b92a;
  }

  .text-2 {
    text-align: center;
    white-space: normal;
    font-size: 10vw;
  }

  .button-icon-small,
  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .text-2xlarge.hero-headline {
    font-size: 4.2em;
  }

  .team-wrap {
    flex-direction: column;
  }

  .social-link-2 {
    width: 32px;
    height: 32px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .social-link-2.ig {
    background-image: url("../images/instagram-2_1instagram (2).png");
    background-position: 0 0;
    background-size: contain;
  }

  .social-link-2.fb {
    background-image: url("../images/facebook-2_1facebook (2).png");
    background-position: 0 0;
    background-size: contain;
  }

  .social-link-2.tw {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: contain;
  }

  .member-card {
    flex-direction: column-reverse;
    justify-content: space-around;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    box-shadow: 1px 1px 3px #00000040;
  }

  .flex-wrap {
    height: auto;
  }

  .social-wrap {
    justify-content: center;
  }

  .top-layer {
    box-shadow: none;
    background-color: #0000;
    height: 75%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    transition: none;
    position: static;
    transform: none;
  }

  .top-layer:hover {
    box-shadow: none;
  }

  .bottom-layer {
    background-color: #0000;
    padding-bottom: 0;
    position: static;
  }

  .bottom-layer:hover {
    box-shadow: none;
  }

  .lottie-animation {
    display: none;
  }

  .lottie-animation:hover {
    transform: none;
  }

  .card-item-content-2 {
    margin-left: auto;
    margin-right: auto;
  }

  /* .section-hero-3 {
    padding-top: 1em;
  } */

  .hero-text-line-2 {
    height: 90px;
    margin-top: 25px;
  }

  .travelers-features-hedaing {
    text-align: left;
  }

  .plug-button {
    top: auto;
    bottom: 15px;
    left: 15px;
  }

  .flex-container-2 {
    flex-wrap: wrap;
  }

  .meet-the-team {
    padding-left: 300px;
    font-size: 50px;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .vertical-scroll-wrapper {
    width: auto;
    height: 2.8125rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }

  .faq-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .question-wrapper-f22 {
    margin: 5px 10px;
  }

  .h1 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 60px;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 22px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .section.second {
    margin-top: 400px;
  }

  .container.phone-container {
    padding-top: 3rem;
  }

  .hero-text {
    margin-top: 0;
  }

  .hero-text._1 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .hero-text._2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .content.phone-content-text {
    padding-right: 1em;
  }

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

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

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

  .menu-button {
    background-image: linear-gradient(
      132deg,
      var(--gradient1-left),
      var(--gradient1-middle) 49%,
      var(--gradient1-right)
    );
  }

  .menu-button.w--open {
    color: #000;
  }

  .heading-display {
    font-size: 45px;
  }

  .utility-page-content {
    max-width: none;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe-form-flex {
    flex-flow: column;
    align-items: stretch;
  }

  .subscribe-form-input-wrapper {
    margin-right: 0;
  }

  .asset-licensing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-gradient-2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 19px;
    padding-right: 0;
  }

  .footer-image {
    object-fit: contain;
  }

  .button {
    margin-bottom: 5px;
  }

  .button.btn-subscribe {
    margin-right: 0;
    bottom: 0;
  }

  .button.download {
    justify-content: flex-start;
  }

  .card-item {
    flex-direction: column;
  }

  .card-item-content {
    align-self: auto;
  }

  .hero-product-demo {
    height: 130vh;
  }

  .customer-image {
    margin-bottom: 1em;
  }

  .text-container {
    max-width: 100%;
  }

  .grid-10-columns {
    grid-template-columns: 1fr 1fr;
  }

  .team-item {
    min-height: auto;
  }

  .change-log-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-text-holder {
    flex-direction: column;
    align-items: center;
  }

  .main-heading {
    font-size: 40px;
  }

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

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

  .download-buttons.mobile-vertical {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .download-button {
    width: 100%;
    margin-right: 0;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

  .hero-text-holder-1,
  .hero-text-holder-2 {
    text-align: center;
    width: 100%;
  }

  .hero-text-line {
    width: 30%;
    height: 2px;
    margin-top: 0;
  }

  .footer-social-media-container,
  .footer-list {
    flex-direction: column;
  }

  .footer-brand-content {
    flex-direction: column;
    padding-right: 0;
  }

  .footer-copyright {
    padding-top: 1em;
  }

  .made-container {
    padding-top: 1em;
    padding-right: 0;
  }

  .grid-testimonial {
    grid-template-columns: 1fr 1fr;
  }

  .no-margin-top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .licensing-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-2 {
    margin-bottom: 5px;
  }

  .menu-button-2 {
    background-image: linear-gradient(132deg, #fa5853, #ff518d 49%, #ffc444);
  }

  .menu-button-2.w--open {
    color: #000;
  }

  .fs-sliderdots_arrow-left {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    left: 1rem;
  }

  .fs-sliderdots_arrow-right {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    right: 1rem;
  }

  .fs-sliderdots_slider {
    margin-top: 25%;
  }

  .icon {
    font-size: 1.5rem;
  }

  .fs-sliderdots-nav {
    display: none;
  }

  .icon-2 {
    font-size: 1.5rem;
  }

  .bottom-div._2 {
    margin-top: 40%;
  }

  .circle-blur-top-left-2 {
    opacity: 0.9;
    filter: blur(68px);
    width: 320px;
    height: 320px;
  }

  .circle-blur-top-left-2.safari {
    opacity: 0.9;
    filter: blur(64px);
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .circle-blur-bottom-right-2 {
    filter: blur(60px);
    width: 280px;
    height: 280px;
    bottom: 5%;
  }

  .circle-blur-bottom-right-2.safari {
    filter: blur(64px);
  }

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .step {
    left: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .process-image {
    background-image: url("../images/Process-Image-Background-Mobile.png");
    background-size: cover;
    width: 100%;
    margin-bottom: 24px;
  }

  .step-5-info-wrapper,
  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .center-div.margin-xxl {
    margin-bottom: 64px;
  }

  .step-1-info-wrapper,
  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step-info {
    margin-left: 0;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .circle-blur-middle-left {
    width: 280px;
    height: 280px;
  }

  .circle-blur-middle-left.safari {
    opacity: 0.9;
    filter: blur(64px);
  }

  .comparison-img---desktop {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .with-underline {
    background-position: 50% 110%;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .comparison-img---mobile {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button-icon.secondary.small.visit-live {
    flex: 0 auto;
    padding: 10px;
  }

  .circle-blur-top-right-2 {
    opacity: 0.9;
    filter: blur(68px);
    width: 320px;
    height: 320px;
    top: 2%;
  }

  .circle-blur-top-right-2.safari {
    opacity: 0.9;
    filter: blur(64px);
  }

  .project-spec-figma-wrap,
  .project-spec-webflow-wrap {
    height: 480px;
  }

  .export-icon {
    display: block;
    position: static;
  }

  .client-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .project-spec-name {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .project-spec-wrapper {
    padding: 16px;
  }

  .project-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-type-text {
    font-size: 20px;
    line-height: 24px;
  }

  .wrapper-2._16-margins {
    margin: 0;
  }

  .table-caption {
    text-align: center;
  }

  .price-text {
    font-size: 22px;
    line-height: 28px;
  }

  .pricing-table {
    padding: 32px 24px;
  }

  .circle-blur-top-left {
    opacity: 0.9;
    filter: blur(68px);
    width: 320px;
    height: 320px;
  }

  .circle-blur-bottom-right {
    filter: blur(60px);
    width: 280px;
    height: 280px;
  }

  .circle-blur-bottom-right.safari {
    opacity: 0.9;
    filter: blur(64px);
  }

  .features-text {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-row {
    grid-template-columns: 1.25fr;
  }

  .pricing-row-spacer {
    display: none;
  }

  .relume-roster-panel {
    flex-direction: column;
    padding: 16px;
  }

  .circle-blur-bottom-left {
    opacity: 0.9;
    filter: blur(60px);
    background-image: linear-gradient(
      132deg,
      #ff7448 29%,
      #ff4848 52%,
      #6248ff 75%
    );
    width: 280px;
    height: 280px;
    left: -20%;
  }

  .circle-blur-bottom-left.safari {
    opacity: 0.9;
    filter: blur(64px);
  }

  .rr-details-wrap {
    margin-left: 0;
  }

  .profile-photo {
    max-width: 400px;
    margin-top: 48px;
  }

  .profile-photo.dan {
    margin-left: -8px;
    padding-left: 0;
  }

  .random-fact.dan-fact-1 {
    width: 107.2px;
  }

  .random-fact.adam-fact-1,
  .random-fact.adam-fact-2 {
    width: 96.8px;
  }

  .random-fact.dan-fact-2 {
    width: 116.8px;
  }

  .rr-image {
    background-image: url("../images/Process-Image-Background-Mobile_1.png");
    width: 100%;
    margin-bottom: 24px;
  }

  .text-white.text-centred.margin-m {
    margin-bottom: 16px;
  }

  .personality-description {
    font-size: 16px;
  }

  .random-facts.dan,
  .random-facts.adam {
    display: none;
  }

  .grid-2-col.margin-l {
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .profile-wrapper {
    padding: 16px;
  }

  .name-arrow {
    width: 72px;
  }

  .name-arrow.adam {
    top: 64px;
    right: 40px;
  }

  .name-arrow.dan {
    top: 64px;
    left: 40px;
  }

  .circle-blur-bottom-right-3 {
    filter: blur(60px);
    width: 280px;
    height: 280px;
  }

  .circle-blur-bottom-right-3.safari {
    opacity: 0.9;
    filter: blur(64px);
  }

  .button-3 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .faq-wrapper {
    padding-right: 0;
  }

  .form-2-col {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .form-divider {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .footer-credits {
    flex-direction: column-reverse;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .footer-wrapper.margin-xl {
    grid-template-columns: 3fr;
  }

  .rl-cta_component-2 {
    text-align: center;
    flex-direction: column;
    padding-bottom: 4rem;
  }

  .rl-cta_text-wrapper {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .label-arrow.on-t-m {
    width: 128px;
    top: 32%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gradient {
    top: -24%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .section-7 {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-3,
  .heading-3.tips,
  .heading-3.tips,
  .heading-3.tips {
    font-size: 100px;
  }

  .section-8 {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .column-2 {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-2.random {
    border-bottom-color: #080808;
    height: 32%;
  }

  .progress-4 {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .button-wrapper {
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .button-5 {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-bottom: 0;
  }

  .tip-control__name-2 {
    justify-content: space-between;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }

  .col._3-col.middle {
    margin-bottom: 16px;
  }

  .col._3-col.last {
    width: 50%;
    margin-bottom: 16px;
  }

  .container-5 {
    flex: 1;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-5.footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .tip-control-2 {
    flex: 1;
    justify-content: space-between;
  }

  .logo-2 {
    margin-right: 0;
  }

  .logo-2.main {
    margin-bottom: 16px;
    display: none;
  }

  .logo-2.mobile {
    display: block;
  }

  .nav_col.is-left {
    display: none;
  }

  .is-display {
    font-size: 3rem;
  }

  .is-display.is-txt-salmon-100 {
    font-size: 7em;
  }

  .social-icon {
    width: 4em;
  }

  .is-txt-xsmall {
    font-size: 0.7rem;
  }

  .is-h3 {
    font-size: 1.953rem;
  }

  .social_icons-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }

  .nav_list-link {
    font-size: 1.8rem;
  }

  .process_grid {
    grid-row-gap: 3em;
  }

  .creatives_label.is-creatives {
    margin-bottom: 2em;
  }

  .heading-row {
    grid-column-gap: 0.75em;
  }

  .creatives_card {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav_title {
    font-size: 2.2rem;
  }

  .villian_content-wrap {
    max-width: 50em;
  }

  .oval-img-wrap {
    width: 75vw;
    height: 135vw;
  }

  .oval-img-wrap.is-third,
  .oval-img-wrap.is-second {
    width: 7em;
    height: 12em;
  }

  .oval-img-wrap.is-first {
    width: 14em;
    min-width: 4px;
    height: 24em;
  }

  .is-txt-small {
    font-size: 0.875rem;
  }

  .is-txt-large {
    font-size: 1.125rem;
  }

  .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .vilian_title-wrap {
    text-align: center;
  }

  .hero_wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .creatives_card-wrap {
    height: 60em;
    top: 15vh;
  }

  .trust_grid {
    grid-column-gap: 1em;
    grid-row-gap: 3em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 0.75fr 1.25fr;
    margin-top: 4em;
  }

  .process_path-02,
  .process_path-01 {
    display: none;
  }

  .title_lottie {
    width: 4em;
    margin-bottom: -8px;
  }

  .hero_content {
    padding-left: 6em;
    padding-right: 6em;
  }

  .creatives_cards {
    margin-top: 4em;
  }

  .hero_dashboard {
    width: 85%;
  }

  .villian_grid {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin-top: -3.6em;
  }

  .is-h2 {
    font-size: 2.441rem;
  }

  .creatives_card-inner {
    align-items: center;
  }

  .nav_grid {
    grid-template-rows: 3fr 1fr;
    grid-template-columns: 1fr;
  }

  .creative_cards-lottie {
    width: 15em;
  }

  .hero_grid {
    grid-template-rows: 1fr auto auto auto;
    grid-template-columns: 1fr;
  }

  .illu-title {
    font-size: 5.2em;
  }

  .content-wrap.is-txt-align-right {
    text-align: left;
  }

  .logo_link {
    flex: 0 auto;
  }

  .creatives_card-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1.5fr 1fr;
    display: flex;
  }

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer_heading {
    font-size: 1.1rem;
  }

  .is-txt-medium,
  .nav_link {
    font-size: 1rem;
  }

  .process_item {
    flex-direction: column;
  }

  .process_item.is-02 {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .text-size-h2 {
    font-size: 3.2em;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .tag-content-text-1 {
    font-size: 20px;
  }

  .tag-canvas {
    width: 125%;
    height: 125%;
    transform: scale(0.8);
  }

  .tag-content-text-2 {
    font-size: 20px;
  }

  .section-10 {
    width: 100vw;
    height: 100vh;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .tip-wrapper {
    width: 100%;
  }

  .main-wrapper-10 {
    grid-template-columns: 100%;
    width: 100%;
  }

  .section-tip {
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .browser_search-bar {
    width: 90%;
    max-width: 70%;
  }

  .section-11,
  .section-12 {
    width: 100vw;
    height: 100vh;
  }

  .l7uyttzy {
    margin: 0;
    font-size: 57.5557px;
    line-height: 46.0445px;
  }

  .qp09r8da {
    width: 25.6945px;
    height: 25.6945px;
    margin: 0;
    padding: 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .g8wj98xx {
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .swt4v0sv {
    margin: 0 0 0 17.4723px;
    padding: 13.3611px 0 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .xishqwy0 {
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .pieiqi8h {
    border-radius: 30.8334px;
    width: 185px;
    height: 154.167px;
    margin: 0;
    padding: 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
    overflow: hidden;
  }

  .uld5a02c {
    border-radius: 30.8334px;
    width: 185px;
    height: 154.167px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .zcthrorf {
    border-radius: 30.8334px;
    width: 318.612px;
    height: 154.167px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .nxtyl87j {
    width: 624.89px;
    height: 300.112px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .rtle447n {
    border-radius: 30.8334px;
    margin: 0;
    padding: 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
    overflow: hidden;
  }

  .ej0kf2ep {
    column-gap: 20.5556px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .r1f67bkd {
    border-radius: 30.8334px;
    width: 240.501px;
    height: 100.722px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .ct92dvq8 {
    border-radius: 30.8334px;
    width: 240.501px;
    height: 155.195px;
    margin: 0;
    padding: 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
    overflow: hidden;
  }

  .noyylly1 {
    gap: 20.5556px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .eqgbtu86 {
    border-radius: 30.8334px;
    width: 462.501px;
    height: 182.945px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .jujc9j1n {
    border-radius: 30.8334px;
    margin: 0;
    padding: 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
    overflow: hidden;
  }

  .ku941zxt {
    border-radius: 30.8334px;
    width: 247.695px;
    height: 139.778px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .pocmsal7 {
    border-radius: 30.8334px;
    width: 365.89px;
    height: 139.778px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .koxs3lfe,
  .bb6uawzz {
    border-radius: 30.8334px;
    width: 158.278px;
    height: 158.278px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .erf44isb {
    border-radius: 30.8334px;
    width: 158.278px;
    height: 158.278px;
    margin: 0;
    padding: 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
    overflow: hidden;
  }

  .jr6xdh9t {
    border-radius: 30.8334px;
    width: 301.14px;
    height: 139.778px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .p1crdx7v {
    border-radius: 30.8334px;
    width: 194.25px;
    height: 139.778px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .x8ycicgv {
    border-radius: 15.4167px;
    width: 516.973px;
    height: 66.8057px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .f09ci3tf,
  .z75zsak0 {
    border-radius: 30.8334px;
    width: 247.695px;
    height: 213.778px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .hfxog4l0 {
    grid-template-columns: 1fr 534.446px;
    gap: 20.5556px;
    margin: 69.889px 0 0;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .f9klye31 {
    height: 863.335px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .on0qh6sr {
    width: 767px;
    margin: 0 auto;
    padding: 41.1112px 24.6667px 151.084px;
    font-size: 10.2778px;
    line-height: 10.2778px;
  }

  .spiral {
    width: 10rem;
    height: 10rem;
  }

  .spiral---img {
    border-radius: 0.5rem;
  }

  .spiral---item {
    width: 10rem;
    height: 10rem;
    transform: translate3d(0, 0, 10rem);
  }

  .spiral---item.x-07 {
    transform: translate3d(0, 70rem, 10rem);
  }

  .spiral---item.x-04 {
    transform: translate3d(0, 40rem, 10rem);
  }

  .spiral---item.x-01 {
    transform: translate3d(0, 10rem, 10rem);
  }

  .spiral---item.x-06 {
    transform: translate3d(0, 60rem, 10rem);
  }

  .spiral---item.x-02 {
    transform: translate3d(0, 20rem, 10rem);
  }

  .spiral---item.x-03 {
    transform: translate3d(0, 30rem, 10rem);
  }

  .spiral---item.x-05 {
    transform: translate3d(0, 50rem, 10rem);
  }

  .button-6 {
    font-size: 1.5em;
    display: inline-block;
  }

  .button-6.btn-secondary {
    display: inline-block;
  }

  .button-6.btn-secondary.nav-btn {
    display: block;
  }

  .wrapper-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .image-3 {
    height: auto;
  }

  .nav-mobile {
    display: none;
  }

  .big-heading {
    font-size: 45px;
    font-weight: 300;
  }

  .feature-card-item {
    padding: 15px;
  }

  .button-7 {
    font-size: 1.5em;
    display: inline-block;
  }

  .button-7.btn-secondary {
    display: inline-block;
  }

  .heading-description {
    font-size: 16px;
    font-weight: 400;
  }

  .heading-description.reporting-description {
    margin-top: 20px;
    line-height: 1.2em;
  }

  .icon-description {
    max-width: 80%;
  }

  .button-8 {
    font-size: 1.5em;
    display: inline-block;
  }

  .button-8.payment-cta {
    display: none;
  }

  .block-item {
    height: 600px;
  }

  .button-9 {
    font-size: 1.5em;
    display: inline-block;
  }

  .button-9.btn-secondary {
    display: inline-block;
  }

  .paragraph-2 {
    max-width: 80%;
  }

  .horizontal-headline-text {
    font-size: 45px;
  }

  .block-text-container.block-app,
  .block-text-container.block-network {
    text-align: center;
  }

  .button-10 {
    font-size: 1.5em;
    display: inline-block;
  }

  .feature-headline {
    font-size: 16px;
  }

  .feature-text {
    margin-top: 15px;
  }

  .feature-description {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .feature-card-horizontal {
    margin-top: 100px;
  }

  .more-description-text {
    width: 80%;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .more-description-flex {
    flex-direction: column;
  }

  .security-blur {
    display: none;
  }

  .image-19 {
    height: 400px;
  }

  .button-11 {
    font-size: 1.5em;
    display: inline-block;
  }

  .button-11.btn-secondary-light {
    font-size: 1.5em;
  }

  .advantages-flex {
    padding-bottom: 50px;
  }

  .advantages-item {
    padding: 35px 0;
  }

  .advantages-headline {
    padding-left: 0;
    padding-right: 0;
  }

  .remodal.remodal--global {
    max-width: 30rem;
    height: 100%;
  }

  .swiper__nav.mod--reviews {
    margin-top: 48px;
    display: flex;
  }

  .remodal__close {
    top: 1rem;
  }

  .footer__dash {
    background-image: url("../images/dash-goriz.svg");
    background-position: 50%;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    margin: 24px 0;
    display: block;
  }

  .footer__dash.mod--3 {
    display: block;
  }

  .footer__dash.mod--1 {
    display: none;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .footer__columns.mod--bottom {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__columns.mod--top {
    margin-bottom: 24px;
  }

  .courses__col {
    width: 100%;
    margin-bottom: 24px;
  }

  .courses__col.mod--3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .swiper.swiper--reviews {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-pagination-bullets {
    display: flex;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__list {
    column-count: 0;
    flex-wrap: wrap;
    flex: 1;
    column-gap: 0;
    max-width: 500px;
    display: flex;
  }

  .footer__col.mod--copyright {
    justify-content: center;
  }

  .footer__col.mod--2-copy,
  .footer__col.mod--2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__drop-arrow {
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .footer__list-item {
    width: 50%;
  }

  .footer__drop {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .remodal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .nav_column.is-ctas {
    width: 100%;
  }

  .nav_column.is-post-name {
    flex-direction: row;
    align-self: stretch;
    width: 100%;
  }

  .section-tip-2 {
    align-items: center;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card_compoinent {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrapper-11 {
    grid-template-columns: 100%;
    width: 100%;
  }

  .nav_wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .card_numbers {
    grid-row-gap: 1rem;
  }

  .nav_tip-title {
    overflow: hidden;
  }

  .card_number-mask {
    height: 4.7rem;
  }

  .main-wrapper-12 {
    grid-template-columns: 100%;
    width: 100%;
  }

  .main-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .number-content {
    text-align: center;
  }

  .green-number {
    font-size: 54px;
    line-height: 60px;
  }

  .number-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .hero-image-item {
    width: 50px;
    height: 50px;
  }

  .app-text {
    justify-content: center;
    align-items: center;
    max-height: 48px;
    font-size: 24px;
    display: inline-flex;
  }

  .web-text {
    opacity: 1;
  }

  .hero-section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-3 {
    font-size: 34px;
  }

  .arrow-icon {
    width: 50px;
  }

  .hero-image {
    box-shadow: 2px 2px #000;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-2xlarge.hero-headline {
    font-size: 3.5em;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .member-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .dot-wrapper {
    width: 1.5em;
    height: 1em;
    padding-left: 2px;
    padding-right: 2px;
  }

  .headlines-group-headline-container {
    height: 15vw;
  }

  .headlines-group-small {
    width: 13vw;
    height: 15vw;
  }

  .card-item-content-2 {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-14 {
    margin-bottom: 5px;
  }

  .button-14.btn-subscribe {
    width: 100%;
    height: 50px;
    margin-right: 0;
    position: relative;
    bottom: 0;
  }

  .hero-text-holder-3,
  .hero-text-holder-4 {
    text-align: center;
    width: 100%;
  }

  .hero-text-line-2 {
    width: 30%;
    height: 2px;
    margin-top: 0;
  }

  .button-15 {
    margin-bottom: 5px;
  }

  .button-15.download {
    justify-content: flex-start;
  }

  .hero-text-holder-5 {
    flex-direction: column;
    align-items: center;
  }

  .centered-section {
    height: auto;
  }

  .plug-button {
    top: 15px;
    bottom: auto;
    left: 15px;
  }

  .heading-large {
    font-size: 1.875rem;
  }

  .vertical-scroll-wrapper {
    height: 2.34375rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    margin-left: 0%;
  }

  .answer-text-f22 {
    width: 90%;
  }

  .text-question-f22 {
    line-height: 24px;
  }

  .faq-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-f22 {
    padding: 40px 10px;
  }

  .question-f22 {
    align-items: center;
  }

  .question-wrapper-f22 {
    margin: 5px 0;
    padding: 8px;
  }

  .h1 {
    font-size: 50px;
    line-height: 58px;
  }

  .button-2-copy {
    margin-bottom: 5px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-weight: 400;
  }

  .fixed-nav {
    z-index: 10001;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .section.second {
    margin-top: 50vh;
  }

  .container {
    margin-top: 10px;
  }

  .hero-text {
    font-size: 80px;
  }

  .hero-text._1 {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-left),
      #ff518d 48%,
      var(--gradient1-middle)
    );
  }

  .hero-text._2 {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-middle),
      #ff518d 50%,
      var(--gradient1-right)
    );
  }

  .hero-text._1 {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-left),
      var(--gradient1-middle) 48%,
      var(--gradient1-right)
    );
    font-size: 100px;
  }

  .hero-text._2 {
    font-size: 100px;
  }

  .heading-display {
    font-size: 38px;
  }

  .subscribe-form {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: -2px;
    display: block;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .form-input {
    width: 100%;
    min-width: auto;
  }

  .form-input.subscribe-input {
    border-radius: 10px;
    height: 60px;
    font-size: 18px;
  }

  .text-gradient-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Helvetica, sans-serif;
    font-size: 40px;
  }

  .button.btn-subscribe {
    border-radius: 10px;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    top: 0;
    right: 0;
  }

  .hero-product-demo {
    height: 80vh;
  }

  .customer-image {
    color: var(--dark-grey);
  }

  .ellipse-left {
    width: 320px;
    height: 350px;
    top: 30%;
    left: -60%;
  }

  .ellipse-right {
    width: 350px;
    height: 350px;
    top: 30%;
    left: 75vw;
    right: auto;
  }

  .app-icon-holder {
    width: 80px;
    height: 80px;
  }

  .product-phone-content {
    inset: 26px 27px;
  }

  .product-phone-image-holder {
    width: 300px;
  }

  .iphone-lock-screen-image {
    border-radius: 30px;
  }

  .main-heading {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 22px;
    padding-left: 21px;
    font-size: 40px;
    line-height: 1.2;
  }

  .grid-5-col {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-auto-flow: column;
    position: static;
  }

  .download-buttons.hero-download-buttons {
    margin-top: 2em;
  }

  .text-xl {
    color: var(--dark-grey);
    padding-top: 22px;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
  }

  .external-link {
    justify-content: flex-start;
    display: flex;
  }

  .footer-social-media-container,
  .footer-list {
    flex-direction: column;
  }

  .footer-list-item {
    margin-bottom: 5px;
  }

  .footer-brand-content {
    flex-direction: column;
  }

  .social-media-link {
    min-width: 36px;
    min-height: 36px;
  }

  .made-container {
    flex-direction: column;
  }

  .made-by-azwedo {
    flex-direction: column;
    width: 100%;
  }

  .powered-by {
    margin-top: 0.5em;
    margin-left: 0;
  }

  .phone-holder-container {
    height: 520px;
  }

  .phone-slider-container {
    width: 158px;
    height: 337px;
    top: 17px;
    left: 50px;
  }

  .phone-holder-image {
    width: 350px;
    min-width: 350px;
  }

  .no-margin-top {
    text-align: center;
    margin: 22px auto 49px;
    padding-left: 0;
    font-family: Helvetica, sans-serif;
    font-size: 40px;
  }

  .text-xs {
    font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
    font-size: 20px;
  }

  .fade-in-on-scroll {
    margin-left: 14px;
  }

  .licensing-images-grid {
    grid-template-columns: 1fr;
  }

  .and {
    padding-left: 0;
  }

  .made-by-holder {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .nav-logo-2 {
    width: 140px;
    margin-left: -8px;
  }

  .nav-link-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .work_wrap {
    padding-top: 21.2em;
  }

  .text-block-8 {
    font-size: 5vw;
  }

  .maks {
    width: 18rem;
    height: 30rem;
  }

  .headers-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .headers-wrapper.nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .middle-svgs {
    bottom: 1%;
  }

  .visit-txt {
    font-size: 4vw;
  }

  .fs-sliderdots_arrow-left,
  .fs-sliderdots_arrow-right {
    width: 3.5rem;
    height: 3.5rem;
    top: 13rem;
  }

  .fs-sliderdots_slide {
    min-height: 15rem;
  }

  .text-block-7 {
    font-size: 5vw;
  }

  .fs-sliderdots_slider {
    margin-top: 40%;
  }

  .icon {
    font-size: 1.5rem;
  }

  .line-hover {
    margin-top: 2px;
  }

  .middle-svgs-2 {
    display: none;
  }

  .bottom-div {
    margin-top: 20%;
  }

  .bottom-div._2 {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60%;
  }

  .circle-blur-top-left-2 {
    width: 280px;
    height: 280px;
    right: -20%;
  }

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

  .benefits-icon {
    width: 32px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .icon-image-wrapper {
    align-items: center;
    display: flex;
  }

  .margin-0 {
    font-family: Helvetica, sans-serif;
  }

  .paragraph-m.max-560w.margin-l.margin-0-t-m {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: center;
    margin-left: 2px;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .circle-blur-top-right-2 {
    width: 280px;
    height: 280px;
    right: -20%;
  }

  .project-spec-figma-wrap,
  .project-spec-webflow-wrap {
    height: 400px;
  }

  .project-spec-name {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .project-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-table {
    padding: 24px 16px;
  }

  .circle-blur-top-left {
    width: 280px;
    height: 280px;
    right: -20%;
  }

  .circle-blur-bottom-left {
    left: -20%;
  }

  .profile-photo.dan,
  .profile-photo.adam {
    margin-top: 48px;
  }

  .random-fact.dan-fact-1 {
    width: 107.2px;
    top: 18%;
    left: 2%;
  }

  .random-fact.adam-fact-1,
  .random-fact.adam-fact-2 {
    width: 96.8px;
    top: 20%;
  }

  .random-fact.dan-fact-2 {
    width: 116.8px;
    top: 18%;
    right: 2%;
  }

  .personality-description {
    top: 3%;
  }

  .random-facts.dan,
  .random-facts.adam {
    display: none;
  }

  .name-arrow {
    width: 56px;
  }

  .name-arrow.adam {
    top: 40px;
    right: 24px;
  }

  .name-arrow.dan {
    top: 40px;
    left: 24px;
  }

  .faq-arrow {
    width: 20px;
    margin-top: 10px;
  }

  .faq-top {
    align-items: flex-start;
  }

  .label-arrow.on-t-m {
    margin-top: -26px;
    top: 40%;
  }

  .hero-heading {
    margin-top: 8px;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .card_number-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .gradient {
    top: -5%;
  }

  .content-2 {
    margin-top: -128px;
  }

  .padding-section-large {
    margin-top: 0;
    margin-bottom: -200px;
    padding-bottom: 0;
  }

  .card_number {
    font-size: 0.8rem;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .c-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-details {
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-scroll-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-2 {
    height: 16px;
    margin-right: 8px;
  }

  .section-7 {
    height: 72%;
    overflow: auto;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .heading-3,
  .heading-3.tips,
  .heading-3.tips,
  .heading-3.tips {
    font-size: 80px;
  }

  .image-6 {
    height: 16px;
    margin-right: 8px;
  }

  .section-8 {
    height: 72%;
    overflow: auto;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .column-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .footer-2.random {
    border-top-style: solid;
    height: 20vh;
    position: static;
    overflow: visible;
  }

  .image-7 {
    height: 16px;
    margin-right: 8px;
  }

  .paragraph-3 {
    text-align: left;
    padding-right: 0;
  }

  .progress-4 {
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapper {
    flex: 0 auto;
    justify-content: space-around;
    display: flex;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .button-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .button-5.secondary {
    flex: 0 auto;
  }

  .round-button-2.right {
    display: block;
  }

  .tip-control__name-2 {
    justify-content: center;
    margin-bottom: 0;
  }

  ._wf-tips-link {
    display: none;
  }

  .col {
    text-align: center;
    width: 100%;
  }

  .col._3-col {
    flex-direction: column-reverse;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .col._3-col.middle {
    flex-direction: row-reverse;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .col._3-col.last {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-5.footer {
    border-top-style: solid;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    position: fixed;
  }

  .tip-control-2 {
    align-items: center;
    display: flex;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .logo-2 {
    text-align: left;
    align-self: auto;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo-2.main {
    display: none;
  }

  .logo-2.mobile {
    float: none;
    clear: none;
    display: block;
  }

  .nav_col {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav_col.is-right {
    justify-content: flex-start;
  }

  .is-display {
    font-size: 3em;
  }

  .is-display.is-txt-salmon-100 {
    font-size: 5em;
  }

  .social-icon {
    width: 3em;
  }

  .is-h3 {
    font-size: 1.424rem;
  }

  .oval-img {
    width: 100%;
    height: 100%;
  }

  .nav_list-wrap {
    grid-row-gap: 0.5em;
  }

  .hero_taler {
    width: 7em;
  }

  .nav_list-link {
    font-size: 1.5rem;
  }

  .hero_taler-wrap {
    bottom: 2.7em;
    right: 4em;
  }

  .creatives_label {
    margin-bottom: 1.5em;
    display: none;
  }

  .creatives_label.is-creatives {
    padding: 0.55em 1.05em;
  }

  .yt-cta_copy {
    font-size: 0.9rem;
  }

  .heading-row {
    grid-column-gap: 0.5em;
  }

  .btn_text-yellow {
    font-size: 1.3em;
  }

  .creatives_card {
    height: 50em;
    padding: 2.5em 8vw;
  }

  .nav_title {
    font-size: 1.6rem;
    display: none;
  }

  .faq_text.is-h5 {
    font-size: 1rem;
  }

  .oval-img-wrap {
    width: 90vw;
    height: 160vw;
    padding: 12px;
  }

  .oval-img-wrap.is-third,
  .oval-img-wrap.is-second {
    display: none;
  }

  .oval-img-wrap.is-first {
    border-radius: 250px 250px 0 0;
    width: 100%;
    height: 34em;
    padding: 0;
  }

  .is-txt-small {
    font-size: 1rem;
  }

  .is-txt-large {
    font-size: 1.1rem;
  }

  .footer_arrow {
    opacity: 0.2;
    bottom: -23.7em;
  }

  .yt-cta {
    background-color: #0000;
    border-style: none;
    justify-content: center;
    width: 100%;
    padding-bottom: 0.5em;
    padding-right: 1em;
    inset: auto auto 0;
  }

  .ham_icon {
    width: 1.3em;
    height: 0.9em;
  }

  .faq_icon {
    width: 1em;
  }

  .yt-cta_close {
    width: 1.5em;
  }

  .process_lottie {
    width: 70%;
  }

  .faq_header {
    padding-left: 1em;
    padding-right: 2.9em;
  }

  .footer_wrap {
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .creatives_card-wrap {
    height: 50em;
    top: 11vh;
  }

  .btn_text-blue {
    font-size: 1.3em;
  }

  .oval-img_bg {
    border-radius: 250px 250px 0 0;
    padding: 0;
  }

  .trust_moon-wrap {
    display: none;
  }

  .title_lottie {
    width: 3.5em;
  }

  .nav_list {
    grid-row-gap: 0.5em;
  }

  .hero_content {
    padding: 5em 3em;
  }

  .creatives_cards {
    height: 210vh;
  }

  .hero_bg {
    height: 70vh;
    min-height: auto;
  }

  .oval-img_bg-wrap {
    border-top-left-radius: 250px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .creatives_label-text {
    font-size: 1em;
  }

  .villian_grid {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .is-h2 {
    font-size: 1.602rem;
  }

  .trust_title-wrap {
    text-align: left;
  }

  .creatives {
    height: 250vh;
    max-height: none;
  }

  .footer_moon {
    display: none;
  }

  .creative_cards-lottie {
    width: 13em;
  }

  .nav {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav_menu.w--open {
    background-color: #c8c8c800;
  }

  .footer-3 {
    padding-top: 0;
  }

  .illu-title {
    font-size: 4.4em;
  }

  .creatives_card-grid {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
  }

  .nav_ham {
    height: 3em;
    padding-left: 0.5em;
  }

  .yt-cta_wrap {
    border: 2px solid #244b9f;
    border-radius: 0.75em;
    width: 98%;
    max-width: 30em;
    padding: 1em 2.4em 1em 1em;
    position: relative;
    right: auto;
  }

  .is-txt-medium {
    font-size: 1rem;
  }

  .nav_link {
    flex: none;
    padding-left: 0.5em;
    padding-right: 0;
    font-size: 0.9rem;
  }

  .nav_link.is-demo,
  .nav_link.is-ham {
    display: none;
  }

  .footer_top-layout {
    grid-template-columns: 1fr;
  }

  .text-size-h2 {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-left),
      var(--gradient1-middle) 50%,
      var(--gradient1-right)
    );
    color: var(--text-color);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 9px;
    font-size: 28px;
    font-weight: 700;
  }

  .home-hero_heading.text-size-display {
    font-size: 45px;
  }

  .home-intro_image.is-top {
    overflow: clip;
  }

  .home-intro_p {
    font-size: 20px;
  }

  .home-cta_heading.text-size-display {
    font-size: 40px;
  }

  .text-size-regular.text-color-primary {
    font-size: 0.8rem;
    line-height: 1.2em;
  }

  .card-right {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-left {
    width: 100%;
    height: 50%;
  }

  .stacking-card.is--fifth,
  .stacking-card.is--second,
  .stacking-card.is--first,
  .stacking-card.is--sixth,
  .stacking-card.is--fourth,
  .stacking-card.is--third {
    flex-flow: column;
    height: 420px;
  }

  .tag-content-text-1,
  .tag-content-text-2 {
    font-size: 20px;
  }

  .tag-line-2 {
    width: 26px;
  }

  .section-10 {
    height: 97vh;
  }

  .tag-content-wrapper {
    top: 50px;
  }

  .tag-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tag-line-3 {
    width: 26px;
  }

  .page-wrapper-10 {
    background-color: #15181d;
  }

  .tag-line-1,
  .tag-line-4 {
    width: 26px;
  }

  .browser-buttons-wrapper {
    margin-top: 0;
    position: static;
  }

  .tip-wrapper {
    padding-bottom: 500px;
    overflow: auto;
  }

  .browser_top-bar {
    justify-content: flex-start;
    display: flex;
  }

  .main-wrapper-10 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
    overflow: visible;
  }

  .page-wrapper-11 {
    margin-top: -7rem;
  }

  .section-tip {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .browser_search-bar {
    width: 100%;
    display: block;
  }

  .browser_component {
    width: 100%;
    min-height: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .browser_content-wrapper {
    display: flex;
  }

  .browser-search-text {
    line-height: 1;
    overflow: hidden;
  }

  .image-10 {
    width: 113%;
    max-width: 112%;
    margin-top: 15px;
    margin-right: -2px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-11 {
    height: 97vh;
  }

  .tag-wrapper-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-wrapper-12 {
    background-color: #15181d;
  }

  .section-12 {
    height: 97vh;
  }

  .tag-wrapper-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-wrapper-13 {
    background-color: #15181d;
  }

  .l7uyttzy {
    text-align: center;
    margin: 0;
    font-size: 61.184px;
    line-height: 61.184px;
  }

  .qp09r8da {
    width: 30.592px;
    height: 30.592px;
    margin: 0;
    padding: 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .g8wj98xx {
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .swt4v0sv {
    margin: 0 0 0 20.8026px;
    padding: 15.9078px 0 11.0131px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .xishqwy0 {
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .pieiqi8h {
    background-image: linear-gradient(#fff0, #fff0);
    background-size: auto;
    border-radius: 36.7104px;
    width: 220.262px;
    height: 183.552px;
    margin: 0;
    padding: 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
    overflow: hidden;
  }

  .uld5a02c {
    border-radius: 36.7104px;
    width: 220.262px;
    height: 183.552px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .zcthrorf {
    border-radius: 36.7104px;
    width: 379.341px;
    height: 183.552px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .nxtyl87j {
    width: 743.997px;
    height: 357.315px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .rtle447n {
    background-image: linear-gradient(#fff0, #fff0);
    background-size: auto;
    border-radius: 14.6842px;
    margin: 0;
    padding: 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
    overflow: hidden;
  }

  .ej0kf2ep {
    column-gap: 24.4736px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .r1f67bkd {
    border-radius: 36.7104px;
    width: 286.341px;
    height: 119.921px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .ct92dvq8 {
    background-image: linear-gradient(#fff0, #fff0);
    background-size: auto;
    border-radius: 36.7104px;
    width: 286.341px;
    height: 184.776px;
    margin: 0;
    padding: 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
    overflow: hidden;
  }

  .noyylly1 {
    gap: 24.4736px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .eqgbtu86 {
    border-radius: 36.7104px;
    width: 550.656px;
    height: 217.815px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .jujc9j1n {
    background-image: linear-gradient(#fff0, #fff0);
    background-size: auto;
    border-radius: 14.6842px;
    margin: 0;
    padding: 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
    overflow: hidden;
  }

  .ku941zxt {
    border-radius: 36.7104px;
    width: 294.907px;
    height: 166.42px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .pocmsal7 {
    border-radius: 36.7104px;
    width: 435.63px;
    height: 166.42px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .koxs3lfe,
  .bb6uawzz {
    border-radius: 36.7104px;
    width: 188.447px;
    height: 188.447px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .erf44isb {
    background-image: linear-gradient(#fff0, #fff0);
    background-size: auto;
    border-radius: 36.7104px;
    width: 188.447px;
    height: 188.447px;
    margin: 0;
    padding: 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
    overflow: hidden;
  }

  .jr6xdh9t {
    border-radius: 36.7104px;
    width: 358.538px;
    height: 166.42px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .p1crdx7v {
    border-radius: 36.7104px;
    width: 231.276px;
    height: 166.42px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .x8ycicgv {
    border-radius: 18.3552px;
    width: 615.511px;
    height: 79.5392px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .f09ci3tf,
  .z75zsak0 {
    border-radius: 36.7104px;
    width: 294.907px;
    height: 254.525px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .hfxog4l0 {
    grid-template-columns: 1fr 636.314px;
    gap: 24.4736px;
    margin: 83.2102px 0 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .f9klye31 {
    object-fit: contain;
    height: 1908.94px;
    margin: 36.7104px 0 0;
    font-size: 12.2368px;
    line-height: 12.2368px;
    display: block;
  }

  .on0qh6sr {
    width: 478px;
    margin: 0 auto;
    padding: 55.0656px 9.78944px 48.9472px;
    font-size: 12.2368px;
    line-height: 12.2368px;
  }

  .section-13 {
    margin-top: -140px;
    padding-bottom: 200px;
  }

  .logo-3 {
    margin-right: 0;
  }

  .button-6 {
    width: 100%;
    padding: 25px 60px 25px 25px;
    display: inline-block;
  }

  .button-6.btn-secondary {
    text-align: left;
    width: 100%;
  }

  .button-6.btn-secondary.nav-btn {
    display: none;
  }

  .heading-6 {
    font-size: 45px;
    font-weight: 400;
  }

  .navigation {
    flex-direction: column;
  }

  .wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    font-size: 13px;
  }

  .burger-menu {
    margin-left: 0;
  }

  .hero-description-2 {
    max-width: 100%;
  }

  .big-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-card-item {
    height: auto;
  }

  .button-7 {
    width: 100%;
    padding: 25px 60px 25px 25px;
    display: inline-block;
  }

  .button-7.btn-secondary {
    text-align: left;
    width: 100%;
  }

  .invoicing-section,
  .invoicing-icons {
    margin-top: 50px;
  }

  .heading-description {
    margin-top: 10px;
  }

  .heading-description.payment-description {
    margin-top: 20px;
  }

  .matric-card-text {
    left: 20px;
    right: 20px;
  }

  .icon-description {
    max-width: 100%;
  }

  .showcase-text {
    width: 100%;
  }

  .button-8 {
    width: 100%;
    padding: 25px 60px 25px 25px;
    display: inline-block;
  }

  .mobile-form,
  .payments-blur {
    display: none;
  }

  .payment-features-blocks {
    margin-top: 0;
  }

  .payment-features-section {
    padding-bottom: 50px;
  }

  .button-9 {
    width: 100%;
    padding: 25px 60px 25px 25px;
    display: inline-block;
  }

  .button-9.btn-secondary {
    text-align: left;
    width: 100%;
  }

  .paragraph-2 {
    max-width: 100%;
  }

  .block-text-container {
    left: 20px;
    right: 20px;
  }

  .block-text-container.block-app {
    top: 20px;
    right: 20px;
  }

  .block-text-container.block-network {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .feature-card-horizontal-img {
    height: auto;
  }

  .button-10 {
    width: 100%;
    padding: 25px 60px 25px 25px;
    display: inline-block;
  }

  .reporting-section {
    margin-top: 50px;
  }

  .transations-dash-pic {
    left: 10px;
  }

  .feature-card-horizontal-img-container {
    border-radius: 10px;
    padding: 7px;
  }

  .feature-text {
    margin-top: 20px;
  }

  .feature-card-horizontal-picture {
    left: 10px;
  }

  .image-19 {
    height: 250px;
  }

  .button-11 {
    width: 100%;
    padding: 25px 60px 25px 25px;
    display: inline-block;
  }

  .advantages-left {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .advantages-flex,
  .advantages-right {
    background-image: none;
  }

  .advantages-item {
    font-size: inherit;
  }

  .remodal.remodal--global {
    max-width: 100%;
  }

  .swiper__nav {
    display: none;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 230px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    width: auto;
  }

  .footer__list {
    margin-top: 0;
  }

  .footer__drop-arrow {
    background-image: url("../images/ico_arrow-drop.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .footer__list-item.mod--contact {
    opacity: 0.7;
    width: 100%;
  }

  .footer__drop-btn {
    text-transform: uppercase;
    width: 100%;
    padding: 8px 0;
    display: block;
  }

  .footer__drop {
    width: 100%;
    display: block;
  }

  .footer__social {
    justify-content: space-between;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

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

  .footer__copyright {
    max-width: 160px;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card_header {
    justify-content: flex-start;
  }

  .card_compoinent {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding: 2rem;
  }

  .nav_wrapper {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tip-title {
    display: none;
  }

  .card_number-wrapper {
    grid-row-gap: 0.5rem;
    flex-direction: column-reverse;
  }

  .card_number-wrapper.is-bottom {
    flex-direction: column;
  }

  .card_numbers-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 0;
    display: grid;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .card_numbers {
    text-align: center;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card_numbers.middle {
    align-items: center;
  }

  .nav_tip-title {
    text-align: center;
  }

  .card_number-mask {
    min-width: 6.6rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .text {
    padding-left: 6px;
  }

  .counter-section {
    background-position: 20%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .number-content {
    width: auto;
  }

  .green-number {
    font-size: 40px;
  }

  .number-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-right: 51px;
    display: flex;
  }

  .rotate-text {
    width: 108px;
  }

  .app-text {
    justify-content: center;
    align-items: center;
    max-height: 40px;
    font-size: 18px;
    display: inline-flex;
  }

  .arrow-wrapper {
    width: 65px;
    height: 65px;
  }

  .web-text {
    opacity: 1;
  }

  .hero-section-wrapper {
    margin-top: -90px;
  }

  .hero-text-3 {
    font-family: Helvetica, sans-serif;
    font-size: 25px;
  }

  .rotate-circle {
    width: 120px;
    height: 120px;
    margin-top: 40px;
    margin-bottom: 5%;
    padding-bottom: 0;
  }

  .arrow-icon {
    width: 40px;
  }

  .text-2 {
    padding: 30px;
    font-size: 20vw;
  }

  .section-hero-2 {
    margin-top: -50px;
  }

  .text-underline {
    background-image: linear-gradient(
        90deg,
        var(--gradient1-right),
        var(--gradient1-middle) 50%,
        var(--gradient1-left)
      ),
      url("../images/Underline_1.svg");
    background-position: 0 0, 50% 110%;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .button-icon-2 {
    display: none;
  }

  .paragraph-large {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .heading-8 {
    font-family: Helvetica, sans-serif;
  }

  .text-2xlarge.hero-headline {
    color: var(--dark-grey);
    font-size: 2.5em;
  }

  .text-mark {
    background-size: contain;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .trusted-no-2 {
    background-image: linear-gradient(
      128deg,
      var(--gradient1-right),
      var(--gradient1-middle) 50%,
      var(--gradient1-left)
    );
    font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
  }

  .text-gradient-3 {
    background-image: linear-gradient(
      111deg,
      var(--gradient1-left),
      var(--gradient1-middle) 50%,
      var(--gradient1-right)
    );
    margin-top: -59px;
    margin-left: 29px;
    padding-right: 20px;
    font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .team-wrap {
    width: 95%;
  }

  .social-link-2 {
    width: 20px;
    height: 20px;
  }

  .member-card {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .top-layer {
    padding: 15px;
  }

  .section-18 {
    padding-top: 40px;
    padding-bottom: 4em;
  }

  .section-18.headlines {
    margin-top: -400px;
    padding-top: 0;
  }

  .headlines-group-headline-container {
    align-items: center;
    height: 20vw;
  }

  .sticky.headlines {
    top: 25vh;
  }

  .headlines-group-small {
    border-radius: 15px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 20vw;
    height: 20vw;
    font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
    font-size: 10px;
    overflow: hidden;
  }

  .headline-group-heading {
    padding-left: 0;
    font-family: Helvetica, sans-serif;
    font-size: 8vw;
  }

  .headlines-group-headline-grow {
    width: 80vw;
  }

  .headlines-group._01 {
    max-height: 20vw;
  }

  .text-block-11,
  .text-block-12,
  .text-block-13 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .text-block-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-10 {
    padding-left: 158px;
    font-size: 25px;
  }

  .form-input-2 {
    width: 100%;
    min-width: auto;
  }

  .form-input-2.subscribe-input {
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-size: 18px;
  }

  .card-item-content-2 {
    width: 90%;
    margin-top: -400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-14.btn-subscribe {
    border-radius: 10px;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 3;
    position: relative;
    top: 0;
    right: 0;
  }

  .text-gradient-4 {
    width: 106%;
    margin-left: -11px;
    font-family: Helvetica, sans-serif;
    font-size: 40px;
  }

  .div-block-3 {
    padding-left: 35px;
    padding-right: 0;
  }

  .text-span-4 {
    margin-left: 107px;
    padding-left: 89px;
    font-family: Helvetica, sans-serif;
    font-size: 40px;
  }

  .heading-14 {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-right),
      var(--gradient1-middle) 50%,
      var(--gradient1-left)
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .main-heading-2 {
    font-size: 30px;
  }

  .app-icon-holder-2 {
    width: 80px;
    height: 80px;
  }

  .hero-text-line-2 {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-left),
      var(--gradient1-middle) 50%,
      var(--gradient1-right)
    );
    margin-bottom: 5px;
  }

  .travelers-features-hedaing {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-15 {
    margin-top: -138px;
    padding-left: 0;
    font-family: Helvetica, sans-serif;
    font-size: 35px;
  }

  .text-span-5 {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-left),
      var(--gradient1-middle) 50%,
      var(--gradient1-right)
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Helvetica, sans-serif;
    font-size: 40px;
  }

  .features-hotels {
    background-image: linear-gradient(
      90deg,
      var(--gradient1-left),
      var(--gradient1-middle) 50%,
      var(--gradient1-right)
    );
    color: var(--light-blue);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-family: "Helvetica Rounded 5871 D 05 Ead 8 De", sans-serif;
    font-size: 28px;
  }

  .paragraph-11,
  .paragraph-12,
  .paragraph-13,
  .paragraph-14 {
    font-family: Helvetica, sans-serif;
  }

  .heading-16 {
    font-size: 30px;
  }

  .image-22 {
    margin-top: 29px;
    margin-bottom: 80px;
  }

  .centered-section {
    position: relative;
  }

  .plug-button {
    text-align: center;
    position: absolute;
    inset: auto 15px 10px;
  }

  .meet-the-team {
    margin-left: 2px;
    padding-left: 45px;
    font-size: 40px;
  }

  .heading-17 {
    margin-left: 0;
    padding-left: 66px;
  }

  .faq-wrapper-2 {
    border-radius: 0;
    width: 100%;
  }

  .faq-f22 {
    width: 100%;
  }

  .icon-wrapper-f22 {
    flex: none;
  }

  .h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .about-us-last {
    margin-top: -35px;
    padding-left: 26px;
    padding-right: 0;
    font-size: 20px;
  }

  .heading-hotels {
    /* margin-top: -138px;
    margin-left: -10px; */
    padding-left: 0;
    text-align: left;
  }

  .text-block-20 {
    min-height: 36px;
  }

  .fixed-nav-copy {
    z-index: 10001;
    z-index: 10001;
    z-index: 10001;
    z-index: 10001;
    z-index: 10001;
    z-index: 10001;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_1f0dfc49-1b42-f6a1-cb21-bd600ff6641c-40d500ea {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac494c-40d500ea {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac494d-40d500ea {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac494e-40d500ea {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac494f-40d500ea {
  grid-area: 5 / 3 / 7 / 5;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac4954-40d500ea {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac4955-40d500ea {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac4956-40d500ea {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac4957-40d500ea {
  grid-area: 5 / 3 / 7 / 5;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac495c-40d500ea {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac495d-40d500ea {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac495e-40d500ea {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-_3200c3da-10fa-f997-78b4-5be951ac495f-40d500ea {
  grid-area: 5 / 3 / 7 / 5;
}

#w-node-_7b19d13e-0e8d-2369-5abf-e24fedfaa268-40d500ea {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_628315c7-9285-9cb1-4712-9cee2615c32b-40d500ea {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bf82d6d8-19d5-7d71-8ac6-e7bb3b408754-40d500ea,
#w-node-_0d566606-fd33-a3ac-c52c-ded5bb91b946-40d500ea,
#w-node-_7bea1a70-4116-a7db-c374-fff947065047-40d500ea {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d43aaaeb-13e2-7cc0-4bc0-1c5c2ba3e570-40d500f3 {
  align-self: center;
}

#w-node-d42c0c55-fed9-0f51-a63b-ac70e3033be8-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04ade-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04ae7-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04aee-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04af7-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04b08-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04b11-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04b18-40d500f3,
#w-node-d133cd66-c3b6-09a2-039c-e2a8dde04b21-40d500f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fea32d7-b46b-5e71-7031-b8cc8fb3e4cf-40d500f7,
#w-node-_2fea32d7-b46b-5e71-7031-b8cc8fb3e4d7-40d500f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-d42c0c55-fed9-0f51-a63b-ac70e3033be8-40d500f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1f0dfc49-1b42-f6a1-cb21-bd600ff6641c-40d500ea {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f0dfc49-1b42-f6a1-cb21-bd600ff6641c-40d500ea {
    grid-column: span 2 / span 2;
  }

  #w-node-_3200c3da-10fa-f997-78b4-5be951ac494f-40d500ea {
    grid-area: 5 / 2 / 6 / 5;
  }

  #w-node-_7b19d13e-0e8d-2369-5abf-e24fedfaa268-40d500ea,
  #w-node-_628315c7-9285-9cb1-4712-9cee2615c32b-40d500ea,
  #w-node-bf82d6d8-19d5-7d71-8ac6-e7bb3b408754-40d500ea,
  #w-node-_0d566606-fd33-a3ac-c52c-ded5bb91b946-40d500ea,
  #w-node-_7bea1a70-4116-a7db-c374-fff947065047-40d500ea {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3200c3da-10fa-f997-78b4-5be951ac494e-40d500ea {
    grid-area: 3 / 5 / 5 / 8;
  }

  #w-node-_3200c3da-10fa-f997-78b4-5be951ac494f-40d500ea {
    grid-area: 5 / 3 / 7 / 7;
  }

  #w-node-_3200c3da-10fa-f997-78b4-5be951ac4954-40d500ea {
    grid-area: 2 / 2 / 5 / 5;
  }

  #w-node-_3200c3da-10fa-f997-78b4-5be951ac4956-40d500ea {
    grid-area: 4 / 6 / 6 / 8;
  }

  #w-node-_3200c3da-10fa-f997-78b4-5be951ac4957-40d500ea {
    grid-area: 5 / 2 / 6 / 5;
  }

  #w-node-_3200c3da-10fa-f997-78b4-5be951ac495d-40d500ea {
    grid-area: 1 / 6 / 3 / 9;
  }

  #w-node-_3200c3da-10fa-f997-78b4-5be951ac495f-40d500ea {
    grid-area: 5 / 2 / 7 / 5;
  }

  #w-node-d42c0c55-fed9-0f51-a63b-ac70e3033be8-40d500f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}

@font-face {
  font-family: "Sans";
  src: url("../fonts/PeterQuincyRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Helvetica 587 Ebe 5 A 59211";
  src: url("../fonts/helvetica-light-587ebe5a59211.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-BoldOblique.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Oblique.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De";
  src: url("../fonts/helvetica-rounded-bold-5871d05ead8de.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Compressed 5871 D 14 B 6903 A";
  src: url("../fonts/helvetica-compressed-5871d14b6903a.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
