@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary600: #7f56d9;
  --white: white;
  --untitled-ui-gray50: #fef2ac;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-white: white;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray800: #1d2939;
  --spark-library-foreground-secondary: #000000c2;
  --spark-library-light-steel-purple: #a695fb;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-black: black;
  --spark-library-white: white;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary800: #53389e;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --untitled-ui--primary50: #f9f5ff;
  --spark-library--foreground-tertiary: #0000008f;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section, .section._2 {
  margin-left: 0;
  margin-right: 0;
}

.section.contact {
  background-image: url('../images/SECTION-DIVIDER-PATTERN.svg');
  background-position: 0 0;
  background-size: auto;
}

.section.servicesoffered {
  background-image: url('../images/website-pattern--blue-1280x700-px.png');
  background-position: 0 0;
  background-size: auto;
}

.section.servicesoffered.yellow {
  background-image: url('../images/SECTION-DIVIDER-PATTERN.svg');
}

.section.blue {
  color: #fff;
  background-image: url('../images/website-pattern--blue-1280x700-px.png');
  background-position: 0 0;
  background-size: auto;
}

.section.careers {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bp {
  background-image: url('../images/website-pattern--blue-1280x700-px.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
}

.section.yellow {
  background-image: url('../images/SECTION-DIVIDER-PATTERN.svg');
  background-position: 0 0;
  background-size: auto;
}

.section.top {
  padding-top: 40px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 140px;
}

.container.nav {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.contatct {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.services {
  padding-left: 100px;
  padding-right: 100px;
}

.container.ig-social {
  padding-left: 0;
  padding-right: 0;
}

.container.mcw {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.t-m {
  padding-bottom: 0;
}

.container.form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

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

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

.button.download {
  z-index: 5;
  text-align: center;
  background-color: #6584db;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.explore {
  background-color: #6584db;
  border-radius: 5px;
  font-weight: 700;
}

.button.email {
  letter-spacing: 1px;
  text-transform: none;
  padding: 20px;
  font-size: 14px;
}

.button.new {
  max-width: 200px;
}

.button.yellow {
  background-color: #fbde2f;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 30px 220px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation._2 {
  padding: 10px 0;
  display: none;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  border-radius: 10px;
  display: block;
}

.navigation-items {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
  position: static;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

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

.intro-content {
  text-align: center;
  margin-top: 220px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.intro-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.body {
  color: #000;
  font-family: Satoshi, sans-serif;
  line-height: 1.2;
}

.icon {
  display: none;
}

.dropdown-toggle {
  padding: 10px 20px;
}

.text-block {
  color: #000;
  font-weight: 700;
}

.lottie-container {
  height: 100%;
  padding-top: 60px;
  display: block;
}

.animation-section {
  background-color: #fcde2f;
  height: 100%;
  position: relative;
}

.hero {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.main-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.inner {
  justify-content: flex-start;
  margin-top: 10px;
}

.button-wrapper.inner.right {
  justify-content: flex-end;
}

.button-wrapper.left {
  justify-content: flex-start;
}

.button-wrapper.text-button {
  justify-content: flex-start;
  align-items: center;
}

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

.paragraph {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  display: none;
}

.paragraph.left {
  text-align: left;
  font-size: 18px;
  display: block;
}

.paragraph.right {
  text-align: right;
  font-size: 18px;
  display: block;
}

.footer-dark {
  background-color: #f5f7fa;
  padding: 50px 140px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

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

.footer-block.contact-button {
  align-items: flex-end;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-copyright-center.center {
  text-align: center;
  font-size: 16px;
}

.heading {
  text-align: left;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.heading.white {
  color: #fff;
}

.heading.left {
  text-align: left;
  font-size: 80px;
}

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

.pro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.pro.dif {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-right: 0;
  padding-left: 140px;
  padding-right: 0;
}

.pro.mobile {
  display: none;
}

.pro._1, .pro._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 140px;
}

.product-subs {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.protext {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading-2 {
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2.mini-au {
  text-align: center;
}

.heading-2.right {
  text-align: right;
}

.heading-2.testi {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.heading-2.centre, .heading-2.ig, .heading-2.center {
  text-align: center;
}

.dropdown-list.w--open {
  background-color: #e0e6f8;
  border-radius: 20px;
  min-width: 1000px;
  max-width: 1200px;
  margin-top: 10px;
  margin-left: -200px;
  padding: 20px;
  display: block;
}

.dlist {
  flex-flow: row;
  display: flex;
}

.nav-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  left: 0;
  right: 0;
}

.text-block-2 {
  font-size: 25px;
}

.div-block-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 150px;
  display: flex;
}

.text-block-3 {
  font-size: 14px;
  font-weight: 400;
}

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

.sub-nav {
  padding: 10px;
  text-decoration: none;
}

.text-block-4 {
  font-weight: 400;
}

.text-block-5 {
  font-size: 20px;
}

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

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

.clients-tag {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.clients-wrapper-three {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  align-items: center;
  display: flex;
}

.clients-image-three {
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-13 {
  background-image: url('../images/SECTION-DIVIDER-PATTERN.svg');
  background-size: cover;
  padding: 20px 30px;
}

.founder {
  display: none;
}

.heading-5 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.text-span {
  color: #fcde2f;
  font-size: 20px;
  font-weight: 500;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teams {
  display: flex;
}

.teams-tabs-content {
  flex: 1;
}

.teams-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  flex: 1;
  margin-right: 10%;
  display: flex;
}

.teams-links {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  font-weight: 700;
}

.teams-links:hover {
  color: #fff;
}

.teams-links.w--current {
  color: #fcde2f;
  background-color: #0000;
}

.teams-links.head {
  font-size: 50px;
  text-decoration: none;
}

.teams-links.head.w--current {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 50px;
}

.text-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.text-span-3 {
  font-size: 18px;
}

.div-block-21 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
  background-color: #fcde2f;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 550px;
  padding: 40px;
  display: flex;
}

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

.paragraph-3 {
  font-size: 22px;
  font-weight: 500;
}

.spark-wrapped-square-team {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.image-4 {
  width: 100%;
  max-height: 900px;
  display: block;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.red {
  color: #d42626;
  font-family: Satoshi, sans-serif;
}

.uui-navbar05_item-heading {
  color: var(--untitled-ui-gray900);
  font-weight: 600;
}

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

.icon-featured-large {
  color: var(--untitled-ui-primary600);
  background-color: #e0e6f8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 10px;
  display: flex;
}

.icon-featured-large.numbers {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  width: 3rem;
  height: 3rem;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-2-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.nav-2-content-left.resource {
  grid-template-rows: auto;
}

.nav-2-dropdown-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.nav-2-container {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
  box-shadow: 2px 1px 5px #0003;
}

.nav-2-dropdown-content {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.nav-2-dropdown-content.w--open {
  box-shadow: none;
  background-color: #0000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 220px;
  padding-right: 220px;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
}

.uui-dropdown-icon-3 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-2-dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 20px 40px 20px 20px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-2-dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.nav-2-menu-dropdown {
  text-decoration: none;
  position: static;
}

.nav-2-menu-main {
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 1px 5px #0003;
}

.nav-2-menu {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.nav-2 {
  background-color: #0000;
  align-items: center;
  min-height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-2-content-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 250px;
  padding-top: 10px;
}

.nav-header {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

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

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.changer {
  font-size: 50px;
  font-weight: 700;
  line-height: 100px;
}

.changer-over-flow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.div-block-30 {
  justify-content: space-between;
  display: flex;
}

.div-block-31 {
  flex: 1;
}

.div-block-31.cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.text-block-14 {
  font-size: 24px;
  font-weight: 700;
}

.vision {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-block-15 {
  font-size: 18px;
}

.mision {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-block-16 {
  text-align: center;
  margin: 40px auto 60px;
  font-size: 20px;
  font-weight: 400;
}

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

.testimonials {
  overflow: hidden;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial15_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial15_arrow:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-testimonial15_arrow.left {
  right: 4rem;
}

.uui-text-size-small-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial15_client-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
  display: block;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial15_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: none;
}

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui-gray50);
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_content.blue {
  background-color: #c1cef1;
}

.uui-testimonial15_content.pink {
  background-color: #fbe3e0;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonials-customers {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

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

.testimonial-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-17 {
  font-size: 22px;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.faq-textheader {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.faq-cta {
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 4rem;
  padding: 0;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq04_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq04_icon-wrapper {
  color: var(--untitled-ui-primary600);
}

.uui-faq04_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq-accordion {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-comp-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-comp-layout.hide {
  display: none;
}

.faq-question-comp {
  margin-top: 4rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.step {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.text-block-18 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.div-block-34 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-35 {
  margin-bottom: 40px;
  font-weight: 700;
}

.text-block-19 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.image-6 {
  width: 100%;
}

.heading-7 {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

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

.div-block-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-20 {
  font-size: 30px;
  font-weight: 700;
}

.text-block-21 {
  font-size: 20px;
  font-weight: 500;
}

.div-block-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.ig-posts {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-22 {
  font-size: 18px;
}

.div-block-42 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.text-block-23 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.text-block-25 {
  text-align: center;
  font-size: 24px;
}

.div-block-44 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-47 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-block-26 {
  font-size: 34px;
  font-weight: 500;
}

.text-block-27 {
  font-size: 18px;
}

.div-block-48 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-block-28 {
  letter-spacing: 2px;
}

.div-block-52 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  display: block;
}

.socials {
  background-color: #f5f7fa;
  border-radius: 360px;
  padding: 10px;
}

.socials:hover {
  background-color: #a3b5e9;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-57 {
  max-width: 700px;
}

.div-block-58 {
  justify-content: space-between;
  display: flex;
}

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

.image-9 {
  flex: 1;
  max-width: 540px;
}

.div-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-29 {
  font-size: 24px;
}

.div-block-61 {
  padding-top: 20px;
}

.text-block-30 {
  font-size: 30px;
  font-weight: 500;
}

.text-block-31 {
  font-size: 18px;
}

.div-block-62 {
  padding-top: 20px;
}

.mobile-dbutton {
  display: none;
}

.div-block-63 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-65 {
  background-color: #fdf1f0;
  padding: 40px;
}

.div-block-66 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.text-block-32 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
}

.link-block-2 {
  color: #fcde2f;
  font-weight: 500;
  text-decoration: none;
}

.list {
  font-size: 18px;
}

.div-block-67 {
  background-color: #fdf1f0;
  padding: 60px 40px;
}

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

.div-block-69 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: center;
  max-width: 310px;
  display: flex;
}

.text-block-33 {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}

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

.text-block-34 {
  text-align: right;
  font-size: 18px;
}

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

.div-block-71 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 210px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.div-block-71.mobile {
  display: none;
}

.div-block-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-72.mobile {
  display: none;
}

.div-block-73 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.text-block-35 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.div-block-74 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.text-block-36 {
  font-size: 18px;
  font-weight: 400;
}

.link {
  color: #fcde2f;
  display: inline;
}

.div-block-77 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-80.white-text {
  color: #fff;
}

.div-block-81 {
  flex: 1;
}

.div-block-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text-block-38 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-83 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 20px #6584db33;
}

.div-block-85 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.heading-9 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.image-11 {
  width: 70%;
}

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

.image-12 {
  width: 100%;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.form-button {
  grid-column-gap: .5rem;
  background-color: #6584db;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 1rem;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-button:focus {
  box-shadow: none;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 8rem;
  padding: 15px;
  overflow: auto;
}

.form-field {
  position: relative;
}

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

.uui-heading-medium-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-header-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contact-us-header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 40px;
  display: grid;
}

.div-block-87 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-39 {
  font-size: 20px;
  font-weight: 700;
}

.text-block-40 {
  font-size: 14px;
}

.link-block-3 {
  color: #6584db;
  text-decoration: none;
}

.div-block-88 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-89 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-43 {
  font-size: 30px;
  font-weight: 700;
}

.div-block-91 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fcde31;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.image-13 {
  width: 100%;
}

.div-block-92 {
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.text-block-44 {
  font-size: 14px;
}

.heading-10 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.button-4 {
  text-align: center;
  background-color: #fcde2f;
  border-radius: 5px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-93 {
  justify-content: center;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block-45 {
  font-size: 26px;
  font-weight: 500;
}

.div-block-99 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-46 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

.text-block-47 {
  font-size: 18px;
  list-style-type: lower-alpha;
}

.text-block-47.table-head {
  font-weight: 700;
}

.text-block-47.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.div-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.list-2 {
  padding-left: 60px;
  font-size: 18px;
}

.list-item {
  list-style-type: none;
}

.list-3 {
  list-style-type: lower-roman;
}

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

.link-4 {
  text-decoration: none;
  display: inline;
}

.heading-11 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-101 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.text-block-48 {
  font-size: 24px;
}

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

.div-block-106 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-49 {
  font-size: 35px;
  font-weight: 500;
}

.link-5 {
  text-decoration: none;
  display: inline-block;
}

.list-item-2 {
  list-style-type: none;
}

.list-item-3 {
  font-weight: 500;
}

.link-6 {
  text-decoration: none;
  display: inline-block;
}

.div-block-107 {
  justify-content: space-around;
  display: flex;
}

.heading-12 {
  text-align: center;
  font-weight: 500;
}

.div-block-108 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.social-media {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.social-media:hover {
  margin-top: -20px;
}

.div-block-109 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-50 {
  flex-direction: column;
  font-size: 20px;
}

.div-block-110 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.core-values {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1234px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.core-value-item {
  transform-style: preserve-3d;
  min-width: 250px;
  min-height: 400px;
  transition: transform 1s;
}

.core-value-item:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-front {
  backface-visibility: hidden;
  background-image: url('../images/website-pattern--blue-1280x700-px.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
  min-height: 400px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.card-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fcde2f;
  border-radius: 20px;
  min-width: 250px;
  min-height: 400px;
  padding: 20px 40px 40px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.list-4 {
  padding-left: 0;
}

.text-block-51 {
  color: #fff;
  font-size: 30px;
}

.text-span-11 {
  font-weight: 700;
}

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

.velox-links {
  color: #fcde2f;
  text-decoration: none;
  display: inline-block;
}

.velox-links.blue {
  color: #6582d9;
}

.image-16 {
  display: none;
}

.art-div {
  flex: 1;
}

.html-embed-2 {
  max-width: 700px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.comin-soon {
  color: #fcde2f;
  font-weight: 700;
}

.privacy-head-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-113 {
  flex: 1;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  font-size: 18px;
  line-height: 1.5;
}

.uui-faq03_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.faq-main-page-content {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  border-top: 1px solid var(--untitled-ui-gray200);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.faq-main-page-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-main-page-layiout {
  margin-top: 4rem;
}

.list-5 {
  color: var(--untitled-ui-gray700);
}

.link-support {
  color: #335cff;
  text-decoration: none;
  display: inline-block;
}

.faq-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  display: grid;
}

.faq-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/FAQ-Tab.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 550px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.text-block-52 {
  color: var(--black);
  font-size: 50px;
  font-weight: 700;
}

.text-block-53 {
  color: var(--black);
  font-size: 24px;
}

.learn-more-btn {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.faq-page-headers {
  font-size: 50px;
  line-height: 1.2;
}

.learn-more-btn-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.iconly-light-arrow---left-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.learn-more-btn-3 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.iconly-light-arrow---left-3 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.learn-more-btn-4 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.iconly-light-arrow---left-4 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.row.head {
  background-color: var(--untitled-ui-gray300);
}

.row.body._2 {
  background-color: var(--untitled-ui-gray100);
}

.column {
  width: 50%;
  padding: 10px;
}

.table {
  padding: 10px 20px;
}

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

.compliance {
  color: #6584db;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.list-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-12 {
  vertical-align: super;
}

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

.cap-header._5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

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

.cap-hero-text {
  width: 50%;
}

.background-img {
  color: #fff;
  background-image: url('../images/website-pattern--blue-1280x700-px.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  padding: 60px;
}

.paragraph-4 {
  margin-bottom: 30px;
  font-size: 20px;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fbde2f;
  border: 1px solid #fbde2f;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  background-color: #fdeb81;
}

.uui-button-5:focus {
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #fefae7;
}

.check-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.how-it-works-left, .how-it-works-right {
  flex: 1;
}

.item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.item {
  display: flex;
}

.icon-wrap {
  align-self: flex-start;
  margin-right: .75rem;
}

.cap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-54 {
  font-size: 20px;
}

.text-block-55 {
  font-size: 18px;
}

.cap-information {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.5;
}

.form-input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 18px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: var(--untitled-ui-gray900);
  border-color: #fffae7;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #fffae7;
}

.form-input::placeholder {
  color: var(--untitled-ui-gray500);
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.cap-form-field-wrapper {
  position: relative;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-text-2 {
  font-weight: 600;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text-2 {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cap-form {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}

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

.form-button-wrap {
  color: var(--black);
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.get-started {
  flex: 1;
}

.getting-started {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cap-form-select-input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.cap-form-select-input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.cap-form-select-input::placeholder {
  color: var(--untitled-ui-gray500);
}

.cap-form-select-input.select {
  background-color: #fff;
}

.cap-form-select-input.select:focus {
  border-color: #fffae7;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #fffae7;
}

.faq-answer {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.faqs {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: none;
}

.cap-faq-list {
  margin-top: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.faq-question {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.cap-faqs {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cap-faq-list-1.first-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
}

.cap-faq-accordion {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-question-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq-answer-wrap {
  overflow: hidden;
}

.uui-faq04_icon-wrapper-2 {
  color: var(--untitled-ui-primary600);
}

.accordion-icon_component-2 {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line-2 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.all-cap {
  text-transform: uppercase;
  display: none;
}

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

  .container.services {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    justify-content: center;
  }

  .button.download {
    display: block;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 30px;
    display: none;
  }

  .navigation._2 {
    position: static;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
    align-self: stretch;
    height: 100%;
  }

  .intro-content {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .intro-text {
    width: auto;
  }

  .dropdown-toggle {
    display: block;
  }

  .dropdown-text {
    color: #000;
  }

  .main-header {
    font-size: 70px;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .button-wrapper.text-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    background-image: none;
    padding-top: 60px;
  }

  .paragraph {
    font-size: 20px;
  }

  .footer-dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-direction: column;
    grid-template-columns: .75fr 1.25fr;
  }

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

  .footer-block.contact-button {
    align-items: flex-start;
  }

  .heading {
    font-size: 50px;
  }

  .heading.white {
    font-size: 60px;
  }

  .pro.dif {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pro.mobile {
    display: none;
  }

  .pro._1 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .pro._2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-2.mini-au {
    font-size: 40px;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown {
    display: block;
  }

  .container-3 {
    max-width: 728px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .spark-wrapped-square-team {
    width: 45%;
  }

  .centered-heading {
    font-weight: 700;
  }

  .team-slide-wrapper {
    width: auto;
    margin-right: 2%;
  }

  .team-block {
    background-color: #0000;
  }

  .team-block-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #000;
    background-color: #fcde2f;
    border-radius: 15px;
    max-width: 400px;
    max-height: 400px;
    padding: 20px 20px 40px;
    overflow: scroll;
  }

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

  .text-block-10 {
    color: #fcde2f;
    font-size: 24px;
    font-weight: 700;
  }

  .text-span-4 {
    font-size: 16px;
    font-weight: 400;
  }

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

  .mask {
    overflow: scroll;
  }

  .image-4 {
    height: 100%;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 60vh;
    display: none;
  }

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .nav-2-content-left {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-2-dropdown-info {
    flex-direction: column;
  }

  .nav-2-container {
    padding: 10px;
  }

  .nav-2-dropdown-content {
    position: relative;
    overflow: hidden;
  }

  .nav-2-dropdown-content.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-3 {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .nav-2-dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 30px;
    display: flex;
  }

  .nav-2-dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .nav-2-menu-dropdown {
    width: 100%;
    position: relative;
  }

  .nav-2-menu-main {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    box-shadow: none;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: auto;
    display: flex;
  }

  .nav-2-menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .nav-2 {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-2-content-right {
    display: none;
  }

  .changer {
    font-size: 30px;
    line-height: 40px;
  }

  .changer-over-flow {
    height: 40px;
  }

  .vision, .mision {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .uui-testimonial15_mask {
    width: 50%;
  }

  .testimonials-customers {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-comp-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .faq-question-comp {
    margin-top: 2rem;
  }

  .uui-heading-medium-2 {
    font-size: 40px;
  }

  .div-block-52 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-block-58 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-63 {
    align-items: center;
  }

  .div-block-64 {
    grid-template-columns: 1fr;
  }

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

  .div-block-68 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-69 {
    flex-direction: column;
    display: flex;
  }

  .div-block-70 {
    align-self: stretch;
    max-width: none;
  }

  .text-block-33, .text-block-34 {
    text-align: left;
  }

  .div-block-71 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-71.mobile {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-71.comp {
    display: none;
  }

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

  .div-block-80 {
    flex-direction: column;
  }

  .div-block-81 {
    max-width: 100%;
  }

  .text-block-38 {
    font-weight: 400;
  }

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

  .form-button {
    min-width: 150px;
  }

  .contact-us-header {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .core-values {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-main-page-content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .faq-tab-menu {
    display: flex;
  }

  .faq-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cap-header._5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

  .cap-hero-text {
    width: 100%;
  }

  .cap {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .cap.flip {
    flex-flow: column-reverse;
  }

  .cap-information {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .getting-started {
    flex-flow: column;
    align-items: stretch;
  }

  .faqs {
    grid-template-columns: 1fr 1fr;
  }

  .cap-faqs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.contact, .section.mini-au, .section.servicesoffered, .section.simple-steps, .section.blue {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.mcw {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.explore {
    flex: 1;
  }

  .button.appstore {
    display: none;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .intro-header {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .intro-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .animation-section {
    padding-top: 220px;
  }

  .main-header {
    font-size: 60px;
  }

  .button-wrapper {
    flex-direction: row;
  }

  .button-wrapper.inner {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-wrapper.left {
    flex-direction: row;
    justify-content: center;
  }

  .button-wrapper.text-button {
    flex-flow: column;
  }

  .b-b-text {
    display: none;
  }

  .paragraph {
    font-size: 18px;
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .heading {
    font-size: 40px;
  }

  .heading.white {
    font-size: 50px;
  }

  .heading.left {
    font-size: 40px;
  }

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

  .pro.dif {
    display: none;
  }

  .pro.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .heading-2 {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .nav-container {
    flex: 1;
  }

  .clients-tag {
    margin-bottom: 0;
  }

  .clients-image-three {
    margin-left: auto;
    margin-right: auto;
  }

  .spark-wrapped-square-team {
    width: 100%;
  }

  .team-slide-wrapper {
    margin-right: 3%;
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .nav-2-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-2-dropdown-toggle {
    font-size: 25px;
  }

  .nav-2-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .changer.short, .changer-over-flow {
    height: 80px;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .vision, .mision {
    flex-direction: column;
    align-items: center;
  }

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

  .steps {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .uui-testimonial15_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .testimonials-customers {
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .faq-cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-medium, .uui-faq04_heading {
    text-align: left;
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-list.first-col {
    border-bottom: 1px solid var(--untitled-ui-gray200);
  }

  .faq-comp-layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq-question-comp {
    margin-top: 2rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .div-block-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-41 {
    text-align: left;
  }

  .div-block-42 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-25 {
    font-size: 20px;
  }

  .div-block-46 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-26 {
    text-align: left;
    font-size: 30px;
  }

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

  .div-block-48 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-49 {
    justify-content: center;
  }

  .div-block-51 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-52 {
    justify-content: center;
  }

  .div-block-52.webpage {
    justify-content: flex-start;
  }

  .div-block-53 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-58 {
    flex-direction: column;
  }

  .div-block-62 {
    text-align: left;
  }

  .mobile-dbutton {
    display: block;
  }

  .div-block-63, .div-block-64 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-67 {
    padding-top: 40px;
    padding-left: 20px;
  }

  .div-block-70 {
    text-align: left;
  }

  .div-block-73 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-8 {
    text-align: left;
    font-size: 50px;
  }

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

  .div-block-80 {
    flex-direction: column;
  }

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

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

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

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

  .div-block-84 {
    text-align: left;
  }

  .form-button {
    font-size: 1rem;
  }

  .form-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .contact-us-header {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-10 {
    font-size: 30px;
  }

  .div-block-95, .div-block-96, .div-block-97, .div-block-98 {
    text-align: left;
  }

  .text-block-45 {
    font-size: 16px;
  }

  .div-block-99 {
    text-align: left;
  }

  .div-block-99.mobile {
    display: none;
  }

  .list-2 {
    padding-left: 40px;
  }

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

  .core-values {
    grid-template-columns: 1fr;
  }

  .core-value-item {
    text-align: left;
  }

  .image-16 {
    display: block;
  }

  .image-17 {
    display: none;
  }

  .privacy-head-cont {
    flex-flow: column;
  }

  .uui-text-size-medium-2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .faq-main-page-content {
    grid-row-gap: .5rem;
    border-top-style: none;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-main-page-list {
    grid-row-gap: 2.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-main-page-layiout {
    margin-top: 3rem;
  }

  .faq-tab {
    flex: 1;
    min-width: 300px;
  }

  .cap-header {
    flex-direction: column;
  }

  .cap-header._5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

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

  .cap-hero-text {
    width: 100%;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .cap {
    grid-row-gap: 24px;
  }

  .cap-information {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .faqs {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .cap-faq-list {
    margin-top: 2rem;
  }

  .cap-faqs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .cap-faq-list-1.first-col {
    border-bottom: 1px solid var(--untitled-ui-gray200);
  }

  .faq-question-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.servicesoffered {
    padding-top: 40px;
  }

  .section.blue {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding: 40px 20px;
  }

  .container.contatct {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .container.services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.mcw {
    padding-top: 60px;
  }

  .container.image-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button {
    flex-direction: column;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-header {
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .intro-content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-wrap {
    padding: 0;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .animation-section {
    padding-top: 220px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-header {
    font-size: 50px;
  }

  .paragraph {
    font-size: 16px;
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: stretch;
  }

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

  .heading {
    font-size: 40px;
  }

  .pro {
    flex-direction: column;
    display: flex;
  }

  .pro.dif {
    display: none;
  }

  .pro.mobile {
    display: flex;
  }

  .heading-2, .heading-2.testi {
    font-size: 30px;
  }

  .heading-2.center {
    font-size: 26px;
  }

  .container-3 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-5 {
    text-align: left;
    font-size: 50px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 5%;
  }

  .appstore {
    width: 40%;
  }

  .nav-2-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .changer {
    font-size: 22px;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .vision, .mision {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-16 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .steps {
    flex-direction: column;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .text-block-17 {
    text-align: center;
    font-size: 18px;
  }

  .faq-comp-layout {
    grid-template-columns: 1fr;
  }

  .div-block-40 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-42 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-52.webpage {
    justify-content: center;
  }

  .image-9 {
    width: 100%;
  }

  .list {
    padding-left: 20px;
  }

  .div-block-67 {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    display: flex;
  }

  .div-block-72.pre-mobile {
    display: none;
  }

  .div-block-72.mobile {
    display: flex;
  }

  .div-block-73 {
    align-self: stretch;
    padding: 0;
  }

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

  .div-block-74 {
    flex-direction: column;
  }

  .div-block-75 {
    text-align: left;
    align-self: stretch;
    align-items: center;
  }

  .heading-8 {
    font-size: 35px;
  }

  .heading-8.center {
    font-size: 30px;
  }

  .text-block-38, .text-block-38.center {
    font-weight: 400;
  }

  .heading-9 {
    font-size: 40px;
  }

  .contact-us-header {
    grid-template-columns: 1fr;
  }

  .div-block-87 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-90 {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-95 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .text-block-46 {
    font-size: 18px;
  }

  .text-block-47 {
    font-size: 16px;
  }

  .list-2 {
    padding-left: 20px;
    font-size: 16px;
  }

  .div-block-105 {
    flex-direction: column;
  }

  .text-block-50 {
    font-size: 18px;
  }

  .div-block-110 {
    text-align: left;
  }

  .image-18 {
    width: 100%;
  }

  .uui-text-size-medium-2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .faq-main-page-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-tab {
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-52 {
    font-size: 40px;
  }

  .text-block-53 {
    font-size: 20px;
  }

  .cap-header {
    align-items: flex-start;
  }

  .background-img {
    padding: 20px;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faqs, .cap-faqs {
    grid-template-columns: 1fr;
  }
}

#w-node-ef95bb04-daa8-8d94-5f53-1d024a3152d3-016bb06f, #w-node-e1c2ed6b-04eb-8f33-1c82-a34d8ad8ccde-016bb06f, #w-node-f1bc07d9-96fd-0961-d94f-222b2657de65-016bb06f, #w-node-_86442a87-089d-2205-d03c-6ddc552d6384-016bb06f, #w-node-_86442a87-089d-2205-d03c-6ddc552d6382-016bb06f, #w-node-_86442a87-089d-2205-d03c-6ddc552d6383-016bb06f, #w-node-_593e29b6-cfe4-b0af-07a5-49e0c0036cb4-016bb06f, #w-node-_593e29b6-cfe4-b0af-07a5-49e0c0036cb5-016bb06f, #w-node-_593e29b6-cfe4-b0af-07a5-49e0c0036cab-016bb06f, #w-node-bb5894dc-5859-004b-d672-11beffb5eaba-016bb06f, #w-node-bb5894dc-5859-004b-d672-11beffb5eabb-016bb06f, #w-node-bb5894dc-5859-004b-d672-11beffb5eabc-016bb06f, #w-node-f0577902-9f81-c2e4-35de-b357eee80f4d-016bb06f, #w-node-_2bad5a6f-c6f7-6ce0-38ba-4bfd97f7351d-016bb06f, #w-node-_646c688b-b705-586f-309f-47e88b2a0bac-016bb06f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f68c34-9e0f-e175-20e4-dde3c1efb753-56575c2d {
  justify-self: start;
}

#w-node-bf8bc322-20a8-9681-38b3-39c756575c33-56575c2d, #w-node-bf8bc322-20a8-9681-38b3-39c756575c3c-56575c2d, #w-node-bf8bc322-20a8-9681-38b3-39c756575c47-56575c2d, #w-node-ddb49ae6-df72-acbe-2bef-2aeca25f3e46-56575c2d, #w-node-bf8bc322-20a8-9681-38b3-39c756575c4e-56575c2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a0135b0-b54c-a9f3-f8b0-b8a1641d279d-641d2797 {
  align-self: center;
}

#w-node-_69275c87-4521-4673-2ab8-501d45c474bd-922732e8, #w-node-e53ba6c6-f825-0ea2-bc8a-1525d935bdf8-922732e8, #w-node-b9a49f2b-449a-e71d-64e6-dae2c7aa8476-922732e8, #w-node-_519a650a-c141-23fc-22e5-aea259b0e142-922732e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_519a650a-c141-23fc-22e5-aea259b0e143-922732e8 {
  justify-self: start;
}

#w-node-_8c09b0bc-07b3-60bf-2d7c-6fbc9ff1acee-88881a85, #w-node-_90c9435a-ca71-2420-e9f7-5b5bc76e9849-88881a85, #w-node-_897a3163-1b6b-c0f9-296b-20006813e499-88881a85, #w-node-_8a4f2a06-2ea1-5de7-91c1-04afea6e2f7e-88881a85, #w-node-fb30567b-6686-442a-2275-9fcb2f85d2c7-88881a85, #w-node-c9302167-0f42-a436-5a78-0029df48e110-88881a85, #w-node-_6703dc59-c5af-514d-75e2-98635d1c42ef-88881a85, #w-node-_6ce0be3d-2ea9-510d-55a9-3804a6163736-67b6d6d1, #w-node-_922b7ca0-b6d7-4e2e-8ecc-cebce80c6eb9-67b6d6d1, #w-node-_449af21c-b15a-a017-e95d-db8078d9c604-67b6d6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b315811-bbf1-3693-a43f-af2603734002-67b6d6d1 {
  justify-self: center;
}

#w-node-_8a9e0c4e-58cb-4adf-8349-cae6c3c8ed49-67b6d6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c473341-0c10-8920-7d56-b51ca9a86523-67b6d6d1 {
  justify-self: center;
}

#w-node-_8c473341-0c10-8920-7d56-b51ca9a86527-67b6d6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d537839c-3fe7-b9c8-5ce1-3bd01840638f-67b6d6d1 {
  justify-self: center;
}

#w-node-d537839c-3fe7-b9c8-5ce1-3bd018406393-67b6d6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5987b22e-1607-954e-2be7-7d605c4e9147-67b6d6d1 {
  align-self: center;
}

#w-node-_0745da1d-9bfd-87b8-90ff-481a88c560d3-b634af09, #w-node-_0745da1d-9bfd-87b8-90ff-481a88c560e6-b634af09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a15f65a6-402c-007d-3705-d3559e2480e8-b634af09 {
  align-self: stretch;
}

#w-node-_6640f5c3-b4f9-ae2b-1307-9fc7d16f9b79-b634af09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d1fa382-c91e-96b9-0d0f-ee84a6f02b81-b634af09 {
  align-self: stretch;
}

#w-node-_40d5e985-a5b8-2afd-a89b-ed2ba9cab411-b634af09, #w-node-_2b2c5341-9023-9c7c-1f98-3aca7c66353f-b634af09, #w-node-fe18df28-7e1e-62c7-7f01-09adb9580a03-b634af09, #w-node-efa0c274-7ea6-336e-5f7a-acbf67acde14-b634af09, #w-node-_4458d88b-f3ac-d46e-74de-229a460a3dc1-b634af09, #w-node-_6d8ad2ab-b2b7-5185-7d15-6e28934047e8-b634af09, #w-node-_6d8ad2ab-b2b7-5185-7d15-6e28934047fb-b634af09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d8ad2ab-b2b7-5185-7d15-6e2893404812-b634af09 {
  align-self: stretch;
}

#w-node-_6d8ad2ab-b2b7-5185-7d15-6e289340482d-b634af09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d8ad2ab-b2b7-5185-7d15-6e289340482e-b634af09 {
  align-self: stretch;
}

#w-node-_6d8ad2ab-b2b7-5185-7d15-6e289340483c-b634af09, #w-node-_6d8ad2ab-b2b7-5185-7d15-6e2893404851-b634af09, #w-node-ce5d59d4-0633-2a2a-e6b5-3e30a6959fef-b634af09, #w-node-ce5d59d4-0633-2a2a-e6b5-3e30a6959ff6-b634af09, #w-node-ce5d59d4-0633-2a2a-e6b5-3e30a6959ffd-b634af09, #w-node-b8f6a1a5-896f-189d-c57a-7db7f9017b36-b5fe97a1, #w-node-_909e0cd7-16ba-19de-76e3-7b37829d8333-b5fe97a1, #w-node-_006b28b7-fe17-50a7-03c8-bb626dbff442-b5fe97a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c300d351-0c31-1467-af26-99d9c5798d51-1d34854f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_858805eb-5d98-ef98-23e0-5e35eb8c85cd-a015ffb6, #w-node-_858805eb-5d98-ef98-23e0-5e35eb8c85d3-a015ffb6, #w-node-_858805eb-5d98-ef98-23e0-5e35eb8c85d9-a015ffb6, #w-node-_0b139ee9-ab33-34d3-dd28-d22d66814d94-a015ffb6, #w-node-_5c6e8c6d-d99a-c06d-0399-02bd45847842-a015ffb6, #w-node-bf09019e-5505-7b72-06ea-3445404472f9-a015ffb6, #w-node-_2b0617a3-cd01-621b-4559-db94e2e3925f-a015ffb6, #w-node-bbe384ab-1243-3f9c-8d9e-248b7fd10cb5-a015ffb6, #w-node-_9c8598ff-909e-b2a3-257b-d36abefe583b-a015ffb6, #w-node-e73f5e18-99af-a874-b9aa-662c4326566a-a015ffb6, #w-node-e73f5e18-99af-a874-b9aa-662c43265670-a015ffb6, #w-node-e73f5e18-99af-a874-b9aa-662c43265676-a015ffb6 {
  align-self: start;
}

#w-node-cb833922-6efd-ff8e-93e0-b1e06d5bb437-a015ffb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb833922-6efd-ff8e-93e0-b1e06d5bb438-a015ffb6 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b2305a77-c8a5-c6f6-2fba-2b2cdab14fe1-56575c2d, #w-node-b2305a77-c8a5-c6f6-2fba-2b2cdab14fe3-56575c2d, #w-node-b2305a77-c8a5-c6f6-2fba-2b2cdab14fe5-56575c2d, #w-node-b2305a77-c8a5-c6f6-2fba-2b2cdab14fe7-56575c2d, #w-node-b2305a77-c8a5-c6f6-2fba-2b2cdab14fe9-56575c2d, #w-node-b3614bbf-b4d0-4acf-0036-d75b358d4839-858970fe, #w-node-b3614bbf-b4d0-4acf-0036-d75b358d483b-858970fe, #w-node-b3614bbf-b4d0-4acf-0036-d75b358d483d-858970fe, #w-node-b3614bbf-b4d0-4acf-0036-d75b358d483f-858970fe, #w-node-b3614bbf-b4d0-4acf-0036-d75b358d4841-858970fe {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}