:root {
  --spark-library--black: #1d1d1b;
  --spark-library--foreground-interactive: #68549f;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #62c2cc;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-tertiary: #0000008f;
  --spark-library--foreground-secondary: #000000c2;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --waves-library--black: #131313;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 40px;
  display: block;
  position: fixed;
  inset: auto 30px 30px auto;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Alexandria, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Alexandria, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button.spark-dark-button:hover {
  opacity: .5;
}

.spark-button.spark-light-button {
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  min-height: 0;
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-light-button:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  background-color: var(--spark-library--white);
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 10px;
  box-shadow: 2px 0 8px #0000001a;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
  position: relative;
}

.spark-input {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.spark-field-label {
  text-align: left;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 50%;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
  display: none;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-primary-with-rounded-corners {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 24px;
  padding: 64px;
}

.spark-line-4 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-section {
  width: 100%;
  padding: 40px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-lightbox-button.spark-white-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-max-width-730 {
  flex: none;
  max-width: 730px;
}

.spark-section-2 {
  width: 100%;
  padding: 40px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
  position: relative;
}

.spark-section-2.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--spark-library--foreground-interactive-hover), #0000), url('../images/2149241210.jpg');
  color: var(--spark-library--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
  display: none;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Alexandria, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-family: Alexandria, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Alexandria, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  font-family: Alexandria, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-section-2.spark-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-white-background {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-column.spark-right-side-footer-column {
  flex-direction: column;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 200px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-small-grid {
  grid-template-columns: 1fr .25fr;
}

.spark-footer {
  width: 100%;
  position: relative;
}

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

.live-icon-chat-2 {
  margin-right: 10px;
}

.livechat-button-2 {
  background-color: #25d366;
  border: 1px solid #25d366;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #25d366;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.cross-contain {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  transform: translate(0, 10px);
}

.link-img {
  z-index: 10;
  width: 21vw;
  position: absolute;
  inset: 15% auto 0% 0%;
}

.element-trending-game {
  color: #fff;
  width: 16.6667%;
  height: 19vw;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 0;
  text-decoration: none;
}

.element-trending-game:hover {
  color: #ffffffd4;
}

.element-trending-game.last {
  margin-right: 0;
}

.element-trending-game.first {
  margin-left: 0;
  padding-left: 0;
}

.heading-10 {
  font-family: Alexandria, sans-serif;
}

.following-logo {
  width: 15px;
}

.cta-button {
  letter-spacing: 2px;
  background-color: #4e60ff;
  background-image: linear-gradient(to right, #4d5ffe, #1740d1);
  border-radius: .8vw;
  align-items: center;
  height: 3vw;
  padding: 1vw 1.8vw;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1;
  transition: all .35s;
  display: flex;
}

.cta-button:hover {
  color: #fff;
  background-color: #3a3d63;
}

.cta-button.ghost-button {
  color: #fff;
  background-color: #3a3d63;
  background-image: none;
  border: 0 #4e60ff;
}

.cta-button.ghost-button:hover {
  color: #fff;
  background-color: #4e60ff;
  border-color: #4e60ff;
}

.overlay {
  opacity: 0;
  background-image: linear-gradient(#4e60ff99, #4e60ff99);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 14px 20px #4e60ff78;
}

.followers-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-contain-div {
  justify-content: space-between;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.image-element-div {
  background-image: url('../images/jedi.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 16vw;
}

.image-element-div._3 {
  background-image: url('../images/dead-cells.jpg');
}

.image-element-div._2 {
  background-image: url('../images/fort.png');
  background-position: 50% 0;
}

.image-element-div._4 {
  background-image: url('../images/ori-1.png');
}

.image-element-div._6 {
  background-image: url('../images/skul.jpeg');
}

.image-element-div._5 {
  background-image: url('../images/valorant.png');
}

.followers-h4 {
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.trending-games-div {
  display: flex;
}

.trending-games-section {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--spark-library--foreground-interactive-hover), white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.mycontain {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.cross {
  width: 20px;
}

.spiderman-img {
  z-index: 20;
  width: 22vw;
  position: absolute;
  inset: 40% 0% 0% auto;
}

.heading-11 {
  padding-left: 60px;
  padding-right: 60px;
  font-family: Alexandria, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spacer-20 {
  width: 100%;
  height: 20px;
  min-height: 20px;
}

.navbar_logo-link {
  max-width: 250px;
  padding-top: 5px;
  padding-left: 0;
}

.footer {
  background-color: #1d1d1b;
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-credit {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
}

.social-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
}

.social-icon:hover {
  color: #9842ee;
}

.paragraph {
  opacity: .9;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.spacer-40 {
  width: 100%;
  height: 40px;
  min-height: 40px;
}

.logo-code {
  color: #fff;
}

.footer-top {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_items-grid {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer-bot {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.footer-top_left {
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #fff;
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #9842ee;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.social_link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1100px;
}

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

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

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

.testimonials-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.testimonial {
  background-color: #120522;
  border: 1px solid #312638;
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 400px;
  min-width: 400px;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.testimonials-row_flip {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.h2 {
  color: var(--spark-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
}

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

.wrap_content-center.mw-800 {
  max-width: 800px;
}

.spacer-50 {
  width: 100%;
  height: 50px;
}

.h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

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

.testimonials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade {
  background-image: linear-gradient(100deg, #120522 6%, #0000 82%);
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fade.right {
  background-image: linear-gradient(280deg, #120522 8%, #0000 87%);
  inset: 0% 0% 0% auto;
}

.testimonial-author-img {
  object-fit: cover;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}

.csilver {
  color: #b7bbd1;
}

.cf-slide-nav {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.cf-right-arrow {
  width: 50%;
  right: -8px;
}

.cf-left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.cf-review-author-job-title {
  letter-spacing: .6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cf-review-author-name {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.cf-review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.cf-review-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cf-review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-review-head-text {
  margin-bottom: 24px;
  font-family: Alexandria, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cf-review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-review-no-mask {
  width: 400px;
  overflow: visible;
}

.cf-review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.cf-reviewer-container {
  width: 100%;
  position: relative;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-testimonial-h2-heading {
  font-family: Alexandria, sans-serif;
}

.cf-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-review-header-wrapper {
  max-width: 500px;
  margin-bottom: 60px;
}

.cf-review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-review-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(90deg, var(--spark-library--foreground-interactive), #3c69b1 46%, var(--spark-library--foreground-interactive-hover));
}

.cf-pricing-plan-content-text {
  text-align: left;
  letter-spacing: .5px;
  font-family: Alexandria, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-link {
  color: #000;
  text-decoration: none;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price.pricing-alternative {
  background-image: linear-gradient(90deg, var(--spark-library--foreground-interactive), #3c69b1 38%, #3c69b1 73%, var(--spark-library--foreground-interactive-hover));
  font-family: Alexandria, sans-serif;
  font-size: 26px;
}

.cf-pricing-plan-price.pricing-alternative.txbusinnes {
  background-image: linear-gradient(90deg, var(--spark-library--white), var(--spark-library--white) 38%, var(--spark-library--white) 73%, var(--spark-library--white));
}

.cf-pricing-plan-price.pricing-alternative.pc-list {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: padding-box;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-decoration: line-through;
}

.cf-pricing-plan-price.pricing-alternative.pc-list.rd {
  background-image: none;
}

.cf-pricing-plan-price.pricing-alternative.pc-list.bs {
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

.cf-pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Alexandria, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.cf-pricing-plan-note-text.bs {
  color: #333;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Alexandria, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.pricing-box-alternative {
  width: 31%;
  max-width: 277px;
  padding: 24px 20px;
}

.cf-pricing-box.pricing-highlighted {
  background-color: var(--spark-library--black);
  color: #fff;
  max-width: 277px;
  padding: 23px 40px 23px 20px;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--spark-library--foreground-interactive), #3c69b1 50%, var(--spark-library--foreground-interactive-hover));
  color: #fff;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-text.black {
  color: #000;
}

.cf-toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-toggle-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-heading {
  font-family: Montserrat, sans-serif;
}

.cf-green-top-heading-2 {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-pricing-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.cf-pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-home-pricing-wrapper {
  flex-direction: column;
  display: flex;
}

.cf-pricing-2-price-card-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--spark-library--foreground-interactive) 20%, #3c69b1 60%, #62c2cc 80%, var(--spark-library--foreground-interactive-hover) 90%);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Alexandria, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-family: Alexandria, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: var(--spark-library--foreground-interactive);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: var(--spark-library--foreground-interactive-hover);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wbs-testimonial-5-avatar-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-testimonial-5-avatar-name-wrap {
  text-align: left;
}

.wbs-testimonial-5-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-testimonial-5-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-testimonial-5-content {
  color: var(--flowstica-webflow-library--black);
  font-size: 17px;
  line-height: 1.4em;
}

.wbs-testimonial-5-logo-image {
  height: 28px;
  margin-bottom: 20px;
}

.wbs-testimonial-5-item {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
  flex: none;
  width: 430px;
  padding: 1.875rem;
}

.wbs-testimonial-5-wrap {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: flex;
}

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

.wbs-section-overflow {
  padding: 6.25rem 5%;
  overflow: hidden;
}

.wbs-testimonial-avatar-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-testimonial-avatar-name-wrap {
  text-align: left;
}

.wbs-blog-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-testimonial-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-testimonial-content {
  color: var(--flowstica-webflow-library--black);
}

.wbs-testimonial-star-image {
  margin-bottom: 10px;
}

.wbs-testimonial-item {
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 1.875rem;
}

.wbs-testimonials-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.wbs-section {
  padding: 6.25rem 5%;
}

.cf-slide-nav-2 {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.cf-right-arrow-2 {
  width: 50%;
  right: -8px;
}

.cf-left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.cf-review-author-job-title-2 {
  letter-spacing: .6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cf-review-author-name-2 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.cf-review-author-info-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-author-image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-review-author-image-wrapper-2 {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.cf-review-author-wrapper-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cf-review-para-text-2 {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-review-head-text-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cf-review-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-star-2 {
  margin-right: 10px;
}

.cf-review-star-wrapper-2 {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-slide-content-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-slide-2 {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-review-no-mask-2 {
  width: 400px;
  overflow: visible;
}

.cf-review-slider-2 {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.cf-reviewer-container-2 {
  width: 100%;
  position: absolute;
}

.cf-colourful-text-2 {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-testimonial-h2-heading-2 {
  font-family: Montserrat, sans-serif;
}

.cf-green-top-heading-3 {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-review-header-wrapper-2 {
  max-width: 500px;
  margin-bottom: 60px;
}

.cf-review-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-wrapper-1200px-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-review-section-2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.cf-section-placeholder {
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-section-placeholder.testimonial {
  margin-top: -50px;
}

.hide {
  display: none;
}

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

.cf-image.contain {
  object-fit: contain;
}

.cf-testimonial-slider-arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 11px;
  display: flex;
}

.cf-testimonial-slider-right-arrow {
  background-color: #0f072c;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  right: 10%;
}

.cf-testimonial-slider-left-arrow {
  background-color: #200e32;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  left: 10%;
}

.cf-testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.cf-testimonial-person-designation-text.slide-current-author {
  width: 200%;
  display: block;
}

.cf-testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cf-testimonial-person-name-text.slide-current-author {
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.cf-testimonial-person-image {
  transform-origin: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.cf-testimonial-person-image.slide-author1 {
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
  width: 38px;
  height: 38px;
}

.cf-testimonial-person-image.slide-author1.current {
  background-image: url('../images/julian-wan-WNoLnJo7tS8-unsplash-1.jpg');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/imansyah-muhamad-putera-KchIV_GDy6U-unsplash.jpg');
}

.cf-testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/joanna-nix-walkup-h2pnXHMz8YM-unsplash.jpg');
}

.cf-testimonial-person-image.cf-slide-author.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/Image-15.png');
}

.cf-testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/Image-min-3.png');
}

.cf-testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.cf-testimonial-person.slide-current-author {
  justify-content: center;
  max-width: 100px;
}

.testimonial-person-images-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-testimonial-arrow {
  z-index: 80;
  background-color: #fff;
  width: 30px;
  height: 40px;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-45deg);
}

.cf-text-block {
  color: #6f6a80;
  font-family: Montserrat, sans-serif;
}

.cf-text-block._24-px {
  color: #0f072c;
  font-size: 24px;
  line-height: 150%;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.cf-quotation-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.cf-testimonial-slider-content-wrapper {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px #b1b6c940;
}

.cf-testimonial-slide {
  text-align: center;
  border-radius: 18px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.cf-testimonial-slider-mask {
  height: auto;
  padding-top: 70px;
}

.cf-testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.cf-testimonial-container {
  background-image: url('../images/g10-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850.844px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-testimonial-top-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-testimonial-heading-wrapper {
  max-width: 700px;
}

.cf-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-nav-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
  position: relative;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.live-icon-chat-3 {
  margin-right: 10px;
}

.whatsapp-block-2 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.partner {
  border: 3px solid var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 183px;
  height: 150px;
  padding: 15px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1240px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-2.partners-container {
  z-index: 5;
  position: relative;
  transform: translate(0, 45px);
}

.container-2.relative {
  z-index: 6;
}

.partner-bottom-decor {
  z-index: 3;
  background-color: #ffffff82;
  border-radius: 100px 100px 0 0;
  width: 200px;
  height: 230px;
  position: absolute;
  inset: auto auto 0% 3%;
}

.partners-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.section-partners {
  background-color: var(--spark-library--white);
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.partners-left-side-decor {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cgrey {
  color: #4e5d78;
}

.cgrey.fs20 {
  color: var(--spark-library--black);
  margin-bottom: 60px;
  font-family: Alexandria, sans-serif;
}

.tcenter {
  text-align: center;
}

.faqs {
  background-color: #fff;
  border: 2px solid #d4e7f247;
  border-radius: 30px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-answer {
  padding-top: 20px;
  padding-bottom: 0;
  display: none;
}

.faq-decor-right-bottom {
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.faq-item {
  border-bottom: 1px solid #8bb6dd26;
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-question {
  grid-column-gap: 15px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-section {
  z-index: 15;
  background-color: #f2f8fb;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.benefits_icon-wrapper {
  margin-bottom: 1rem;
}

.footer_contact_content-left {
  padding: 1.5rem 2rem 1.5rem 1.5rem;
}

.section_about-mission {
  background-color: #62c2cc3b;
}

.process_connector-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.about_header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  align-items: center;
}

.heading-style-h5 {
  font-family: Alexandria, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.text-weight-medium {
  font-family: Alexandria, sans-serif;
  font-weight: 500;
}

.footer_component {
  background-color: #1c1e53;
}

.process_circle {
  background-color: var(--spark-library--foreground-interactive-hover);
  border-radius: 50%;
  flex: none;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 1.5rem;
  display: flex;
}

.brands_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.about_mission_content {
  max-width: 32rem;
}

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

.benefits_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.nav_logo-link {
  margin-right: 1rem;
}

.benefits_item {
  background-color: #62c2cc3b;
  border-radius: 2rem;
  padding: 3rem 2rem 3rem 3rem;
}

.nav_container {
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.text-size-large.text-weight-bold {
  font-family: Alexandria, sans-serif;
  line-height: 25px;
}

.social_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.team_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-style-light {
  color: #fffc;
}

.nav_link {
  opacity: .7;
  color: #fff;
  padding: .25rem 1rem;
  transition: opacity .2s;
}

.nav_link:hover {
  opacity: 1;
}

.nav_link.w--current {
  opacity: 1;
  color: #fcd980;
}

.nav_link-wrapper {
  color: #fff;
  margin-right: 1rem;
}

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

.about_company_columns {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.team_social-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: opacity .2s;
  display: flex;
}

.team_social-icon:hover {
  opacity: .7;
}

.footer_logo {
  height: 2rem;
}

.brands_logo {
  height: 1.5rem;
}

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

.margin-top.margin-large {
  margin-top: 3rem;
}

.process_connector-line {
  border: 1px dashed #2405f266;
  width: 100%;
}

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

.footer_bottom-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.nav_menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_component {
  background-color: #1c1e53;
  width: 100%;
  height: 6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.about_company_image {
  width: 100%;
}

.button-nav {
  background-color: #0000;
  border: 2px solid #f4f6fc33;
  border-radius: 2rem;
  padding: .875rem 2.5rem;
  transition: color .3s, background-color .3s;
}

.button-nav:hover {
  color: #282938;
  background-color: #fcd980;
}

.about_mission_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1.25fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.section_team {
  background-color: #62c2cc3b;
}

.process_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.nav_logo {
  height: 2rem;
}

.footer_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-align-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}

.text-align-center.max-width-small.align-center {
  width: 100%;
  max-width: 36rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.margin-top-2.margin-large {
  padding-top: 40px;
}

.team_social-icons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team_image-wrapper {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: relative;
  overflow: hidden;
}

.footer_contact_content-right {
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.footer_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 30% 10% 10% 30%;
}

.text-style-muted {
  opacity: .7;
}

.heading-style-h3 {
  font-family: Alexandria, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.team_item-overlay {
  background-image: linear-gradient(348deg, var(--spark-library--foreground-interactive) 18%, #fff0 80%);
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.padding-bottom.padding-xhuge {
  padding-bottom: 8rem;
}

.nav_menu-mobile-button {
  background-color: #14153d;
}

.text-size-regular {
  padding-top: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 1rem;
}

.page-wrapper {
  display: none;
}

.section_about-header {
  margin-top: 6rem;
}

.footer_contact-wrapper {
  color: #1c1e53;
  background-color: #fcd980;
  grid-template-rows: auto;
  display: flex;
}

.team_item {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.process_item {
  flex-direction: column;
  max-width: 16rem;
  position: relative;
}

.footer_link {
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color .2s;
}

.footer_link:hover {
  color: #2405f2;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.align-center.max-width-small {
  width: 100%;
  max-width: 45rem;
}

.benefits_icon {
  width: 2rem;
  height: 2rem;
}

.social_link {
  transition: color .2s;
}

.social_link:hover {
  color: #2405f2;
}

.social_link.is-footer {
  color: #eef4fa;
  transition: opacity .2s, color .2s;
}

.social_link.is-footer:hover {
  opacity: .8;
}

.about_mission_image-wrapper {
  align-items: center;
  display: flex;
}

.footer_social-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer_bottom {
  background-color: #fff;
}

.text-style-link {
  color: #2405f2;
  border-bottom: 1px solid #2405f2;
  font-weight: 500;
  text-decoration: none;
}

.text-style-link.w--current {
  text-decoration: none;
}

.brands_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.team_image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.footer_bottom-links-wrapper {
  justify-content: space-between;
  display: flex;
}

.nav_button-wrapper {
  flex: none;
}

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

.about_company_component {
  background-color: #62c2cc3b;
  border-radius: 2rem;
}

.heading-12 {
  font-family: Alexandria, sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}

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

.paragraph-2 {
  border: 2px solid var(--spark-library--foreground-interactive);
  border-radius: 20px;
  padding: 10px;
  font-family: Alexandria, sans-serif;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-family: Alexandria, sans-serif;
}

.spark-left-side-vertical-image {
  border-radius: 8px;
  flex: 0 auto;
  display: block;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-wrapped {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 10%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side-2 {
  width: 50%;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Alexandria, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  font-family: Alexandria, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.cf-error-message-dark-2 {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message-2 {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit-2 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-2:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-2::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field-2.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown-2 {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown-2:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown-2::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown-2 {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px-2 {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form-2 {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper-2 {
  width: 50%;
}

.cf-footer-info-2 {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading-2 {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap-2 {
  margin-left: 32px;
}

.cf-features-section-1-image-contai-2 {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon-2 {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain-2 {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain-2.last {
  margin-bottom: 0;
}

.cf-footer-divider-2 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link-2:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph-2 {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper-2 {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper-2 {
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.spark-centered-text-link {
  color: var(--spark-library--foreground-secondary);
  text-align: center;
  margin-top: 24px;
  text-decoration: none;
  display: block;
}

.spark-centered-text-link.spark-white-text-link {
  color: var(--spark-library--background--interactive);
}

.spark-text-link {
  color: var(--spark-library--black);
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-gray {
  color: var(--spark-library--foreground-tertiary);
}

.spark-form-sub-text {
  color: var(--spark-library--foreground-tertiary);
  text-align: center;
  margin-top: 12px;
  font-size: .875rem;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button-2.spark-full-width:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-input-2 {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input-2:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input-2::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-form-heading {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7em;
}

.spark-centered-form {
  background-color: var(--spark-library--white);
  border-radius: 12px;
  width: 388px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.spark-centered-form.spark-simple-shadow-small {
  color: var(--spark-library--black);
}

.spark-simple-shadow-small {
  box-shadow: -6px 6px 20px #0000001f;
}

.spark-centered-logo {
  width: 132px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-4 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4.spark-primary-color-background {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  padding-top: 60px;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Alexandria, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.text-big-2 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.slider-subwrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1150px;
  height: 75%;
  position: relative;
}

.right-arrow {
  background-color: #333;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 140px;
  display: flex;
  right: -35px;
}

.text-wrapper-grand-canyon {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.left-arrow {
  background-color: #333;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 140px;
  display: flex;
  left: -35px;
}

.slider-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.arrow-wrapper {
  background-color: #333;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.left, .arrow-wrapper.right {
  background-color: var(--spark-library--foreground-interactive);
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.section-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  transition: text-indent .2s;
  display: flex;
}

.text-wrapper-sequoia {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.slide._1 {
  background-image: url('../images/2149241210.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/Slide-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/Slide-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3._4 {
  background-image: url('../images/iStock-610261506.jpg');
  background-position: 50%;
}

.text-subwrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.text-small {
  text-transform: none;
  background-color: #0009;
  padding: 5px 20px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.slide-nav {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
}

.text-big-1 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper-yosemite {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.text-big-3 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-family: Alexandria, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.slider-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120vh;
  max-height: 800px;
  margin-top: -72px;
  display: flex;
  position: relative;
}

.text-big-4 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  display: inline-block;
}

.text-span {
  color: var(--spark-library--white);
}

.text-span-2.txbus {
  font-family: Alexandria, sans-serif;
}

.link, .link-2 {
  color: var(--spark-library--foreground-interactive-hover);
}

.text-block-3, .text-block-4, .text-block-5 {
  font-size: 20px;
  line-height: 26px;
}

.heading-13 {
  color: var(--spark-library--white);
  margin-top: -63px;
  margin-bottom: 100px;
  font-family: Alexandria, sans-serif;
}

.div-block {
  margin-bottom: 0;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-image-container-2 {
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  inset: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-22px-paragraph---white {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 70%, #fff 70%);
  overflow: hidden;
}

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

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  inset: 14% -2% auto auto;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  inset: auto auto 18% 8%;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  inset: 11% auto auto 3%;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  inset: 40% auto auto -1%;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Alexandria, sans-serif;
  font-size: 20px;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Alexandria, sans-serif;
  line-height: 110%;
  position: relative;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -2%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto 0% 5% auto;
}

.cf-pink-button {
  background-color: var(--conversion-flow-library--light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-purple-button {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library--coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  background-color: var(--conversion-flow-library--sandy-brown);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
  position: relative;
}

.cf-testimonial-black-name {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text {
  color: #000;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text {
  margin-top: 160px;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-testimonial-right-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.cf-round-testimonial-image {
  border-radius: 100%;
  width: 100%;
  position: relative;
  left: 80px;
}

.cf-testimonial-black-image {
  background-color: #68549f7d;
  border-radius: 50%;
  width: 40%;
  max-width: 380px;
}

.cf-home-testimonial-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

.cf-82px-heading---black {
  color: #000;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-heading-part-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.cf-call-arrow-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.cf-call-arrow-button:hover {
  filter: invert();
  background-color: #fff;
}

.cf-call-arrow-button.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-heading-part-1 {
  align-items: center;
  display: flex;
}

.cf-heading-wrapper {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.cf-hero-section-4 {
  background-color: #fff;
  overflow: hidden;
}

.spark-hero-section-image-2 {
  border-radius: 8px;
  flex: 0 auto;
  width: 40%;
  max-width: 50%;
  display: block;
}

.spark-button-3 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-3.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button-3.spark-dark-button:hover {
  opacity: .5;
}

.spark-input-3 {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input-3:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input-3::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input-3.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input-3.spark-with-a-inner-shadow:hover, .spark-input-3.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.spark-field-label-2 {
  text-align: left;
}

.spark-flexed-form-2 {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side-3 {
  width: 50%;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-4.spark-primary-with-rounded-corners {
  background-color: #68549f;
  background-image: linear-gradient(93deg, var(--spark-library--foreground-interactive), white);
  color: var(--spark-library--white);
  border-radius: 24px;
  padding: 64px;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-7 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-8 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link-2.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-menu-2 {
  align-items: center;
  display: flex;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links-2 {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-section-5 {
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 p {
  font-family: Alexandria, sans-serif;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(180deg, var(--spark-library--foreground-interactive), #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, var(--spark-library--foreground-interactive-hover), #faebe300);
  inset: auto 0% -1px;
}

.waves-image-hero-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 810px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Alexandria, sans-serif;
}

.text-wrapper-condominio {
  z-index: 2;
  color: #fff;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

@media screen and (min-width: 1280px) {
  .cf-testimonial-container {
    position: relative;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .footer-credit {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-slide-nav {
    display: block;
  }

  .cf-review-no-mask {
    overflow: visible;
  }

  .cf-secondary-button.pricing-button {
    font-size: 18px;
  }

  .cf-pricing-plan-content-text {
    font-size: 20px;
  }

  .cf-pricing-plan-content-wrapper {
    font-size: 18px;
  }

  .cf-pricing-plan-price.pricing-alternative {
    background-image: linear-gradient(90deg, var(--spark-library--foreground-interactive), #3c69b1 38%, #3c69b1 73%, var(--spark-library--foreground-interactive-hover));
    font-size: 30px;
  }

  .cf-pricing-plan-price.pricing-alternative.pc-list {
    background-image: none;
    font-size: 25px;
  }

  .cf-pricing-plan-price.pricing-alternative.pc-list.rd {
    background-image: none;
  }

  .cf-pricing-plan-note-text {
    font-size: 16px;
  }

  .cf-pricing-plan-note-text.bs {
    color: #333;
  }

  .cf-pricing-plan-text, .cf-pricing-box-plan-wrapper {
    text-align: left;
  }

  .cf-pricing-box.pricing-box-alternative {
    align-items: stretch;
    padding-right: 20px;
  }

  .cf-pricing-box.pricing-highlighted {
    padding-right: 40px;
  }

  .cf-primary-button.pricing-button {
    font-size: 18px;
  }

  .cf-slide-nav-2 {
    display: block;
  }

  .cf-review-no-mask-2 {
    overflow: visible;
  }

  .partner {
    border-color: var(--spark-library--foreground-interactive-hover);
    background-color: var(--spark-library--white);
  }

  .section-partners {
    background-color: var(--spark-library--white);
    padding-top: 0;
  }

  .cgrey.fs20 {
    color: var(--spark-library--black);
    margin-bottom: 60px;
    font-family: Alexandria, sans-serif;
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .spark-checked-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 550px;
    margin-right: 0;
    display: flex;
  }

  .spark-flex-row-2.spark-wrapped {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    justify-content: center;
    align-items: center;
  }

  .spark-section-3 h2 {
    text-align: left;
    text-transform: none;
    font-size: 3.4rem;
    font-weight: 600;
  }

  .slider-subwrapper {
    max-width: 1500px;
  }

  .right-arrow, .left-arrow {
    margin-top: 220px;
  }

  .arrow-wrapper.left, .arrow-wrapper.right {
    background-color: var(--spark-library--foreground-interactive);
  }

  .text-small, .text-big-3 {
    font-family: Alexandria, sans-serif;
  }

  .text-big-4 {
    font-family: Alexandria, sans-serif;
    font-size: 18px;
    line-height: 32px;
  }

  .text-span, .text-span-2 {
    color: var(--spark-library--white);
  }

  .link, .link-2 {
    color: var(--spark-library--foreground-interactive-hover);
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .spark-section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .spark-section-5 h1 {
    font-family: Alexandria, sans-serif;
  }

  .spark-section-5 p {
    font-family: Alexandria, sans-serif;
    font-size: 20px;
    line-height: 26px;
  }

  .waves-gradient-hero-1 {
    border-radius: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .livechat-button-2 {
    transition: all .2s;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }
}

@media screen and (max-width: 991px) {
  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-container.spark-primary-with-rounded-corners {
    padding: 32px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section, .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .link-img {
    display: none;
    top: 39%;
  }

  .element-trending-game {
    width: 30%;
    height: 43vw;
    margin-bottom: 2vw;
  }

  .cta-button {
    height: 6vw;
    padding: 2vw 6.8vw;
    font-size: 2vw;
  }

  .image-element-div {
    height: 36vw;
  }

  .followers-h4 {
    font-size: 2vw;
  }

  .trending-games-div {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mycontain {
    max-width: 90vw;
  }

  .spiderman-img {
    width: 33vw;
    display: none;
    top: 11%;
  }

  .footer-top {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.pricing-box-alternative, .cf-pricing-box.pricing-highlighted {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-toggle-save-text {
    font-size: 18px;
  }

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-2-price-card-section {
    margin-bottom: 100px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .wbs-testimonial-avatar {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-testimonials-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cf-section-placeholder {
    margin-top: -60px;
  }

  .cf-testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .cf-testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .cf-testimonial-container {
    margin-top: 0;
  }

  .cf-nav-wrapper {
    flex-direction: column;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .whatsapp-block-2 {
    display: flex;
    bottom: 20px;
    right: 20px;
  }

  .partners-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer_contact_content-left {
    width: 50%;
  }

  .about_header_component {
    grid-template-columns: 1.5fr;
  }

  .brands_logo-row {
    justify-items: start;
  }

  .benefits_component {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav_container {
    justify-content: space-between;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .team_component {
    grid-template-columns: 1fr 1fr;
  }

  .nav_link {
    padding-left: 0;
  }

  .nav_link-wrapper {
    padding-left: 2.5rem;
  }

  .about_company_columns {
    grid-template-columns: 1fr;
  }

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

  .footer_bottom-links {
    margin-bottom: -1rem;
  }

  .nav_menu-wrapper {
    background-color: #1c1e53;
    justify-content: flex-start;
  }

  .nav_component {
    position: fixed;
    inset: 0% 0% auto;
  }

  .about_mission_component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .process_component {
    grid-template-columns: 1fr 1fr;
  }

  .about_header_image {
    width: 100%;
  }

  .footer_contact_content-right {
    width: 50%;
  }

  .footer_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .nav_menu-mobile-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0;
  }

  .nav_menu-mobile-button.w--open {
    background-color: #1a1b46;
  }

  .footer_contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_link {
    margin-bottom: 1rem;
  }

  .brands_component {
    grid-template-columns: 1fr;
  }

  .nav_button-wrapper {
    padding: 1rem 2.5rem 2rem;
    display: flex;
  }

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

  .spark-left-side-vertical-image {
    flex: 0 auto;
    position: relative;
  }

  .spark-flex-row-2.spark-wrapped {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 64px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-container-2 {
    display: block;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3 h2 {
    text-align: center;
  }

  .cf-form-heading-28px-2 {
    font-size: 32px;
  }

  .cf-form-right-wrapper-2 {
    width: 100%;
  }

  .cf-form-heading-2 {
    font-size: 30px;
  }

  .cf-form-left-wrapper-2 {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper-2 {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .right-arrow {
    right: -35px;
  }

  .heading-13 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .cf-testimonial-bottom-text {
    margin-top: 60px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-testimonial-right-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-round-testimonial-image {
    left: 40px;
  }

  .cf-testimonial-black-image {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-home-testimonial-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-82px-heading---black {
    font-size: 65px;
  }

  .cf-call-arrow-button {
    flex: none;
  }

  .cf-call-arrow-button.header-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-heading-part-1.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    flex-direction: column;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side-3 {
    width: 100%;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-container-4.spark-primary-with-rounded-corners {
    padding: 32px;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-7.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-8.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: #0000;
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu-2 {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner-2 {
    padding: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

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

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section, .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--spark-library--foreground-interactive-hover), var(--spark-library--border-default)), url('../images/image_1image.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-credit {
    margin-top: 0;
  }

  .footer-top {
    grid-row-gap: 3rem;
  }

  .footer-bot {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .cf-review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .cf-review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-header-wrapper {
    max-width: 320px;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box.pricing-box-alternative, .cf-pricing-box.pricing-highlighted {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-pricing-header-wrapper {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .wbs-testimonial-5-item {
    width: 350px;
  }

  .wbs-testimonial-5-wrap {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wbs-testimonial-avatar {
    flex-direction: row;
    align-items: center;
  }

  .wbs-testimonials-items {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .cf-review-author-image-wrapper-2 {
    width: 48px;
    height: 48px;
  }

  .cf-review-head-text-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-star-wrapper-2 {
    margin-bottom: 20px;
  }

  .cf-review-slide-2 {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-colourful-text-2 {
    padding-bottom: 0;
  }

  .cf-review-header-wrapper-2 {
    max-width: 320px;
  }

  .cf-testimonial-slider-right-arrow, .cf-testimonial-slider-left-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-text-block._24-px {
    font-size: 20px;
  }

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .cf-testimonial-section-4 {
    overflow: hidden;
  }

  .whatsapp-block-2 {
    display: flex;
    bottom: 15px;
    right: 15px;
  }

  .section-partners {
    padding-top: 10px;
  }

  .faqs.faq-shadow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .process_connector-wrapper {
    margin-bottom: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .process_circle {
    margin-right: 1rem;
  }

  .brands_logo-row {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .benefits_component {
    grid-template-columns: 1fr;
  }

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

  .nav_logo-link {
    padding-left: 0;
  }

  .benefits_item {
    padding: 1.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .nav_link-wrapper {
    margin-right: 0;
    padding-left: 1.25rem;
  }

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

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

  .footer_bottom-links {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: 0;
  }

  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about_mission_component {
    grid-auto-flow: row;
  }

  .process_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .footer_bottom-links-wrapper {
    flex-direction: column-reverse;
  }

  .nav_button-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .spark-left-side-vertical-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-wrapped {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side-2, .spark-container-2 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cf-form-heading-28px-2 {
    font-size: 30px;
  }

  .cf-send-message-form-2 {
    padding: 40px;
  }

  .cf-footer-info-2 {
    font-size: 18px;
  }

  .cf-info-heading-2 {
    margin-bottom: 4px;
  }

  .cf-form-heading-2 {
    font-size: 28px;
  }

  .cf-form-main-wrapper-2 {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .text-big-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow {
    inset: auto 10% -35px auto;
  }

  .right-arrow:hover {
    transform: none;
  }

  .text-wrapper-grand-canyon {
    bottom: 12%;
  }

  .left-arrow {
    inset: auto auto -35px 10%;
  }

  .left-arrow:hover {
    transform: none;
  }

  .text-wrapper-sequoia {
    bottom: 12%;
  }

  .slide._1 {
    background-position: 0%;
    background-size: cover;
  }

  .slide._2 {
    background-position: 45%;
  }

  .text-small, .text-big-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrapper-yosemite {
    bottom: 12%;
  }

  .text-big-3, .text-big-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient, .cf-cta-button, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-testimonial-bottom-text {
    margin-top: 0;
  }

  .cf-testimonial-bottom-text.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 80px;
  }

  .cf-82px-heading---black {
    font-size: 54px;
  }

  .cf-heading-part-3 {
    justify-content: center;
  }

  .cf-call-arrow-button {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cf-heading-part-1.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-input-3.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side-3 {
    width: 100%;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu-2 {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section-5 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .live-icon {
    width: 10px;
    height: 10px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-container.spark-primary-with-rounded-corners {
    padding: 16px;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    padding-bottom: 64px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .whatsapp-container-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0;
  }

  .element-trending-game {
    width: 95%;
    height: 50vw;
    margin-left: 0;
    margin-right: 0;
  }

  .element-trending-game.first {
    height: 50vw;
  }

  .heading-10 {
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 9vw;
  }

  .cta-button {
    border-radius: 3.2vw;
    justify-content: center;
    height: auto;
    padding: 5vw 14.8vw;
    font-size: 7vw;
  }

  .cta-button.ghost-button {
    border-radius: 3.2vw;
    justify-content: center;
    padding-top: 7vw;
    font-size: 8vw;
  }

  .title-contain-div {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .image-element-div, .image-element-div._2 {
    height: 50vw;
  }

  .followers-h4 {
    font-size: 6vw;
  }

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

  .mycontain {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-11 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_items-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-link, .footer-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h2 {
    font-size: 30px;
  }

  .cf-slide-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .cf-review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .cf-review-head-text {
    font-size: 18px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-review-header-wrapper {
    margin-bottom: 40px;
  }

  .cf-review-section {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-box.pricing-box-alternative, .cf-pricing-box.pricing-highlighted {
    width: 90%;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

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

  .cf-green-top-heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-2-price-card-section {
    margin-bottom: 0;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(90deg, var(--spark-library--foreground-interactive) 20%, #3c69b1 60%, #3c69b1 80%, var(--spark-library--foreground-interactive-hover) 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    font-size: 15px;
  }

  .cf-borders-text-field {
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 20px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 15px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-form-icon {
    width: 40px;
    height: 40px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .wbs-testimonial-5-item {
    width: 260px;
  }

  .cf-slide-nav-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .cf-review-author-image-wrapper-2 {
    margin-bottom: 20px;
  }

  .cf-review-author-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-para-text-2 {
    font-size: 15px;
    line-height: 145%;
  }

  .cf-review-head-text-2 {
    font-size: 18px;
  }

  .cf-review-star-2 {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper-2 {
    justify-content: center;
    width: 60%;
  }

  .cf-review-slide-2 {
    max-width: 240px;
  }

  .cf-colourful-text-2 {
    padding-bottom: 0;
  }

  .cf-green-top-heading-3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-review-header-wrapper-2 {
    margin-bottom: 40px;
  }

  .cf-review-section-2 {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .cf-testimonial-person-designation-text.slide-current-author {
    width: 220%;
    font-family: Alexandria, sans-serif;
  }

  .cf-testimonial-person-name-text.slide-current-author {
    font-family: Alexandria, sans-serif;
  }

  .cf-testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-text-block._24-px {
    font-family: Alexandria, sans-serif;
    font-size: 18px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-testimonial-top-heading {
    font-family: Alexandria, sans-serif;
  }

  .whatsapp-block-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 0;
    right: 0;
  }

  .partner {
    max-width: 150px;
    height: 130px;
  }

  .partners-flex {
    grid-template-columns: 1fr 1fr;
  }

  .footer_contact_content-left {
    width: auto;
  }

  .brands_logo-row {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

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

  .nav_logo-link {
    margin-right: 0;
    padding-left: 0;
  }

  .padding-xxlarge {
    padding: 1.5rem;
  }

  .team_component {
    grid-template-columns: 1fr;
  }

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

  .footer_bottom-links {
    justify-content: flex-start;
  }

  .nav_component {
    height: 4rem;
  }

  .about_company_image {
    object-fit: cover;
    height: 12rem;
  }

  .process_component {
    grid-template-columns: 1fr;
  }

  .nav_link-2 {
    padding-left: 0;
  }

  .footer_contact_content-right {
    width: auto;
    padding: 1.5rem;
  }

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

  .footer_bottom_content {
    margin-bottom: 0;
  }

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

  .section_about-header {
    margin-top: 4rem;
  }

  .footer_contact-wrapper {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .process_item {
    max-width: 20rem;
  }

  .footer_bottom-links-wrapper {
    flex-direction: column-reverse;
  }

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

  .spark-left-side-vertical-image {
    box-sizing: border-box;
    height: 380px;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 32px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .cf-form-gradient-submit-2 {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field-2 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown-2 {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px-2 {
    font-size: 24px;
  }

  .cf-send-message-form-2 {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info-2 {
    font-size: 16px;
  }

  .cf-info-heading-2 {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap-2 {
    margin-left: 16px;
  }

  .cf-footer-info-contain-2 {
    align-items: center;
  }

  .cf-form-heading-2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper-2 {
    padding: 60px 20px;
  }

  .spark-button-2.spark-full-width, .spark-input-2 {
    font-family: Alexandria, sans-serif;
  }

  .spark-form-heading {
    font-family: Alexandria, sans-serif;
    font-size: 1rem;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4.spark-primary-color-background {
    padding-top: 20px;
  }

  .spark-section-4 h1 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .text-big-2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    bottom: 350px;
    right: -6%;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    bottom: 350px;
    left: -6%;
  }

  .arrow-wrapper.left {
    width: 50px;
    height: 50px;
  }

  .arrow-wrapper.right {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
  }

  .slide._1 {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-position: 37%;
    background-size: cover;
  }

  .slide._2 {
    background-image: url('../images/Slide-2.jpg');
    background-size: cover;
  }

  .slide._3._4 {
    background-position: 50%;
    background-size: cover;
  }

  .text-small {
    padding-left: 2px;
    padding-right: 2px;
    display: block;
  }

  .text-big-1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .text-wrapper-yosemite {
    display: none;
  }

  .text-big-3 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
    line-height: 30px;
  }

  .text-big-4 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-family: Alexandria, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-13 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 34px;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-round-testimonial-image {
    left: 20px;
  }

  .cf-testimonial-black-image {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 60px;
  }

  .cf-82px-heading---black {
    font-size: 40px;
  }

  .cf-call-arrow-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-heading-part-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .spark-input-3.spark-with-a-inner-shadow, .spark-form-label-and-input-2 {
    width: 100%;
  }

  .spark-flexed-form-2 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-container-4.spark-primary-with-rounded-corners {
    padding: 16px;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-menu-2 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner-2 {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-right: 0;
  }

  .spark-section-5 {
    padding: 64px 20px;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    font-size: 2.5rem;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 15px;
    line-height: 25px;
  }

  .waves---mega-heading-1 {
    font-size: 25px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 15px;
  }

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

  .field-label, .link-3 {
    font-family: Alexandria, sans-serif;
  }

  .text-wrapper-condominio {
    bottom: 12%;
  }
}

#w-node-_1354e952-7e98-d18e-d268-41a525b03ec3-cb3e097f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1354e952-7e98-d18e-d268-41a525b03ecc-cb3e097f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}


